01KWF66CWS2S0STA448PQ6XDJZ: 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: 01KWF66QTR35J83X8ZDKNS22M7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T15:55:07.985Zjob assigned to worker 01KWF66TPFG3Z21KK0DCKD2K5G [factory aws, i-034d31e0a78d7daea] (queued for 51 s)
 
22026-07-01T15:55:15.485Zstarting task 0: "setup"
32026-07-01T15:55:15.490Z++ uname -s
42026-07-01T15:55:15.493Z+ kern=SunOS
52026-07-01T15:55:15.493Z+ build_user=build
62026-07-01T15:55:15.493Z+ build_uid=12345
72026-07-01T15:55:15.493Z+ work_dir=/work
82026-07-01T15:55:15.493Z+ input_dir=/input
92026-07-01T15:55:15.493Z+ [[ 0 == 12345 ]]
102026-07-01T15:55:15.493Z+ case "$kern" in
112026-07-01T15:55:15.493Z+ groupadd -g 12345 build
122026-07-01T15:55:15.496Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T15:55:17.503Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T15:55:17.651Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T15:55:17.654Z+ home_fs=zfs
162026-07-01T15:55:17.654Z+ [[ zfs == autofs ]]
172026-07-01T15:55:17.654Z+ mkdir -p /home/build
182026-07-01T15:55:17.656Z+ chown build:build /home/build /work
192026-07-01T15:55:19.659Z+ chmod 0700 /home/build /work
202026-07-01T15:55:19.663Zprocess exited: duration 4181 ms, exit code 0
 
212026-07-01T15:55:19.671Zstarting task 1: "rust-toolchain"
222026-07-01T15:55:19.678Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T15:55:19.678Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-01T15:55:19.678Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-01T15:55:19.678Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-01T15:55:19.678Z * rust toolchain channel = "1.96.1"
272026-07-01T15:55:19.678Z * rust toolchain profile = "default"
282026-07-01T15:55:19.681Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T15:55:19.681Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T15:55:19.770Zinfo: downloading installer
312026-07-01T15:55:21.413Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T15:55:21.413Zwarn: /home/build/.rustup/settings.toml
332026-07-01T15:55:21.413Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T15:55:21.414Zwarn: instead of the one inferred from the default host triple.
352026-07-01T15:55:21.425Zinfo: profile set to default
362026-07-01T15:55:21.425Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T15:55:21.428Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T15:55:21.601Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T15:55:21.604Zinfo: downloading 6 components
402026-07-01T15:55:37.502Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T15:55:37.502Z
422026-07-01T15:55:37.530Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T15:55:37.530Z
442026-07-01T15:55:37.530Z
452026-07-01T15:55:37.530ZRust is installed now. Great!
462026-07-01T15:55:37.530Z
472026-07-01T15:55:37.530ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T15:55:37.530Zenvironment variable. This has not been done automatically.
492026-07-01T15:55:37.530Z
502026-07-01T15:55:37.530ZTo configure your current shell, you need to source
512026-07-01T15:55:37.531Zthe corresponding env file under $HOME/.cargo.
522026-07-01T15:55:37.531Z
532026-07-01T15:55:37.531ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T15:55:37.531Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T15:55:37.531Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T15:55:37.531Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T15:55:37.531Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T15:55:37.531Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T15:55:37.531Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T15:55:37.534Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T15:55:37.535Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T15:55:37.639Z+ rustup --version
632026-07-01T15:55:37.646Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T15:55:37.649Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T15:55:37.667Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T15:55:37.671Z+ cargo --version
672026-07-01T15:55:37.680Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T15:55:37.684Z+ rustc --version
692026-07-01T15:55:37.706Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T15:55:37.709Zprocess exited: duration 18036 ms, exit code 0
 
712026-07-01T15:55:37.715Zstarting task 2: "authentication"
722026-07-01T15:55:37.739Zprocess exited: duration 23 ms, exit code 0
 
732026-07-01T15:55:37.748Zstarting task 3: "clone repository"
742026-07-01T15:55:37.751Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T15:55:37.754Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T15:55:37.787ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T15:55:47.912Z+ cd /work/oxidecomputer/omicron
782026-07-01T15:55:47.912Z+ git fetch origin 8de5eb2049b6d1a1e1c410a1d986955eb8042557
792026-07-01T15:55:48.233ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T15:55:48.233Z * branch 8de5eb2049b6d1a1e1c410a1d986955eb8042557 -> FETCH_HEAD
812026-07-01T15:55:48.249Z+ [[ -n add-skywalking-scanner ]]
822026-07-01T15:55:48.252Z++ git branch --show-current
832026-07-01T15:55:48.255Z+ current=main
842026-07-01T15:55:48.255Z+ [[ main != add-skywalking-scanner ]]
852026-07-01T15:55:48.255Z+ git branch -f add-skywalking-scanner 8de5eb2049b6d1a1e1c410a1d986955eb8042557
862026-07-01T15:55:48.258Z+ git checkout -f add-skywalking-scanner
872026-07-01T15:55:48.508ZSwitched to branch 'add-skywalking-scanner'
882026-07-01T15:55:48.511Z+ git reset --hard 8de5eb2049b6d1a1e1c410a1d986955eb8042557
892026-07-01T15:55:48.527ZHEAD is now at 8de5eb204 fix buildomat frontmatter broken by license header insertion
902026-07-01T15:55:48.530Zprocess exited: duration 10783 ms, exit code 0
 
912026-07-01T15:55:48.535Zstarting task 4: "build"
922026-07-01T15:55:48.545Z+ source ./env.sh
932026-07-01T15:55:48.545Z++ OLD_SHELL_OPTS=ehxB
942026-07-01T15:55:48.545Z++ set -o xtrace
952026-07-01T15:55:48.550Z++++ dirname ./env.sh
962026-07-01T15:55:48.552Z+++ readlink -f .
972026-07-01T15:55:48.555Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-01T15:55:48.555Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-01T15:55:48.555Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-01T15:55:48.557Z++ 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
1012026-07-01T15:55:48.557Z++ 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
1022026-07-01T15:55:48.557Z++ 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
1032026-07-01T15:55:48.557Z++ 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
1042026-07-01T15:55:48.557Z++ 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
1052026-07-01T15:55:48.557Z++ 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
1062026-07-01T15:55:48.557Z++ 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
1072026-07-01T15:55:48.557Z++ 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
1082026-07-01T15:55:48.557Z++ case $OLD_SHELL_OPTS in
1092026-07-01T15:55:48.557Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-01T15:55:48.557Z+ source .github/buildomat/ci-env.sh
1112026-07-01T15:55:48.557Z++ export CARGO_TERM_COLOR=always
1122026-07-01T15:55:48.557Z++ CARGO_TERM_COLOR=always
1132026-07-01T15:55:48.557Z+ target_os=illumos
1142026-07-01T15:55:48.558Z+ NEXTEST_VERSION=0.9.131
1152026-07-01T15:55:48.558Z+ cargo --version
1162026-07-01T15:55:48.565Zcargo 1.96.1 (356927216 2026-06-26)
1172026-07-01T15:55:48.568Z+ rustc --version
1182026-07-01T15:55:48.589Zrustc 1.96.1 (31fca3adb 2026-06-26)
1192026-07-01T15:55:48.595Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1202026-07-01T15:55:48.598Z+ gunzip
1212026-07-01T15:55:48.598Z+ tar -xvf - -C /home/build/.cargo/bin
1222026-07-01T15:55:49.639Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1232026-07-01T15:55:49.642Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1242026-07-01T15:55:49.642Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1252026-07-01T15:55:49.642Ztests will store ephemeral output in /var/tmp/omicron_tmp
1262026-07-01T15:55:49.642Z+ mkdir /var/tmp/omicron_tmp
1272026-07-01T15:55:49.645Z+ OUTPUT_DIR=/work
1282026-07-01T15:55:49.646Z+ echo 'tests will store non-ephemeral output in /work'
1292026-07-01T15:55:49.646Ztests will store non-ephemeral output in /work
1302026-07-01T15:55:49.646Z+ mkdir -p /work
1312026-07-01T15:55:49.649Z+ banner prerequisites
1322026-07-01T15:55:49.649Z
1332026-07-01T15:55:49.649Z ##### ##### ###### ##### ###### #### # # # #### #
1342026-07-01T15:55:49.649Z # # # # # # # # # # # # # # #
1352026-07-01T15:55:49.649Z # # # # ##### # # ##### # # # # # #### #
1362026-07-01T15:55:49.649Z ##### ##### # ##### # # # # # # # # #
1372026-07-01T15:55:49.649Z # # # # # # # # # # # # # # #
1382026-07-01T15:55:49.649Z # # # ###### # # ###### ### # #### # #### #
1392026-07-01T15:55:49.649Z
1402026-07-01T15:55:49.649Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1412026-07-01T15:55:51.329Z Startup: Refreshing catalog 'helios' ... Done
1422026-07-01T15:55:51.440Z Startup: Caching catalogs ... Done
1432026-07-01T15:55:51.936ZPlanning: Solver setup ... Done (0.450s)
1442026-07-01T15:55:51.963ZPlanning: Running solver ... Done (0.027s)
1452026-07-01T15:55:51.974ZPlanning: Finding local manifests ... Done (0.003s)
1462026-07-01T15:55:51.987ZPlanning: Fetching manifests: 0/2 0% complete
1472026-07-01T15:55:52.007ZPlanning: Fetching manifests: 2/2 100% complete
1482026-07-01T15:55:52.022ZPlanning: Package planning ... Done (0.014s)
1492026-07-01T15:55:52.027ZPlanning: Merging actions ... Done (0.001s)
1502026-07-01T15:55:52.195ZPlanning: Checking for conflicting actions ... Done (0.172s)
1512026-07-01T15:55:52.198ZPlanning: Consolidating action changes ... Done (0.001s)
1522026-07-01T15:55:53.044ZPlanning: Evaluating mediators ... Done (0.848s)
1532026-07-01T15:55:53.047ZPlanning: Planning completed in 1.58 seconds
1542026-07-01T15:55:53.054Z Packages to install: 2
1552026-07-01T15:55:53.054Z Estimated space available: 156.05 GB
1562026-07-01T15:55:53.054ZEstimated space to be consumed: 30.98 MB
1572026-07-01T15:55:53.054Z Create boot environment: No
1582026-07-01T15:55:53.054ZCreate backup boot environment: No
1592026-07-01T15:55:53.057Z Rebuild boot archive: No
1602026-07-01T15:55:53.057Z
1612026-07-01T15:55:53.057ZChanged packages:
1622026-07-01T15:55:53.057Zhelios
1632026-07-01T15:55:53.057Z developer/build-essential
1642026-07-01T15:55:53.057Z None -> 11-3.0
1652026-07-01T15:55:53.057Z library/libxmlsec1
1662026-07-01T15:55:53.057Z None -> 1.2.35-3.0
1672026-07-01T15:55:53.081Z
1682026-07-01T15:55:53.081ZDownload: 0/214 items 0.0/1.3MB 0% complete
1692026-07-01T15:55:53.809ZDownload: Completed 1.28 MB in 0.73 seconds (1.8M/s)
1702026-07-01T15:55:53.903Z Actions: 1/268 actions (Installing new actions)
1712026-07-01T15:55:53.945Z Actions: Completed 268 actions in 0.04 seconds.
1722026-07-01T15:55:53.957ZFinalize: Updating package state database ... Done (0.012s)
1732026-07-01T15:55:53.957ZFinalize: Updating package cache ... Done (0.000s)
1742026-07-01T15:55:53.988ZFinalize: Updating image state ... Done (0.032s)
1752026-07-01T15:55:56.571ZFinalize: Creating fast lookup database ... Done (2.554s)
1762026-07-01T15:55:56.640ZFinalize: Reading search index ... Done (0.012s)
1772026-07-01T15:55:56.644ZFinalize: Updating search index ... Done (0.000s)
1782026-07-01T15:55:56.740ZFinalize: Updating package cache ... Done (0.000s)
1792026-07-01T15:55:57.063ZPlanning: Evaluating mediator changes ... Done
1802026-07-01T15:55:57.166ZPlanning: Checking for conflicting actions ... Done
1812026-07-01T15:55:57.169ZPlanning: Consolidating action changes ... Done
1822026-07-01T15:55:57.323ZPlanning: Evaluating mediators ... Done
1832026-07-01T15:55:57.326ZPlanning: Planning completed in 0.26 seconds
1842026-07-01T15:55:57.346Z Mediators to change: 2
1852026-07-01T15:55:57.346Z Create boot environment: No
1862026-07-01T15:55:57.346ZCreate backup boot environment: No
1872026-07-01T15:55:57.400ZFinalize: Updating package state database ... Done
1882026-07-01T15:55:57.400ZFinalize: Updating package cache ... Done
1892026-07-01T15:55:57.416ZFinalize: Updating image state ... Done
1902026-07-01T15:55:59.359ZFinalize: Creating fast lookup database ... Done
1912026-07-01T15:55:59.422ZFinalize: Reading search index ... Done
1922026-07-01T15:55:59.426ZFinalize: Updating search index ... Done
1932026-07-01T15:55:59.489ZFinalize: Updating package cache ... Done
1942026-07-01T15:55:59.777ZPlanning: Evaluating mediator changes ... Done
1952026-07-01T15:55:59.882ZPlanning: Checking for conflicting actions ... Done
1962026-07-01T15:55:59.886ZPlanning: Consolidating action changes ... Done
1972026-07-01T15:56:00.040ZPlanning: Evaluating mediators ... Done
1982026-07-01T15:56:00.043ZPlanning: Planning completed in 0.26 seconds
1992026-07-01T15:56:00.063Z Mediators to change: 1
2002026-07-01T15:56:00.063Z Create boot environment: No
2012026-07-01T15:56:00.064ZCreate backup boot environment: No
2022026-07-01T15:56:00.106ZFinalize: Updating package state database ... Done
2032026-07-01T15:56:00.106ZFinalize: Updating package cache ... Done
2042026-07-01T15:56:00.122ZFinalize: Updating image state ... Done
2052026-07-01T15:56:02.075ZFinalize: Creating fast lookup database ... Done
2062026-07-01T15:56:02.138ZFinalize: Reading search index ... Done
2072026-07-01T15:56:02.141ZFinalize: Updating search index ... Done
2082026-07-01T15:56:02.206ZFinalize: Updating package cache ... Done
2092026-07-01T15:56:02.516ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-07-01T15:56:02.516Zapache system 2.4 system
2112026-07-01T15:56:02.516Zclang system 15 system
2122026-07-01T15:56:02.516Zcsh system system illumos
2132026-07-01T15:56:02.516Zctags system system illumos
2142026-07-01T15:56:02.516Zfile vendor vendor darwinsys
2152026-07-01T15:56:02.516Zfile system system illumos
2162026-07-01T15:56:02.516Zgcc vendor 14 vendor
2172026-07-01T15:56:02.516Zgcc system 13 system
2182026-07-01T15:56:02.516Zgcc system 10 system
2192026-07-01T15:56:02.516Zgo system 1.25 system
2202026-07-01T15:56:02.516Zllvm system 15 system
2212026-07-01T15:56:02.516Zmariadb system 11.4 system
2222026-07-01T15:56:02.516Zmta vendor vendor dma
2232026-07-01T15:56:02.517Zopenjdk system 17 system
2242026-07-01T15:56:02.517Zopenjdk system 11 system
2252026-07-01T15:56:02.517Zopenssl vendor 3 vendor
2262026-07-01T15:56:02.517Zperl system 5.40 system
2272026-07-01T15:56:02.517Zpostgresql system 18 system
2282026-07-01T15:56:02.517Zpostgresql system 17 system
2292026-07-01T15:56:02.517Zpython vendor 3 vendor
2302026-07-01T15:56:02.517Zpython system 2 system
2312026-07-01T15:56:02.517Zpython3 vendor 3.13 vendor
2322026-07-01T15:56:02.517Zruby system 3.4 system
2332026-07-01T15:56:02.517Zruby system 3.0 system
2342026-07-01T15:56:02.517Zwords vendor vendor american-english
2352026-07-01T15:56:02.517Zwords system system australian-english
2362026-07-01T15:56:02.517Zwords system system british-english
2372026-07-01T15:56:02.517Zwords system system canadian-english
2382026-07-01T15:56:02.517Zwords system system french
2392026-07-01T15:56:02.517Zwords system system italian
2402026-07-01T15:56:02.517Zwords system system ngerman
2412026-07-01T15:56:02.517Zwords system system ogerman
2422026-07-01T15:56:02.517Zwords system system spanish
2432026-07-01T15:56:02.771ZPUBLISHER TYPE STATUS P LOCATION
2442026-07-01T15:56:02.771Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2452026-07-01T15:56:03.083ZFMRI IFO
2462026-07-01T15:56:03.084Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2472026-07-01T15:56:03.084Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2482026-07-01T15:56:03.084Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2492026-07-01T15:56:03.084Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2502026-07-01T15:56:03.084Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2512026-07-01T15:56:03.084Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2522026-07-01T15:56:03.084Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2532026-07-01T15:56:03.084Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2542026-07-01T15:56:03.084Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2552026-07-01T15:56:03.342Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562026-07-01T15:56:03.652Z Updating crates.io index
2572026-07-01T15:56:03.655Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2582026-07-01T15:56:03.912Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2592026-07-01T15:56:04.220Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602026-07-01T15:56:05.156Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612026-07-01T15:56:05.672Z Updating git repository `https://github.com/oxidecomputer/crucible`
2622026-07-01T15:56:07.757Z Updating git repository `https://github.com/oxidecomputer/opte`
2632026-07-01T15:56:08.578Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642026-07-01T15:56:08.842Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-07-01T15:56:09.196Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-07-01T15:56:10.223Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672026-07-01T15:56:10.547Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-01T15:56:10.881Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-07-01T15:56:11.167Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-07-01T15:56:11.636Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-07-01T15:56:12.175Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2722026-07-01T15:56:12.454Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-07-01T15:56:12.727Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-07-01T15:56:13.034Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-07-01T15:56:13.364Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-07-01T15:56:13.629Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-07-01T15:56:13.914Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-07-01T15:56:14.190Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-07-01T15:56:14.568Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-07-01T15:56:14.924Z Updating git repository `https://github.com/oxidecomputer/erebor`
2812026-07-01T15:56:15.186Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-07-01T15:56:15.599Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-07-01T15:56:16.043Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-07-01T15:56:16.375Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-07-01T15:56:16.633Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-07-01T15:56:16.905Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-07-01T15:56:17.229Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2882026-07-01T15:56:17.674Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-07-01T15:56:17.941Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-07-01T15:56:18.245Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-07-01T15:56:18.527Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-07-01T15:56:18.815Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2932026-07-01T15:56:19.118Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-07-01T15:56:19.382Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-07-01T15:56:19.681Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-07-01T15:56:19.929Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-07-01T15:56:22.973Z Downloading crates ...
2982026-07-01T15:56:23.030Z Downloaded crypto-common v0.1.7
2992026-07-01T15:56:23.034Z Downloaded anstyle v1.0.14
3002026-07-01T15:56:23.044Z Downloaded serde v1.0.228
3012026-07-01T15:56:23.048Z Downloaded zmij v1.0.21
3022026-07-01T15:56:23.048Z Downloaded anstream v1.0.0
3032026-07-01T15:56:23.054Z Downloaded pest_meta v2.8.6
3042026-07-01T15:56:23.057Z Downloaded zerocopy-derive v0.7.35
3052026-07-01T15:56:23.057Z Downloaded equivalent v1.0.2
3062026-07-01T15:56:23.059Z Downloaded byteorder v1.5.0
3072026-07-01T15:56:23.060Z Downloaded fnv v1.0.7
3082026-07-01T15:56:23.060Z Downloaded anstyle-parse v1.0.0
3092026-07-01T15:56:23.063Z Downloaded autocfg v1.5.0
3102026-07-01T15:56:23.063Z Downloaded block-buffer v0.10.4
3112026-07-01T15:56:23.063Z Downloaded anyhow v1.0.102
3122026-07-01T15:56:23.066Z Downloaded generic-array v0.14.7
3132026-07-01T15:56:23.066Z Downloaded zerocopy v0.7.35
3142026-07-01T15:56:23.073Z Downloaded colorchoice v1.0.4
3152026-07-01T15:56:23.076Z Downloaded once_cell v1.21.3
3162026-07-01T15:56:23.077Z Downloaded cargo-platform v0.3.2
3172026-07-01T15:56:23.077Z Downloaded cargo_toml v0.21.0
3182026-07-01T15:56:23.081Z Downloaded memchr v2.8.0
3192026-07-01T15:56:23.084Z Downloaded getrandom v0.4.1
3202026-07-01T15:56:23.096Z Downloaded cargo_metadata v0.23.1
3212026-07-01T15:56:23.099Z Downloaded fs-err v3.3.0
3222026-07-01T15:56:23.103Z Downloaded indexmap v2.14.0
3232026-07-01T15:56:23.106Z Downloaded papergrid v0.11.0
3242026-07-01T15:56:23.110Z Downloaded toml_write v0.1.2
3252026-07-01T15:56:23.113Z Downloaded utf8parse v0.2.2
3262026-07-01T15:56:23.113Z Downloaded pretty-hex v0.4.1
3272026-07-01T15:56:23.116Z Downloaded errno v0.3.14
3282026-07-01T15:56:23.116Z Downloaded usdt-macro v0.5.0
3292026-07-01T15:56:23.116Z Downloaded strsim v0.11.1
3302026-07-01T15:56:23.121Z Downloaded memmap v0.7.0
3312026-07-01T15:56:23.124Z Downloaded heck v0.4.1
3322026-07-01T15:56:23.124Z Downloaded dof v0.3.0
3332026-07-01T15:56:23.127Z Downloaded usdt-attr-macro v0.5.0
3342026-07-01T15:56:23.130Z Downloaded cfg-if v1.0.4
3352026-07-01T15:56:23.133Z Downloaded heck v0.5.0
3362026-07-01T15:56:23.136Z Downloaded swrite v0.1.0
3372026-07-01T15:56:23.136Z Downloaded proc-macro-error-attr v1.0.4
3382026-07-01T15:56:23.139Z Downloaded macaddr v1.0.1
3392026-07-01T15:56:23.139Z Downloaded quote v1.0.45
3402026-07-01T15:56:23.142Z Downloaded thiserror v1.0.69
3412026-07-01T15:56:23.155Z Downloaded unicode-linebreak v0.1.5
3422026-07-01T15:56:23.176Z Downloaded thiserror-impl v1.0.69
3432026-07-01T15:56:23.182Z Downloaded usdt-impl v0.5.0
3442026-07-01T15:56:23.185Z Downloaded thiserror-impl v2.0.18
3452026-07-01T15:56:23.188Z Downloaded thiserror v2.0.18
3462026-07-01T15:56:23.192Z Downloaded sha2 v0.10.9
3472026-07-01T15:56:23.192Z Downloaded clap_lex v1.0.0
3482026-07-01T15:56:23.195Z Downloaded dtrace-parser v0.2.0
3492026-07-01T15:56:23.198Z Downloaded serde_spanned v0.6.9
3502026-07-01T15:56:23.198Z Downloaded is_terminal_polyfill v1.70.2
3512026-07-01T15:56:23.198Z Downloaded tempfile v3.25.0
3522026-07-01T15:56:23.203Z Downloaded serde_core v1.0.228
3532026-07-01T15:56:23.207Z Downloaded semver v1.0.28
3542026-07-01T15:56:23.207Z Downloaded thread-id v4.2.2
3552026-07-01T15:56:23.212Z Downloaded usdt v0.5.0
3562026-07-01T15:56:23.217Z Downloaded scroll_derive v0.12.1
3572026-07-01T15:56:23.217Z Downloaded itoa v1.0.17
3582026-07-01T15:56:23.217Z Downloaded terminal_size v0.4.3
3592026-07-01T15:56:23.221Z Downloaded cpufeatures v0.2.17
3602026-07-01T15:56:23.221Z Downloaded smawk v0.3.2
3612026-07-01T15:56:23.224Z Downloaded plain v0.2.3
3622026-07-01T15:56:23.225Z Downloaded tabled_derive v0.7.0
3632026-07-01T15:56:23.225Z Downloaded hashbrown v0.17.0
3642026-07-01T15:56:23.227Z Downloaded toml_datetime v0.6.11
3652026-07-01T15:56:23.227Z Downloaded fastrand v2.3.0
3662026-07-01T15:56:23.227Z Downloaded camino-tempfile v1.4.1
3672026-07-01T15:56:23.235Z Downloaded pest_generator v2.8.6
3682026-07-01T15:56:23.238Z Downloaded bytecount v0.6.9
3692026-07-01T15:56:23.238Z Downloaded version_check v0.9.5
3702026-07-01T15:56:23.242Z Downloaded scroll v0.12.0
3712026-07-01T15:56:23.244Z Downloaded serde_tokenstream v0.2.3
3722026-07-01T15:56:23.244Z Downloaded proc-macro-error v1.0.4
3732026-07-01T15:56:23.245Z Downloaded serde_derive v1.0.228
3742026-07-01T15:56:23.249Z Downloaded proc-macro2 v1.0.106
3752026-07-01T15:56:23.255Z Downloaded anstyle-query v1.1.5
3762026-07-01T15:56:23.258Z Downloaded digest v0.10.7
3772026-07-01T15:56:23.272Z Downloaded unicode-ident v1.0.24
3782026-07-01T15:56:23.277Z Downloaded ucd-trie v0.1.7
3792026-07-01T15:56:23.280Z Downloaded clap_derive v4.6.1
3802026-07-01T15:56:23.283Z Downloaded camino v1.2.2
3812026-07-01T15:56:23.287Z Downloaded pest_derive v2.8.6
3822026-07-01T15:56:23.292Z Downloaded toml v0.8.23
3832026-07-01T15:56:23.297Z Downloaded log v0.4.29
3842026-07-01T15:56:23.300Z Downloaded textwrap v0.16.2
3852026-07-01T15:56:23.307Z Downloaded bitflags v2.11.0
3862026-07-01T15:56:23.310Z Downloaded clap v4.6.1
3872026-07-01T15:56:23.319Z Downloaded toml_edit v0.22.27
3882026-07-01T15:56:23.337Z Downloaded typenum v1.19.0
3892026-07-01T15:56:23.353Z Downloaded pest v2.8.6
3902026-07-01T15:56:23.361Z Downloaded serde_json v1.0.150
3912026-07-01T15:56:23.395Z Downloaded winnow v0.7.14
3922026-07-01T15:56:23.408Z Downloaded goblin v0.8.2
3932026-07-01T15:56:23.411Z Downloaded clap_builder v4.6.0
3942026-07-01T15:56:23.418Z Downloaded tabled v0.15.0
3952026-07-01T15:56:23.440Z Downloaded syn v1.0.109
3962026-07-01T15:56:23.446Z Downloaded unicode-width v0.2.0
3972026-07-01T15:56:23.450Z Downloaded unicode-width v0.1.14
3982026-07-01T15:56:23.456Z Downloaded syn v2.0.117
3992026-07-01T15:56:23.480Z Downloaded rustix v1.1.3
4002026-07-01T15:56:23.520Z Downloaded libc v0.2.185
4012026-07-01T15:56:23.583Z Compiling proc-macro2 v1.0.106
4022026-07-01T15:56:23.583Z Compiling unicode-ident v1.0.24
4032026-07-01T15:56:23.583Z Compiling quote v1.0.45
4042026-07-01T15:56:23.583Z Compiling serde_core v1.0.228
4052026-07-01T15:56:23.586Z Compiling libc v0.2.185
4062026-07-01T15:56:23.586Z Compiling version_check v0.9.5
4072026-07-01T15:56:23.587Z Compiling memchr v2.8.0
4082026-07-01T15:56:23.587Z Compiling zmij v1.0.21
4092026-07-01T15:56:23.587Z Compiling serde v1.0.228
4102026-07-01T15:56:23.764Z Compiling ucd-trie v0.1.7
4112026-07-01T15:56:23.767Z Compiling itoa v1.0.17
4122026-07-01T15:56:23.767Z Compiling thiserror v1.0.69
4132026-07-01T15:56:23.768Z Compiling byteorder v1.5.0
4142026-07-01T15:56:23.768Z Compiling rustix v1.1.3
4152026-07-01T15:56:23.768Z Compiling bitflags v2.11.0
4162026-07-01T15:56:23.768Z Compiling serde_json v1.0.150
4172026-07-01T15:56:23.768Z Compiling syn v1.0.109
4182026-07-01T15:56:23.768Z Compiling hashbrown v0.17.0
4192026-07-01T15:56:23.768Z Compiling plain v0.2.3
4202026-07-01T15:56:23.768Z Compiling equivalent v1.0.2
4212026-07-01T15:56:23.810Z Compiling utf8parse v0.2.2
4222026-07-01T15:56:23.815Z Compiling getrandom v0.4.1
4232026-07-01T15:56:23.815Z Compiling log v0.4.29
4242026-07-01T15:56:23.815Z Compiling camino v1.2.2
4252026-07-01T15:56:23.815Z Compiling pretty-hex v0.4.1
4262026-07-01T15:56:23.815Z Compiling cfg-if v1.0.4
4272026-07-01T15:56:23.815Z Compiling winnow v0.7.14
4282026-07-01T15:56:23.818Z Compiling thiserror v2.0.18
4292026-07-01T15:56:23.818Z Compiling toml_write v0.1.2
4302026-07-01T15:56:23.959Z Compiling autocfg v1.5.0
4312026-07-01T15:56:24.139Z Compiling anstyle v1.0.14
4322026-07-01T15:56:24.219Z Compiling anstyle-parse v1.0.0
4332026-07-01T15:56:24.222Z Compiling is_terminal_polyfill v1.70.2
4342026-07-01T15:56:24.325Z Compiling pest v2.8.6
4352026-07-01T15:56:24.405Z Compiling anstyle-query v1.1.5
4362026-07-01T15:56:24.450Z Compiling colorchoice v1.0.4
4372026-07-01T15:56:24.556Z Compiling unicode-width v0.1.14
4382026-07-01T15:56:24.622Z Compiling fs-err v3.3.0
4392026-07-01T15:56:24.625Z Compiling heck v0.5.0
4402026-07-01T15:56:24.625Z Compiling once_cell v1.21.3
4412026-07-01T15:56:24.645Z Compiling fnv v1.0.7
4422026-07-01T15:56:24.647Z Compiling proc-macro-error-attr v1.0.4
4432026-07-01T15:56:24.667Z Compiling usdt-impl v0.5.0
4442026-07-01T15:56:24.689Z Compiling proc-macro-error v1.0.4
4452026-07-01T15:56:24.692Z Compiling indexmap v2.14.0
4462026-07-01T15:56:24.799Z Compiling anstream v1.0.0
4472026-07-01T15:56:24.802Z Compiling anyhow v1.0.102
4482026-07-01T15:56:24.821Z Compiling clap_lex v1.0.0
4492026-07-01T15:56:24.824Z Compiling heck v0.4.1
4502026-07-01T15:56:24.844Z Compiling strsim v0.11.1
4512026-07-01T15:56:24.844Z Compiling fastrand v2.3.0
4522026-07-01T15:56:24.873Z Compiling bytecount v0.6.9
4532026-07-01T15:56:24.877Z Compiling smawk v0.3.2
4542026-07-01T15:56:24.914Z Compiling unicode-linebreak v0.1.5
4552026-07-01T15:56:24.996Z Compiling papergrid v0.11.0
4562026-07-01T15:56:25.019Z Compiling unicode-width v0.2.0
4572026-07-01T15:56:25.053Z Compiling swrite v0.1.0
4582026-07-01T15:56:25.186Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4592026-07-01T15:56:25.646Z Compiling pest_meta v2.8.6
4602026-07-01T15:56:25.766Z Compiling syn v2.0.117
4612026-07-01T15:56:25.901Z Compiling errno v0.3.14
4622026-07-01T15:56:25.901Z Compiling thread-id v4.2.2
4632026-07-01T15:56:25.904Z Compiling memmap v0.7.0
4642026-07-01T15:56:26.780Z Compiling terminal_size v0.4.3
4652026-07-01T15:56:26.780Z Compiling tempfile v3.25.0
4662026-07-01T15:56:26.884Z Compiling clap_builder v4.6.0
4672026-07-01T15:56:26.884Z Compiling textwrap v0.16.2
4682026-07-01T15:56:26.995Z Compiling semver v1.0.28
4692026-07-01T15:56:26.995Z Compiling cargo-platform v0.3.2
4702026-07-01T15:56:27.140Z Compiling tabled_derive v0.7.0
4712026-07-01T15:56:27.265Z Compiling camino-tempfile v1.4.1
4722026-07-01T15:56:27.802Z Compiling pest_generator v2.8.6
4732026-07-01T15:56:27.824Z Compiling tabled v0.15.0
4742026-07-01T15:56:28.320Z Compiling serde_derive v1.0.228
4752026-07-01T15:56:28.321Z Compiling thiserror-impl v1.0.69
4762026-07-01T15:56:28.324Z Compiling zerocopy-derive v0.7.35
4772026-07-01T15:56:28.324Z Compiling scroll_derive v0.12.1
4782026-07-01T15:56:28.324Z Compiling thiserror-impl v2.0.18
4792026-07-01T15:56:28.325Z Compiling clap_derive v4.6.1
4802026-07-01T15:56:28.407Z Compiling pest_derive v2.8.6
4812026-07-01T15:56:28.944Z Compiling scroll v0.12.0
4822026-07-01T15:56:29.046Z Compiling zerocopy v0.7.35
4832026-07-01T15:56:29.153Z Compiling goblin v0.8.2
4842026-07-01T15:56:29.454Z Compiling dtrace-parser v0.2.0
4852026-07-01T15:56:29.655Z Compiling clap v4.6.1
4862026-07-01T15:56:30.720Z Compiling serde_spanned v0.6.9
4872026-07-01T15:56:30.720Z Compiling toml_datetime v0.6.11
4882026-07-01T15:56:30.720Z Compiling cargo_metadata v0.23.1
4892026-07-01T15:56:30.723Z Compiling macaddr v1.0.1
4902026-07-01T15:56:30.737Z Compiling dof v0.3.0
4912026-07-01T15:56:30.740Z Compiling serde_tokenstream v0.2.3
4922026-07-01T15:56:30.903Z Compiling toml_edit v0.22.27
4932026-07-01T15:56:31.500Z Compiling usdt-attr-macro v0.5.0
4942026-07-01T15:56:31.500Z Compiling usdt-macro v0.5.0
4952026-07-01T15:56:32.106Z Compiling usdt v0.5.0
4962026-07-01T15:56:32.142Z Compiling toml v0.8.23
4972026-07-01T15:56:32.462Z Compiling cargo_toml v0.21.0
4982026-07-01T15:56:33.764Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4992026-07-01T15:56:35.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.64s
5002026-07-01T15:56:36.031Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5012026-07-01T15:56:36.514Z Downloading crates ...
5022026-07-01T15:56:36.614Z Downloaded atty v0.2.14
5032026-07-01T15:56:36.617Z Downloaded async-trait v0.1.89
5042026-07-01T15:56:36.626Z Downloaded adler2 v2.0.1
5052026-07-01T15:56:36.629Z Downloaded const_format v0.2.35
5062026-07-01T15:56:36.633Z Downloaded ciborium-ll v0.2.2
5072026-07-01T15:56:36.638Z Downloaded ascii-canvas v3.0.0
5082026-07-01T15:56:36.641Z Downloaded aead v0.5.2
5092026-07-01T15:56:36.645Z Downloaded allocator-api2 v0.2.21
5102026-07-01T15:56:36.645Z Downloaded defmt-parser v1.0.0
5112026-07-01T15:56:36.648Z Downloaded bitfield-macros v0.19.4
5122026-07-01T15:56:36.648Z Downloaded base16ct v0.2.0
5132026-07-01T15:56:36.651Z Downloaded argon2 v0.5.3
5142026-07-01T15:56:36.653Z Downloaded crypto-common v0.2.2
5152026-07-01T15:56:36.654Z Downloaded defmt v0.3.100
5162026-07-01T15:56:36.654Z Downloaded bitflags v1.3.2
5172026-07-01T15:56:36.657Z Downloaded bitfield-struct v0.6.2
5182026-07-01T15:56:36.657Z Downloaded ahash v0.8.12
5192026-07-01T15:56:36.659Z Downloaded async-stream-impl v0.3.6
5202026-07-01T15:56:36.659Z Downloaded async-bb8-diesel v0.2.1
5212026-07-01T15:56:36.662Z Downloaded dtrace-parser v0.3.0
5222026-07-01T15:56:36.662Z Downloaded dof v0.4.0
5232026-07-01T15:56:36.662Z Downloaded base64ct v1.8.3
5242026-07-01T15:56:36.665Z Downloaded derive_builder v0.20.2
5252026-07-01T15:56:36.668Z Downloaded crc-any v2.5.0
5262026-07-01T15:56:36.668Z Downloaded deranged v0.5.8
5272026-07-01T15:56:36.671Z Downloaded darling v0.13.4
5282026-07-01T15:56:36.671Z Downloaded array-init v0.0.4
5292026-07-01T15:56:36.674Z Downloaded async-recursion v1.1.1
5302026-07-01T15:56:36.677Z Downloaded assert_matches v1.5.0
5312026-07-01T15:56:36.680Z Downloaded arrayref v0.3.9
5322026-07-01T15:56:36.685Z Downloaded darling_macro v0.23.0
5332026-07-01T15:56:36.685Z Downloaded cstr-argument v0.1.2
5342026-07-01T15:56:36.688Z Downloaded crucible-workspace-hack v0.1.0
5352026-07-01T15:56:36.688Z Downloaded bcrypt-pbkdf v0.10.0
5362026-07-01T15:56:36.688Z Downloaded async-stream v0.3.6
5372026-07-01T15:56:36.691Z Downloaded crc-catalog v2.4.0
5382026-07-01T15:56:36.694Z Downloaded bitfield v0.19.4
5392026-07-01T15:56:36.694Z Downloaded digest v0.11.3
5402026-07-01T15:56:36.697Z Downloaded bit-set v0.5.3
5412026-07-01T15:56:36.697Z Downloaded bit-vec v0.8.0
5422026-07-01T15:56:36.697Z Downloaded defmt-macros v1.0.1
5432026-07-01T15:56:36.700Z Downloaded base64 v0.21.7
5442026-07-01T15:56:36.703Z Downloaded bcs v0.1.6
5452026-07-01T15:56:36.703Z Downloaded debug-ignore v1.0.5
5462026-07-01T15:56:36.706Z Downloaded csv-core v0.1.13
5472026-07-01T15:56:36.706Z Downloaded crossbeam-deque v0.8.6
5482026-07-01T15:56:36.706Z Downloaded anstream v0.6.21
5492026-07-01T15:56:36.709Z Downloaded derive-ex v0.1.8
5502026-07-01T15:56:36.714Z Downloaded compression-core v0.4.31
5512026-07-01T15:56:36.721Z Downloaded daft-derive v0.1.7
5522026-07-01T15:56:36.725Z Downloaded darling_macro v0.21.3
5532026-07-01T15:56:36.725Z Downloaded darling_macro v0.13.4
5542026-07-01T15:56:36.728Z Downloaded darling v0.23.0
5552026-07-01T15:56:36.728Z Downloaded darling v0.20.11
5562026-07-01T15:56:36.731Z Downloaded crossbeam-utils v0.8.21
5572026-07-01T15:56:36.734Z Downloaded bzip2 v0.4.4
5582026-07-01T15:56:36.734Z Downloaded fatfs v0.3.6
5592026-07-01T15:56:36.737Z Downloaded dropshot_endpoint v0.17.1
5602026-07-01T15:56:36.740Z Downloaded dunce v1.0.5
5612026-07-01T15:56:36.740Z Downloaded curve25519-dalek-derive v0.1.1
5622026-07-01T15:56:36.740Z Downloaded block-padding v0.3.3
5632026-07-01T15:56:36.743Z Downloaded critical-section v1.2.0
5642026-07-01T15:56:36.743Z Downloaded cfg_aliases v0.1.1
5652026-07-01T15:56:36.746Z Downloaded form_urlencoded v1.2.2
5662026-07-01T15:56:36.749Z Downloaded crc8 v0.1.1
5672026-07-01T15:56:36.752Z Downloaded dsl_auto_type v0.2.0
5682026-07-01T15:56:36.752Z Downloaded difflib v0.4.0
5692026-07-01T15:56:36.752Z Downloaded cpufeatures v0.3.0
5702026-07-01T15:56:36.756Z Downloaded foreign-types v0.5.0
5712026-07-01T15:56:36.759Z Downloaded crc v3.4.0
5722026-07-01T15:56:36.759Z Downloaded backoff v0.4.0
5732026-07-01T15:56:36.762Z Downloaded document-features v0.2.12
5742026-07-01T15:56:36.762Z Downloaded embedded-io v0.4.0
5752026-07-01T15:56:36.762Z Downloaded fixedbitset v0.4.2
5762026-07-01T15:56:36.765Z Downloaded constant_time_eq v0.4.2
5772026-07-01T15:56:36.765Z Downloaded chacha20 v0.9.1
5782026-07-01T15:56:36.767Z Downloaded camino-tempfile-ext v0.3.3
5792026-07-01T15:56:36.768Z Downloaded cexpr v0.6.0
5802026-07-01T15:56:36.771Z Downloaded buf-list v1.1.2
5812026-07-01T15:56:36.771Z Downloaded endian-type v0.1.2
5822026-07-01T15:56:36.771Z Downloaded dyn-clone v1.0.20
5832026-07-01T15:56:36.777Z Downloaded float-cmp v0.10.0
5842026-07-01T15:56:36.780Z Downloaded display-error-chain v0.2.2
5852026-07-01T15:56:36.784Z Downloaded fd-lock v4.0.4
5862026-07-01T15:56:36.784Z Downloaded futures-macro v0.3.32
5872026-07-01T15:56:36.784Z Downloaded blowfish v0.9.1
5882026-07-01T15:56:36.787Z Downloaded compression-codecs v0.4.37
5892026-07-01T15:56:36.790Z Downloaded cmake v0.1.57
5902026-07-01T15:56:36.790Z Downloaded foreign-types-shared v0.1.1
5912026-07-01T15:56:36.792Z Downloaded crunchy v0.2.4
5922026-07-01T15:56:36.792Z Downloaded dirs-next v2.0.0
5932026-07-01T15:56:36.795Z Downloaded darling v0.21.3
5942026-07-01T15:56:36.798Z Downloaded foldhash v0.1.5
5952026-07-01T15:56:36.798Z Downloaded cipher v0.4.4
5962026-07-01T15:56:36.801Z Downloaded env_filter v1.0.0
5972026-07-01T15:56:36.801Z Downloaded diesel_table_macro_syntax v0.3.0
5982026-07-01T15:56:36.804Z Downloaded console v0.15.11
5992026-07-01T15:56:36.807Z Downloaded aes v0.8.4
6002026-07-01T15:56:36.810Z Downloaded embedded-io v0.6.1
6012026-07-01T15:56:36.810Z Downloaded cookie_store v0.22.1
6022026-07-01T15:56:36.813Z Downloaded downcast-rs v2.0.2
6032026-07-01T15:56:36.813Z Downloaded darling_macro v0.20.11
6042026-07-01T15:56:36.816Z Downloaded dropshot-api-manager-types v0.7.2
6052026-07-01T15:56:36.816Z Downloaded hash32 v0.2.1
6062026-07-01T15:56:36.816Z Downloaded foreign-types-macros v0.2.3
6072026-07-01T15:56:36.817Z Downloaded float-ord v0.3.2
6082026-07-01T15:56:36.819Z Downloaded futures-core v0.3.32
6092026-07-01T15:56:36.819Z Downloaded bit-set v0.8.0
6102026-07-01T15:56:36.819Z Downloaded atomicwrites v0.4.4
6112026-07-01T15:56:36.822Z Downloaded gethostname v0.5.0
6122026-07-01T15:56:36.822Z Downloaded enum-as-inner v0.6.1
6132026-07-01T15:56:36.825Z Downloaded futures-sink v0.3.32
6142026-07-01T15:56:36.828Z Downloaded ghash v0.5.1
6152026-07-01T15:56:36.831Z Downloaded futures-task v0.3.32
6162026-07-01T15:56:36.834Z Downloaded bb8 v0.8.6
6172026-07-01T15:56:36.837Z Downloaded block-buffer v0.12.1
6182026-07-01T15:56:36.837Z Downloaded ecdsa v0.16.9
6192026-07-01T15:56:36.839Z Downloaded atomic-waker v1.1.2
6202026-07-01T15:56:36.842Z Downloaded convert_case v0.4.0
6212026-07-01T15:56:36.842Z Downloaded either v1.15.0
6222026-07-01T15:56:36.845Z Downloaded clang-sys v1.8.1
6232026-07-01T15:56:36.848Z Downloaded globset v0.4.18
6242026-07-01T15:56:36.848Z Downloaded futures-executor v0.3.32
6252026-07-01T15:56:36.848Z Downloaded bit-vec v0.6.3
6262026-07-01T15:56:36.851Z Downloaded console v0.16.2
6272026-07-01T15:56:36.851Z Downloaded corncobs v0.1.4
6282026-07-01T15:56:36.854Z Downloaded byte-wrapper v0.1.0
6292026-07-01T15:56:36.854Z Downloaded headers-core v0.3.0
6302026-07-01T15:56:36.854Z Downloaded hex-literal v0.4.1
6312026-07-01T15:56:36.857Z Downloaded ena v0.14.4
6322026-07-01T15:56:36.857Z Downloaded cbc v0.1.2
6332026-07-01T15:56:36.857Z Downloaded chacha20 v0.10.0
6342026-07-01T15:56:36.862Z Downloaded bzip2 v0.6.1
6352026-07-01T15:56:36.862Z Downloaded cobs v0.3.0
6362026-07-01T15:56:36.863Z Downloaded env_logger v0.11.9
6372026-07-01T15:56:36.866Z Downloaded cfg_aliases v0.2.1
6382026-07-01T15:56:36.866Z Downloaded ciborium-io v0.2.2
6392026-07-01T15:56:36.866Z Downloaded displaydoc v0.2.5
6402026-07-01T15:56:36.866Z Downloaded dirs-sys-next v0.1.2
6412026-07-01T15:56:36.866Z Downloaded castaway v0.2.4
6422026-07-01T15:56:36.869Z Downloaded filetime v0.2.27
6432026-07-01T15:56:36.869Z Downloaded erased-serde v0.3.31
6442026-07-01T15:56:36.872Z Downloaded derive-where v1.6.0
6452026-07-01T15:56:36.872Z Downloaded foreign-types-shared v0.3.1
6462026-07-01T15:56:36.875Z Downloaded crc32fast v1.5.0
6472026-07-01T15:56:36.875Z Downloaded const-oid v0.9.6
6482026-07-01T15:56:36.878Z Downloaded cancel-safe-futures v0.1.5
6492026-07-01T15:56:36.878Z Downloaded anstyle-parse v0.2.7
6502026-07-01T15:56:36.882Z Downloaded data-encoding v2.10.0
6512026-07-01T15:56:36.882Z Downloaded funty v2.0.0
6522026-07-01T15:56:36.882Z Downloaded hostname v0.4.2
6532026-07-01T15:56:36.885Z Downloaded fxhash v0.2.1
6542026-07-01T15:56:36.885Z Downloaded futures-io v0.3.32
6552026-07-01T15:56:36.885Z Downloaded foreign-types v0.3.2
6562026-07-01T15:56:36.885Z Downloaded globwalk v0.9.1
6572026-07-01T15:56:36.885Z Downloaded git-stub v1.0.0
6582026-07-01T15:56:36.888Z Downloaded darling_core v0.21.3
6592026-07-01T15:56:36.891Z Downloaded http-body v1.0.1
6602026-07-01T15:56:36.891Z Downloaded hash32 v0.3.1
6612026-07-01T15:56:36.891Z Downloaded ar_archive_writer v0.5.1
6622026-07-01T15:56:36.894Z Downloaded hostname v0.3.1
6632026-07-01T15:56:36.896Z Downloaded home v0.5.12
6642026-07-01T15:56:36.897Z Downloaded darling_core v0.13.4
6652026-07-01T15:56:36.899Z Downloaded ed25519 v2.2.3
6662026-07-01T15:56:36.899Z Downloaded httpdate v1.0.3
6672026-07-01T15:56:36.899Z Downloaded hubpack v0.1.2
6682026-07-01T15:56:36.902Z Downloaded fs-err v2.11.0
6692026-07-01T15:56:36.902Z Downloaded flagset v0.4.7
6702026-07-01T15:56:36.905Z Downloaded foldhash v0.2.0
6712026-07-01T15:56:36.905Z Downloaded fixedbitset v0.5.7
6722026-07-01T15:56:36.905Z Downloaded find-msvc-tools v0.1.9
6732026-07-01T15:56:36.908Z Downloaded ff v0.13.1
6742026-07-01T15:56:36.908Z Downloaded http-range v0.1.5
6752026-07-01T15:56:36.911Z Downloaded diesel-dtrace v0.5.0
6762026-07-01T15:56:36.911Z Downloaded der_derive v0.7.3
6772026-07-01T15:56:36.911Z Downloaded fallible-iterator v0.2.0
6782026-07-01T15:56:36.914Z Downloaded derive_builder_macro v0.20.2
6792026-07-01T15:56:36.914Z Downloaded hubpack_derive v0.1.1
6802026-07-01T15:56:36.917Z Downloaded hyper-tls v0.6.0
6812026-07-01T15:56:36.920Z Downloaded defmt v1.0.1
6822026-07-01T15:56:36.923Z Downloaded glob v0.3.3
6832026-07-01T15:56:36.923Z Downloaded fs_extra v1.3.0
6842026-07-01T15:56:36.923Z Downloaded futures-channel v0.3.32
6852026-07-01T15:56:36.926Z Downloaded ctr v0.9.2
6862026-07-01T15:56:36.926Z Downloaded crossbeam-epoch v0.9.18
6872026-07-01T15:56:36.932Z Downloaded ident_case v1.0.1
6882026-07-01T15:56:36.934Z Downloaded illumos-nvpair-sys v0.2.0
6892026-07-01T15:56:36.941Z Downloaded indoc v1.0.9
6902026-07-01T15:56:36.943Z Downloaded idna_adapter v1.2.1
6912026-07-01T15:56:36.943Z Downloaded illumos-nvpair v0.3.0
6922026-07-01T15:56:36.946Z Downloaded cookie v0.18.1
6932026-07-01T15:56:36.946Z Downloaded convert_case v0.10.0
6942026-07-01T15:56:36.950Z Downloaded const_format_proc_macros v0.2.34
6952026-07-01T15:56:36.950Z Downloaded git-stub-vcs v0.1.0
6962026-07-01T15:56:36.953Z Downloaded cassowary v0.3.0
6972026-07-01T15:56:36.953Z Downloaded internet-checksum v0.2.1
6982026-07-01T15:56:36.953Z Downloaded instant v0.1.13
6992026-07-01T15:56:36.956Z Downloaded instability v0.3.11
7002026-07-01T15:56:36.956Z Downloaded derive_builder_core v0.20.2
7012026-07-01T15:56:36.961Z Downloaded group v0.13.0
7022026-07-01T15:56:36.966Z Downloaded indent_write v2.2.0
7032026-07-01T15:56:36.966Z Downloaded http-body-util v0.1.3
7042026-07-01T15:56:36.966Z Downloaded arrayvec v0.7.6
7052026-07-01T15:56:36.966Z Downloaded inout v0.1.4
7062026-07-01T15:56:36.969Z Downloaded is_ci v1.2.0
7072026-07-01T15:56:36.969Z Downloaded hex v0.4.3
7082026-07-01T15:56:36.972Z Downloaded humantime v2.3.0
7092026-07-01T15:56:36.972Z Downloaded keccak v0.1.6
7102026-07-01T15:56:36.977Z Downloaded lazy_static v1.5.0
7112026-07-01T15:56:36.980Z Downloaded lalrpop-util v0.19.12
7122026-07-01T15:56:36.980Z Downloaded highway v1.3.0
7132026-07-01T15:56:36.983Z Downloaded is-terminal v0.4.17
7142026-07-01T15:56:36.986Z Downloaded backon v1.6.0
7152026-07-01T15:56:36.988Z Downloaded kstat-rs v0.2.4
7162026-07-01T15:56:36.993Z Downloaded des v0.8.1
7172026-07-01T15:56:36.999Z Downloaded linked-hash-map v0.5.6
7182026-07-01T15:56:36.999Z Downloaded getrandom v0.2.17
7192026-07-01T15:56:37.002Z Downloaded libscf-sys v1.1.0
7202026-07-01T15:56:37.002Z Downloaded lru v0.12.5
7212026-07-01T15:56:37.005Z Downloaded hyper-staticfile v0.10.1
7222026-07-01T15:56:37.005Z Downloaded daft v0.1.7
7232026-07-01T15:56:37.007Z Downloaded lru-cache v0.1.2
7242026-07-01T15:56:37.012Z Downloaded drift v0.2.0
7252026-07-01T15:56:37.018Z Downloaded impl-trait-for-tuples v0.2.3
7262026-07-01T15:56:37.021Z Downloaded mime v0.3.17
7272026-07-01T15:56:37.021Z Downloaded diff v0.1.13
7282026-07-01T15:56:37.024Z Downloaded blake2 v0.10.6
7292026-07-01T15:56:37.027Z Downloaded newline-converter v0.3.0
7302026-07-01T15:56:37.027Z Downloaded new_debug_unreachable v1.0.6
7312026-07-01T15:56:37.027Z Downloaded multimap v0.10.1
7322026-07-01T15:56:37.027Z Downloaded compact_str v0.8.1
7332026-07-01T15:56:37.029Z Downloaded colored v2.2.0
7342026-07-01T15:56:37.032Z Downloaded managed v0.8.0
7352026-07-01T15:56:37.032Z Downloaded md-5 v0.10.6
7362026-07-01T15:56:37.035Z Downloaded lzss v0.8.2
7372026-07-01T15:56:37.035Z Downloaded memoffset v0.9.1
7382026-07-01T15:56:37.037Z Downloaded half v2.7.1
7392026-07-01T15:56:37.037Z Downloaded colored v3.1.1
7402026-07-01T15:56:37.040Z Downloaded maybe-uninit v2.0.0
7412026-07-01T15:56:37.040Z Downloaded ipnet v2.11.0
7422026-07-01T15:56:37.043Z Downloaded newtype_derive v0.1.6
7432026-07-01T15:56:37.046Z Downloaded nibble_vec v0.1.0
7442026-07-01T15:56:37.046Z Downloaded match_cfg v0.1.0
7452026-07-01T15:56:37.046Z Downloaded maplit v1.0.2
7462026-07-01T15:56:37.049Z Downloaded lru-slab v0.1.2
7472026-07-01T15:56:37.049Z Downloaded derive_more v0.99.20
7482026-07-01T15:56:37.056Z Downloaded hybrid-array v0.4.10
7492026-07-01T15:56:37.060Z Downloaded md5 v0.7.0
7502026-07-01T15:56:37.063Z Downloaded ingot-types v0.1.2
7512026-07-01T15:56:37.063Z Downloaded newtype-uuid-macros v0.1.0
7522026-07-01T15:56:37.065Z Downloaded normalize-line-endings v0.3.0
7532026-07-01T15:56:37.065Z Downloaded nodrop v0.1.14
7542026-07-01T15:56:37.065Z Downloaded num v0.4.3
7552026-07-01T15:56:37.068Z Downloaded nonempty v0.12.0
7562026-07-01T15:56:37.071Z Downloaded libefi-sys v0.1.0
7572026-07-01T15:56:37.071Z Downloaded futures v0.3.32
7582026-07-01T15:56:37.074Z Downloaded ingot v0.1.1
7592026-07-01T15:56:37.082Z Downloaded hmac v0.12.1
7602026-07-01T15:56:37.085Z Downloaded num-conv v0.2.0
7612026-07-01T15:56:37.085Z Downloaded num-iter v0.1.45
7622026-07-01T15:56:37.089Z Downloaded num-derive v0.4.2
7632026-07-01T15:56:37.092Z Downloaded num-derive v0.3.3
7642026-07-01T15:56:37.092Z Downloaded libsw-core v0.3.2
7652026-07-01T15:56:37.095Z Downloaded libloading v0.8.9
7662026-07-01T15:56:37.095Z Downloaded jobserver v0.1.34
7672026-07-01T15:56:37.108Z Downloaded opaque-debug v0.3.1
7682026-07-01T15:56:37.112Z Downloaded openssl-macros v0.1.1
7692026-07-01T15:56:37.112Z Downloaded elliptic-curve v0.13.8
7702026-07-01T15:56:37.115Z Downloaded indoc v2.0.7
7712026-07-01T15:56:37.115Z Downloaded flate2 v1.1.9
7722026-07-01T15:56:37.118Z Downloaded libsw v3.5.0
7732026-07-01T15:56:37.118Z Downloaded multer v3.1.0
7742026-07-01T15:56:37.120Z Downloaded openssl-probe v0.1.6
7752026-07-01T15:56:37.120Z Downloaded nanorand v0.7.0
7762026-07-01T15:56:37.123Z Downloaded openssl-probe v0.2.1
7772026-07-01T15:56:37.123Z Downloaded darling_core v0.20.11
7782026-07-01T15:56:37.125Z Downloaded ciborium v0.2.2
7792026-07-01T15:56:37.128Z Downloaded const-oid v0.10.2
7802026-07-01T15:56:37.131Z Downloaded native-tls v0.2.18
7812026-07-01T15:56:37.131Z Downloaded cc v1.2.56
7822026-07-01T15:56:37.134Z Downloaded half v1.8.3
7832026-07-01T15:56:37.134Z Downloaded oso-derive v0.27.3
7842026-07-01T15:56:37.134Z Downloaded num_threads v0.1.7
7852026-07-01T15:56:37.137Z Downloaded linear-map v1.2.0
7862026-07-01T15:56:37.137Z Downloaded hyper-rustls v0.27.7
7872026-07-01T15:56:37.141Z Downloaded httparse v1.10.1
7882026-07-01T15:56:37.141Z Downloaded packed_struct_codegen v0.10.1
7892026-07-01T15:56:37.144Z Downloaded nu-ansi-term v0.50.3
7902026-07-01T15:56:37.144Z Downloaded darling_core v0.23.0
7912026-07-01T15:56:37.147Z Downloaded getrandom v0.3.4
7922026-07-01T15:56:37.152Z Downloaded num-complex v0.4.6
7932026-07-01T15:56:37.155Z Downloaded num-rational v0.4.2
7942026-07-01T15:56:37.158Z Downloaded parse-display v0.10.0
7952026-07-01T15:56:37.167Z Downloaded pbkdf2 v0.11.0
7962026-07-01T15:56:37.170Z Downloaded path-slash v0.1.5
7972026-07-01T15:56:37.173Z Downloaded num_enum v0.5.11
7982026-07-01T15:56:37.175Z Downloaded ingot-macros v0.1.1
7992026-07-01T15:56:37.178Z Downloaded iana-time-zone v0.1.65
8002026-07-01T15:56:37.178Z Downloaded heapless v0.7.17
8012026-07-01T15:56:37.181Z Downloaded peg-runtime v0.8.5
8022026-07-01T15:56:37.184Z Downloaded parse-size v1.1.0
8032026-07-01T15:56:37.184Z Downloaded num_enum_derive v0.5.11
8042026-07-01T15:56:37.184Z Downloaded num_enum_derive v0.7.6
8052026-07-01T15:56:37.187Z Downloaded num_enum v0.7.6
8062026-07-01T15:56:37.190Z Downloaded phf_shared v0.13.1
8072026-07-01T15:56:37.190Z Downloaded phf_shared v0.11.3
8082026-07-01T15:56:37.193Z Downloaded percent-encoding v2.3.2
8092026-07-01T15:56:37.193Z Downloaded bytes v1.11.1
8102026-07-01T15:56:37.195Z Downloaded phf_shared v0.12.1
8112026-07-01T15:56:37.198Z Downloaded olpc-cjson v0.1.4
8122026-07-01T15:56:37.206Z Downloaded mime_guess v2.0.5
8132026-07-01T15:56:37.209Z Downloaded chacha20poly1305 v0.10.1
8142026-07-01T15:56:37.212Z Downloaded arc-swap v1.8.2
8152026-07-01T15:56:37.214Z Downloaded flume v0.11.1
8162026-07-01T15:56:37.219Z Downloaded oxnet v0.1.6
8172026-07-01T15:56:37.223Z Downloaded ipnetwork v0.21.1
8182026-07-01T15:56:37.223Z Downloaded crypto-bigint v0.5.5
8192026-07-01T15:56:37.228Z Downloaded powerfmt v0.2.0
8202026-07-01T15:56:37.231Z Downloaded potential_utf v0.1.4
8212026-07-01T15:56:37.231Z Downloaded headers v0.4.1
8222026-07-01T15:56:37.234Z Downloaded ignore v0.4.25
8232026-07-01T15:56:37.236Z Downloaded owo-colors v4.3.0
8242026-07-01T15:56:37.239Z Downloaded oxide-tokio-rt v0.1.4
8252026-07-01T15:56:37.239Z Downloaded memmap2 v0.9.10
8262026-07-01T15:56:37.241Z Downloaded packed_struct v0.10.1
8272026-07-01T15:56:37.242Z Downloaded lock_api v0.4.14
8282026-07-01T15:56:37.244Z Downloaded parse-display-derive v0.10.0
8292026-07-01T15:56:37.244Z Downloaded litemap v0.8.1
8302026-07-01T15:56:37.247Z Downloaded predicates-core v1.0.10
8312026-07-01T15:56:37.247Z Downloaded precomputed-hash v0.1.1
8322026-07-01T15:56:37.247Z Downloaded proc-macro-crate v1.3.1
8332026-07-01T15:56:37.247Z Downloaded progenitor-macro v0.13.0
8342026-07-01T15:56:37.250Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-07-01T15:56:37.250Z Downloaded predicates-tree v1.0.13
8362026-07-01T15:56:37.250Z Downloaded icu_properties v2.1.2
8372026-07-01T15:56:37.252Z Downloaded proc-macro-crate v3.4.0
8382026-07-01T15:56:37.252Z Downloaded icu_provider v2.1.1
8392026-07-01T15:56:37.255Z Downloaded crossbeam-channel v0.5.15
8402026-07-01T15:56:37.258Z Downloaded paste v1.0.15
8412026-07-01T15:56:37.260Z Downloaded password-hash v0.5.0
8422026-07-01T15:56:37.260Z Downloaded newtype-uuid v1.3.2
8432026-07-01T15:56:37.263Z Downloaded indexmap v1.9.3
8442026-07-01T15:56:37.266Z Downloaded libbz2-rs-sys v0.2.2
8452026-07-01T15:56:37.273Z Downloaded progenitor-client v0.14.0
8462026-07-01T15:56:37.276Z Downloaded pem v3.0.6
8472026-07-01T15:56:37.278Z Downloaded peg-macros v0.8.5
8482026-07-01T15:56:37.278Z Downloaded psl-types v2.0.11
8492026-07-01T15:56:37.281Z Downloaded phf v0.13.1
8502026-07-01T15:56:37.281Z Downloaded pbkdf2 v0.12.2
8512026-07-01T15:56:37.284Z Downloaded quick-error v1.2.3
8522026-07-01T15:56:37.284Z Downloaded heapless v0.8.0
8532026-07-01T15:56:37.286Z Downloaded pem-rfc7468 v0.7.0
8542026-07-01T15:56:37.289Z Downloaded peg v0.8.5
8552026-07-01T15:56:37.291Z Downloaded progenitor-macro v0.14.0
8562026-07-01T15:56:37.292Z Downloaded indicatif v0.18.4
8572026-07-01T15:56:37.294Z Downloaded icu_normalizer v2.1.1
8582026-07-01T15:56:37.297Z Downloaded num-integer v0.1.46
8592026-07-01T15:56:37.300Z Downloaded der v0.7.10
8602026-07-01T15:56:37.303Z Downloaded radium v0.7.0
8612026-07-01T15:56:37.305Z Downloaded pkg-config v0.3.32
8622026-07-01T15:56:37.311Z Downloaded phf v0.12.1
8632026-07-01T15:56:37.313Z Downloaded pin-project-lite v0.2.17
8642026-07-01T15:56:37.316Z Downloaded rand_chacha v0.3.1
8652026-07-01T15:56:37.320Z Downloaded polyval v0.6.2
8662026-07-01T15:56:37.323Z Downloaded recursive v0.1.1
8672026-07-01T15:56:37.323Z Downloaded icu_locale_core v2.1.1
8682026-07-01T15:56:37.326Z Downloaded ppv-lite86 v0.2.21
8692026-07-01T15:56:37.329Z Downloaded pkcs8 v0.10.2
8702026-07-01T15:56:37.331Z Downloaded pin-project-internal v1.1.11
8712026-07-01T15:56:37.335Z Downloaded litrs v1.0.0
8722026-07-01T15:56:37.337Z Downloaded parking_lot v0.11.2
8732026-07-01T15:56:37.340Z Downloaded parking_lot_core v0.8.6
8742026-07-01T15:56:37.340Z Downloaded progenitor-client v0.13.0
8752026-07-01T15:56:37.343Z Downloaded progenitor v0.14.0
8762026-07-01T15:56:37.343Z Downloaded poly1305 v0.8.0
8772026-07-01T15:56:37.345Z Downloaded num-traits v0.2.19
8782026-07-01T15:56:37.348Z Downloaded recursive-proc-macro-impl v0.1.1
8792026-07-01T15:56:37.348Z Downloaded rand_xorshift v0.4.0
8802026-07-01T15:56:37.348Z Downloaded ref-cast v1.0.25
8812026-07-01T15:56:37.351Z Downloaded diesel_derives v2.3.7
8822026-07-01T15:56:37.353Z Downloaded predicates v3.1.4
8832026-07-01T15:56:37.356Z Downloaded base64 v0.22.1
8842026-07-01T15:56:37.359Z Downloaded password-hash v0.4.2
8852026-07-01T15:56:37.361Z Downloaded primeorder v0.13.6
8862026-07-01T15:56:37.361Z Downloaded parking_lot_core v0.9.12
8872026-07-01T15:56:37.364Z Downloaded parking_lot v0.12.5
8882026-07-01T15:56:37.364Z Downloaded ed25519-dalek v2.2.0
8892026-07-01T15:56:37.367Z Downloaded derive_more-impl v2.1.1
8902026-07-01T15:56:37.370Z Downloaded psm v0.1.30
8912026-07-01T15:56:37.372Z Downloaded crossterm v0.29.0
8922026-07-01T15:56:37.375Z Downloaded hickory-resolver v0.24.4
8932026-07-01T15:56:37.379Z Downloaded progenitor v0.13.0
8942026-07-01T15:56:37.381Z Downloaded proc-macro-error2 v2.0.1
8952026-07-01T15:56:37.384Z Downloaded hickory-resolver v0.25.2
8962026-07-01T15:56:37.387Z Downloaded bumpalo v3.20.2
8972026-07-01T15:56:37.387Z Downloaded rustc_version v0.4.1
8982026-07-01T15:56:37.389Z Downloaded postgres-protocol v0.6.10
8992026-07-01T15:56:37.389Z Downloaded pkcs5 v0.7.1
9002026-07-01T15:56:37.392Z Downloaded rustc-hash v2.1.1
9012026-07-01T15:56:37.394Z Downloaded rtoolbox v0.0.3
9022026-07-01T15:56:37.394Z Downloaded expectorate v1.2.0
9032026-07-01T15:56:37.397Z Downloaded derive_more v2.1.1
9042026-07-01T15:56:37.403Z Downloaded papergrid v0.17.0
9052026-07-01T15:56:37.407Z Downloaded omicron-zone-package v0.12.3
9062026-07-01T15:56:37.410Z Downloaded rand_core v0.9.5
9072026-07-01T15:56:37.412Z Downloaded r2d2 v0.8.10
9082026-07-01T15:56:37.412Z Downloaded postcard v1.1.3
9092026-07-01T15:56:37.415Z Downloaded rand_core v0.6.4
9102026-07-01T15:56:37.415Z Downloaded rand_chacha v0.9.0
9112026-07-01T15:56:37.415Z Downloaded pkcs1 v0.7.5
9122026-07-01T15:56:37.418Z Downloaded salsa20 v0.10.2
9132026-07-01T15:56:37.418Z Downloaded icu_collections v2.1.1
9142026-07-01T15:56:37.422Z Downloaded postgres-types v0.2.12
9152026-07-01T15:56:37.425Z Downloaded oso v0.27.3
9162026-07-01T15:56:37.427Z Downloaded jiff-static v0.2.21
9172026-07-01T15:56:37.430Z Downloaded rand_core v0.10.0
9182026-07-01T15:56:37.430Z Downloaded miniz_oxide v0.8.9
9192026-07-01T15:56:37.432Z Downloaded http v1.4.2
9202026-07-01T15:56:37.435Z Downloaded icu_normalizer_data v2.1.1
9212026-07-01T15:56:37.438Z Downloaded same-file v1.0.6
9222026-07-01T15:56:37.438Z Downloaded scheduled-thread-pool v0.2.7
9232026-07-01T15:56:37.438Z Downloaded sapling-renderdag v0.1.0
9242026-07-01T15:56:37.442Z Downloaded rand_seeder v0.4.0
9252026-07-01T15:56:37.442Z Downloaded scopeguard v1.2.0
9262026-07-01T15:56:37.444Z Downloaded seq-macro v0.3.6
9272026-07-01T15:56:37.447Z Downloaded scroll_derive v0.13.1
9282026-07-01T15:56:37.447Z Downloaded rustc_version v0.1.7
9292026-07-01T15:56:37.447Z Downloaded async-compression v0.4.41
9302026-07-01T15:56:37.450Z Downloaded russh-cryptovec v0.7.3
9312026-07-01T15:56:37.454Z Downloaded scrypt v0.11.0
9322026-07-01T15:56:37.454Z Downloaded serde-big-array v0.5.1
9332026-07-01T15:56:37.456Z Downloaded secrecy v0.8.0
9342026-07-01T15:56:37.464Z Downloaded progenitor-extras v0.2.0
9352026-07-01T15:56:37.467Z Downloaded semver v0.1.20
9362026-07-01T15:56:37.467Z Downloaded secrecy v0.10.3
9372026-07-01T15:56:37.469Z Downloaded ref-cast-impl v1.0.25
9382026-07-01T15:56:37.474Z Downloaded serde_bytes v0.11.19
9392026-07-01T15:56:37.480Z Downloaded serde_urlencoded v0.7.1
9402026-07-01T15:56:37.483Z Downloaded serde_plain v1.0.2
9412026-07-01T15:56:37.483Z Downloaded serde_spanned v1.1.1
9422026-07-01T15:56:37.483Z Downloaded serde_repr v0.1.20
9432026-07-01T15:56:37.485Z Downloaded quinn-udp v0.5.14
9442026-07-01T15:56:37.485Z Downloaded resolv-conf v0.7.6
9452026-07-01T15:56:37.488Z Downloaded minimal-lexical v0.2.1
9462026-07-01T15:56:37.494Z Downloaded p256 v0.13.2
9472026-07-01T15:56:37.497Z Downloaded pin-project v1.1.11
9482026-07-01T15:56:37.507Z Downloaded siphasher v1.0.2
9492026-07-01T15:56:37.509Z Downloaded sigpipe v0.1.3
9502026-07-01T15:56:37.509Z Downloaded sha1 v0.11.0
9512026-07-01T15:56:37.512Z Downloaded rustversion v1.0.22
9522026-07-01T15:56:37.515Z Downloaded signature v2.2.0
9532026-07-01T15:56:37.515Z Downloaded shell-words v1.1.1
9542026-07-01T15:56:37.515Z Downloaded sha1 v0.10.6
9552026-07-01T15:56:37.518Z Downloaded hashbrown v0.13.2
9562026-07-01T15:56:37.521Z Downloaded signal-hook-tokio v0.3.1
9572026-07-01T15:56:37.524Z Downloaded rusty-fork v0.3.1
9582026-07-01T15:56:37.531Z Downloaded hashbrown v0.12.3
9592026-07-01T15:56:37.534Z Downloaded schemars_derive v0.8.22
9602026-07-01T15:56:37.536Z Downloaded scroll v0.13.0
9612026-07-01T15:56:37.537Z Downloaded prefix-trie v0.7.0
9622026-07-01T15:56:37.539Z Downloaded crossterm v0.28.1
9632026-07-01T15:56:37.544Z Downloaded sec1 v0.7.3
9642026-07-01T15:56:37.544Z Downloaded slog-bunyan v2.5.0
9652026-07-01T15:56:37.549Z Downloaded rfc6979 v0.4.0
9662026-07-01T15:56:37.549Z Downloaded progenitor-impl v0.13.0
9672026-07-01T15:56:37.554Z Downloaded slog-envlogger v2.2.0
9682026-07-01T15:56:37.554Z Downloaded hyper-util v0.1.20
9692026-07-01T15:56:37.559Z Downloaded hickory-server v0.25.2
9702026-07-01T15:56:37.562Z Downloaded serde-hex v0.1.0
9712026-07-01T15:56:37.571Z Downloaded serde_path_to_error v0.1.20
9722026-07-01T15:56:37.575Z Downloaded openssl-sys v0.9.115
9732026-07-01T15:56:37.579Z Downloaded ssh-encoding v0.2.0
9742026-07-01T15:56:37.579Z Downloaded stable_deref_trait v1.2.1
9752026-07-01T15:56:37.582Z Downloaded sqlparser_derive v0.5.0
9762026-07-01T15:56:37.582Z Downloaded ssh-cipher v0.2.0
9772026-07-01T15:56:37.585Z Downloaded rustls-pemfile v2.2.0
9782026-07-01T15:56:37.599Z Downloaded rustls-pki-types v1.14.0
9792026-07-01T15:56:37.602Z Downloaded rustls-native-certs v0.8.3
9802026-07-01T15:56:37.605Z Downloaded structmeta v0.3.0
9812026-07-01T15:56:37.605Z Downloaded strum v0.26.3
9822026-07-01T15:56:37.605Z Downloaded structmeta-derive v0.3.0
9832026-07-01T15:56:37.608Z Downloaded strsim v0.10.0
9842026-07-01T15:56:37.608Z Downloaded subtle v2.6.1
9852026-07-01T15:56:37.611Z Downloaded slab v0.4.12
9862026-07-01T15:56:37.611Z Downloaded strum v0.27.2
9872026-07-01T15:56:37.611Z Downloaded shlex v1.3.0
9882026-07-01T15:56:37.614Z Downloaded serde_with_macros v1.5.2
9892026-07-01T15:56:37.614Z Downloaded simd-adler32 v0.3.8
9902026-07-01T15:56:37.617Z Downloaded progenitor-impl v0.14.0
9912026-07-01T15:56:37.619Z Downloaded prettyplease v0.2.37
9922026-07-01T15:56:37.625Z Downloaded tabwriter v1.4.1
9932026-07-01T15:56:37.628Z Downloaded signal-hook-registry v1.4.8
9942026-07-01T15:56:37.628Z Downloaded take_mut v0.2.2
9952026-07-01T15:56:37.642Z Downloaded tagptr v0.2.0
9962026-07-01T15:56:37.642Z Downloaded strip-ansi-escapes v0.2.1
9972026-07-01T15:56:37.642Z Downloaded signal-hook-mio v0.2.5
9982026-07-01T15:56:37.642Z Downloaded slog-scope v4.4.1
9992026-07-01T15:56:37.642Z Downloaded tabled_derive v0.11.0
10002026-07-01T15:56:37.642Z Downloaded sync_wrapper v1.0.2
10012026-07-01T15:56:37.642Z Downloaded slog-async v2.8.0
10022026-07-01T15:56:37.651Z Downloaded supports-color v3.0.2
10032026-07-01T15:56:37.654Z Downloaded testing_table v0.3.0
10042026-07-01T15:56:37.654Z Downloaded slog-stdlog v4.1.1
10052026-07-01T15:56:37.654Z Downloaded termtree v0.5.1
10062026-07-01T15:56:37.657Z Downloaded tap v1.0.1
10072026-07-01T15:56:37.657Z Downloaded sync-ptr v0.1.4
10082026-07-01T15:56:37.657Z Downloaded slog-dtrace v0.3.0
10092026-07-01T15:56:37.660Z Downloaded spki v0.7.3
10102026-07-01T15:56:37.662Z Downloaded snafu-derive v0.8.9
10112026-07-01T15:56:37.663Z Downloaded smf v0.2.3
10122026-07-01T15:56:37.665Z Downloaded itertools v0.10.5
10132026-07-01T15:56:37.668Z Downloaded serde_cbor v0.11.2
10142026-07-01T15:56:37.671Z Downloaded mio v1.2.0
10152026-07-01T15:56:37.674Z Downloaded thiserror-impl-no-std v2.0.2
10162026-07-01T15:56:37.677Z Downloaded ryu v1.0.23
10172026-07-01T15:56:37.680Z Downloaded russh-keys v0.45.0
10182026-07-01T15:56:37.683Z Downloaded serde_with_macros v3.17.0
10192026-07-01T15:56:37.683Z Downloaded thread-id v5.1.0
10202026-07-01T15:56:37.686Z Downloaded serde_derive_internals v0.29.1
10212026-07-01T15:56:37.690Z Downloaded static_assertions v1.1.0
10222026-07-01T15:56:37.692Z Downloaded rustls-platform-verifier v0.6.2
10232026-07-01T15:56:37.695Z Downloaded dropshot-api-manager v0.7.2
10242026-07-01T15:56:37.699Z Downloaded stringprep v0.1.5
10252026-07-01T15:56:37.702Z Downloaded aho-corasick v1.1.4
10262026-07-01T15:56:37.705Z Downloaded time-core v0.1.8
10272026-07-01T15:56:37.707Z Downloaded string_cache v0.8.9
10282026-07-01T15:56:37.707Z Downloaded sqlformat v0.3.5
10292026-07-01T15:56:37.707Z Downloaded rayon-core v1.13.0
10302026-07-01T15:56:37.710Z Downloaded tinyvec_macros v0.1.1
10312026-07-01T15:56:37.712Z Downloaded rcgen v0.12.1
10322026-07-01T15:56:37.712Z Downloaded pretty_assertions v1.4.1
10332026-07-01T15:56:37.715Z Downloaded ron v0.8.1
10342026-07-01T15:56:37.718Z Downloaded tokio-macros v2.7.0
10352026-07-01T15:56:37.720Z Downloaded strum_macros v0.24.3
10362026-07-01T15:56:37.723Z Downloaded hashbrown v0.16.1
10372026-07-01T15:56:37.726Z Downloaded slog-json v2.6.1
10382026-07-01T15:56:37.728Z Downloaded publicsuffix v2.3.0
10392026-07-01T15:56:37.731Z Downloaded strum_macros v0.27.2
10402026-07-01T15:56:37.731Z Downloaded qorb v0.4.1
10412026-07-01T15:56:37.734Z Downloaded strum_macros v0.26.4
10422026-07-01T15:56:37.736Z Downloaded hashbrown v0.15.5
10432026-07-01T15:56:37.739Z Downloaded tokio-test v0.4.5
10442026-07-01T15:56:37.742Z Downloaded nom v7.1.3
10452026-07-01T15:56:37.744Z Downloaded support-bundle-viewer v0.1.2
10462026-07-01T15:56:37.744Z Downloaded libxml v0.3.3
10472026-07-01T15:56:37.748Z Downloaded aws-lc-rs v1.16.3
10482026-07-01T15:56:37.753Z Downloaded synstructure v0.13.2
10492026-07-01T15:56:37.755Z Downloaded smallvec v1.15.1
10502026-07-01T15:56:37.755Z Downloaded slog-term v2.9.2
10512026-07-01T15:56:37.758Z Downloaded spin v0.9.8
10522026-07-01T15:56:37.762Z Downloaded termios v0.3.3
10532026-07-01T15:56:37.765Z Downloaded topological-sort v0.2.2
10542026-07-01T15:56:37.769Z Downloaded smallvec v0.6.14
10552026-07-01T15:56:37.772Z Downloaded num-bigint v0.4.6
10562026-07-01T15:56:37.775Z Downloaded try-lock v0.2.5
10572026-07-01T15:56:37.775Z Downloaded trait-variant v0.1.2
10582026-07-01T15:56:37.778Z Downloaded tower-service v0.3.3
10592026-07-01T15:56:37.778Z Downloaded tower-layer v0.3.3
10602026-07-01T15:56:37.778Z Downloaded thiserror-no-std v2.0.2
10612026-07-01T15:56:37.780Z Downloaded itertools v0.12.1
10622026-07-01T15:56:37.783Z Downloaded rand v0.8.6
10632026-07-01T15:56:37.786Z Downloaded thread_local v1.1.9
10642026-07-01T15:56:37.788Z Downloaded quinn v0.11.9
10652026-07-01T15:56:37.791Z Downloaded iri-string v0.7.10
10662026-07-01T15:56:37.793Z Downloaded time-macros v0.2.27
10672026-07-01T15:56:37.796Z Downloaded typify-macro v0.6.2
10682026-07-01T15:56:37.798Z Downloaded tiny-keccak v2.0.2
10692026-07-01T15:56:37.798Z Downloaded serde_yaml v0.9.34+deprecated
10702026-07-01T15:56:37.801Z Downloaded tinystr v0.8.2
10712026-07-01T15:56:37.803Z Downloaded tls_codec_derive v0.4.2
10722026-07-01T15:56:37.806Z Downloaded schemars v0.8.22
10732026-07-01T15:56:37.811Z Downloaded unicode-xid v0.2.6
10742026-07-01T15:56:37.813Z Downloaded unarray v0.1.4
10752026-07-01T15:56:37.813Z Downloaded schemars v0.9.0
10762026-07-01T15:56:37.820Z Downloaded icu_properties_data v2.1.2
10772026-07-01T15:56:37.825Z Downloaded tokio-dtrace v0.1.1
10782026-07-01T15:56:37.828Z Downloaded slog v2.8.2
10792026-07-01T15:56:37.831Z Downloaded unicode-truncate v1.1.0
10802026-07-01T15:56:37.831Z Downloaded signal-hook v0.3.18
10812026-07-01T15:56:37.833Z Downloaded term v1.2.1
10822026-07-01T15:56:37.836Z Downloaded similar v2.7.0
10832026-07-01T15:56:37.838Z Downloaded unit-prefix v0.5.2
10842026-07-01T15:56:37.838Z Downloaded aes-gcm v0.10.3
10852026-07-01T15:56:37.841Z Downloaded num-bigint-dig v0.8.6
10862026-07-01T15:56:37.844Z Downloaded utf-8 v0.7.6
10872026-07-01T15:56:37.844Z Downloaded usdt-macro v0.6.0
10882026-07-01T15:56:37.844Z Downloaded usdt v0.6.0
10892026-07-01T15:56:37.846Z Downloaded untrusted v0.7.1
10902026-07-01T15:56:37.846Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-07-01T15:56:37.847Z Downloaded untrusted v0.9.0
10922026-07-01T15:56:37.849Z Downloaded universal-hash v0.5.1
10932026-07-01T15:56:37.849Z Downloaded tokio-tungstenite v0.23.1
10942026-07-01T15:56:37.849Z Downloaded bindgen v0.71.1
10952026-07-01T15:56:37.854Z Downloaded utf8_iter v1.0.4
10962026-07-01T15:56:37.856Z Downloaded usdt-attr-macro v0.6.0
10972026-07-01T15:56:37.856Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10982026-07-01T15:56:37.856Z Downloaded stacker v0.1.23
10992026-07-01T15:56:37.862Z Downloaded toml_writer v1.1.1+spec-1.1.0
11002026-07-01T15:56:37.864Z Downloaded rsa v0.9.10
11012026-07-01T15:56:37.868Z Downloaded waitgroup v0.1.2
11022026-07-01T15:56:37.871Z Downloaded socket2 v0.5.10
11032026-07-01T15:56:37.871Z Downloaded term v0.7.0
11042026-07-01T15:56:37.874Z Downloaded socket2 v0.6.3
11052026-07-01T15:56:37.880Z Downloaded tui-tree-widget v0.23.1
11062026-07-01T15:56:37.883Z Downloaded void v1.0.2
11072026-07-01T15:56:37.886Z Downloaded subprocess v0.2.15
11082026-07-01T15:56:37.889Z Downloaded want v0.3.1
11092026-07-01T15:56:37.892Z Downloaded wait-timeout v0.2.1
11102026-07-01T15:56:37.897Z Downloaded hyper v1.10.1
11112026-07-01T15:56:37.901Z Downloaded samael v0.0.19
11122026-07-01T15:56:37.905Z Downloaded yoke-derive v0.8.1
11132026-07-01T15:56:37.908Z Downloaded xshell-macros v0.2.7
11142026-07-01T15:56:37.908Z Downloaded tokio-native-tls v0.3.1
11152026-07-01T15:56:37.911Z Downloaded tls_codec v0.4.2
11162026-07-01T15:56:37.922Z Downloaded unicase v2.9.0
11172026-07-01T15:56:37.925Z Downloaded tokio-tungstenite v0.21.0
11182026-07-01T15:56:37.925Z Downloaded tokio-rustls v0.26.4
11192026-07-01T15:56:37.928Z Downloaded zerofrom-derive v0.1.6
11202026-07-01T15:56:37.928Z Downloaded zerofrom v0.1.6
11212026-07-01T15:56:37.933Z Downloaded zone_cfg_derive v0.3.1
11222026-07-01T15:56:37.936Z Downloaded zone v0.3.1
11232026-07-01T15:56:37.938Z Downloaded snafu v0.8.9
11242026-07-01T15:56:37.941Z Downloaded test-strategy v0.4.5
11252026-07-01T15:56:37.944Z Downloaded xattr v1.6.1
11262026-07-01T15:56:37.949Z Downloaded nom v8.0.0
11272026-07-01T15:56:37.952Z Downloaded vergen-git2 v9.1.0
11282026-07-01T15:56:37.955Z Downloaded idna v1.1.0
11292026-07-01T15:56:37.958Z Downloaded vergen-gitcl v1.0.8
11302026-07-01T15:56:37.958Z Downloaded schemars v1.2.1
11312026-07-01T15:56:37.966Z Downloaded vergen-lib v9.1.0
11322026-07-01T15:56:37.968Z Downloaded zeroize_derive v1.4.3
11332026-07-01T15:56:37.974Z Downloaded rand v0.9.2
11342026-07-01T15:56:37.976Z Downloaded vergen-lib v0.1.6
11352026-07-01T15:56:37.979Z Downloaded usdt-impl v0.6.0
11362026-07-01T15:56:37.979Z Downloaded russh v0.45.0
11372026-07-01T15:56:37.982Z Downloaded rand v0.10.0
11382026-07-01T15:56:37.984Z Downloaded itertools v0.13.0
11392026-07-01T15:56:37.987Z Downloaded wyz v0.5.1
11402026-07-01T15:56:37.990Z Downloaded unicode-properties v0.1.4
11412026-07-01T15:56:37.990Z Downloaded itertools v0.14.0
11422026-07-01T15:56:37.993Z Downloaded walkdir v2.5.0
11432026-07-01T15:56:37.996Z Downloaded uzers v0.12.2
11442026-07-01T15:56:37.996Z Downloaded libm v0.2.16
11452026-07-01T15:56:38.001Z Downloaded futures-util v0.3.32
11462026-07-01T15:56:38.008Z Downloaded whoami v1.6.1
11472026-07-01T15:56:38.010Z Downloaded vsss-rs v3.3.4
11482026-07-01T15:56:38.010Z Downloaded twox-hash v2.1.2
11492026-07-01T15:56:38.013Z Downloaded rustls-webpki v0.103.9
11502026-07-01T15:56:38.017Z Downloaded tracing-attributes v0.1.31
11512026-07-01T15:56:38.017Z Downloaded zerovec-derive v0.11.2
11522026-07-01T15:56:38.020Z Downloaded zeroize v1.8.2
11532026-07-01T15:56:38.025Z Downloaded writeable v0.6.2
11542026-07-01T15:56:38.028Z Downloaded toml_parser v1.1.2+spec-1.1.0
11552026-07-01T15:56:38.031Z Downloaded toml v1.1.2+spec-1.1.0
11562026-07-01T15:56:38.033Z Downloaded vergen v9.1.0
11572026-07-01T15:56:38.033Z Downloaded zstd-safe v7.2.4
11582026-07-01T15:56:38.033Z Downloaded toml v0.7.8
11592026-07-01T15:56:38.036Z Downloaded h2 v0.4.15
11602026-07-01T15:56:38.039Z Downloaded zstd v0.13.3
11612026-07-01T15:56:38.042Z Downloaded serde_with v1.14.0
11622026-07-01T15:56:38.045Z Downloaded xshell v0.2.7
11632026-07-01T15:56:38.047Z Downloaded tokio-stream v0.1.18
11642026-07-01T15:56:38.050Z Downloaded p521 v0.13.3
11652026-07-01T15:56:38.052Z Downloaded steno v0.4.1
11662026-07-01T15:56:38.056Z Downloaded whoami v2.1.0
11672026-07-01T15:56:38.064Z Downloaded tar v0.4.45
11682026-07-01T15:56:38.067Z Downloaded hkdf v0.12.4
11692026-07-01T15:56:38.074Z Downloaded tracing-core v0.1.36
11702026-07-01T15:56:38.085Z Downloaded tungstenite v0.23.0
11712026-07-01T15:56:38.088Z Downloaded blake3 v1.8.5
11722026-07-01T15:56:38.094Z Downloaded iddqd v0.4.2
11732026-07-01T15:56:38.099Z Downloaded vte v0.14.1
11742026-07-01T15:56:38.102Z Downloaded typify v0.6.2
11752026-07-01T15:56:38.106Z Downloaded unicode-bidi v0.3.18
11762026-07-01T15:56:38.109Z Downloaded tungstenite v0.21.0
11772026-07-01T15:56:38.109Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-07-01T15:56:38.111Z Downloaded tinyvec v1.10.0
11792026-07-01T15:56:38.120Z Downloaded yasna v0.5.2
11802026-07-01T15:56:38.124Z Downloaded unsafe-libyaml v0.2.11
11812026-07-01T15:56:38.130Z Downloaded rustyline v14.0.0
11822026-07-01T15:56:38.134Z Downloaded tokio-postgres v0.7.16
11832026-07-01T15:56:38.139Z Downloaded zerocopy v0.6.6
11842026-07-01T15:56:38.145Z Downloaded chrono v0.4.44
11852026-07-01T15:56:38.163Z Downloaded zopfli v0.8.3
11862026-07-01T15:56:38.175Z Downloaded bitvec v1.0.1
11872026-07-01T15:56:38.185Z Downloaded regex v1.12.3
11882026-07-01T15:56:38.195Z Downloaded rpassword v7.4.0
11892026-07-01T15:56:38.208Z Downloaded toml_edit v0.19.15
11902026-07-01T15:56:38.217Z Downloaded uuid v1.23.4
11912026-07-01T15:56:38.226Z Downloaded yansi v1.0.1
11922026-07-01T15:56:38.230Z Downloaded unicode_categories v0.1.1
11932026-07-01T15:56:38.235Z Downloaded quick-xml v0.37.5
11942026-07-01T15:56:38.238Z Downloaded zerocopy-derive v0.8.40
11952026-07-01T15:56:38.243Z Downloaded ssh-key v0.6.7
11962026-07-01T15:56:38.247Z Downloaded yoke v0.8.1
11972026-07-01T15:56:38.253Z Downloaded git2 v0.20.4
11982026-07-01T15:56:38.257Z Downloaded url v2.5.8
11992026-07-01T15:56:38.260Z Downloaded moka v0.12.13
12002026-07-01T15:56:38.265Z Downloaded zip v0.6.6
12012026-07-01T15:56:38.268Z Downloaded p384 v0.13.1
12022026-07-01T15:56:38.275Z Downloaded reedline v0.40.0
12032026-07-01T15:56:38.279Z Downloaded lalrpop v0.19.12
12042026-07-01T15:56:38.303Z Downloaded portable-atomic v1.13.1
12052026-07-01T15:56:38.313Z Downloaded rayon v1.11.0
12062026-07-01T15:56:38.319Z Downloaded zerotrie v0.2.3
12072026-07-01T15:56:38.331Z Downloaded unicode-normalization v0.1.25
12082026-07-01T15:56:38.333Z Downloaded reqwest v0.12.28
12092026-07-01T15:56:38.337Z Downloaded reqwest v0.13.2
12102026-07-01T15:56:38.342Z Downloaded tower-http v0.6.8
12112026-07-01T15:56:38.347Z Downloaded serde_with v3.17.0
12122026-07-01T15:56:38.354Z Downloaded x509-cert v0.2.5
12132026-07-01T15:56:38.358Z Downloaded unicode-segmentation v1.12.0
12142026-07-01T15:56:38.360Z Downloaded typed-path v0.9.3
12152026-07-01T15:56:38.363Z Downloaded goblin v0.10.5
12162026-07-01T15:56:38.372Z Downloaded zerovec v0.11.5
12172026-07-01T15:56:38.377Z Downloaded nix v0.27.1
12182026-07-01T15:56:38.384Z Downloaded tower v0.5.3
12192026-07-01T15:56:38.392Z Downloaded object v0.30.4
12202026-07-01T15:56:38.398Z Downloaded quinn-proto v0.11.13
12212026-07-01T15:56:38.402Z Downloaded bstr v1.12.1
12222026-07-01T15:56:38.413Z Downloaded curve25519-dalek v4.1.3
12232026-07-01T15:56:38.418Z Downloaded zip v4.6.1
12242026-07-01T15:56:38.421Z Downloaded tokio-util v0.7.18
12252026-07-01T15:56:38.435Z Downloaded petname v2.0.2
12262026-07-01T15:56:38.444Z Downloaded salty v0.3.0
12272026-07-01T15:56:38.460Z Downloaded tough v0.22.0
12282026-07-01T15:56:38.465Z Downloaded proptest v1.10.0
12292026-07-01T15:56:38.471Z Downloaded openssl v0.10.79
12302026-07-01T15:56:38.477Z Downloaded radix_trie v0.2.1
12312026-07-01T15:56:38.480Z Downloaded winnow v0.5.40
12322026-07-01T15:56:38.485Z Downloaded nix v0.28.0
12332026-07-01T15:56:38.508Z Downloaded dropshot v0.17.1
12342026-07-01T15:56:38.523Z Downloaded regex-syntax v0.6.29
12352026-07-01T15:56:38.529Z Downloaded polar-core v0.27.3
12362026-07-01T15:56:38.538Z Downloaded winnow v0.6.26
12372026-07-01T15:56:38.543Z Downloaded time v0.3.47
12382026-07-01T15:56:38.550Z Downloaded hickory-proto v0.24.4
12392026-07-01T15:56:38.559Z Downloaded zlib-rs v0.6.2
12402026-07-01T15:56:38.563Z Downloaded nix v0.31.2
12412026-07-01T15:56:38.570Z Downloaded winnow v1.0.3
12422026-07-01T15:56:38.577Z Downloaded tabled v0.20.0
12432026-07-01T15:56:38.602Z Downloaded openapiv3 v2.2.0
12442026-07-01T15:56:38.611Z Downloaded smoltcp v0.11.0
12452026-07-01T15:56:38.621Z Downloaded regex-syntax v0.8.10
12462026-07-01T15:56:38.626Z Downloaded zerocopy v0.8.40
12472026-07-01T15:56:38.632Z Downloaded smoltcp v0.9.1
12482026-07-01T15:56:38.638Z Downloaded regress v0.11.1
12492026-07-01T15:56:38.644Z Downloaded object v0.37.3
12502026-07-01T15:56:38.651Z Downloaded vcpkg v0.2.15
12512026-07-01T15:56:38.675Z Downloaded rustls v0.23.41
12522026-07-01T15:56:38.682Z Downloaded rustix v0.38.44
12532026-07-01T15:56:38.696Z Downloaded diesel v2.3.7
12542026-07-01T15:56:38.708Z Downloaded regress v0.10.5
12552026-07-01T15:56:38.714Z Downloaded hickory-proto v0.25.2
12562026-07-01T15:56:38.775Z Downloaded tracing v0.1.44
12572026-07-01T15:56:38.791Z Downloaded bzip2-sys v0.1.13+1.0.8
12582026-07-01T15:56:38.828Z Downloaded zerocopy-derive v0.6.6
12592026-07-01T15:56:38.834Z Downloaded sqlparser v0.61.0
12602026-07-01T15:56:38.862Z Downloaded regex-automata v0.4.14
12612026-07-01T15:56:38.872Z Downloaded chrono-tz v0.10.4
12622026-07-01T15:56:38.884Z Downloaded jiff v0.2.21
12632026-07-01T15:56:38.894Z Downloaded typify-impl v0.6.2
12642026-07-01T15:56:38.903Z Downloaded sled v0.34.7
12652026-07-01T15:56:38.924Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12662026-07-01T15:56:38.935Z Downloaded ratatui v0.29.0
12672026-07-01T15:56:39.028Z Downloaded petgraph v0.6.5
12682026-07-01T15:56:39.103Z Downloaded libgit2-sys v0.18.3+1.9.2
12692026-07-01T15:56:39.136Z Downloaded petgraph v0.8.3
12702026-07-01T15:56:39.160Z Downloaded csv v1.4.0
12712026-07-01T15:56:39.173Z Downloaded libz-sys v1.1.24
12722026-07-01T15:56:39.186Z Downloaded sha3 v0.10.8
12732026-07-01T15:56:39.208Z Downloaded tokio v1.52.1
12742026-07-01T15:56:39.261Z Downloaded encoding_rs v0.8.35
12752026-07-01T15:56:39.281Z Downloaded ring v0.17.14
12762026-07-01T15:56:39.879Z Downloaded aws-lc-sys v0.40.0
12772026-07-01T15:56:40.136Z Compiling libc v0.2.185
12782026-07-01T15:56:40.137Z Compiling serde_core v1.0.228
12792026-07-01T15:56:40.137Z Compiling serde v1.0.228
12802026-07-01T15:56:40.140Z Compiling log v0.4.29
12812026-07-01T15:56:40.140Z Compiling smallvec v1.15.1
12822026-07-01T15:56:40.140Z Compiling shlex v1.3.0
12832026-07-01T15:56:40.140Z Compiling find-msvc-tools v0.1.9
12842026-07-01T15:56:40.272Z Compiling typenum v1.19.0
12852026-07-01T15:56:40.275Z Compiling subtle v2.6.1
12862026-07-01T15:56:40.275Z Compiling scopeguard v1.2.0
12872026-07-01T15:56:40.275Z Compiling stable_deref_trait v1.2.1
12882026-07-01T15:56:40.275Z Compiling const-oid v0.9.6
12892026-07-01T15:56:40.275Z Compiling serde_json v1.0.150
12902026-07-01T15:56:40.288Z Compiling zerocopy v0.8.40
12912026-07-01T15:56:40.291Z Compiling portable-atomic v1.13.1
12922026-07-01T15:56:40.291Z Compiling parking_lot_core v0.9.12
12932026-07-01T15:56:40.291Z Compiling pin-project-lite v0.2.17
12942026-07-01T15:56:40.291Z Compiling pkg-config v0.3.32
12952026-07-01T15:56:40.291Z Compiling critical-section v1.2.0
12962026-07-01T15:56:40.291Z Compiling futures-core v0.3.32
12972026-07-01T15:56:40.292Z Compiling libm v0.2.16
12982026-07-01T15:56:40.292Z Compiling litemap v0.8.1
12992026-07-01T15:56:40.435Z Compiling generic-array v0.14.7
13002026-07-01T15:56:40.438Z Compiling num-traits v0.2.19
13012026-07-01T15:56:40.438Z Compiling writeable v0.6.2
13022026-07-01T15:56:40.448Z Compiling percent-encoding v2.3.2
13032026-07-01T15:56:40.451Z Compiling icu_properties_data v2.1.2
13042026-07-01T15:56:40.451Z Compiling icu_normalizer_data v2.1.1
13052026-07-01T15:56:40.599Z Compiling lock_api v0.4.14
13062026-07-01T15:56:40.617Z Compiling futures-sink v0.3.32
13072026-07-01T15:56:40.619Z Compiling getrandom v0.4.1
13082026-07-01T15:56:40.652Z Compiling syn v2.0.117
13092026-07-01T15:56:40.655Z Compiling cpufeatures v0.2.17
13102026-07-01T15:56:40.667Z Compiling slab v0.4.12
13112026-07-01T15:56:40.670Z Compiling rand_core v0.10.0
13122026-07-01T15:56:40.670Z Compiling futures-task v0.3.32
13132026-07-01T15:56:40.670Z Compiling futures-io v0.3.32
13142026-07-01T15:56:40.687Z Compiling utf8_iter v1.0.4
13152026-07-01T15:56:40.772Z Compiling getrandom v0.3.4
13162026-07-01T15:56:40.824Z Compiling rustversion v1.0.22
13172026-07-01T15:56:40.861Z Compiling form_urlencoded v1.2.2
13182026-07-01T15:56:40.864Z Compiling ident_case v1.0.1
13192026-07-01T15:56:40.864Z Compiling dunce v1.0.5
13202026-07-01T15:56:40.864Z Compiling fs_extra v1.3.0
13212026-07-01T15:56:41.022Z Compiling futures-channel v0.3.32
13222026-07-01T15:56:41.024Z Compiling rustix v1.1.3
13232026-07-01T15:56:41.041Z Compiling base64ct v1.8.3
13242026-07-01T15:56:41.044Z Compiling iana-time-zone v0.1.65
13252026-07-01T15:56:41.044Z Compiling regex-syntax v0.8.10
13262026-07-01T15:56:41.116Z Compiling flagset v0.4.7
13272026-07-01T15:56:41.147Z Compiling vcpkg v0.2.15
13282026-07-01T15:56:41.201Z Compiling base64 v0.22.1
13292026-07-01T15:56:41.211Z Compiling aws-lc-rs v1.16.3
13302026-07-01T15:56:41.220Z Compiling httparse v1.10.1
13312026-07-01T15:56:41.237Z Compiling openssl-probe v0.2.1
13322026-07-01T15:56:41.254Z Compiling tinyvec_macros v0.1.1
13332026-07-01T15:56:41.272Z Compiling aho-corasick v1.1.4
13342026-07-01T15:56:41.323Z Compiling tower-layer v0.3.3
13352026-07-01T15:56:41.371Z Compiling try-lock v0.2.5
13362026-07-01T15:56:41.404Z Compiling schemars v0.8.22
13372026-07-01T15:56:41.437Z Compiling untrusted v0.7.1
13382026-07-01T15:56:41.454Z Compiling pem-rfc7468 v0.7.0
13392026-07-01T15:56:41.469Z Compiling atomic-waker v1.1.2
13402026-07-01T15:56:41.472Z Compiling tower-service v0.3.3
13412026-07-01T15:56:41.486Z Compiling dyn-clone v1.0.20
13422026-07-01T15:56:41.504Z Compiling tinyvec v1.10.0
13432026-07-01T15:56:41.557Z Compiling foreign-types-shared v0.1.1
13442026-07-01T15:56:41.560Z Compiling untrusted v0.9.0
13452026-07-01T15:56:41.560Z Compiling httpdate v1.0.3
13462026-07-01T15:56:41.560Z Compiling rustls v0.23.41
13472026-07-01T15:56:41.612Z Compiling openssl v0.10.79
13482026-07-01T15:56:41.692Z Compiling spin v0.9.8
13492026-07-01T15:56:41.707Z Compiling num-conv v0.2.0
13502026-07-01T15:56:41.709Z Compiling time-core v0.1.8
13512026-07-01T15:56:41.745Z Compiling powerfmt v0.2.0
13522026-07-01T15:56:41.762Z Compiling native-tls v0.2.18
13532026-07-01T15:56:41.799Z Compiling jobserver v0.1.34
13542026-07-01T15:56:41.817Z Compiling getrandom v0.2.17
13552026-07-01T15:56:41.834Z Compiling errno v0.3.14
13562026-07-01T15:56:41.885Z Compiling mio v1.2.0
13572026-07-01T15:56:41.899Z Compiling socket2 v0.6.3
13582026-07-01T15:56:41.984Z Compiling want v0.3.1
13592026-07-01T15:56:42.002Z Compiling foreign-types v0.3.2
13602026-07-01T15:56:42.019Z Compiling crc32fast v1.5.0
13612026-07-01T15:56:42.051Z Compiling rand_core v0.6.4
13622026-07-01T15:56:42.054Z Compiling signal-hook-registry v1.4.8
13632026-07-01T15:56:42.118Z Compiling cc v1.2.56
13642026-07-01T15:56:42.136Z Compiling parking_lot v0.12.5
13652026-07-01T15:56:42.235Z Compiling unicode-normalization v0.1.25
13662026-07-01T15:56:42.270Z Compiling rand_core v0.9.5
13672026-07-01T15:56:42.273Z Compiling time-macros v0.2.27
13682026-07-01T15:56:42.273Z Compiling deranged v0.5.8
13692026-07-01T15:56:42.273Z Compiling wait-timeout v0.2.1
13702026-07-01T15:56:42.273Z Compiling sync_wrapper v1.0.2
13712026-07-01T15:56:42.289Z Compiling simd-adler32 v0.3.8
13722026-07-01T15:56:42.304Z Compiling quick-error v1.2.3
13732026-07-01T15:56:42.338Z Compiling siphasher v1.0.2
13742026-07-01T15:56:42.355Z Compiling bit-vec v0.8.0
13752026-07-01T15:56:42.370Z Compiling syn v1.0.109
13762026-07-01T15:56:42.419Z Compiling num_threads v0.1.7
13772026-07-01T15:56:42.422Z Compiling once_cell v1.21.3
13782026-07-01T15:56:42.435Z Compiling usdt-impl v0.6.0
13792026-07-01T15:56:42.454Z Compiling crossbeam-utils v0.8.21
13802026-07-01T15:56:42.471Z Compiling thread-id v5.1.0
13812026-07-01T15:56:42.503Z Compiling rand_xorshift v0.4.0
13822026-07-01T15:56:42.623Z Compiling bit-set v0.8.0
13832026-07-01T15:56:42.706Z Compiling cookie v0.18.1
13842026-07-01T15:56:42.709Z Compiling tracing-core v0.1.36
13852026-07-01T15:56:42.709Z Compiling unarray v0.1.4
13862026-07-01T15:56:42.725Z Compiling ryu v1.0.23
13872026-07-01T15:56:42.728Z Compiling anyhow v1.0.102
13882026-07-01T15:56:42.745Z Compiling zstd-safe v7.2.4
13892026-07-01T15:56:42.764Z Compiling signal-hook v0.3.18
13902026-07-01T15:56:42.817Z Compiling iri-string v0.7.10
13912026-07-01T15:56:42.836Z Compiling adler2 v2.0.1
13922026-07-01T15:56:42.836Z Compiling unicode-properties v0.1.4
13932026-07-01T15:56:42.839Z Compiling paste v1.0.15
13942026-07-01T15:56:42.839Z Compiling unicode-bidi v0.3.18
13952026-07-01T15:56:42.888Z Compiling regex-automata v0.4.14
13962026-07-01T15:56:42.891Z Compiling slog v2.8.2
13972026-07-01T15:56:42.926Z Compiling allocator-api2 v0.2.21
13982026-07-01T15:56:42.929Z Compiling vergen-lib v9.1.0
13992026-07-01T15:56:42.929Z Compiling num-integer v0.1.46
14002026-07-01T15:56:42.964Z Compiling ff v0.13.1
14012026-07-01T15:56:43.032Z Compiling hash32 v0.2.1
14022026-07-01T15:56:43.035Z Compiling memoffset v0.9.1
14032026-07-01T15:56:43.035Z Compiling encoding_rs v0.8.35
14042026-07-01T15:56:43.035Z Compiling miniz_oxide v0.8.9
14052026-07-01T15:56:43.052Z Compiling cmake v0.1.57
14062026-07-01T15:56:43.069Z Compiling mime v0.3.17
14072026-07-01T15:56:43.089Z Compiling fallible-iterator v0.2.0
14082026-07-01T15:56:43.106Z Compiling rustix v0.38.44
14092026-07-01T15:56:43.122Z Compiling psl-types v2.0.11
14102026-07-01T15:56:43.125Z Compiling zlib-rs v0.6.2
14112026-07-01T15:56:43.222Z Compiling bitflags v2.11.0
14122026-07-01T15:56:43.239Z Compiling semver v1.0.28
14132026-07-01T15:56:43.242Z Compiling indexmap v2.14.0
14142026-07-01T15:56:43.242Z Compiling uuid v1.23.4
14152026-07-01T15:56:43.342Z Compiling stringprep v0.1.5
14162026-07-01T15:56:43.442Z Compiling camino v1.2.2
14172026-07-01T15:56:43.481Z Compiling num-bigint-dig v0.8.6
14182026-07-01T15:56:43.498Z Compiling litrs v1.0.0
14192026-07-01T15:56:43.547Z Compiling ref-cast v1.0.25
14202026-07-01T15:56:43.550Z Compiling cfg_aliases v0.2.1
14212026-07-01T15:56:43.552Z Compiling base16ct v0.2.0
14222026-07-01T15:56:43.567Z Compiling smoltcp v0.9.1
14232026-07-01T15:56:43.601Z Compiling rustc_version v0.4.1
14242026-07-01T15:56:43.713Z Compiling nix v0.31.2
14252026-07-01T15:56:43.733Z Compiling num-iter v0.1.45
14262026-07-01T15:56:43.802Z Compiling group v0.13.0
14272026-07-01T15:56:43.825Z Compiling cargo-platform v0.3.2
14282026-07-01T15:56:43.827Z Compiling vergen v9.1.0
14292026-07-01T15:56:43.844Z Compiling phf_shared v0.13.1
14302026-07-01T15:56:43.906Z Compiling lazy_static v1.5.0
14312026-07-01T15:56:43.939Z Compiling anstyle-parse v0.2.7
14322026-07-01T15:56:43.942Z Compiling fs-err v3.3.0
14332026-07-01T15:56:43.945Z Compiling time v0.3.47
14342026-07-01T15:56:43.980Z Compiling ahash v0.8.12
14352026-07-01T15:56:43.983Z Compiling managed v0.8.0
14362026-07-01T15:56:44.051Z Compiling synstructure v0.13.2
14372026-07-01T15:56:44.054Z Compiling aws-lc-sys v0.40.0
14382026-07-01T15:56:44.054Z Compiling openssl-sys v0.9.115
14392026-07-01T15:56:44.054Z Compiling pest_generator v2.8.6
14402026-07-01T15:56:44.087Z Compiling serde_derive_internals v0.29.1
14412026-07-01T15:56:44.104Z Compiling darling_core v0.20.11
14422026-07-01T15:56:44.107Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14432026-07-01T15:56:44.107Z Compiling heapless v0.7.17
14442026-07-01T15:56:44.141Z Compiling bzip2-sys v0.1.13+1.0.8
14452026-07-01T15:56:44.160Z Compiling darling_core v0.21.3
14462026-07-01T15:56:44.197Z Compiling curve25519-dalek v4.1.3
14472026-07-01T15:56:44.213Z Compiling document-features v0.2.12
14482026-07-01T15:56:44.217Z Compiling libbz2-rs-sys v0.2.2
14492026-07-01T15:56:44.217Z Compiling same-file v1.0.6
14502026-07-01T15:56:44.233Z Compiling unicode-segmentation v1.12.0
14512026-07-01T15:56:44.253Z Compiling foldhash v0.2.0
14522026-07-01T15:56:44.268Z Compiling bitflags v1.3.2
14532026-07-01T15:56:44.298Z Compiling object v0.37.3
14542026-07-01T15:56:44.303Z Compiling foldhash v0.1.5
14552026-07-01T15:56:44.306Z Compiling bumpalo v3.20.2
14562026-07-01T15:56:44.306Z Compiling winnow v0.5.40
14572026-07-01T15:56:44.544Z Compiling hashbrown v0.15.5
14582026-07-01T15:56:44.599Z Compiling hashbrown v0.16.1
14592026-07-01T15:56:44.619Z Compiling tempfile v3.25.0
14602026-07-01T15:56:44.623Z Compiling terminal_size v0.4.3
14612026-07-01T15:56:44.655Z Compiling walkdir v2.5.0
14622026-07-01T15:56:44.677Z Compiling zopfli v0.8.3
14632026-07-01T15:56:44.726Z Compiling anstream v0.6.21
14642026-07-01T15:56:44.765Z Compiling phf v0.13.1
14652026-07-01T15:56:44.853Z Compiling clap_builder v4.6.0
14662026-07-01T15:56:44.907Z Compiling signal-hook-mio v0.2.5
14672026-07-01T15:56:44.941Z Compiling rusty-fork v0.3.1
14682026-07-01T15:56:44.998Z Compiling float-cmp v0.10.0
14692026-07-01T15:56:45.016Z Compiling phf_shared v0.11.3
14702026-07-01T15:56:45.019Z Compiling memmap2 v0.9.10
14712026-07-01T15:56:45.033Z Compiling thread-id v4.2.2
14722026-07-01T15:56:45.052Z Compiling bzip2 v0.6.1
14732026-07-01T15:56:45.103Z Compiling pem v3.0.6
14742026-07-01T15:56:45.156Z Compiling env_filter v1.0.0
14752026-07-01T15:56:45.191Z Compiling new_debug_unreachable v1.0.6
14762026-07-01T15:56:45.194Z Compiling predicates-core v1.0.10
14772026-07-01T15:56:45.210Z Compiling normalize-line-endings v0.3.0
14782026-07-01T15:56:45.229Z Compiling difflib v0.4.0
14792026-07-01T15:56:45.278Z Compiling static_assertions v1.1.0
14802026-07-01T15:56:45.281Z Compiling precomputed-hash v0.1.1
14812026-07-01T15:56:45.281Z Compiling typed-path v0.9.3
14822026-07-01T15:56:45.331Z Compiling data-encoding v2.10.0
14832026-07-01T15:56:45.335Z Compiling keccak v0.1.6
14842026-07-01T15:56:45.348Z Compiling either v1.15.0
14852026-07-01T15:56:45.382Z Compiling fixedbitset v0.5.7
14862026-07-01T15:56:45.382Z Compiling jiff v0.2.21
14872026-07-01T15:56:45.385Z Compiling whoami v2.1.0
14882026-07-01T15:56:45.385Z Compiling winnow v1.0.3
14892026-07-01T15:56:45.419Z Compiling fixedbitset v0.4.2
14902026-07-01T15:56:45.422Z Compiling env_logger v0.11.9
14912026-07-01T15:56:45.521Z Compiling heck v0.4.1
14922026-07-01T15:56:45.537Z Compiling crossbeam-epoch v0.9.18
14932026-07-01T15:56:45.570Z Compiling peg-runtime v0.8.5
14942026-07-01T15:56:45.627Z Compiling itertools v0.13.0
14952026-07-01T15:56:45.649Z Compiling lalrpop-util v0.19.12
14962026-07-01T15:56:45.712Z Compiling bstr v1.12.1
14972026-07-01T15:56:45.847Z Compiling regex v1.12.3
14982026-07-01T15:56:45.899Z Compiling toml_parser v1.1.2+spec-1.1.0
14992026-07-01T15:56:45.917Z Compiling thread_local v1.1.9
15002026-07-01T15:56:45.936Z Compiling slog-async v2.8.0
15012026-07-01T15:56:45.939Z Compiling crossbeam-channel v0.5.15
15022026-07-01T15:56:45.939Z Compiling is-terminal v0.4.17
15032026-07-01T15:56:45.986Z Compiling filetime v0.2.27
15042026-07-01T15:56:45.991Z Compiling take_mut v0.2.2
15052026-07-01T15:56:45.991Z Compiling term v1.2.1
15062026-07-01T15:56:46.022Z Compiling xattr v1.6.1
15072026-07-01T15:56:46.060Z Compiling serde_derive v1.0.228
15082026-07-01T15:56:46.099Z Compiling zeroize_derive v1.4.3
15092026-07-01T15:56:46.117Z Compiling zerofrom-derive v0.1.6
15102026-07-01T15:56:46.135Z Compiling yoke-derive v0.8.1
15112026-07-01T15:56:46.155Z Compiling zerocopy-derive v0.8.40
15122026-07-01T15:56:46.185Z Compiling zerovec-derive v0.11.2
15132026-07-01T15:56:46.205Z Compiling displaydoc v0.2.5
15142026-07-01T15:56:46.228Z Compiling tokio-macros v2.7.0
15152026-07-01T15:56:46.246Z Compiling futures-macro v0.3.32
15162026-07-01T15:56:46.266Z Compiling der_derive v0.7.3
15172026-07-01T15:56:46.270Z Compiling thiserror-impl v2.0.18
15182026-07-01T15:56:46.270Z Compiling tracing-attributes v0.1.31
15192026-07-01T15:56:46.315Z Compiling scroll_derive v0.13.1
15202026-07-01T15:56:46.333Z Compiling pest_derive v2.8.6
15212026-07-01T15:56:46.378Z Compiling schemars_derive v0.8.22
15222026-07-01T15:56:46.528Z Compiling openssl-macros v0.1.1
15232026-07-01T15:56:46.545Z Compiling thiserror-impl v1.0.69
15242026-07-01T15:56:46.663Z Compiling scroll_derive v0.12.1
15252026-07-01T15:56:46.720Z Compiling async-trait v0.1.89
15262026-07-01T15:56:46.775Z Compiling pin-project-internal v1.1.11
15272026-07-01T15:56:46.906Z Compiling darling_macro v0.20.11
15282026-07-01T15:56:46.930Z Compiling zerocopy-derive v0.7.35
15292026-07-01T15:56:46.947Z Compiling zeroize v1.8.2
15302026-07-01T15:56:47.284Z Compiling rustls-pki-types v1.14.0
15312026-07-01T15:56:47.287Z Compiling flate2 v1.1.9
15322026-07-01T15:56:47.318Z Compiling darling_macro v0.21.3
15332026-07-01T15:56:47.360Z Compiling strum_macros v0.27.2
15342026-07-01T15:56:47.382Z Compiling daft-derive v0.1.7
15352026-07-01T15:56:47.400Z Compiling futures-util v0.3.32
15362026-07-01T15:56:47.460Z Compiling scroll v0.13.0
15372026-07-01T15:56:47.482Z Compiling curve25519-dalek-derive v0.1.1
15382026-07-01T15:56:47.555Z Compiling der v0.7.10
15392026-07-01T15:56:47.638Z Compiling scroll v0.12.0
15402026-07-01T15:56:47.661Z Compiling rustls-native-certs v0.8.3
15412026-07-01T15:56:47.694Z Compiling snafu-derive v0.8.9
15422026-07-01T15:56:47.711Z Compiling darling v0.20.11
15432026-07-01T15:56:47.818Z Compiling goblin v0.10.5
15442026-07-01T15:56:47.838Z Compiling derive_builder_core v0.20.2
15452026-07-01T15:56:47.859Z Compiling ref-cast-impl v1.0.25
15462026-07-01T15:56:47.879Z Compiling bzip2 v0.4.4
15472026-07-01T15:56:47.900Z Compiling crypto-common v0.1.7
15482026-07-01T15:56:47.926Z Compiling zerofrom v0.1.6
15492026-07-01T15:56:48.015Z Compiling block-buffer v0.10.4
15502026-07-01T15:56:48.033Z Compiling block-padding v0.3.3
15512026-07-01T15:56:48.036Z Compiling tracing v0.1.44
15522026-07-01T15:56:48.052Z Compiling hubpack_derive v0.1.1
15532026-07-01T15:56:48.070Z Compiling yoke v0.8.1
15542026-07-01T15:56:48.074Z Compiling thiserror v2.0.18
15552026-07-01T15:56:48.108Z Compiling darling v0.21.3
15562026-07-01T15:56:48.112Z Compiling goblin v0.8.2
15572026-07-01T15:56:48.161Z Compiling zerocopy v0.7.35
15582026-07-01T15:56:48.161Z Compiling crypto-bigint v0.5.5
15592026-07-01T15:56:48.165Z Compiling globset v0.4.18
15602026-07-01T15:56:48.214Z Compiling digest v0.10.7
15612026-07-01T15:56:48.217Z Compiling inout v0.1.4
15622026-07-01T15:56:48.249Z Compiling dtrace-parser v0.3.0
15632026-07-01T15:56:48.265Z Compiling thiserror v1.0.69
15642026-07-01T15:56:48.285Z Compiling zerovec v0.11.5
15652026-07-01T15:56:48.302Z Compiling zerotrie v0.2.3
15662026-07-01T15:56:48.306Z Compiling pin-project v1.1.11
15672026-07-01T15:56:48.318Z Compiling serde_with_macros v3.17.0
15682026-07-01T15:56:48.371Z Compiling async-recursion v1.1.1
15692026-07-01T15:56:48.375Z Compiling dtrace-parser v0.2.0
15702026-07-01T15:56:48.375Z Compiling clap_derive v4.6.1
15712026-07-01T15:56:48.425Z Compiling cipher v0.4.4
15722026-07-01T15:56:48.429Z Compiling enum-as-inner v0.6.1
15732026-07-01T15:56:48.460Z Compiling serde_repr v0.1.20
15742026-07-01T15:56:48.483Z Compiling strum_macros v0.26.4
15752026-07-01T15:56:48.487Z Compiling zip v0.6.6
15762026-07-01T15:56:48.570Z Compiling hmac v0.12.1
15772026-07-01T15:56:48.597Z Compiling sha2 v0.10.9
15782026-07-01T15:56:48.666Z Compiling spki v0.7.3
15792026-07-01T15:56:48.703Z Compiling salsa20 v0.10.2
15802026-07-01T15:56:48.767Z Compiling pbkdf2 v0.12.2
15812026-07-01T15:56:48.805Z Compiling cbc v0.1.2
15822026-07-01T15:56:48.872Z Compiling tinystr v0.8.2
15832026-07-01T15:56:48.892Z Compiling potential_utf v0.1.4
15842026-07-01T15:56:48.910Z Compiling scrypt v0.11.0
15852026-07-01T15:56:48.913Z Compiling aes v0.8.4
15862026-07-01T15:56:48.947Z Compiling signature v2.2.0
15872026-07-01T15:56:48.950Z Compiling derive_builder_macro v0.20.2
15882026-07-01T15:56:48.951Z Compiling md-5 v0.10.6
15892026-07-01T15:56:48.998Z Compiling hkdf v0.12.4
15902026-07-01T15:56:49.002Z Compiling rfc6979 v0.4.0
15912026-07-01T15:56:49.099Z Compiling icu_locale_core v2.1.1
15922026-07-01T15:56:49.118Z Compiling icu_collections v2.1.1
15932026-07-01T15:56:49.171Z Compiling x509-cert v0.2.5
15942026-07-01T15:56:49.171Z Compiling sha1 v0.10.6
15952026-07-01T15:56:49.174Z Compiling sha3 v0.10.8
15962026-07-01T15:56:49.190Z Compiling similar v2.7.0
15972026-07-01T15:56:49.227Z Compiling predicates v3.1.4
15982026-07-01T15:56:49.245Z Compiling tar v0.4.45
15992026-07-01T15:56:49.263Z Compiling camino-tempfile v1.4.1
16002026-07-01T15:56:49.585Z Compiling pkcs5 v0.7.1
16012026-07-01T15:56:49.697Z Compiling derive_builder v0.20.2
16022026-07-01T15:56:49.827Z Compiling strum v0.27.2
16032026-07-01T15:56:50.020Z Compiling icu_provider v2.1.1
16042026-07-01T15:56:50.038Z Compiling pkcs8 v0.10.2
16052026-07-01T15:56:50.097Z Compiling futures-executor v0.3.32
16062026-07-01T15:56:50.176Z Compiling snafu v0.8.9
16072026-07-01T15:56:50.195Z Compiling bytes v1.11.1
16082026-07-01T15:56:50.215Z Compiling chrono v0.4.44
16092026-07-01T15:56:50.247Z Compiling ipnet v2.11.0
16102026-07-01T15:56:50.266Z Compiling serde_spanned v0.6.9
16112026-07-01T15:56:50.285Z Compiling erased-serde v0.3.31
16122026-07-01T15:56:50.304Z Compiling serde_tokenstream v0.2.3
16132026-07-01T15:56:50.321Z Compiling icu_normalizer v2.1.1
16142026-07-01T15:56:50.341Z Compiling icu_properties v2.1.2
16152026-07-01T15:56:50.359Z Compiling serde_urlencoded v0.7.1
16162026-07-01T15:56:50.401Z Compiling toml_datetime v0.6.11
16172026-07-01T15:56:50.417Z Compiling sec1 v0.7.3
16182026-07-01T15:56:50.421Z Compiling hex v0.4.3
16192026-07-01T15:56:50.437Z Compiling futures v0.3.32
16202026-07-01T15:56:50.456Z Compiling ed25519 v2.2.3
16212026-07-01T15:56:50.459Z Compiling pkcs1 v0.7.5
16222026-07-01T15:56:50.472Z Compiling cargo_metadata v0.23.1
16232026-07-01T15:56:50.490Z Compiling hubpack v0.1.2
16242026-07-01T15:56:50.493Z Compiling serde-big-array v0.5.1
16252026-07-01T15:56:50.510Z Compiling serde_plain v1.0.2
16262026-07-01T15:56:50.578Z Compiling olpc-cjson v0.1.4
16272026-07-01T15:56:50.614Z Compiling openapiv3 v2.2.0
16282026-07-01T15:56:50.648Z Compiling strum v0.26.3
16292026-07-01T15:56:50.652Z Compiling petgraph v0.6.5
16302026-07-01T15:56:50.652Z Compiling string_cache v0.8.9
16312026-07-01T15:56:50.706Z Compiling elliptic-curve v0.13.8
16322026-07-01T15:56:50.709Z Compiling toml_edit v0.19.15
16332026-07-01T15:56:50.709Z Compiling toml_edit v0.22.27
16342026-07-01T15:56:50.709Z Compiling clap v4.6.1
16352026-07-01T15:56:50.759Z Compiling tokio v1.52.1
16362026-07-01T15:56:50.778Z Compiling http v1.4.2
16372026-07-01T15:56:50.832Z Compiling dof v0.3.0
16382026-07-01T15:56:50.835Z Compiling zstd v0.13.3
16392026-07-01T15:56:50.835Z Compiling ed25519-dalek v2.2.0
16402026-07-01T15:56:50.835Z Compiling petgraph v0.8.3
16412026-07-01T15:56:50.868Z Compiling crossterm v0.28.1
16422026-07-01T15:56:51.101Z Compiling ecdsa v0.16.9
16432026-07-01T15:56:51.183Z Compiling zip v4.6.1
16442026-07-01T15:56:51.216Z Compiling usdt-impl v0.5.0
16452026-07-01T15:56:51.297Z Compiling idna_adapter v1.2.1
16462026-07-01T15:56:51.315Z Compiling slog-term v2.9.2
16472026-07-01T15:56:51.458Z Compiling ppv-lite86 v0.2.21
16482026-07-01T15:56:51.458Z Compiling idna v1.1.0
16492026-07-01T15:56:51.530Z Compiling http-body v1.0.1
16502026-07-01T15:56:51.552Z Compiling dof v0.4.0
16512026-07-01T15:56:51.591Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16522026-07-01T15:56:51.626Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16532026-07-01T15:56:51.686Z Compiling http-body-util v0.1.3
16542026-07-01T15:56:51.817Z Compiling url v2.5.8
16552026-07-01T15:56:51.817Z Compiling publicsuffix v2.3.0
16562026-07-01T15:56:51.851Z Compiling rand_chacha v0.9.0
16572026-07-01T15:56:51.854Z Compiling rand_chacha v0.3.1
16582026-07-01T15:56:52.073Z Compiling rand v0.9.2
16592026-07-01T15:56:52.093Z Compiling rand v0.8.6
16602026-07-01T15:56:52.211Z Compiling toml v0.7.8
16612026-07-01T15:56:52.325Z Compiling cookie_store v0.22.1
16622026-07-01T15:56:52.676Z Compiling proptest v1.10.0
16632026-07-01T15:56:52.693Z Compiling postgres-protocol v0.6.10
16642026-07-01T15:56:52.894Z Compiling usdt-macro v0.6.0
16652026-07-01T15:56:52.897Z Compiling usdt-attr-macro v0.6.0
16662026-07-01T15:56:53.162Z Compiling ipnetwork v0.21.1
16672026-07-01T15:56:53.162Z Compiling postgres-types v0.2.12
16682026-07-01T15:56:53.165Z Compiling serde_with v3.17.0
16692026-07-01T15:56:53.462Z Compiling oxnet v0.1.6
16702026-07-01T15:56:53.832Z Compiling rsa v0.9.10
16712026-07-01T15:56:53.856Z Compiling usdt v0.6.0
16722026-07-01T15:56:54.849Z Compiling tokio-util v0.7.18
16732026-07-01T15:56:54.863Z Compiling tower v0.5.3
16742026-07-01T15:56:54.886Z Compiling tokio-native-tls v0.3.1
16752026-07-01T15:56:54.926Z Compiling buf-list v1.1.2
16762026-07-01T15:56:54.926Z Compiling hickory-proto v0.25.2
16772026-07-01T15:56:55.230Z Compiling newtype-uuid v1.3.2
16782026-07-01T15:56:55.298Z Compiling tower-http v0.6.8
16792026-07-01T15:56:55.452Z Compiling daft v0.1.7
16802026-07-01T15:56:55.537Z Compiling h2 v0.4.15
16812026-07-01T15:56:55.538Z Compiling tokio-postgres v0.7.16
16822026-07-01T15:56:55.538Z Compiling tokio-stream v0.1.18
16832026-07-01T15:56:55.676Z Compiling iddqd v0.4.2
16842026-07-01T15:56:58.273Z Compiling hyper v1.10.1
16852026-07-01T15:56:59.164Z Compiling hyper-util v0.1.20
16862026-07-01T15:57:00.237Z Compiling hyper-tls v0.6.0
16872026-07-01T15:57:00.384Z Compiling reqwest v0.12.28
16882026-07-01T15:57:10.811Z Compiling rustls-webpki v0.103.9
16892026-07-01T15:57:13.541Z Compiling tokio-rustls v0.26.4
16902026-07-01T15:57:13.541Z Compiling rustls-platform-verifier v0.6.2
16912026-07-01T15:57:13.545Z Compiling tough v0.22.0
16922026-07-01T15:57:13.768Z Compiling hyper-rustls v0.27.7
16932026-07-01T15:57:13.955Z Compiling reqwest v0.13.2
16942026-07-01T15:57:16.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16952026-07-01T15:57:16.321Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16962026-07-01T15:57:19.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.09s
16972026-07-01T15:57:19.326Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16982026-07-01T15:57:19.382ZJul 01 15:57:17.971 INFO Starting download, target: Console
16992026-07-01T15:57:19.382ZJul 01 15:57:17.972 INFO Starting download, target: Cockroach
17002026-07-01T15:57:19.382ZJul 01 15:57:17.972 INFO Starting download, target: Clickhouse
17012026-07-01T15:57:19.382ZJul 01 15:57:17.972 INFO Starting download, target: DendriteStub
17022026-07-01T15:57:19.382ZJul 01 15:57:17.972 INFO Starting download, target: MaghemiteMgd
17032026-07-01T15:57:19.382ZJul 01 15:57:17.972 INFO Starting download, target: TransceiverControl
17042026-07-01T15:57:19.382ZJul 01 15:57:17.972 INFO Starting download, target: MaghemiteDdmd
17052026-07-01T15:57:19.385ZJul 01 15:57:17.972 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17062026-07-01T15:57:19.385ZJul 01 15:57:17.972 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-07-01T15:57:19.385ZJul 01 15:57:17.972 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17082026-07-01T15:57:19.385ZJul 01 15:57:17.972 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-07-01T15:57:19.385ZJul 01 15:57:17.972 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-07-01T15:57:19.386ZJul 01 15:57:17.972 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-07-01T15:57:19.386ZJul 01 15:57:17.972 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-07-01T15:57:19.914ZJul 01 15:57:18.498 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17132026-07-01T15:57:20.259ZJul 01 15:57:18.847 INFO Download complete, target: TransceiverControl
17142026-07-01T15:57:20.549ZJul 01 15:57:19.139 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17152026-07-01T15:57:21.197ZJul 01 15:57:19.783 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-07-01T15:57:21.482ZJul 01 15:57:20.069 INFO Download complete, target: Console
17172026-07-01T15:57:21.593ZJul 01 15:57:20.181 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-07-01T15:57:21.624ZJul 01 15:57:20.214 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-07-01T15:57:22.210ZJul 01 15:57:20.798 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-07-01T15:57:22.210ZJul 01 15:57:20.798 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-07-01T15:57:22.481ZJul 01 15:57:21.070 INFO Download complete, target: MaghemiteDdmd
17222026-07-01T15:57:23.446ZJul 01 15:57:22.036 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-07-01T15:57:24.470ZJul 01 15:57:23.059 INFO Download complete, target: MaghemiteMgd
17242026-07-01T15:57:24.585ZJul 01 15:57:23.174 INFO Download complete, target: DendriteStub
17252026-07-01T15:57:27.202ZJul 01 15:57:25.792 INFO Checking that binary works, target: Cockroach
17262026-07-01T15:57:27.338ZJul 01 15:57:25.928 INFO Download complete, target: Cockroach
17272026-07-01T15:57:30.659ZJul 01 15:57:29.249 INFO Checking that binary works, target: Clickhouse
17282026-07-01T15:57:30.743ZJul 01 15:57:29.333 INFO Download complete, target: Clickhouse
17292026-07-01T15:57:30.768ZAll builder prerequisites installed successfully, and PATH looks valid
17302026-07-01T15:57:30.771Z
17312026-07-01T15:57:30.771Zreal 1:41.115890768
17322026-07-01T15:57:30.771Zuser 6:53.868940227
17332026-07-01T15:57:30.771Zsys 2:22.607543367
17342026-07-01T15:57:30.771Ztrap 0.224232355
17352026-07-01T15:57:30.771Ztflt 1.427630589
17362026-07-01T15:57:30.771Zdflt 3.266309952
17372026-07-01T15:57:30.771Zkflt 0.045719232
17382026-07-01T15:57:30.771Zlock 27:58.178409666
17392026-07-01T15:57:30.771Zslp 16:53.633781010
17402026-07-01T15:57:30.772Zlat 17.239282809
17412026-07-01T15:57:30.772Zstop 5:06.113065948
17422026-07-01T15:57:30.775Z++ bmat factory name
17432026-07-01T15:57:30.781Z++ bmat factory private
17442026-07-01T15:57:30.789Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-034d31e0a78d7daea '{
17452026-07-01T15:57:30.789Z buildomat: {
17462026-07-01T15:57:30.789Z factory: {
17472026-07-01T15:57:30.789Z name: $bmat_factory_name,
17482026-07-01T15:57:30.789Z private: $bmat_factory_private,
17492026-07-01T15:57:30.789Z },
17502026-07-01T15:57:30.789Z },
17512026-07-01T15:57:30.789Z }'
17522026-07-01T15:57:30.810Z+ banner ls-apis
17532026-07-01T15:57:30.814Z
17542026-07-01T15:57:30.814Z # #### ## ##### # ####
17552026-07-01T15:57:30.814Z # # # # # # # #
17562026-07-01T15:57:30.814Z # #### ##### # # # # # ####
17572026-07-01T15:57:30.814Z # # ###### ##### # #
17582026-07-01T15:57:30.814Z # # # # # # # # #
17592026-07-01T15:57:30.814Z ###### #### # # # # ####
17602026-07-01T15:57:30.814Z
17612026-07-01T15:57:30.817Z+ source ./tools/include/force-git-over-https.sh
17622026-07-01T15:57:30.817Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17632026-07-01T15:57:30.817Z++ (( i = 0 ))
17642026-07-01T15:57:30.817Z++ (( i < 5 ))
17652026-07-01T15:57:30.817Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17662026-07-01T15:57:30.820Z++ (( i++ ))
17672026-07-01T15:57:30.820Z++ (( i < 5 ))
17682026-07-01T15:57:30.820Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17692026-07-01T15:57:30.823Z++ (( i++ ))
17702026-07-01T15:57:30.823Z++ (( i < 5 ))
17712026-07-01T15:57:30.823Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17722026-07-01T15:57:30.826Z++ (( i++ ))
17732026-07-01T15:57:30.826Z++ (( i < 5 ))
17742026-07-01T15:57:30.826Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17752026-07-01T15:57:30.829Z++ (( i++ ))
17762026-07-01T15:57:30.830Z++ (( i < 5 ))
17772026-07-01T15:57:30.830Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17782026-07-01T15:57:30.833Z++ (( i++ ))
17792026-07-01T15:57:30.833Z++ (( i < 5 ))
17802026-07-01T15:57:30.833Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17812026-07-01T15:57:30.833Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17822026-07-01T15:57:30.833Z+ ptime -m cargo xtask ls-apis apis
17832026-07-01T15:57:31.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17842026-07-01T15:57:31.262Z Running `target/debug/xtask ls-apis apis`
17852026-07-01T15:57:31.960Z Compiling semver v0.1.20
17862026-07-01T15:57:32.083Z Compiling structmeta-derive v0.3.0
17872026-07-01T15:57:32.084Z Compiling toml v0.8.23
17882026-07-01T15:57:32.087Z Compiling itertools v0.14.0
17892026-07-01T15:57:32.093Z Compiling indent_write v2.2.0
17902026-07-01T15:57:32.219Z Compiling rustc_version v0.1.7
17912026-07-01T15:57:32.402Z Compiling newtype_derive v0.1.6
17922026-07-01T15:57:32.703Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
17932026-07-01T15:57:32.860Z Compiling structmeta v0.3.0
17942026-07-01T15:57:33.033Z Compiling parse-display-derive v0.10.0
17952026-07-01T15:57:34.113Z Compiling parse-display v0.10.0
17962026-07-01T15:57:34.238Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17972026-07-01T15:57:37.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
17982026-07-01T15:57:37.601Z Running `target/debug/ls-apis apis`
17992026-07-01T15:57:37.642Zloading metadata for workspace omicron from current workspace
18002026-07-01T15:57:42.944Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
18012026-07-01T15:57:42.944Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
18022026-07-01T15:57:42.952Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
18032026-07-01T15:57:42.952Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
18042026-07-01T15:57:42.952Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
18052026-07-01T15:58:13.762Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
18062026-07-01T15:58:14.609Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18072026-07-01T15:58:14.687Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18082026-07-01T15:58:14.993ZBootstrap Agent (client: bootstrap-agent-client)
18092026-07-01T15:58:14.993Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18102026-07-01T15:58:14.993Z consumed by: wicketd (omicron/wicketd) via 1 path
18112026-07-01T15:58:14.993Z
18122026-07-01T15:58:14.993ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18132026-07-01T15:58:14.993Z consumed by: wicketd (omicron/wicketd) via 2 paths
18142026-07-01T15:58:14.993Z
18152026-07-01T15:58:14.994ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18162026-07-01T15:58:14.994Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18172026-07-01T15:58:14.994Z
18182026-07-01T15:58:14.994ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18192026-07-01T15:58:14.994Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18202026-07-01T15:58:14.994Z
18212026-07-01T15:58:14.994ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18222026-07-01T15:58:14.994Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18232026-07-01T15:58:14.994Z
18242026-07-01T15:58:14.994ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18252026-07-01T15:58:14.994Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18262026-07-01T15:58:14.994Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18272026-07-01T15:58:14.995Z
18282026-07-01T15:58:14.995ZCrucible Agent (client: crucible-agent-client)
18292026-07-01T15:58:15.000Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18302026-07-01T15:58:15.000Z
18312026-07-01T15:58:15.001ZCrucible Control (for testing only) (client: crucible-control-client)
18322026-07-01T15:58:15.003Z
18332026-07-01T15:58:15.005ZCrucible Pantry (client: crucible-pantry-client)
18342026-07-01T15:58:15.005Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18352026-07-01T15:58:15.006Z
18362026-07-01T15:58:15.006ZMaghemite DDM Admin (client: ddm-admin-client)
18372026-07-01T15:58:15.006Z consumed by: installinator (omicron/installinator) via 1 path
18382026-07-01T15:58:15.006Z consumed by: mgd (maghemite/mgd) via 1 path
18392026-07-01T15:58:15.006Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18402026-07-01T15:58:15.006Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18412026-07-01T15:58:15.006Z consumed by: wicketd (omicron/wicketd) via 1 path
18422026-07-01T15:58:15.006Z
18432026-07-01T15:58:15.006ZDNS Server (client: dns-service-client)
18442026-07-01T15:58:15.006Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18452026-07-01T15:58:15.006Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18462026-07-01T15:58:15.006Z
18472026-07-01T15:58:15.006ZDendrite DPD (client: dpd-client)
18482026-07-01T15:58:15.006Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18492026-07-01T15:58:15.006Z consumed by: lldpd (lldp/lldpd) via 2 paths
18502026-07-01T15:58:15.006Z consumed by: mgd (maghemite/mgd) via 1 path
18512026-07-01T15:58:15.006Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18522026-07-01T15:58:15.006Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18532026-07-01T15:58:15.006Z consumed by: tfportd (dendrite/tfportd) via 2 paths
18542026-07-01T15:58:15.006Z consumed by: wicketd (omicron/wicketd) via 2 paths
18552026-07-01T15:58:15.006Z
18562026-07-01T15:58:15.006ZDownstairs Controller (debugging only) (client: dsc-client)
18572026-07-01T15:58:15.006Z
18582026-07-01T15:58:15.008ZManagement Gateway Service (client: gateway-client)
18592026-07-01T15:58:15.015Z consumed by: dpd (dendrite/dpd) via 1 path
18602026-07-01T15:58:15.015Z consumed by: lldpd (lldp/lldpd) via 1 path
18612026-07-01T15:58:15.015Z consumed by: mgd (maghemite/mgd) via 1 path
18622026-07-01T15:58:15.015Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
18632026-07-01T15:58:15.015Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18642026-07-01T15:58:15.015Z consumed by: wicketd (omicron/wicketd) via 3 paths
18652026-07-01T15:58:15.016Z
18662026-07-01T15:58:15.016ZWicketd Installinator (client: installinator-client)
18672026-07-01T15:58:15.016Z consumed by: installinator (omicron/installinator) via 1 path
18682026-07-01T15:58:15.016Z
18692026-07-01T15:58:15.016ZLLDP daemon (client: lldpd-client)
18702026-07-01T15:58:15.016Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18712026-07-01T15:58:15.016Z consumed by: tfportd (dendrite/tfportd) via 1 path
18722026-07-01T15:58:15.016Z
18732026-07-01T15:58:15.016ZMaghemite MG Admin (client: mg-admin-client)
18742026-07-01T15:58:15.016Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18752026-07-01T15:58:15.016Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18762026-07-01T15:58:15.016Z
18772026-07-01T15:58:15.016ZNexus Internal API (client: nexus-client)
18782026-07-01T15:58:15.016Z consumed by: crucible-pantry (crucible/pantry) via 1 path
18792026-07-01T15:58:15.016Z consumed by: dpd (dendrite/dpd) via 1 path
18802026-07-01T15:58:15.016Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18812026-07-01T15:58:15.016Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18822026-07-01T15:58:15.016Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
18832026-07-01T15:58:15.016Z
18842026-07-01T15:58:15.017ZNexus Internal Lockstep API (client: nexus-lockstep-client)
18852026-07-01T15:58:15.017Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18862026-07-01T15:58:15.017Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
18872026-07-01T15:58:15.018Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18882026-07-01T15:58:15.018Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
18892026-07-01T15:58:15.018Z
18902026-07-01T15:58:15.018ZNTP Admin (client: ntp-admin-client)
18912026-07-01T15:58:15.018Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18922026-07-01T15:58:15.018Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18932026-07-01T15:58:15.018Z
18942026-07-01T15:58:15.018ZNTP Admin version 1 (client: ntp-admin-v1-client)
18952026-07-01T15:58:15.018Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18962026-07-01T15:58:15.018Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18972026-07-01T15:58:15.018Z
18982026-07-01T15:58:15.018ZExternal API (client: oxide-client)
18992026-07-01T15:58:15.018Z
19002026-07-01T15:58:15.018ZOximeter (client: oximeter-client)
19012026-07-01T15:58:15.018Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19022026-07-01T15:58:15.018Z
19032026-07-01T15:58:15.018ZPropolis (client: propolis-client)
19042026-07-01T15:58:15.018Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19052026-07-01T15:58:15.018Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19062026-07-01T15:58:15.018Z
19072026-07-01T15:58:15.018ZCrucible Repair (client: repair-client)
19082026-07-01T15:58:15.018Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19092026-07-01T15:58:15.019Z
19102026-07-01T15:58:15.020ZRepo Depot API (client: repo-depot-client)
19112026-07-01T15:58:15.020Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19122026-07-01T15:58:15.020Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19132026-07-01T15:58:15.020Z
19142026-07-01T15:58:15.020ZSled Agent (client: sled-agent-client)
19152026-07-01T15:58:15.029Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
19162026-07-01T15:58:15.029Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
19172026-07-01T15:58:15.029Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19182026-07-01T15:58:15.029Z
19192026-07-01T15:58:15.029ZWicketd (client: wicketd-client)
19202026-07-01T15:58:15.029Z
19212026-07-01T15:58:15.105Z
19222026-07-01T15:58:15.111Zreal 44.244232503
19232026-07-01T15:58:15.111Zuser 28.535232405
19242026-07-01T15:58:15.113Zsys 9.820872861
19252026-07-01T15:58:15.113Ztrap 0.003926590
19262026-07-01T15:58:15.113Ztflt 0.065805094
19272026-07-01T15:58:15.113Zdflt 0.150043021
19282026-07-01T15:58:15.113Zkflt 0.000054680
19292026-07-01T15:58:15.113Zlock 2:52.369480290
19302026-07-01T15:58:15.113Zslp 5:51.866686797
19312026-07-01T15:58:15.113Zlat 0.758031096
19322026-07-01T15:58:15.114Zstop 1.310973199
19332026-07-01T15:58:15.114Z+ ptime -m cargo xtask ls-apis deployment-units
19342026-07-01T15:58:15.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19352026-07-01T15:58:15.580Z Running `target/debug/xtask ls-apis deployment-units`
19362026-07-01T15:58:16.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
19372026-07-01T15:58:16.365Z Running `target/debug/ls-apis deployment-units`
19382026-07-01T15:58:16.410Zloading metadata for workspace omicron from current workspace
19392026-07-01T15:58:17.409Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
19402026-07-01T15:58:17.415Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19412026-07-01T15:58:17.415Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
19422026-07-01T15:58:17.415Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
19432026-07-01T15:58:17.415Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
19442026-07-01T15:58:19.778Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
19452026-07-01T15:58:20.509Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19462026-07-01T15:58:20.565Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19472026-07-01T15:58:20.874ZClickHouse
19482026-07-01T15:58:20.875Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19492026-07-01T15:58:20.875Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19502026-07-01T15:58:20.875Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19512026-07-01T15:58:20.875Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19522026-07-01T15:58:20.875Z
19532026-07-01T15:58:20.875Z
19542026-07-01T15:58:20.875ZCockroach
19552026-07-01T15:58:20.875Z omicron-cockroach-admin (omicron/cockroach-admin)
19562026-07-01T15:58:20.875Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19572026-07-01T15:58:20.875Z
19582026-07-01T15:58:20.875Z
19592026-07-01T15:58:20.877ZCrucible
19602026-07-01T15:58:20.877Z crucible-agent (crucible/agent)
19612026-07-01T15:58:20.877Z exposes: Crucible Agent (client = crucible-agent-client)
19622026-07-01T15:58:20.877Z
19632026-07-01T15:58:20.877Z crucible-downstairs (crucible/downstairs)
19642026-07-01T15:58:20.877Z exposes: Crucible Repair (client = repair-client)
19652026-07-01T15:58:20.886Z consumes: repair-client
19662026-07-01T15:58:20.886Z
19672026-07-01T15:58:20.886Z
19682026-07-01T15:58:20.886ZCrucible Pantry
19692026-07-01T15:58:20.886Z crucible-pantry (crucible/pantry)
19702026-07-01T15:58:20.886Z exposes: Crucible Pantry (client = crucible-pantry-client)
19712026-07-01T15:58:20.886Z consumes: nexus-client
19722026-07-01T15:58:20.886Z
19732026-07-01T15:58:20.886Z
19742026-07-01T15:58:20.886ZDNS Server
19752026-07-01T15:58:20.886Z dns-server (omicron/dns-server)
19762026-07-01T15:58:20.886Z exposes: DNS Server (client = dns-service-client)
19772026-07-01T15:58:20.886Z
19782026-07-01T15:58:20.886Z
19792026-07-01T15:58:20.886ZHost OS
19802026-07-01T15:58:20.886Z ddmd (maghemite/ddmd)
19812026-07-01T15:58:20.887Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19822026-07-01T15:58:20.887Z consumes: dpd-client (intra-deployment-unit-only)
19832026-07-01T15:58:20.887Z
19842026-07-01T15:58:20.887Z dpd (dendrite/dpd)
19852026-07-01T15:58:20.887Z exposes: Dendrite DPD (client = dpd-client)
19862026-07-01T15:58:20.887Z consumes: gateway-client (intra-deployment-unit-only)
19872026-07-01T15:58:20.887Z consumes: nexus-client
19882026-07-01T15:58:20.891Z
19892026-07-01T15:58:20.891Z lldpd (lldp/lldpd)
19902026-07-01T15:58:20.891Z exposes: LLDP daemon (client = lldpd-client)
19912026-07-01T15:58:20.891Z consumes: dpd-client (intra-deployment-unit-only)
19922026-07-01T15:58:20.891Z consumes: gateway-client (intra-deployment-unit-only)
19932026-07-01T15:58:20.891Z
19942026-07-01T15:58:20.892Z mgd (maghemite/mgd)
19952026-07-01T15:58:20.892Z exposes: Maghemite MG Admin (client = mg-admin-client)
19962026-07-01T15:58:20.892Z consumes: ddm-admin-client (intra-deployment-unit-only)
19972026-07-01T15:58:20.892Z consumes: dpd-client (intra-deployment-unit-only)
19982026-07-01T15:58:20.892Z consumes: gateway-client (intra-deployment-unit-only)
19992026-07-01T15:58:20.892Z
20002026-07-01T15:58:20.892Z omicron-gateway (omicron/gateway)
20012026-07-01T15:58:20.892Z exposes: Management Gateway Service (client = gateway-client)
20022026-07-01T15:58:20.892Z
20032026-07-01T15:58:20.893Z omicron-sled-agent (omicron/sled-agent)
20042026-07-01T15:58:20.893Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20052026-07-01T15:58:20.893Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20062026-07-01T15:58:20.893Z exposes: Repo Depot API (client = repo-depot-client)
20072026-07-01T15:58:20.893Z exposes: Sled Agent (client = sled-agent-client)
20082026-07-01T15:58:20.893Z consumes: bootstrap-agent-client
20092026-07-01T15:58:20.893Z consumes: ddm-admin-client (intra-deployment-unit-only)
20102026-07-01T15:58:20.893Z consumes: dpd-client (intra-deployment-unit-only)
20112026-07-01T15:58:20.893Z consumes: gateway-client (intra-deployment-unit-only)
20122026-07-01T15:58:20.893Z consumes: mg-admin-client (intra-deployment-unit-only)
20132026-07-01T15:58:20.896Z consumes: nexus-client
20142026-07-01T15:58:20.896Z consumes: nexus-lockstep-client
20152026-07-01T15:58:20.896Z consumes: ntp-admin-v1-client
20162026-07-01T15:58:20.901Z consumes: propolis-client (intra-deployment-unit-only)
20172026-07-01T15:58:20.901Z consumes: repo-depot-client
20182026-07-01T15:58:20.901Z
20192026-07-01T15:58:20.901Z propolis-server (propolis/bin/propolis-server)
20202026-07-01T15:58:20.901Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20212026-07-01T15:58:20.901Z exposes: Propolis (client = propolis-client)
20222026-07-01T15:58:20.901Z consumes: nexus-client
20232026-07-01T15:58:20.902Z consumes: sled-agent-client (intra-deployment-unit-only)
20242026-07-01T15:58:20.902Z
20252026-07-01T15:58:20.902Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
20262026-07-01T15:58:20.902Z consumes: cockroach-admin-client
20272026-07-01T15:58:20.902Z consumes: ddm-admin-client
20282026-07-01T15:58:20.902Z consumes: dns-service-client
20292026-07-01T15:58:20.902Z consumes: nexus-lockstep-client
20302026-07-01T15:58:20.902Z consumes: ntp-admin-client
20312026-07-01T15:58:20.902Z consumes: ntp-admin-v1-client
20322026-07-01T15:58:20.902Z consumes: sled-agent-client
20332026-07-01T15:58:20.902Z
20342026-07-01T15:58:20.902Z tfportd (dendrite/tfportd)
20352026-07-01T15:58:20.902Z consumes: dpd-client (intra-deployment-unit-only)
20362026-07-01T15:58:20.902Z consumes: lldpd-client (intra-deployment-unit-only)
20372026-07-01T15:58:20.902Z
20382026-07-01T15:58:20.902Z wicketd (omicron/wicketd)
20392026-07-01T15:58:20.903Z exposes: Wicketd Installinator (client = installinator-client)
20402026-07-01T15:58:20.904Z exposes: Wicketd (client = wicketd-client)
20412026-07-01T15:58:20.911Z consumes: bootstrap-agent-client
20422026-07-01T15:58:20.911Z consumes: bootstrap-agent-lockstep-client
20432026-07-01T15:58:20.911Z consumes: ddm-admin-client (intra-deployment-unit-only)
20442026-07-01T15:58:20.911Z consumes: dpd-client (intra-deployment-unit-only)
20452026-07-01T15:58:20.911Z consumes: gateway-client (intra-deployment-unit-only)
20462026-07-01T15:58:20.911Z
20472026-07-01T15:58:20.911Z
20482026-07-01T15:58:20.911ZInstallinator
20492026-07-01T15:58:20.911Z installinator (omicron/installinator)
20502026-07-01T15:58:20.911Z consumes: ddm-admin-client
20512026-07-01T15:58:20.911Z consumes: installinator-client
20522026-07-01T15:58:20.911Z
20532026-07-01T15:58:20.912Z
20542026-07-01T15:58:20.912ZNTP
20552026-07-01T15:58:20.912Z omicron-ntp-admin (omicron/ntp-admin)
20562026-07-01T15:58:20.912Z exposes: NTP Admin (client = ntp-admin-client)
20572026-07-01T15:58:20.912Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
20582026-07-01T15:58:20.912Z
20592026-07-01T15:58:20.912Z
20602026-07-01T15:58:20.912ZNexus
20612026-07-01T15:58:20.912Z omicron-nexus (omicron/nexus)
20622026-07-01T15:58:20.912Z exposes: Nexus Internal API (client = nexus-client)
20632026-07-01T15:58:20.912Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
20642026-07-01T15:58:20.912Z exposes: External API (client = oxide-client)
20652026-07-01T15:58:20.915Z consumes: clickhouse-admin-keeper-client
20662026-07-01T15:58:20.915Z consumes: clickhouse-admin-server-client
20672026-07-01T15:58:20.915Z consumes: clickhouse-admin-single-client
20682026-07-01T15:58:20.915Z consumes: cockroach-admin-client
20692026-07-01T15:58:20.915Z consumes: crucible-agent-client
20702026-07-01T15:58:20.915Z consumes: crucible-pantry-client
20712026-07-01T15:58:20.915Z consumes: dns-service-client
20722026-07-01T15:58:20.915Z consumes: dpd-client
20732026-07-01T15:58:20.915Z consumes: gateway-client
20742026-07-01T15:58:20.915Z consumes: lldpd-client
20752026-07-01T15:58:20.915Z consumes: mg-admin-client
20762026-07-01T15:58:20.915Z consumes: ntp-admin-client
20772026-07-01T15:58:20.915Z consumes: oximeter-client
20782026-07-01T15:58:20.915Z consumes: propolis-client
20792026-07-01T15:58:20.916Z consumes: repo-depot-client
20802026-07-01T15:58:20.916Z consumes: sled-agent-client
20812026-07-01T15:58:20.916Z
20822026-07-01T15:58:20.916Z
20832026-07-01T15:58:20.916ZOximeter
20842026-07-01T15:58:20.916Z oximeter-collector (omicron/oximeter/collector)
20852026-07-01T15:58:20.916Z exposes: Oximeter (client = oximeter-client)
20862026-07-01T15:58:20.916Z consumes: nexus-client
20872026-07-01T15:58:20.916Z
20882026-07-01T15:58:20.916Z
20892026-07-01T15:58:20.979Z
20902026-07-01T15:58:20.983Zreal 5.845872440
20912026-07-01T15:58:20.983Zuser 4.849988960
20922026-07-01T15:58:20.983Zsys 2.009399684
20932026-07-01T15:58:20.984Ztrap 0.000607080
20942026-07-01T15:58:20.984Ztflt 0.000071250
20952026-07-01T15:58:20.984Zdflt 0.000112210
20962026-07-01T15:58:20.984Zkflt 0.000002220
20972026-07-01T15:58:20.984Zlock 2.026729947
20982026-07-01T15:58:20.984Zslp 20.434311320
20992026-07-01T15:58:20.984Zlat 0.008731640
21002026-07-01T15:58:20.984Zstop 0.006919110
21012026-07-01T15:58:20.984Z+ ptime -m cargo xtask ls-apis servers
21022026-07-01T15:58:21.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21032026-07-01T15:58:21.419Z Running `target/debug/xtask ls-apis servers`
21042026-07-01T15:58:22.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21052026-07-01T15:58:22.174Z Running `target/debug/ls-apis servers`
21062026-07-01T15:58:22.223Zloading metadata for workspace omicron from current workspace
21072026-07-01T15:58:23.210Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21082026-07-01T15:58:23.218Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
21092026-07-01T15:58:23.218Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
21102026-07-01T15:58:23.218Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
21112026-07-01T15:58:23.218Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
21122026-07-01T15:58:25.733Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
21132026-07-01T15:58:26.167Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21142026-07-01T15:58:26.243Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21152026-07-01T15:58:26.549Zcrucible-agent (crucible/agent)
21162026-07-01T15:58:26.549Z exposes: Crucible Agent (client = crucible-agent-client)
21172026-07-01T15:58:26.549Z
21182026-07-01T15:58:26.549Zcrucible-downstairs (crucible/downstairs)
21192026-07-01T15:58:26.549Z exposes: Crucible Repair (client = repair-client)
21202026-07-01T15:58:26.561Z consumes: repair-client
21212026-07-01T15:58:26.561Z
21222026-07-01T15:58:26.561Zcrucible-pantry (crucible/pantry)
21232026-07-01T15:58:26.561Z exposes: Crucible Pantry (client = crucible-pantry-client)
21242026-07-01T15:58:26.562Z consumes: nexus-client
21252026-07-01T15:58:26.562Z
21262026-07-01T15:58:26.562Zddmd (maghemite/ddmd)
21272026-07-01T15:58:26.566Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21282026-07-01T15:58:26.566Z consumes: dpd-client (intra-deployment-unit-only)
21292026-07-01T15:58:26.567Z
21302026-07-01T15:58:26.567Zdns-server (omicron/dns-server)
21312026-07-01T15:58:26.567Z exposes: DNS Server (client = dns-service-client)
21322026-07-01T15:58:26.567Z
21332026-07-01T15:58:26.567Zdpd (dendrite/dpd)
21342026-07-01T15:58:26.567Z exposes: Dendrite DPD (client = dpd-client)
21352026-07-01T15:58:26.567Z consumes: gateway-client (intra-deployment-unit-only)
21362026-07-01T15:58:26.567Z consumes: nexus-client
21372026-07-01T15:58:26.567Z
21382026-07-01T15:58:26.567Zinstallinator (omicron/installinator)
21392026-07-01T15:58:26.567Z consumes: ddm-admin-client
21402026-07-01T15:58:26.567Z consumes: installinator-client
21412026-07-01T15:58:26.567Z
21422026-07-01T15:58:26.567Zlldpd (lldp/lldpd)
21432026-07-01T15:58:26.567Z exposes: LLDP daemon (client = lldpd-client)
21442026-07-01T15:58:26.568Z consumes: dpd-client (intra-deployment-unit-only)
21452026-07-01T15:58:26.568Z consumes: gateway-client (intra-deployment-unit-only)
21462026-07-01T15:58:26.568Z
21472026-07-01T15:58:26.568Zmgd (maghemite/mgd)
21482026-07-01T15:58:26.568Z exposes: Maghemite MG Admin (client = mg-admin-client)
21492026-07-01T15:58:26.568Z consumes: ddm-admin-client (intra-deployment-unit-only)
21502026-07-01T15:58:26.568Z consumes: dpd-client (intra-deployment-unit-only)
21512026-07-01T15:58:26.568Z consumes: gateway-client (intra-deployment-unit-only)
21522026-07-01T15:58:26.568Z
21532026-07-01T15:58:26.568Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21542026-07-01T15:58:26.568Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21552026-07-01T15:58:26.581Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21562026-07-01T15:58:26.581Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21572026-07-01T15:58:26.581Z
21582026-07-01T15:58:26.581Zomicron-cockroach-admin (omicron/cockroach-admin)
21592026-07-01T15:58:26.581Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21602026-07-01T15:58:26.581Z
21612026-07-01T15:58:26.581Zomicron-gateway (omicron/gateway)
21622026-07-01T15:58:26.582Z exposes: Management Gateway Service (client = gateway-client)
21632026-07-01T15:58:26.582Z
21642026-07-01T15:58:26.582Zomicron-nexus (omicron/nexus)
21652026-07-01T15:58:26.582Z exposes: Nexus Internal API (client = nexus-client)
21662026-07-01T15:58:26.582Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21672026-07-01T15:58:26.582Z exposes: External API (client = oxide-client)
21682026-07-01T15:58:26.582Z consumes: clickhouse-admin-keeper-client
21692026-07-01T15:58:26.582Z consumes: clickhouse-admin-server-client
21702026-07-01T15:58:26.582Z consumes: clickhouse-admin-single-client
21712026-07-01T15:58:26.582Z consumes: cockroach-admin-client
21722026-07-01T15:58:26.582Z consumes: crucible-agent-client
21732026-07-01T15:58:26.582Z consumes: crucible-pantry-client
21742026-07-01T15:58:26.582Z consumes: dns-service-client
21752026-07-01T15:58:26.582Z consumes: dpd-client
21762026-07-01T15:58:26.582Z consumes: gateway-client
21772026-07-01T15:58:26.582Z consumes: lldpd-client
21782026-07-01T15:58:26.582Z consumes: mg-admin-client
21792026-07-01T15:58:26.582Z consumes: ntp-admin-client
21802026-07-01T15:58:26.582Z consumes: oximeter-client
21812026-07-01T15:58:26.604Z consumes: propolis-client
21822026-07-01T15:58:26.605Z consumes: repo-depot-client
21832026-07-01T15:58:26.605Z consumes: sled-agent-client
21842026-07-01T15:58:26.605Z
21852026-07-01T15:58:26.605Zomicron-ntp-admin (omicron/ntp-admin)
21862026-07-01T15:58:26.605Z exposes: NTP Admin (client = ntp-admin-client)
21872026-07-01T15:58:26.605Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
21882026-07-01T15:58:26.605Z
21892026-07-01T15:58:26.605Zomicron-sled-agent (omicron/sled-agent)
21902026-07-01T15:58:26.605Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21912026-07-01T15:58:26.605Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21922026-07-01T15:58:26.605Z exposes: Repo Depot API (client = repo-depot-client)
21932026-07-01T15:58:26.605Z exposes: Sled Agent (client = sled-agent-client)
21942026-07-01T15:58:26.605Z consumes: bootstrap-agent-client
21952026-07-01T15:58:26.605Z consumes: ddm-admin-client (intra-deployment-unit-only)
21962026-07-01T15:58:26.606Z consumes: dpd-client (intra-deployment-unit-only)
21972026-07-01T15:58:26.606Z consumes: gateway-client (intra-deployment-unit-only)
21982026-07-01T15:58:26.606Z consumes: mg-admin-client (intra-deployment-unit-only)
21992026-07-01T15:58:26.606Z consumes: nexus-client
22002026-07-01T15:58:26.622Z consumes: nexus-lockstep-client
22012026-07-01T15:58:26.622Z consumes: ntp-admin-v1-client
22022026-07-01T15:58:26.622Z consumes: propolis-client (intra-deployment-unit-only)
22032026-07-01T15:58:26.622Z consumes: repo-depot-client
22042026-07-01T15:58:26.622Z
22052026-07-01T15:58:26.622Zoximeter-collector (omicron/oximeter/collector)
22062026-07-01T15:58:26.622Z exposes: Oximeter (client = oximeter-client)
22072026-07-01T15:58:26.622Z consumes: nexus-client
22082026-07-01T15:58:26.622Z
22092026-07-01T15:58:26.622Zpropolis-server (propolis/bin/propolis-server)
22102026-07-01T15:58:26.622Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22112026-07-01T15:58:26.623Z exposes: Propolis (client = propolis-client)
22122026-07-01T15:58:26.636Z consumes: nexus-client
22132026-07-01T15:58:26.636Z consumes: sled-agent-client (intra-deployment-unit-only)
22142026-07-01T15:58:26.636Z
22152026-07-01T15:58:26.636Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22162026-07-01T15:58:26.636Z consumes: cockroach-admin-client
22172026-07-01T15:58:26.636Z consumes: ddm-admin-client
22182026-07-01T15:58:26.636Z consumes: dns-service-client
22192026-07-01T15:58:26.636Z consumes: nexus-lockstep-client
22202026-07-01T15:58:26.636Z consumes: ntp-admin-client
22212026-07-01T15:58:26.637Z consumes: ntp-admin-v1-client
22222026-07-01T15:58:26.637Z consumes: sled-agent-client
22232026-07-01T15:58:26.637Z
22242026-07-01T15:58:26.637Ztfportd (dendrite/tfportd)
22252026-07-01T15:58:26.637Z consumes: dpd-client (intra-deployment-unit-only)
22262026-07-01T15:58:26.637Z consumes: lldpd-client (intra-deployment-unit-only)
22272026-07-01T15:58:26.637Z
22282026-07-01T15:58:26.637Zwicketd (omicron/wicketd)
22292026-07-01T15:58:26.637Z exposes: Wicketd Installinator (client = installinator-client)
22302026-07-01T15:58:26.637Z exposes: Wicketd (client = wicketd-client)
22312026-07-01T15:58:26.637Z consumes: bootstrap-agent-client
22322026-07-01T15:58:26.637Z consumes: bootstrap-agent-lockstep-client
22332026-07-01T15:58:26.637Z consumes: ddm-admin-client (intra-deployment-unit-only)
22342026-07-01T15:58:26.649Z consumes: dpd-client (intra-deployment-unit-only)
22352026-07-01T15:58:26.650Z consumes: gateway-client (intra-deployment-unit-only)
22362026-07-01T15:58:26.650Z
22372026-07-01T15:58:26.667Z
22382026-07-01T15:58:26.667Zreal 5.646313166
22392026-07-01T15:58:26.668Zuser 4.791462838
22402026-07-01T15:58:26.668Zsys 1.846274547
22412026-07-01T15:58:26.668Ztrap 0.000682620
22422026-07-01T15:58:26.668Ztflt 0.000046760
22432026-07-01T15:58:26.668Zdflt 0.000162470
22442026-07-01T15:58:26.668Zkflt 0.000020420
22452026-07-01T15:58:26.668Zlock 1.994352190
22462026-07-01T15:58:26.668Zslp 19.334457427
22472026-07-01T15:58:26.668Zlat 0.009666270
22482026-07-01T15:58:26.668Zstop 0.006977560
22492026-07-01T15:58:26.668Z+ ptime -m cargo xtask ls-apis check
22502026-07-01T15:58:27.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
22512026-07-01T15:58:27.194Z Running `target/debug/xtask ls-apis check`
22522026-07-01T15:58:28.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
22532026-07-01T15:58:28.222Z Running `target/debug/ls-apis check`
22542026-07-01T15:58:28.241Zloading metadata for workspace omicron from current workspace
22552026-07-01T15:58:28.890Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
22562026-07-01T15:58:28.901Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
22572026-07-01T15:58:28.901Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
22582026-07-01T15:58:28.901Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
22592026-07-01T15:58:28.901Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
22602026-07-01T15:58:31.137Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
22612026-07-01T15:58:31.871Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22622026-07-01T15:58:31.924Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22632026-07-01T15:58:32.412Z
22642026-07-01T15:58:32.412Z
22652026-07-01T15:58:32.412ZServer-managed APIs:
22662026-07-01T15:58:32.412Z
22672026-07-01T15:58:32.413Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
22682026-07-01T15:58:32.413Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
22692026-07-01T15:58:32.413Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
22702026-07-01T15:58:32.413Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
22712026-07-01T15:58:32.413Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
22722026-07-01T15:58:32.413Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
22732026-07-01T15:58:32.413Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
22742026-07-01T15:58:32.413Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
22752026-07-01T15:58:32.413Z DNS Server (dns-service-client, exposed by dns-server)
22762026-07-01T15:58:32.413Z Dendrite DPD (dpd-client, exposed by dpd)
22772026-07-01T15:58:32.413Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
22782026-07-01T15:58:32.418Z LLDP daemon (lldpd-client, exposed by lldpd)
22792026-07-01T15:58:32.418Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
22802026-07-01T15:58:32.418Z External API (oxide-client, exposed by omicron-nexus)
22812026-07-01T15:58:32.418Z Oximeter (oximeter-client, exposed by oximeter-collector)
22822026-07-01T15:58:32.418Z Propolis (propolis-client, exposed by propolis-server)
22832026-07-01T15:58:32.418Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
22842026-07-01T15:58:32.418Z Wicketd (wicketd-client, exposed by wicketd)
22852026-07-01T15:58:32.418Z
22862026-07-01T15:58:32.418Z
22872026-07-01T15:58:32.418ZClient-managed API:
22882026-07-01T15:58:32.418Z
22892026-07-01T15:58:32.418Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
22902026-07-01T15:58:32.418Z reason: depends on itself (i.e., instances call each other)
22912026-07-01T15:58:32.418Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
22922026-07-01T15:58:32.437Z reason: wicketd can wind up calling into sled agent on different sleds
22932026-07-01T15:58:32.437Z Wicketd Installinator (installinator-client, exposed by wicketd)
22942026-07-01T15:58:32.437Z reason: client is provided implicitly by the operator
22952026-07-01T15:58:32.437Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22962026-07-01T15:58:32.437Z reason: Circular dependencies between Nexus and other services
22972026-07-01T15:58:32.438Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
22982026-07-01T15:58:32.438Z reason: Circular dependencies between Nexus and other services
22992026-07-01T15:58:32.438Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23002026-07-01T15:58:32.438Z 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.
23012026-07-01T15:58:32.442Z
23022026-07-01T15:58:32.442Z NTP Admin version 1 (ntp-admin-v1-client, exposed by omicron-ntp-admin)
23032026-07-01T15:58:32.443Z 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.
23042026-07-01T15:58:32.443Z
23052026-07-01T15:58:32.443Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23062026-07-01T15:58:32.443Z reason: depends on itself (i.e., instances call each other)
23072026-07-01T15:58:32.443Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23082026-07-01T15:58:32.443Z reason: depends on itself (i.e., instances call each other)
23092026-07-01T15:58:32.443Z
23102026-07-01T15:58:32.443Z
23112026-07-01T15:58:32.443ZAPIs with unknown version management: none
23122026-07-01T15:58:32.443Z
23132026-07-01T15:58:32.443Z
23142026-07-01T15:58:32.443ZAPIs that failed consumer checks: none
23152026-07-01T15:58:32.678Z
23162026-07-01T15:58:32.678Zreal 5.736375090
23172026-07-01T15:58:32.678Zuser 4.908956329
23182026-07-01T15:58:32.702Zsys 1.825277610
23192026-07-01T15:58:32.703Ztrap 0.000706950
23202026-07-01T15:58:32.703Ztflt 0.000087450
23212026-07-01T15:58:32.703Zdflt 0.000122780
23222026-07-01T15:58:32.703Zkflt 0.000013780
23232026-07-01T15:58:32.703Zlock 2.098581200
23242026-07-01T15:58:32.703Zslp 19.175238550
23252026-07-01T15:58:32.703Zlat 0.008397400
23262026-07-01T15:58:32.703Zstop 0.006692830
23272026-07-01T15:58:32.703Z+ ptime -m cargo xtask ls-apis adoc
23282026-07-01T15:58:32.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
23292026-07-01T15:58:33.066Z Running `target/debug/xtask ls-apis adoc`
23302026-07-01T15:58:33.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
23312026-07-01T15:58:33.662Z Running `target/debug/ls-apis adoc`
23322026-07-01T15:58:33.671Zloading metadata for workspace omicron from current workspace
23332026-07-01T15:58:39.755Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23342026-07-01T15:58:39.797Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/Cargo.toml
23352026-07-01T15:58:39.797Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/Cargo.toml
23362026-07-01T15:58:39.797Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
23372026-07-01T15:58:39.797Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/Cargo.toml
23382026-07-01T15:58:39.826Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
23392026-07-01T15:58:39.826Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23402026-07-01T15:58:39.826Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23412026-07-01T15:58:39.826Z
23422026-07-01T15:58:39.826Zreal 5.616549926
23432026-07-01T15:58:39.826Zuser 4.820993158
23442026-07-01T15:58:39.826Zsys 1.824451678
23452026-07-01T15:58:39.826Ztrap 0.000520210
23462026-07-01T15:58:39.826Ztflt 0.000060760
23472026-07-01T15:58:39.827Zdflt 0.000158060
23482026-07-01T15:58:39.827Zkflt 0.000000000
23492026-07-01T15:58:39.827Zlock 1.985072952
23502026-07-01T15:58:39.827Zslp 19.068133517
23512026-07-01T15:58:39.827Zlat 0.008877020
23522026-07-01T15:58:39.827Zstop 0.006502910
23532026-07-01T15:58:39.827Z+ banner build
23542026-07-01T15:58:39.827Z
23552026-07-01T15:58:39.827Z ##### # # # # #####
23562026-07-01T15:58:39.827Z # # # # # # # #
23572026-07-01T15:58:39.827Z ##### # # # # # #
23582026-07-01T15:58:39.827Z # # # # # # # #
23592026-07-01T15:58:39.827Z # # # # # # # #
23602026-07-01T15:58:39.827Z ##### #### # ###### #####
23612026-07-01T15:58:39.827Z
23622026-07-01T15:58:39.827Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
23632026-07-01T15:58:39.828Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
23642026-07-01T15:58:39.828Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
23652026-07-01T15:58:39.828Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23662026-07-01T15:58:39.828Z+ [[ illumos == \i\l\l\u\m\o\s ]]
23672026-07-01T15:58:39.829Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
23682026-07-01T15:58:39.829Z+ export TMPDIR=/var/tmp/omicron_tmp
23692026-07-01T15:58:39.829Z+ TMPDIR=/var/tmp/omicron_tmp
23702026-07-01T15:58:39.829Z+ export RUST_BACKTRACE=1
23712026-07-01T15:58:39.829Z+ RUST_BACKTRACE=1
23722026-07-01T15:58:39.829Z+ export CARGO_INCREMENTAL=0
23732026-07-01T15:58:39.829Z+ CARGO_INCREMENTAL=0
23742026-07-01T15:58:39.829Z+ export RUSTC_BOOTSTRAP=1
23752026-07-01T15:58:39.829Z+ RUSTC_BOOTSTRAP=1
23762026-07-01T15:58:39.829Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
23772026-07-01T15:58:40.190Z Compiling proc-macro2 v1.0.106
23782026-07-01T15:58:40.190Z Compiling unicode-ident v1.0.24
23792026-07-01T15:58:40.190Z Compiling quote v1.0.45
23802026-07-01T15:58:40.194Z Compiling libc v0.2.185
23812026-07-01T15:58:40.194Z Compiling serde_core v1.0.228
23822026-07-01T15:58:40.195Z Compiling cfg-if v1.0.4
23832026-07-01T15:58:40.195Z Compiling serde v1.0.228
23842026-07-01T15:58:40.195Z Compiling memchr v2.8.0
23852026-07-01T15:58:40.195Z Compiling smallvec v1.15.1
23862026-07-01T15:58:40.195Z Compiling log v0.4.29
23872026-07-01T15:58:40.196Z Compiling version_check v0.9.5
23882026-07-01T15:58:40.196Z Compiling itoa v1.0.17
23892026-07-01T15:58:40.197Z Compiling autocfg v1.5.0
23902026-07-01T15:58:40.197Z Compiling zmij v1.0.21
23912026-07-01T15:58:40.471Z Compiling serde_json v1.0.150
23922026-07-01T15:58:40.475Z Compiling scopeguard v1.2.0
23932026-07-01T15:58:40.476Z Compiling libm v0.2.16
23942026-07-01T15:58:40.476Z Compiling stable_deref_trait v1.2.1
23952026-07-01T15:58:40.476Z Compiling percent-encoding v2.3.2
23962026-07-01T15:58:40.476Z Compiling litemap v0.8.1
23972026-07-01T15:58:40.476Z Compiling writeable v0.6.2
23982026-07-01T15:58:40.476Z Compiling icu_properties_data v2.1.2
23992026-07-01T15:58:40.476Z Compiling icu_normalizer_data v2.1.1
24002026-07-01T15:58:40.477Z Compiling parking_lot_core v0.9.12
24012026-07-01T15:58:40.477Z Compiling rand_core v0.10.0
24022026-07-01T15:58:40.477Z Compiling getrandom v0.4.1
24032026-07-01T15:58:40.477Z Compiling utf8_iter v1.0.4
24042026-07-01T15:58:40.477Z Compiling portable-atomic v1.13.1
24052026-07-01T15:58:40.478Z Compiling fnv v1.0.7
24062026-07-01T15:58:40.504Z Compiling zerocopy v0.8.40
24072026-07-01T15:58:40.509Z Compiling pin-project-lite v0.2.17
24082026-07-01T15:58:40.509Z Compiling critical-section v1.2.0
24092026-07-01T15:58:40.509Z Running `/home/build/.rustup/toolchains/1.96.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=0c7364371df04338 -C extra-filename=-e378351b8a3dc1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102026-07-01T15:58:40.509Z Running `/home/build/.rustup/toolchains/1.96.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=d116ca455467b44e -C extra-filename=-ec1a4aa6125eea86 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-ec1a4aa6125eea86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112026-07-01T15:58:40.509Z Running `/home/build/.rustup/toolchains/1.96.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=bf556b5489ed619f -C extra-filename=-615e06a3eb778834 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-615e06a3eb778834 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122026-07-01T15:58:40.510Z Running `/home/build/.rustup/toolchains/1.96.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=3a77cba0c1d12171 -C extra-filename=-087bff7154b1daaf --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-087bff7154b1daaf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132026-07-01T15:58:40.510Z Running `/home/build/.rustup/toolchains/1.96.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=c515db416bfa269d -C extra-filename=-ccf4af5f4acd8b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142026-07-01T15:58:40.511Z Running `/home/build/.rustup/toolchains/1.96.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=9f5169a88999c00c -C extra-filename=-29cf7af8e2fc43be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152026-07-01T15:58:40.512Z Running `/home/build/.rustup/toolchains/1.96.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=b449f52738967e72 -C extra-filename=-0479007ad9b4bd9b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-0479007ad9b4bd9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162026-07-01T15:58:40.512Z Running `/home/build/.rustup/toolchains/1.96.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=f693b2f1caacc1cf -C extra-filename=-1b801243c4ee483c --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-1b801243c4ee483c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24172026-07-01T15:58:40.512Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=8e586acab6df311e -C extra-filename=-b057846ce76d7ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182026-07-01T15:58:40.513Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=bae3280309ba1479 -C extra-filename=-517a0a45b5918497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192026-07-01T15:58:40.513Z Running `/home/build/.rustup/toolchains/1.96.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=ffed60376d20159b -C extra-filename=-26f8dcada7e7abf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202026-07-01T15:58:40.537Z Running `/home/build/.rustup/toolchains/1.96.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=81593f3fed88be21 -C extra-filename=-f9234036ec2c327a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212026-07-01T15:58:40.568Z Running `/home/build/.rustup/toolchains/1.96.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=1c796c83e8eadb98 -C extra-filename=-86480131418ac148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222026-07-01T15:58:40.572Z Running `/home/build/.rustup/toolchains/1.96.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=741912a30df27bec -C extra-filename=-cbff277a70f25ca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-cbff277a70f25ca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232026-07-01T15:58:40.572Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0d23db0878970a0f -C extra-filename=-c45d2b8f51fad3ac --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-c45d2b8f51fad3ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242026-07-01T15:58:40.572Z Running `/home/build/.rustup/toolchains/1.96.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=4d61cdfcfa048260 -C extra-filename=-3e8e6d9e21823578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252026-07-01T15:58:40.573Z Running `/home/build/.rustup/toolchains/1.96.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=90ec0e0bed092927 -C extra-filename=-add33099202c13e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262026-07-01T15:58:40.573Z Running `/home/build/.rustup/toolchains/1.96.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=b0029a18e9608905 -C extra-filename=-577b54cb67165b62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272026-07-01T15:58:40.573Z Running `/home/build/.rustup/toolchains/1.96.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=8d2946fb86586851 -C extra-filename=-91bf8e578b010fbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282026-07-01T15:58:40.573Z Running `/home/build/.rustup/toolchains/1.96.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=ed57ca929ed51540 -C extra-filename=-5daefdd4e4bfadce --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5daefdd4e4bfadce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292026-07-01T15:58:40.573Z Running `/home/build/.rustup/toolchains/1.96.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=fa8246921e9fd8fe -C extra-filename=-fa90cb92e5a1c9d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-fa90cb92e5a1c9d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302026-07-01T15:58:40.574Z Running `/home/build/.rustup/toolchains/1.96.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=d5ec727dec5458aa -C extra-filename=-b201a642b1c0a45d --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b201a642b1c0a45d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312026-07-01T15:58:40.574Z Running `/home/build/.rustup/toolchains/1.96.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=ea146eb58f43a7a5 -C extra-filename=-fc47b799cf8db48b --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-fc47b799cf8db48b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322026-07-01T15:58:40.574Z Running `/home/build/.rustup/toolchains/1.96.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=2009600355654a4b -C extra-filename=-fc152cbb7e87bbf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332026-07-01T15:58:40.574Z Running `/home/build/.rustup/toolchains/1.96.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=f29469009b9dde89 -C extra-filename=-ace8c102e25112b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342026-07-01T15:58:40.574Z Running `/home/build/.rustup/toolchains/1.96.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=7c756519880de699 -C extra-filename=-7d9dec711376449a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352026-07-01T15:58:40.574Z Running `/home/build/.rustup/toolchains/1.96.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=db4640b936fe024f -C extra-filename=-def1b171fe4257b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-def1b171fe4257b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362026-07-01T15:58:40.577Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=66052e156aba2ad5 -C extra-filename=-8a5f79f444089dc9 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-8a5f79f444089dc9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372026-07-01T15:58:40.577Z Running `/home/build/.rustup/toolchains/1.96.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=f73ec0d8891eac30 -C extra-filename=-b63721280092ad35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382026-07-01T15:58:40.578Z Running `/home/build/.rustup/toolchains/1.96.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=fe5695d30e7d6dce -C extra-filename=-6fbd798935e4a46a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392026-07-01T15:58:40.580Z Running `/home/build/.rustup/toolchains/1.96.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=426cd2aac0743891 -C extra-filename=-97b6d6236c1189b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402026-07-01T15:58:40.716Z Compiling subtle v2.6.1
24412026-07-01T15:58:40.719Z Running `/home/build/.rustup/toolchains/1.96.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="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=f9c21c0e45cc0378 -C extra-filename=-b05502db3b9f7f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422026-07-01T15:58:41.016Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-1b801243c4ee483c/build-script-build`
24432026-07-01T15:58:41.020Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-087bff7154b1daaf/build-script-build`
24442026-07-01T15:58:41.020Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-fc47b799cf8db48b/build-script-build`
24452026-07-01T15:58:41.050Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-615e06a3eb778834/build-script-build`
24462026-07-01T15:58:41.086Z Compiling thiserror v2.0.18
24472026-07-01T15:58:41.228Z Compiling num-traits v0.2.19
24482026-07-01T15:58:41.231Z Running `/home/build/.rustup/toolchains/1.96.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=a8ef7efd01beebc4 -C extra-filename=-7b3c45f670aa04f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7b3c45f670aa04f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492026-07-01T15:58:41.403Z Compiling typenum v1.19.0
24502026-07-01T15:58:41.403Z Compiling shlex v1.3.0
24512026-07-01T15:58:41.407Z Compiling equivalent v1.0.2
24522026-07-01T15:58:41.407Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5daefdd4e4bfadce/build-script-build`
24532026-07-01T15:58:41.433Z Running `/home/build/.rustup/toolchains/1.96.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=a27d98d312c2668f -C extra-filename=-68cab2fd40a9d29c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-68cab2fd40a9d29c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542026-07-01T15:58:41.436Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-fa90cb92e5a1c9d8/build-script-build`
24552026-07-01T15:58:41.532Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=08f8cd948a3f21d0 -C extra-filename=-5322bc6c1d7c4184 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-5322bc6c1d7c4184 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562026-07-01T15:58:41.738Z Compiling lock_api v0.4.14
24572026-07-01T15:58:41.742Z Compiling find-msvc-tools v0.1.9
24582026-07-01T15:58:41.742Z Compiling heck v0.5.0
24592026-07-01T15:58:41.742Z Compiling iana-time-zone v0.1.65
24602026-07-01T15:58:41.771Z Compiling rustversion v1.0.22
24612026-07-01T15:58:41.775Z Compiling hashbrown v0.17.0
24622026-07-01T15:58:41.775Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-cbff277a70f25ca8/build-script-build`
24632026-07-01T15:58:41.776Z Running `/home/build/.rustup/toolchains/1.96.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=36c7293568fefa54 -C extra-filename=-fd684d5e51179a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642026-07-01T15:58:41.776Z Running `/home/build/.rustup/toolchains/1.96.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=bc9de8b3dfedc539 -C extra-filename=-54dbde732dbccf40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24652026-07-01T15:58:41.778Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-8a5f79f444089dc9/build-script-build`
24662026-07-01T15:58:41.778Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.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="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=a8bd9d0f0c3bb8cf -C extra-filename=-809da6282ca88a5d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-809da6282ca88a5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672026-07-01T15:58:42.131Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-ec1a4aa6125eea86/build-script-build`
24682026-07-01T15:58:42.161Z Compiling form_urlencoded v1.2.2
24692026-07-01T15:58:42.256Z Compiling regex-syntax v0.8.10
24702026-07-01T15:58:42.264Z Compiling strsim v0.11.1
24712026-07-01T15:58:42.264Z Compiling futures-core v0.3.32
24722026-07-01T15:58:42.264Z Compiling dyn-clone v1.0.20
24732026-07-01T15:58:42.264Z Compiling schemars v0.8.22
24742026-07-01T15:58:42.264Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-def1b171fe4257b9/build-script-build`
24752026-07-01T15:58:42.264Z Running `/home/build/.rustup/toolchains/1.96.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=946e107cdebb3f33 -C extra-filename=-a5a76f247fefddb9 --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-3e8e6d9e21823578.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762026-07-01T15:58:42.267Z Running `/home/build/.rustup/toolchains/1.96.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=883118a5d04a99a4 -C extra-filename=-d74fceb7f2ffb6e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-d74fceb7f2ffb6e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772026-07-01T15:58:42.267Z Running `/home/build/.rustup/toolchains/1.96.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=4b626ef49f5d6b85 -C extra-filename=-516c5eaca3dcccc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782026-07-01T15:58:42.268Z Running `/home/build/.rustup/toolchains/1.96.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=aba49b7feadcb239 -C extra-filename=-0cd954401ddedea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792026-07-01T15:58:42.268Z Running `/home/build/.rustup/toolchains/1.96.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=81a9e838646c1790 -C extra-filename=-b4f780b189a31b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802026-07-01T15:58:42.269Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f6acccfb986f06c5 -C extra-filename=-397b737bc890d6d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812026-07-01T15:58:42.552Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-c45d2b8f51fad3ac/build-script-build`
24822026-07-01T15:58:42.552Z Running `/home/build/.rustup/toolchains/1.96.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=07ec59b45c0c8237 -C extra-filename=-1eed3ad9b5d6e150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
24832026-07-01T15:58:42.556Z Compiling generic-array v0.14.7
24842026-07-01T15:58:42.556Z Compiling syn v1.0.109
24852026-07-01T15:58:42.557Z Compiling rustix v1.1.3
24862026-07-01T15:58:42.557Z Compiling aho-corasick v1.1.4
24872026-07-01T15:58:42.558Z Compiling byteorder v1.5.0
24882026-07-01T15:58:42.558Z Compiling const-oid v0.9.6
24892026-07-01T15:58:42.584Z Compiling futures-sink v0.3.32
24902026-07-01T15:58:42.588Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b201a642b1c0a45d/build-script-build`
24912026-07-01T15:58:42.588Z Running `/home/build/.rustup/toolchains/1.96.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=a5e0ded40da72886 -C extra-filename=-89fdf5aa1838c400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922026-07-01T15:58:42.588Z Running `/home/build/.rustup/toolchains/1.96.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=2f341638f8559396 -C extra-filename=-878f6df4c8ca5317 --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-97b6d6236c1189b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932026-07-01T15:58:42.679Z Running `/home/build/.rustup/toolchains/1.96.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=24c05a155c756453 -C extra-filename=-a194696445488582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942026-07-01T15:58:42.687Z Running `/home/build/.rustup/toolchains/1.96.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=b4bc36d5d38d37f5 -C extra-filename=-a81f463b5eadc7cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952026-07-01T15:58:42.705Z Running `/home/build/.rustup/toolchains/1.96.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=0d9645bf881c35a9 -C extra-filename=-260b1c36d1afce2b --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-260b1c36d1afce2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962026-07-01T15:58:42.709Z Running `/home/build/.rustup/toolchains/1.96.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=f0efd78e6b3ad2f4 -C extra-filename=-a8fb7fb8cb05d560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972026-07-01T15:58:42.975Z Running `/home/build/.rustup/toolchains/1.96.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=c821c40ed4a269fb -C extra-filename=-475c5481f11c65dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
24982026-07-01T15:58:42.979Z Running `/home/build/.rustup/toolchains/1.96.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=2b325dbc5e83defa -C extra-filename=-afae2e2264006bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
24992026-07-01T15:58:42.979Z Running `/home/build/.rustup/toolchains/1.96.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=e5aaba762aa0f2df -C extra-filename=-a51fd58e4030cd49 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-a51fd58e4030cd49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002026-07-01T15:58:42.982Z Running `/home/build/.rustup/toolchains/1.96.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=4203299f1721bff6 -C extra-filename=-63ba44012e1cbc03 --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012026-07-01T15:58:42.982Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=1fb5f697086c73cd -C extra-filename=-f4c53dd6cc6eeae1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-f4c53dd6cc6eeae1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022026-07-01T15:58:42.991Z Running `/home/build/.rustup/toolchains/1.96.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=04797acf8a93b2dd -C extra-filename=-cd826904474fece0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032026-07-01T15:58:42.997Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-809da6282ca88a5d/build-script-build`
25042026-07-01T15:58:42.997Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-0479007ad9b4bd9b/build-script-build`
25052026-07-01T15:58:42.997Z Running `/home/build/.rustup/toolchains/1.96.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=db93cf6459778cf9 -C extra-filename=-a4ee466cc94783ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25062026-07-01T15:58:43.002Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-5322bc6c1d7c4184/build-script-build`
25072026-07-01T15:58:43.002Z Running `/home/build/.rustup/toolchains/1.96.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=808068087ffb53be -C extra-filename=-05540d085a498351 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-05540d085a498351 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082026-07-01T15:58:43.002Z Running `/home/build/.rustup/toolchains/1.96.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=b7cf71f3316da253 -C extra-filename=-9ecfd7549d856f01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092026-07-01T15:58:43.002Z Compiling futures-task v0.3.32
25102026-07-01T15:58:43.002Z Compiling futures-io v0.3.32
25112026-07-01T15:58:43.002Z Compiling slab v0.4.12
25122026-07-01T15:58:43.002Z Compiling thiserror v1.0.69
25132026-07-01T15:58:43.002Z Compiling ident_case v1.0.1
25142026-07-01T15:58:43.002Z Compiling getrandom v0.3.4
25152026-07-01T15:58:43.007Z Compiling cpufeatures v0.2.17
25162026-07-01T15:58:43.007Z Compiling anyhow v1.0.102
25172026-07-01T15:58:43.011Z Running `/home/build/.rustup/toolchains/1.96.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=85780af91f43d71a -C extra-filename=-38ce5daaa43c1f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182026-07-01T15:58:43.416Z Running `/home/build/.rustup/toolchains/1.96.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=b558aacfa43305c1 -C extra-filename=-29b83d6ab9521271 --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-e378351b8a3dc1f7.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)'`
25192026-07-01T15:58:43.419Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-68cab2fd40a9d29c/build-script-build`
25202026-07-01T15:58:43.448Z Compiling futures-channel v0.3.32
25212026-07-01T15:58:43.452Z Compiling pkg-config v0.3.32
25222026-07-01T15:58:43.455Z Compiling base64 v0.22.1
25232026-07-01T15:58:43.455Z Compiling either v1.15.0
25242026-07-01T15:58:43.482Z Compiling powerfmt v0.2.0
25252026-07-01T15:58:43.486Z Compiling num-conv v0.2.0
25262026-07-01T15:58:43.486Z Running `/home/build/.rustup/toolchains/1.96.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=388320c717866a2e -C extra-filename=-c972994ffc95c23b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272026-07-01T15:58:43.486Z Running `/home/build/.rustup/toolchains/1.96.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=a834fe0eef8d67cd -C extra-filename=-5fa9b52b41e44aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282026-07-01T15:58:43.489Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7b3c45f670aa04f4/build-script-build`
25292026-07-01T15:58:43.489Z Running `/home/build/.rustup/toolchains/1.96.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=8830b4f8384bf412 -C extra-filename=-04d86b88b00df2ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302026-07-01T15:58:43.489Z Running `/home/build/.rustup/toolchains/1.96.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=0c7f20f1ec8f88bb -C extra-filename=-5d2b59558facd16d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312026-07-01T15:58:43.489Z Running `/home/build/.rustup/toolchains/1.96.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=aef1979c36612c16 -C extra-filename=-57908231e01adef6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
25322026-07-01T15:58:43.490Z Running `/home/build/.rustup/toolchains/1.96.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=d6b51666836ee3c1 -C extra-filename=-d7b87b25cac2758a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332026-07-01T15:58:43.490Z Running `/home/build/.rustup/toolchains/1.96.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=03fcc1d2f064dc5b -C extra-filename=-9675ab8a959e1686 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9675ab8a959e1686 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342026-07-01T15:58:43.490Z Running `/home/build/.rustup/toolchains/1.96.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=0c6d633c3bd6cc2d -C extra-filename=-618aa504141926aa --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-618aa504141926aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352026-07-01T15:58:43.492Z Running `/home/build/.rustup/toolchains/1.96.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=71a4f1f394f6309a -C extra-filename=-54159e90ff1115fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25362026-07-01T15:58:43.552Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=4c53027a549395fb -C extra-filename=-b0b1b805e7f4c99b --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-b0b1b805e7f4c99b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372026-07-01T15:58:43.789Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-d74fceb7f2ffb6e2/build-script-build`
25382026-07-01T15:58:43.792Z Running `/home/build/.rustup/toolchains/1.96.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=d546c983cd63b952 -C extra-filename=-c71d6c6cbdc15377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25392026-07-01T15:58:43.794Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-a51fd58e4030cd49/build-script-build`
25402026-07-01T15:58:43.795Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-260b1c36d1afce2b/build-script-build`
25412026-07-01T15:58:43.795Z Running `/home/build/.rustup/toolchains/1.96.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=18ab562633b25f9c -C extra-filename=-533a9d4dd3ba43e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422026-07-01T15:58:43.795Z Running `/home/build/.rustup/toolchains/1.96.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=5c3b3fda329ee457 -C extra-filename=-fa6b42ed4cc11fef --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-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432026-07-01T15:58:43.801Z Compiling errno v0.3.14
25442026-07-01T15:58:43.801Z Compiling getrandom v0.2.17
25452026-07-01T15:58:43.802Z Compiling jobserver v0.1.34
25462026-07-01T15:58:43.802Z Running `/home/build/.rustup/toolchains/1.96.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=d0732ddc67cfd5f4 -C extra-filename=-8a91b2fd79f237fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472026-07-01T15:58:43.802Z Running `/home/build/.rustup/toolchains/1.96.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=cf18f9c59f2b8185 -C extra-filename=-6fba9c5da1bb2d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482026-07-01T15:58:43.802Z Running `/home/build/.rustup/toolchains/1.96.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=744ec440670be3a3 -C extra-filename=-802a02953ab3b2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492026-07-01T15:58:43.802Z Running `/home/build/.rustup/toolchains/1.96.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=06e021bd590babcb -C extra-filename=-37de36d771c6eb9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502026-07-01T15:58:44.042Z Running `/home/build/.rustup/toolchains/1.96.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=6b01635945798603 -C extra-filename=-c063ff308ae52934 --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-29b83d6ab9521271.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25512026-07-01T15:58:44.042Z Running `/home/build/.rustup/toolchains/1.96.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=9e4c2de14439e9b5 -C extra-filename=-3e48272610caadc8 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522026-07-01T15:58:44.046Z Compiling once_cell v1.21.3
25532026-07-01T15:58:44.046Z Compiling mio v1.2.0
25542026-07-01T15:58:44.046Z Compiling socket2 v0.6.3
25552026-07-01T15:58:44.046Z Compiling time-core v0.1.8
25562026-07-01T15:58:44.046Z Compiling utf8parse v0.2.2
25572026-07-01T15:58:44.081Z Compiling deranged v0.5.8
25582026-07-01T15:58:44.085Z Compiling num_threads v0.1.7
25592026-07-01T15:58:44.085Z Compiling anstyle v1.0.14
25602026-07-01T15:58:44.117Z Compiling base64ct v1.8.3
25612026-07-01T15:58:44.121Z Compiling colorchoice v1.0.4
25622026-07-01T15:58:44.121Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=be285589d16a2fe6 -C extra-filename=-1f50f07ad72d01d7 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-07-01T15:58:44.122Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.19.0/src/lib.rs --error-format=json --json=diagnostic-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", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=6e4973ff82a798d4 -C extra-filename=-551f9edf049805be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-07-01T15:58:44.122Z Running `/home/build/.rustup/toolchains/1.96.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=69a2a2f9fc31a004 -C extra-filename=-20e2a5c74bb6c2f5 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
25652026-07-01T15:58:44.131Z Running `/home/build/.rustup/toolchains/1.96.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=b935b3e5f1e0f226 -C extra-filename=-8b9aad4db87b0c55 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662026-07-01T15:58:44.131Z Running `/home/build/.rustup/toolchains/1.96.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=edb7f54765f0ce79 -C extra-filename=-2be4f244cd0ef462 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-07-01T15:58:44.383Z Running `/home/build/.rustup/toolchains/1.96.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=bd95b2b00dd4b43f -C extra-filename=-62a3273ba722b64a --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-7d9dec711376449a.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-07-01T15:58:44.389Z Running `/home/build/.rustup/toolchains/1.96.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=3491e60856517469 -C extra-filename=-e2575b5c144b22ce --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-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-07-01T15:58:44.389Z Running `/home/build/.rustup/toolchains/1.96.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=114ed93f43e24120 -C extra-filename=-43c4035872041e02 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-07-01T15:58:44.389Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-05540d085a498351/build-script-build`
25712026-07-01T15:58:44.389Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4c53dd6cc6eeae1/build-script-build`
25722026-07-01T15:58:44.391Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9675ab8a959e1686/build-script-build`
25732026-07-01T15:58:44.391Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-b0b1b805e7f4c99b/build-script-build`
25742026-07-01T15:58:44.391Z Running `/home/build/.rustup/toolchains/1.96.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=5db2b2dfb3207a74 -C extra-filename=-6b71e4e3efe07320 --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"))'`
25752026-07-01T15:58:44.391Z Running `/home/build/.rustup/toolchains/1.96.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=55d258e31b04a76f -C extra-filename=-83efb3bf92b107e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-07-01T15:58:44.413Z Running `/home/build/.rustup/toolchains/1.96.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=3f23a6de5a1dc150 -C extra-filename=-eb2dd144d6cd661f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772026-07-01T15:58:44.416Z Compiling syn v2.0.117
25782026-07-01T15:58:44.445Z Compiling rand_core v0.6.4
25792026-07-01T15:58:44.449Z Compiling signal-hook-registry v1.4.8
25802026-07-01T15:58:44.449Z Compiling regex-automata v0.4.14
25812026-07-01T15:58:44.449Z Running `/home/build/.rustup/toolchains/1.96.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=ec84580fff20af9c -C extra-filename=-2f5e09e4f5a3ac8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-07-01T15:58:44.523Z Running `/home/build/.rustup/toolchains/1.96.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=dd77a0846f31c6b4 -C extra-filename=-101965df2ff7192a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832026-07-01T15:58:44.531Z Running `/home/build/.rustup/toolchains/1.96.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=eba30f0b661568a7 -C extra-filename=-60c8f6d8d1e5d3d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842026-07-01T15:58:44.555Z Running `/home/build/.rustup/toolchains/1.96.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=0e364ff8b7082989 -C extra-filename=-2979e45ffd283bf6 --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-6fba9c5da1bb2d6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852026-07-01T15:58:44.564Z Running `/home/build/.rustup/toolchains/1.96.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=f8c15cb4f7e9d5e1 -C extra-filename=-33d2256449469a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862026-07-01T15:58:44.808Z Running `/home/build/.rustup/toolchains/1.96.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=cb095e3e8d0b4346 -C extra-filename=-1f5100c8f325d83a --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-54159e90ff1115fe.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)'`
25872026-07-01T15:58:44.815Z Running `/home/build/.rustup/toolchains/1.96.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=7d387ccda825ae1a -C extra-filename=-8a0b65bb2d2209ae --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-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-07-01T15:58:44.815Z Compiling parking_lot v0.12.5
25892026-07-01T15:58:44.815Z Compiling cc v1.2.56
25902026-07-01T15:58:44.815Z Compiling tracing-core v0.1.36
25912026-07-01T15:58:44.815Z Compiling time-macros v0.2.27
25922026-07-01T15:58:44.815Z Compiling crossbeam-utils v0.8.21
25932026-07-01T15:58:44.815Z Compiling anstyle-query v1.1.5
25942026-07-01T15:58:44.815Z Compiling is_terminal_polyfill v1.70.2
25952026-07-01T15:58:44.815Z Compiling httparse v1.10.1
25962026-07-01T15:58:44.815Z Compiling anstyle-parse v1.0.0
25972026-07-01T15:58:44.816Z Compiling pem-rfc7468 v0.7.0
25982026-07-01T15:58:44.816Z Running `/home/build/.rustup/toolchains/1.96.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=740fa9fe2e793c03 -C extra-filename=-8fcec526aa4960a3 --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-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
25992026-07-01T15:58:44.816Z Running `/home/build/.rustup/toolchains/1.96.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=975176c6d651d744 -C extra-filename=-d597faab344c3474 --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-3e48272610caadc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002026-07-01T15:58:44.816Z Running `/home/build/.rustup/toolchains/1.96.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=449c65058e605e36 -C extra-filename=-5245eb45c03b9429 --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-63ba44012e1cbc03.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012026-07-01T15:58:44.847Z Running `/home/build/.rustup/toolchains/1.96.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=e77d0f140a451e02 -C extra-filename=-a4b588786e87421e --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-2be4f244cd0ef462.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-07-01T15:58:44.850Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-618aa504141926aa/build-script-build`
26032026-07-01T15:58:45.144Z Running `/home/build/.rustup/toolchains/1.96.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=7e9d9cfc8e024310 -C extra-filename=-b90ae94c6b847292 --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-a5a76f247fefddb9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-20e2a5c74bb6c2f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-07-01T15:58:45.148Z Running `/home/build/.rustup/toolchains/1.96.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=50ca053865d25d9a -C extra-filename=-0f13d12a47502573 --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-62a3273ba722b64a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052026-07-01T15:58:45.148Z Compiling fs_extra v1.3.0
26062026-07-01T15:58:45.148Z Compiling dunce v1.0.5
26072026-07-01T15:58:45.148Z Compiling allocator-api2 v0.2.21
26082026-07-01T15:58:45.173Z Compiling clap_lex v1.0.0
26092026-07-01T15:58:45.177Z Compiling camino v1.2.2
26102026-07-01T15:58:45.177Z Compiling flagset v0.4.7
26112026-07-01T15:58:45.177Z Compiling ryu v1.0.23
26122026-07-01T15:58:45.177Z Compiling aws-lc-rs v1.16.3
26132026-07-01T15:58:45.206Z Running `/home/build/.rustup/toolchains/1.96.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=59869f73fd6ffb60 -C extra-filename=-b42e381d5bc8ef55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142026-07-01T15:58:45.210Z Running `/home/build/.rustup/toolchains/1.96.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=7e008972b03acce3 -C extra-filename=-9aefef24eeecbb7e --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-9aefef24eeecbb7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152026-07-01T15:58:45.216Z Running `/home/build/.rustup/toolchains/1.96.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=bdf455d4b4007ada -C extra-filename=-ca2af37d5e0b54bb --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-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162026-07-01T15:58:45.217Z Running `/home/build/.rustup/toolchains/1.96.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=62f935f4c045e48f -C extra-filename=-ad3616d890d7f534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172026-07-01T15:58:45.218Z Running `/home/build/.rustup/toolchains/1.96.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=e55592f10aeccdcb -C extra-filename=-0f3a62f4707f631b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0f3a62f4707f631b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182026-07-01T15:58:45.220Z Running `/home/build/.rustup/toolchains/1.96.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=7129b49c91193d63 -C extra-filename=-484654af456c02f7 --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-37de36d771c6eb9a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-101965df2ff7192a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192026-07-01T15:58:45.221Z Running `/home/build/.rustup/toolchains/1.96.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=b792d2c952d5993b -C extra-filename=-c33ab584de8d9506 --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-516c5eaca3dcccc7.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-8b9aad4db87b0c55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-54dbde732dbccf40.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202026-07-01T15:58:45.247Z Running `/home/build/.rustup/toolchains/1.96.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=a4f7dbbee85a5c4a -C extra-filename=-0ef97071bef2e3cd --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-2f5e09e4f5a3ac8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212026-07-01T15:58:45.477Z Running `/home/build/.rustup/toolchains/1.96.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=ca8d16534de17eae -C extra-filename=-a366b71677993b1e --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222026-07-01T15:58:45.483Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=63524bb2f05cddee -C extra-filename=-da778a8e0d5d80e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26232026-07-01T15:58:45.491Z Running `/home/build/.rustup/toolchains/1.96.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=e5ee9d11baaea22e -C extra-filename=-c3c1c57b2bfa2e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242026-07-01T15:58:45.493Z Running `/home/build/.rustup/toolchains/1.96.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=c5d1cf5797f1a33e -C extra-filename=-941d8d519fa39158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252026-07-01T15:58:45.493Z Running `/home/build/.rustup/toolchains/1.96.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=15ae6b1eebfb9237 -C extra-filename=-98230cbbab9e3f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-07-01T15:58:45.493Z Running `/home/build/.rustup/toolchains/1.96.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=6afc2c66a64519b3 -C extra-filename=-6cf507d1cff81ff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272026-07-01T15:58:45.495Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=ae8a222d976e84b4 -C extra-filename=-2756caaa37d30dcc --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2756caaa37d30dcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282026-07-01T15:58:45.496Z Running `/home/build/.rustup/toolchains/1.96.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=2f7be6d8fa308054 -C extra-filename=-7bafc2cc5669c27a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292026-07-01T15:58:45.496Z Compiling anstream v1.0.0
26302026-07-01T15:58:45.496Z Compiling atomic-waker v1.1.2
26312026-07-01T15:58:45.496Z Compiling httpdate v1.0.3
26322026-07-01T15:58:45.496Z Compiling try-lock v0.2.5
26332026-07-01T15:58:45.496Z Compiling fastrand v2.3.0
26342026-07-01T15:58:45.496Z Compiling spin v0.9.8
26352026-07-01T15:58:45.496Z Compiling tower-service v0.3.3
26362026-07-01T15:58:45.496Z Compiling tower-layer v0.3.3
26372026-07-01T15:58:45.496Z Running `/home/build/.rustup/toolchains/1.96.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=4fa5e42e1acb748b -C extra-filename=-b95faaec17b65d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:45.496Z Running `/home/build/.rustup/toolchains/1.96.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=779b1db071c669a5 -C extra-filename=-00bd218468570be9 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-00bd218468570be9 -L 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-07-01T15:58:45.806Z Running `/home/build/.rustup/toolchains/1.96.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=3e5a875cf4992ab9 -C extra-filename=-25cc7ebab10ea2cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:45.806Z Running `/home/build/.rustup/toolchains/1.96.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=3a70d51dd87eff36 -C extra-filename=-1ef663efb51a962b --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-33d2256449469a81.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ca2af37d5e0b54bb.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b42e381d5bc8ef55.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-60c8f6d8d1e5d3d5.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-ad3616d890d7f534.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412026-07-01T15:58:45.807Z Running `/home/build/.rustup/toolchains/1.96.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=79bc44001c1ca026 -C extra-filename=-7884411faf8446e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:45.809Z Running `/home/build/.rustup/toolchains/1.96.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=3ec9f61da4e89b21 -C extra-filename=-135c6475389edf7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:45.814Z Compiling bitflags v2.11.0
26442026-07-01T15:58:45.814Z Compiling semver v1.0.28
26452026-07-01T15:58:45.814Z Compiling uuid v1.23.4
26462026-07-01T15:58:45.814Z Compiling indexmap v2.14.0
26472026-07-01T15:58:45.814Z Compiling rand_core v0.9.5
26482026-07-01T15:58:45.814Z Compiling slog v2.8.2
26492026-07-01T15:58:45.814Z Compiling untrusted v0.7.1
26502026-07-01T15:58:45.815Z Running `/home/build/.rustup/toolchains/1.96.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=42957620c50d6b18 -C extra-filename=-c0198133be15211f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:45.815Z Running `/home/build/.rustup/toolchains/1.96.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=a075fe5b12f9a544 -C extra-filename=-567322735588ace4 --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-a5a76f247fefddb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522026-07-01T15:58:45.816Z Running `/home/build/.rustup/toolchains/1.96.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=ea9a168611fb8770 -C extra-filename=-49eb9166be51a979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:45.816Z Running `/home/build/.rustup/toolchains/1.96.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=c78b949686793856 -C extra-filename=-7fc39982ef9dfaba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542026-07-01T15:58:46.092Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=63d1df8ba56f88b2 -C extra-filename=-c8a30a0355989d83 --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-1f50f07ad72d01d7.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-07-01T15:58:46.093Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.150/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5b24b40d4c7987d4 -C extra-filename=-6f9354b082e3e3f5 --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-86480131418ac148.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-1eed3ad9b5d6e150.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"))'`
26562026-07-01T15:58:46.097Z Compiling cmake v0.1.57
26572026-07-01T15:58:46.097Z Compiling ucd-trie v0.1.7
26582026-07-01T15:58:46.097Z Compiling pretty-hex v0.4.1
26592026-07-01T15:58:46.098Z Compiling plain v0.2.3
26602026-07-01T15:58:46.100Z Compiling rustls v0.23.41
26612026-07-01T15:58:46.100Z Compiling untrusted v0.9.0
26622026-07-01T15:58:46.100Z Compiling mime v0.3.17
26632026-07-01T15:58:46.101Z Compiling unicode-segmentation v1.12.0
26642026-07-01T15:58:46.101Z Compiling simd-adler32 v0.3.8
26652026-07-01T15:58:46.126Z Running `/home/build/.rustup/toolchains/1.96.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=5d4f6bacba1e242a -C extra-filename=-9ce442fd1cc128fd --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-fd684d5e51179a36.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-397b737bc890d6d2.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662026-07-01T15:58:46.130Z Running `/home/build/.rustup/toolchains/1.96.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=805ba977a0ce485d -C extra-filename=-614c1cfc56bd8768 --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-a366b71677993b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-07-01T15:58:46.130Z Running `/home/build/.rustup/toolchains/1.96.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=84f83b62f1a5b84e -C extra-filename=-e4b7d8345d76cf1f --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-07-01T15:58:46.131Z Running `/home/build/.rustup/toolchains/1.96.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=e68629e549c3bf8f -C extra-filename=-093db0f2b3b1531a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-093db0f2b3b1531a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692026-07-01T15:58:46.131Z Running `/home/build/.rustup/toolchains/1.96.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=933c5facc6528f89 -C extra-filename=-cb2fa448f0536d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-07-01T15:58:46.131Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0f3a62f4707f631b/build-script-build`
26712026-07-01T15:58:46.131Z Running `/home/build/.rustup/toolchains/1.96.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=c6bc460a959a4246 -C extra-filename=-64568b11226546eb --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-07-01T15:58:46.464Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-9aefef24eeecbb7e/build-script-build`
26732026-07-01T15:58:46.465Z Running `/home/build/.rustup/toolchains/1.96.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=994984b92bc03d07 -C extra-filename=-662b4c506cdd594c --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-c33ab584de8d9506.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-07-01T15:58:46.465Z Running `/home/build/.rustup/toolchains/1.96.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=d09df9b080bb11d1 -C extra-filename=-c4d6b64651c620f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752026-07-01T15:58:46.465Z Running `/home/build/.rustup/toolchains/1.96.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=fdd5ce9a4d4d2c27 -C extra-filename=-d07e1f9c6fa50b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-07-01T15:58:46.465Z Running `/home/build/.rustup/toolchains/1.96.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=b6d574464049b571 -C extra-filename=-95adc8fe9f2951ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-07-01T15:58:46.469Z Running `/home/build/.rustup/toolchains/1.96.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=a3dacfd3c74044ed -C extra-filename=-7fc84d34336edae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:46.470Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2756caaa37d30dcc/build-script-build`
26792026-07-01T15:58:46.470Z Running `/home/build/.rustup/toolchains/1.96.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=c6ff0eb8be2d1706 -C extra-filename=-95bf3ad5c179ed43 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-95bf3ad5c179ed43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-07-01T15:58:46.470Z Compiling time v0.3.47
26812026-07-01T15:58:46.470Z Compiling want v0.3.1
26822026-07-01T15:58:46.470Z Compiling openssl-probe v0.2.1
26832026-07-01T15:58:46.471Z Compiling adler2 v2.0.1
26842026-07-01T15:58:46.471Z Compiling encoding_rs v0.8.35
26852026-07-01T15:58:46.471Z Compiling vcpkg v0.2.15
26862026-07-01T15:58:46.471Z Compiling foldhash v0.2.0
26872026-07-01T15:58:46.471Z Compiling crc32fast v1.5.0
26882026-07-01T15:58:46.510Z Running `/home/build/.rustup/toolchains/1.96.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=07ed50a25686f0ec -C extra-filename=-18e28674e7c55e6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892026-07-01T15:58:46.514Z Running `/home/build/.rustup/toolchains/1.96.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=13e3712290f13885 -C extra-filename=-b7b051eec9c8a316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-07-01T15:58:46.514Z Running `/home/build/.rustup/toolchains/1.96.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=0f7c7e6160c8d8eb -C extra-filename=-1b85095cd2f7e3ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912026-07-01T15:58:46.815Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=66c3afccefebc448 -C extra-filename=-7dcb47ac0aa2b6cf --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-64568b11226546eb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26922026-07-01T15:58:46.821Z Running `/home/build/.rustup/toolchains/1.96.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=90ec158318494b7d -C extra-filename=-77aaf41f58c5bf5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932026-07-01T15:58:46.821Z Running `/home/build/.rustup/toolchains/1.96.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=18e325ef691be50d -C extra-filename=-a0f14633b679912f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:46.823Z Running `/home/build/.rustup/toolchains/1.96.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=a49eb3748055001e -C extra-filename=-c3ddc02eb03e5250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952026-07-01T15:58:46.823Z Running `/home/build/.rustup/toolchains/1.96.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=28e333d53561ef05 -C extra-filename=-29586db834c2c8c8 --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-07-01T15:58:46.823Z Running `/home/build/.rustup/toolchains/1.96.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=8b49aac30882999d -C extra-filename=-65b8010b89ba5e3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:46.823Z Running `/home/build/.rustup/toolchains/1.96.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=e1b8d02670a9e16c -C extra-filename=-7267fb885812b854 --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-135c6475389edf7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-07-01T15:58:46.823Z Running `/home/build/.rustup/toolchains/1.96.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=87e6d576c72596b5 -C extra-filename=-eb0483341114352c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26992026-07-01T15:58:46.823Z Running `/home/build/.rustup/toolchains/1.96.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=4c8cccb8a2072c55 -C extra-filename=-5e04864d6535fe16 --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-2979e45ffd283bf6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-37de36d771c6eb9a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eb2dd144d6cd661f.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-6fba9c5da1bb2d6d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-101965df2ff7192a.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-484654af456c02f7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-07-01T15:58:46.824Z Compiling rustc_version v0.4.1
27012026-07-01T15:58:46.824Z Compiling sync_wrapper v1.0.2
27022026-07-01T15:58:46.824Z Compiling iri-string v0.7.10
27032026-07-01T15:58:46.824Z Compiling static_assertions v1.1.0
27042026-07-01T15:58:46.825Z Compiling lazy_static v1.5.0
27052026-07-01T15:58:46.825Z Running `/home/build/.rustup/toolchains/1.96.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=e64f56452889cf41 -C extra-filename=-533c824c10e8633d --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-533c824c10e8633d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062026-07-01T15:58:47.101Z Running `/home/build/.rustup/toolchains/1.96.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=cb2afe94ccf66d4f -C extra-filename=-13e7df82655a3fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27072026-07-01T15:58:47.101Z Running `/home/build/.rustup/toolchains/1.96.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=1d40a579c59d492f -C extra-filename=-9c2fba7dc8c3ab68 --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-e4b7d8345d76cf1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082026-07-01T15:58:47.106Z Compiling regex v1.12.3
27092026-07-01T15:58:47.106Z Compiling pest v2.8.6
27102026-07-01T15:58:47.106Z Compiling hashbrown v0.16.1
27112026-07-01T15:58:47.106Z Compiling winnow v1.0.3
27122026-07-01T15:58:47.106Z Compiling paste v1.0.15
27132026-07-01T15:58:47.107Z Compiling cookie v0.18.1
27142026-07-01T15:58:47.107Z Compiling litrs v1.0.0
27152026-07-01T15:58:47.107Z Compiling zlib-rs v0.6.2
27162026-07-01T15:58:47.107Z Compiling winnow v0.7.14
27172026-07-01T15:58:47.107Z Running `/home/build/.rustup/toolchains/1.96.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=af75a703fc90d3c5 -C extra-filename=-fb7734b753186998 --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-a81f463b5eadc7cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-07-01T15:58:47.107Z Running `/home/build/.rustup/toolchains/1.96.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=242cfe80ff7d3360 -C extra-filename=-57a36c2ad6cf5439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-07-01T15:58:47.108Z Running `/home/build/.rustup/toolchains/1.96.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=5cdd2f8e6f0c871f -C extra-filename=-d002aab0f53c3af0 --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-567322735588ace4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-07-01T15:58:47.108Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=6e5cceb2d9e19f55 -C extra-filename=-0d49d99825834bad --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-c71d6c6cbdc15377.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)'`
27212026-07-01T15:58:47.108Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-093db0f2b3b1531a/build-script-build`
27222026-07-01T15:58:47.109Z Running `/home/build/.rustup/toolchains/1.96.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=9d852bae2f0a7b88 -C extra-filename=-0d57bdbec6aad337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:47.418Z Running `/home/build/.rustup/toolchains/1.96.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=502c67de0149a34e -C extra-filename=-1eef1698af9ef41b --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-63ba44012e1cbc03.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242026-07-01T15:58:47.422Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=db34b3949740d692 -C extra-filename=-8bdb67458aeb1f07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252026-07-01T15:58:47.423Z Running `/home/build/.rustup/toolchains/1.96.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=a55e1350a01b0aab -C extra-filename=-b6a1f3764dd48795 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-b6a1f3764dd48795 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262026-07-01T15:58:47.423Z Compiling aws-lc-sys v0.40.0
27272026-07-01T15:58:47.424Z Compiling miniz_oxide v0.8.9
27282026-07-01T15:58:47.425Z Compiling psl-types v2.0.11
27292026-07-01T15:58:47.425Z Compiling usdt-impl v0.6.0
27302026-07-01T15:58:47.425Z Compiling tinyvec_macros v0.1.1
27312026-07-01T15:58:47.425Z Compiling num-integer v0.1.46
27322026-07-01T15:58:47.425Z Compiling thread-id v5.1.0
27332026-07-01T15:58:47.425Z Compiling data-encoding v2.10.0
27342026-07-01T15:58:47.449Z Running `/home/build/.rustup/toolchains/1.96.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=758d2817bfed3f06 -C extra-filename=-c7afbda83ac8ae72 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-c7afbda83ac8ae72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-07-01T15:58:47.453Z Running `/home/build/.rustup/toolchains/1.96.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=4975096aa70c98fc -C extra-filename=-03d4d64eac81b5d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362026-07-01T15:58:47.453Z Running `/home/build/.rustup/toolchains/1.96.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=aac0589ee79c6997 -C extra-filename=-1bfc1429ca26185f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372026-07-01T15:58:47.454Z Running `/home/build/.rustup/toolchains/1.96.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=c1cb3fae08067a0b -C extra-filename=-62a2e18b766de46d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382026-07-01T15:58:47.454Z Running `/home/build/.rustup/toolchains/1.96.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=517d4d82944c2990 -C extra-filename=-5cce30a55b979f3d --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-98230cbbab9e3f9d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-fd684d5e51179a36.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392026-07-01T15:58:47.455Z Running `/home/build/.rustup/toolchains/1.96.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=2e1d09c24993cc90 -C extra-filename=-03e74e23898f7961 --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-29cf7af8e2fc43be.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-95adc8fe9f2951ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402026-07-01T15:58:47.688Z Running `/home/build/.rustup/toolchains/1.96.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=17b44f74bdc8d3c9 -C extra-filename=-6f3e26061bd0b1ee --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6f3e26061bd0b1ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-662b4c506cdd594c.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-941d8d519fa39158.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-c3c1c57b2bfa2e19.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-07-01T15:58:47.692Z Running `/home/build/.rustup/toolchains/1.96.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=ad5e7c5a11c8be4d -C extra-filename=-6cf93203ab6fbab7 --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-a0f14633b679912f.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-07-01T15:58:47.692Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-533c824c10e8633d/build-script-build`
27432026-07-01T15:58:47.692Z Running `/home/build/.rustup/toolchains/1.96.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=08fd68b768370713 -C extra-filename=-6d22b549ea5348ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442026-07-01T15:58:47.692Z Running `/home/build/.rustup/toolchains/1.96.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=118858ae75b52ba3 -C extra-filename=-920dd5da461a6d02 --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-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452026-07-01T15:58:47.692Z Compiling synstructure v0.13.2
27462026-07-01T15:58:47.725Z Compiling serde_derive_internals v0.29.1
27472026-07-01T15:58:47.730Z Compiling darling_core v0.21.3
27482026-07-01T15:58:47.730Z Compiling darling_core v0.20.11
27492026-07-01T15:58:47.730Z Compiling memmap2 v0.9.10
27502026-07-01T15:58:47.730Z Compiling ahash v0.8.12
27512026-07-01T15:58:47.730Z Running `/home/build/.rustup/toolchains/1.96.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=8dfcb58e0930f9b3 -C extra-filename=-c738c1d1cf6b2102 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-c738c1d1cf6b2102 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-07-01T15:58:47.757Z Running `/home/build/.rustup/toolchains/1.96.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=71a727f13730b1f8 -C extra-filename=-d8c602be5b3fa833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532026-07-01T15:58:47.757Z Running `/home/build/.rustup/toolchains/1.96.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=29dfe7afd968bc8a -C extra-filename=-5e024dd57b3f5220 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542026-07-01T15:58:47.761Z Running `/home/build/.rustup/toolchains/1.96.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=278ba881f178d727 -C extra-filename=-6dbee979cff49b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552026-07-01T15:58:47.991Z Running `/home/build/.rustup/toolchains/1.96.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=3f1f1ead994a07ac -C extra-filename=-7df656c02fce06c5 --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-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-07-01T15:58:47.992Z Running `/home/build/.rustup/toolchains/1.96.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=b29bcd8ca1c6ff7d -C extra-filename=-79cb5c07660c1ade --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-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572026-07-01T15:58:47.999Z Running `/home/build/.rustup/toolchains/1.96.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=f8a1c62e0887f9fa -C extra-filename=-60ea3d868d426f36 --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-91bf8e578b010fbb.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-d7b87b25cac2758a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a194696445488582.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582026-07-01T15:58:48.000Z Running `/home/build/.rustup/toolchains/1.96.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=203751e4eb4a24f6 -C extra-filename=-7c7af1351ba55467 --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-91bf8e578b010fbb.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-d7b87b25cac2758a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a194696445488582.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592026-07-01T15:58:48.000Z Compiling terminal_size v0.4.3
27602026-07-01T15:58:48.000Z Compiling tempfile v3.25.0
27612026-07-01T15:58:48.000Z Compiling toml_parser v1.1.2+spec-1.1.0
27622026-07-01T15:58:48.000Z Running `/home/build/.rustup/toolchains/1.96.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=712029cd7c5c0dd7 -C extra-filename=-5813f5a21feda626 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-07-01T15:58:48.001Z Running `/home/build/.rustup/toolchains/1.96.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=aae0ca01c979b26f -C extra-filename=-903f6a50a3d448c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-903f6a50a3d448c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642026-07-01T15:58:48.010Z Compiling document-features v0.2.12
27652026-07-01T15:58:48.014Z Compiling tinyvec v1.10.0
27662026-07-01T15:58:48.042Z Compiling base16ct v0.2.0
27672026-07-01T15:58:48.046Z Compiling rustix v0.38.44
27682026-07-01T15:58:48.046Z Compiling bit-vec v0.8.0
27692026-07-01T15:58:48.079Z Running `/home/build/.rustup/toolchains/1.96.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=d0976be1f972afa0 -C extra-filename=-68792b73d7f60e2e --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-7dcb47ac0aa2b6cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-07-01T15:58:48.084Z Running `/home/build/.rustup/toolchains/1.96.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=f5c5da97392c5114 -C extra-filename=-1c9eafb37e087664 --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-8bdb67458aeb1f07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-07-01T15:58:48.085Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-c7afbda83ac8ae72/build-script-build`
27722026-07-01T15:58:48.085Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-b6a1f3764dd48795/build-script-build`
27732026-07-01T15:58:48.085Z Running `/home/build/.rustup/toolchains/1.96.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=2ab2eee76c7395e5 -C extra-filename=-d7de13df64e70a85 --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-ccf4af5f4acd8b5c.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)'`
27742026-07-01T15:58:48.086Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=3901a57a5d716d25 -C extra-filename=-72dfe15583183510 --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-c0198133be15211f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f50f07ad72d01d7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752026-07-01T15:58:48.086Z Running `/home/build/.rustup/toolchains/1.96.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=9ed812b748b69924 -C extra-filename=-f96663b74c7be7c3 --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-03d4d64eac81b5d5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762026-07-01T15:58:48.086Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-c738c1d1cf6b2102/build-script-build`
27772026-07-01T15:58:48.151Z Running `/home/build/.rustup/toolchains/1.96.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=92e302f285417855 -C extra-filename=-59f410be95ce894e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782026-07-01T15:58:48.157Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=1a267e30f9406b27 -C extra-filename=-3f6b2e87b92f8b19 --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-d8c602be5b3fa833.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792026-07-01T15:58:48.158Z Compiling object v0.37.3
27802026-07-01T15:58:48.158Z Running `/home/build/.rustup/toolchains/1.96.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=629393987021c7a0 -C extra-filename=-a08be137faec8875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-07-01T15:58:48.158Z Running `/home/build/.rustup/toolchains/1.96.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=9082b049361ea43b -C extra-filename=-db3b35cdfba82a9a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-db3b35cdfba82a9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822026-07-01T15:58:48.265Z Compiling openssl-sys v0.9.115
27832026-07-01T15:58:48.269Z Compiling ff v0.13.1
27842026-07-01T15:58:48.304Z Running `/home/build/.rustup/toolchains/1.96.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=27c039b1a0fa51b9 -C extra-filename=-fcde364264fe8366 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-fcde364264fe8366 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852026-07-01T15:58:48.369Z Compiling wait-timeout v0.2.1
27862026-07-01T15:58:48.373Z Compiling num-iter v0.1.45
27872026-07-01T15:58:48.373Z Compiling crossbeam-epoch v0.9.18
27882026-07-01T15:58:48.373Z Running `/home/build/.rustup/toolchains/1.96.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=0f18f78e94b74a85 -C extra-filename=-9c04229033293e30 --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"))'`
27892026-07-01T15:58:48.407Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.115/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=16497ab1f51583b4 -C extra-filename=-eee02ccbc685358d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-eee02ccbc685358d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-c3ddc02eb03e5250.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-07-01T15:58:48.412Z Running `/home/build/.rustup/toolchains/1.96.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=d5bcf289d04af306 -C extra-filename=-f953f35bdea91ea4 --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-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-07-01T15:58:48.445Z Compiling pest_meta v2.8.6
27922026-07-01T15:58:48.449Z Compiling bit-set v0.8.0
27932026-07-01T15:58:48.449Z Running `/home/build/.rustup/toolchains/1.96.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=799930511d6f8334 -C extra-filename=-a0f1a60af5e209bc --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942026-07-01T15:58:48.484Z Running `/home/build/.rustup/toolchains/1.96.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=f51559747fc85d88 -C extra-filename=-c4eca94bacacceef --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-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952026-07-01T15:58:48.488Z Running `/home/build/.rustup/toolchains/1.96.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=c958075fc5711d27 -C extra-filename=-4fde6b813fd18c67 --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-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-07-01T15:58:48.600Z Compiling bstr v1.12.1
27972026-07-01T15:58:48.604Z Compiling anstyle-parse v0.2.7
27982026-07-01T15:58:48.604Z Running `/home/build/.rustup/toolchains/1.96.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=c6263837e5074c76 -C extra-filename=-86e46965a1e8b724 --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-03e74e23898f7961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992026-07-01T15:58:48.604Z Running `/home/build/.rustup/toolchains/1.96.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=3821aea2ce946d57 -C extra-filename=-19b255e00cde2496 --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-a08be137faec8875.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002026-07-01T15:58:48.787Z Compiling clap_builder v4.6.0
28012026-07-01T15:58:48.791Z Compiling group v0.13.0
28022026-07-01T15:58:48.791Z Compiling siphasher v1.0.2
28032026-07-01T15:58:48.791Z Running `/home/build/.rustup/toolchains/1.96.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=ec7bbf1bd8f52536 -C extra-filename=-14bcaa68aa0be40d --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-97b6d6236c1189b8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-07-01T15:58:48.791Z Running `/home/build/.rustup/toolchains/1.96.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=22d309735dd70562 -C extra-filename=-6ecbc3b5ef545b60 --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-29cf7af8e2fc43be.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-07-01T15:58:48.792Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-903f6a50a3d448c2/build-script-build`
28062026-07-01T15:58:48.792Z Running `/home/build/.rustup/toolchains/1.96.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=23e7c0178d89b2e5 -C extra-filename=-61a1884dd5b5b5ab --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-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072026-07-01T15:58:48.974Z Compiling quick-error v1.2.3
28082026-07-01T15:58:48.974Z Compiling num-bigint-dig v0.8.6
28092026-07-01T15:58:48.978Z Compiling heck v0.4.1
28102026-07-01T15:58:48.978Z Compiling rand_xorshift v0.4.0
28112026-07-01T15:58:48.978Z Compiling itertools v0.13.0
28122026-07-01T15:58:48.978Z Compiling usdt-impl v0.5.0
28132026-07-01T15:58:49.008Z Running `/home/build/.rustup/toolchains/1.96.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=fcd36644f1727486 -C extra-filename=-b8bf9e5fddfaba5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-07-01T15:58:49.013Z Running `/home/build/.rustup/toolchains/1.96.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=911fd9e25144ed4b -C extra-filename=-ae9ffada69599551 --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-f953f35bdea91ea4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152026-07-01T15:58:49.014Z Running `/home/build/.rustup/toolchains/1.96.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=bf1ed8c0e7ef38af -C extra-filename=-db95e8e9529ca309 --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-1ef663efb51a962b.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-33d2256449469a81.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-6cf507d1cff81ff6.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a194696445488582.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-68792b73d7f60e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162026-07-01T15:58:49.141Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-db3b35cdfba82a9a/build-script-build`
28172026-07-01T15:58:49.141Z Running `/home/build/.rustup/toolchains/1.96.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=b97119b319322d45 -C extra-filename=-f51b6fde85f5f638 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-07-01T15:58:49.146Z Compiling hubpack_derive v0.1.1
28192026-07-01T15:58:49.146Z Compiling memoffset v0.9.1
28202026-07-01T15:58:49.146Z Compiling winnow v0.5.40
28212026-07-01T15:58:49.146Z Compiling unarray v0.1.4
28222026-07-01T15:58:49.146Z Compiling curve25519-dalek v4.1.3
28232026-07-01T15:58:49.146Z Compiling thread-id v4.2.2
28242026-07-01T15:58:49.146Z Compiling cargo-platform v0.3.2
28252026-07-01T15:58:49.174Z Compiling openssl v0.10.79
28262026-07-01T15:58:49.178Z Compiling foreign-types-shared v0.1.1
28272026-07-01T15:58:49.210Z Compiling cfg_aliases v0.2.1
28282026-07-01T15:58:49.214Z Running `/home/build/.rustup/toolchains/1.96.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=3f8bee923a4a6757 -C extra-filename=-f5758dc9c5baab6c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-f5758dc9c5baab6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292026-07-01T15:58:49.214Z Running `/home/build/.rustup/toolchains/1.96.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=de245992c73ab626 -C extra-filename=-f933e2cc2e49d477 --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-18e28674e7c55e6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-07-01T15:58:49.215Z Running `/home/build/.rustup/toolchains/1.96.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=7ee14c2f17c57c74 -C extra-filename=-eaae15304fdb4128 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-eaae15304fdb4128 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312026-07-01T15:58:49.215Z Running `/home/build/.rustup/toolchains/1.96.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=b60559e8715eb3f0 -C extra-filename=-69f5c9f5c283aee7 --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-802a02953ab3b2a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322026-07-01T15:58:49.215Z Running `/home/build/.rustup/toolchains/1.96.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=28c80e07671ae248 -C extra-filename=-239fd8d40de891f8 --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-614c1cfc56bd8768.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-07-01T15:58:49.402Z Running `/home/build/.rustup/toolchains/1.96.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=96c2e495e79b912d -C extra-filename=-f762295cd3df5062 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-07-01T15:58:49.406Z Running `/home/build/.rustup/toolchains/1.96.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=6550c7c733063767 -C extra-filename=-27f7417d3c3a51bd --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-27f7417d3c3a51bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-07-01T15:58:49.406Z Running `/home/build/.rustup/toolchains/1.96.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=0f6f9dd903948a7f -C extra-filename=-373f6546f99997e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362026-07-01T15:58:49.410Z Running `/home/build/.rustup/toolchains/1.96.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=942e12cd9bb84573 -C extra-filename=-e7cb8de7448dbaf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372026-07-01T15:58:49.410Z Running `/work/oxidecomputer/omicron/target/debug/build/object-fcde364264fe8366/build-script-build`
28382026-07-01T15:58:49.410Z Running `/home/build/.rustup/toolchains/1.96.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=f2a35827b26aab28 -C extra-filename=-9f6864a7b25b0482 --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392026-07-01T15:58:49.410Z Running `/home/build/.rustup/toolchains/1.96.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=f040d7914200d796 -C extra-filename=-a7038128efc60c50 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402026-07-01T15:58:49.422Z Running `/home/build/.rustup/toolchains/1.96.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=d97a5b64afec36f8 -C extra-filename=-78f4bc115f155199 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-78f4bc115f155199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-07-01T15:58:49.422Z Compiling serde_derive v1.0.228
28422026-07-01T15:58:49.429Z Compiling zeroize_derive v1.4.3
28432026-07-01T15:58:49.429Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.79/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=0ee849fc24a2393c -C extra-filename=-2e3dffe866ee261b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-2e3dffe866ee261b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442026-07-01T15:58:49.430Z Running `/home/build/.rustup/toolchains/1.96.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=340e6f76c96eb395 -C extra-filename=-e57c24619c2e2ef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-07-01T15:58:49.488Z Running `/home/build/.rustup/toolchains/1.96.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=4f31294d7a705221 -C extra-filename=-5a271331fb2a007e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:49.666Z Compiling zerofrom-derive v0.1.6
28472026-07-01T15:58:49.669Z Compiling yoke-derive v0.8.1
28482026-07-01T15:58:49.669Z Compiling zerovec-derive v0.11.2
28492026-07-01T15:58:49.670Z Compiling displaydoc v0.2.5
28502026-07-01T15:58:49.670Z Compiling zerocopy-derive v0.8.40
28512026-07-01T15:58:49.670Z Compiling thiserror-impl v2.0.18
28522026-07-01T15:58:49.670Z Compiling tokio-macros v2.7.0
28532026-07-01T15:58:49.670Z Compiling schemars_derive v0.8.22
28542026-07-01T15:58:49.670Z Compiling futures-macro v0.3.32
28552026-07-01T15:58:49.670Z Compiling thiserror-impl v1.0.69
28562026-07-01T15:58:49.670Z Running `/home/build/.rustup/toolchains/1.96.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=1ad6b72f45834930 -C extra-filename=-5f32d1b75b4bbc32 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-07-01T15:58:49.672Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aa3c6d0a2e3779b -C extra-filename=-d6cd373a36f33500 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582026-07-01T15:58:49.895Z Running `/home/build/.rustup/toolchains/1.96.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=e619aaa868e65ce0 -C extra-filename=-e3d3e05fa8dbb00c --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7df656c02fce06c5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592026-07-01T15:58:49.898Z Running `/home/build/.rustup/toolchains/1.96.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=f8336205b6d2e570 -C extra-filename=-af50e8bf13b06eff --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602026-07-01T15:58:49.898Z Running `/home/build/.rustup/toolchains/1.96.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=c56f24876229299a -C extra-filename=-1c53d67cb800b7bc --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7df656c02fce06c5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612026-07-01T15:58:49.900Z Running `/home/build/.rustup/toolchains/1.96.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=b4da5c0a4d785afa -C extra-filename=-3ad409a153944230 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622026-07-01T15:58:49.900Z Compiling tracing-attributes v0.1.31
28632026-07-01T15:58:49.900Z Compiling clap_derive v4.6.1
28642026-07-01T15:58:49.900Z Compiling der_derive v0.7.3
28652026-07-01T15:58:49.920Z Compiling async-trait v0.1.89
28662026-07-01T15:58:49.923Z Compiling pest_generator v2.8.6
28672026-07-01T15:58:49.923Z Compiling strum_macros v0.26.4
28682026-07-01T15:58:49.923Z Compiling scroll_derive v0.13.1
28692026-07-01T15:58:49.924Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_derive_on_error)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82420af9f4f35759 -C extra-filename=-ef525cd206fce395 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-07-01T15:58:49.924Z Running `/home/build/.rustup/toolchains/1.96.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=7f009255b6d74826 -C extra-filename=-3bd6566625d11e6f --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712026-07-01T15:58:49.924Z Running `/home/build/.rustup/toolchains/1.96.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=bb4abcefdf2a4b5b -C extra-filename=-de4fc64916b0b76a --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722026-07-01T15:58:49.926Z Running `/home/build/.rustup/toolchains/1.96.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=a90cb7ad910d3050 -C extra-filename=-10f1867274664dbd --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-07-01T15:58:49.926Z Running `/home/build/.rustup/toolchains/1.96.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=af660263b69fcfc7 -C extra-filename=-d6d0de4da8510220 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-79cb5c07660c1ade.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-07-01T15:58:49.926Z Running `/home/build/.rustup/toolchains/1.96.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=45284e111c012b97 -C extra-filename=-a6aaa50e57b54826 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752026-07-01T15:58:50.092Z Running `/home/build/.rustup/toolchains/1.96.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=93989aa9c9fa0e21 -C extra-filename=-b1bd09d49767db40 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-07-01T15:58:50.095Z Running `/home/build/.rustup/toolchains/1.96.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=411f85727436da1b -C extra-filename=-bfc847626c22af68 --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-03e74e23898f7961.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-86e46965a1e8b724.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772026-07-01T15:58:50.096Z Compiling scroll_derive v0.12.1
28782026-07-01T15:58:50.126Z Running `/home/build/.rustup/toolchains/1.96.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=23bbd7419a61895b -C extra-filename=-4e778a706bc0dc16 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-07-01T15:58:50.130Z Running `/home/build/.rustup/toolchains/1.96.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=e243d9771f008249 -C extra-filename=-8dc6a4d778643777 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-07-01T15:58:50.132Z Running `/home/build/.rustup/toolchains/1.96.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=c0c0fe27bd8af30a -C extra-filename=-7c28d0965ba73971 --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812026-07-01T15:58:50.132Z Running `/home/build/.rustup/toolchains/1.96.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=584605f0f10ff997 -C extra-filename=-c09ce5507df5d0d6 --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-07-01T15:58:50.133Z Running `/home/build/.rustup/toolchains/1.96.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=3eaeb542a4e777f1 -C extra-filename=-0fe691a293350de0 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832026-07-01T15:58:50.134Z Running `/home/build/.rustup/toolchains/1.96.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=3cea53b8261e0880 -C extra-filename=-d853fcd4fa1ef71d --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-07-01T15:58:50.134Z Running `/home/build/.rustup/toolchains/1.96.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=e0d3c54f39037578 -C extra-filename=-c7f66a712244a735 --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-29cf7af8e2fc43be.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)'`
28852026-07-01T15:58:50.135Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-eee02ccbc685358d/build-script-main`
28862026-07-01T15:58:50.135Z Running `/home/build/.rustup/toolchains/1.96.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=fb6e3511aa79e0bd -C extra-filename=-b0866efa650d6974 --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-64568b11226546eb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28872026-07-01T15:58:50.259Z Compiling zerocopy-derive v0.7.35
28882026-07-01T15:58:50.263Z Running `/home/build/.rustup/toolchains/1.96.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=e55fa02c2a569253 -C extra-filename=-8f2795012efe5e94 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892026-07-01T15:58:50.295Z Compiling rusty-fork v0.3.1
28902026-07-01T15:58:50.322Z Running `/home/build/.rustup/toolchains/1.96.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=7533c7a650eedb69 -C extra-filename=-61e5ad0f9c8e94b2 --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-91bf8e578b010fbb.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f51b6fde85f5f638.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-72dfe15583183510.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a0f1a60af5e209bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912026-07-01T15:58:50.454Z Compiling flate2 v1.1.9
28922026-07-01T15:58:50.458Z Running `/home/build/.rustup/toolchains/1.96.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=00118251b3477a4f -C extra-filename=-4c657b5b17c10318 --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-d7de13df64e70a85.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6cf93203ab6fbab7.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-62a2e18b766de46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932026-07-01T15:58:50.495Z Compiling darling_macro v0.20.11
28942026-07-01T15:58:50.498Z Running `/home/build/.rustup/toolchains/1.96.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=3b71222da918a41d -C extra-filename=-519e32e87c1c4b1b --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-7c7af1351ba55467.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952026-07-01T15:58:50.638Z Compiling darling_macro v0.21.3
28962026-07-01T15:58:50.642Z Running `/home/build/.rustup/toolchains/1.96.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=d580bca9b28473f3 -C extra-filename=-251a5bc5e7156943 --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-60ea3d868d426f36.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-07-01T15:58:50.642Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-f5758dc9c5baab6c/build-script-build`
28982026-07-01T15:58:50.645Z Compiling zeroize v1.8.2
28992026-07-01T15:58:50.645Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=7b6e490cc78b01ce -C extra-filename=-0fb4c9d3e4ab382f --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-d6cd373a36f33500.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-07-01T15:58:50.684Z Compiling anstream v0.6.21
29012026-07-01T15:58:50.718Z Running `/home/build/.rustup/toolchains/1.96.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=2aaff288b52d6100 -C extra-filename=-0813c49105c134b4 --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-33d2256449469a81.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-61a1884dd5b5b5ab.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b42e381d5bc8ef55.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-60c8f6d8d1e5d3d5.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-ad3616d890d7f534.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-07-01T15:58:50.801Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-27f7417d3c3a51bd/build-script-build`
29032026-07-01T15:58:50.801Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-eaae15304fdb4128/build-script-build`
29042026-07-01T15:58:50.891Z Running `/home/build/.rustup/toolchains/1.96.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=b473f1cb0ae37e43 -C extra-filename=-787448b27b7feb28 --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-551f9edf049805be.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29052026-07-01T15:58:50.943Z Compiling rustls-pki-types v1.14.0
29062026-07-01T15:58:50.946Z Running `/home/build/.rustup/toolchains/1.96.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=df34cddaa12ca9ed -C extra-filename=-bdc2c9436396c182 --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-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-07-01T15:58:51.014Z Compiling futures-util v0.3.32
29082026-07-01T15:58:51.018Z Running `/home/build/.rustup/toolchains/1.96.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=00fcde25dba7f8bf -C extra-filename=-7549e874c0c6d611 --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-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-c972994ffc95c23b.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-a6aaa50e57b54826.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-07-01T15:58:51.018Z Running `/home/build/.rustup/toolchains/1.96.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=9d0917c3ce3c3b3c -C extra-filename=-199c62b0e07218ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
29102026-07-01T15:58:51.090Z Compiling pest_derive v2.8.6
29112026-07-01T15:58:51.093Z Compiling curve25519-dalek-derive v0.1.1
29122026-07-01T15:58:51.093Z Running `/home/build/.rustup/toolchains/1.96.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=0e479ced96ae46a8 -C extra-filename=-44c692c3f641c731 --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-03e74e23898f7961.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-bfc847626c22af68.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-07-01T15:58:51.094Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-78f4bc115f155199/build-script-build`
29142026-07-01T15:58:51.094Z Running `/home/build/.rustup/toolchains/1.96.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=731fad2deaf390a0 -C extra-filename=-f40ba7a1fb5a8d66 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-07-01T15:58:51.194Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.115/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=12e1dc66032a947a -C extra-filename=-066c74919d193261 --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-475c5481f11c65dc.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)'`
29162026-07-01T15:58:51.304Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-2e3dffe866ee261b/build-script-build`
29172026-07-01T15:58:51.349Z Compiling nix v0.31.2
29182026-07-01T15:58:51.352Z Running `/home/build/.rustup/toolchains/1.96.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="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=bfe8c3390ecb1bee -C extra-filename=-0d3511daa731a660 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-0d3511daa731a660 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-5a271331fb2a007e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192026-07-01T15:58:51.399Z Compiling foreign-types v0.3.2
29202026-07-01T15:58:51.402Z Running `/home/build/.rustup/toolchains/1.96.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=8c96be7514c617fb -C extra-filename=-4c40a4e129c7e6c3 --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-e57c24619c2e2ef1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212026-07-01T15:58:51.443Z Compiling rustls-native-certs v0.8.3
29222026-07-01T15:58:51.447Z Compiling daft-derive v0.1.7
29232026-07-01T15:58:51.447Z Running `/home/build/.rustup/toolchains/1.96.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=abc1cc6b6e6328b3 -C extra-filename=-238f96e092439ad8 --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-77aaf41f58c5bf5a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-bdc2c9436396c182.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-07-01T15:58:51.476Z Running `/home/build/.rustup/toolchains/1.96.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=9ccac56573c6ab02 -C extra-filename=-f54d7a48ce4a8760 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-07-01T15:58:51.537Z Compiling scroll v0.13.0
29262026-07-01T15:58:51.575Z Compiling openssl-macros v0.1.1
29272026-07-01T15:58:51.578Z Running `/home/build/.rustup/toolchains/1.96.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=437fa84b5e5ddeac -C extra-filename=-667f74cc7fdff2cc --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-0fe691a293350de0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-07-01T15:58:51.578Z Running `/home/build/.rustup/toolchains/1.96.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=1f1f76fc6096d80d -C extra-filename=-fe2f676a360a883d --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-07-01T15:58:51.618Z Compiling vergen-lib v9.1.0
29302026-07-01T15:58:51.658Z Running `/home/build/.rustup/toolchains/1.96.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=bb0f8b76afbb10ab -C extra-filename=-1192493b7de9ba2a --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-1192493b7de9ba2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312026-07-01T15:58:51.663Z Compiling crypto-common v0.1.7
29322026-07-01T15:58:51.666Z Compiling block-buffer v0.10.4
29332026-07-01T15:58:51.666Z Running `/home/build/.rustup/toolchains/1.96.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=97bb7bd8eb613937 -C extra-filename=-790dfff78026cdf0 --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-787448b27b7feb28.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-551f9edf049805be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-07-01T15:58:51.735Z Running `/home/build/.rustup/toolchains/1.96.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=1bee72e01708ac8b -C extra-filename=-9d834e77d80b9286 --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-787448b27b7feb28.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352026-07-01T15:58:51.740Z Compiling block-padding v0.3.3
29362026-07-01T15:58:51.775Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-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 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("std"))' -C metadata=21be71c35e37cb24 -C extra-filename=-c50b04b7312392ae --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-787448b27b7feb28.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-07-01T15:58:51.783Z Compiling der v0.7.10
29382026-07-01T15:58:51.786Z Compiling scroll v0.12.0
29392026-07-01T15:58:51.786Z Running `/home/build/.rustup/toolchains/1.96.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=37716976d2f90244 -C extra-filename=-927d3a06c489e1d7 --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-de4fc64916b0b76a.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)'`
29402026-07-01T15:58:51.819Z Running `/home/build/.rustup/toolchains/1.96.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=bf44135b3c937646 -C extra-filename=-16e25791d5d88bcf --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-d853fcd4fa1ef71d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-07-01T15:58:51.855Z Running `/home/build/.rustup/toolchains/1.96.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=b05c8fbf9d001d88 -C extra-filename=-91a03e1609ff148f --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-9ecfd7549d856f01.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-8dc6a4d778643777.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-7bafc2cc5669c27a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-07-01T15:58:51.891Z Compiling darling v0.21.3
29432026-07-01T15:58:51.929Z Compiling goblin v0.10.5
29442026-07-01T15:58:51.961Z Running `/home/build/.rustup/toolchains/1.96.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=41f6a59d818bb17a -C extra-filename=-0434c22b71da31fb --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-60ea3d868d426f36.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-251a5bc5e7156943.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-07-01T15:58:51.967Z Compiling digest v0.10.7
29462026-07-01T15:58:51.967Z Compiling darling v0.20.11
29472026-07-01T15:58:51.971Z Compiling crypto-bigint v0.5.5
29482026-07-01T15:58:51.971Z Compiling zerocopy v0.7.35
29492026-07-01T15:58:51.971Z Running `/home/build/.rustup/toolchains/1.96.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=db3eab927451dfe1 -C extra-filename=-92d9e500ef1476d7 --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-517a0a45b5918497.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d07e1f9c6fa50b91.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-667f74cc7fdff2cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502026-07-01T15:58:52.042Z Running `/home/build/.rustup/toolchains/1.96.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=45eba3d2860eb687 -C extra-filename=-cc49f530e007cd9c --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-10f1867274664dbd.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)'`
29512026-07-01T15:58:52.045Z Compiling inout v0.1.4
29522026-07-01T15:58:52.045Z Compiling env_filter v1.0.0
29532026-07-01T15:58:52.045Z Compiling same-file v1.0.6
29542026-07-01T15:58:52.046Z Compiling keccak v0.1.6
29552026-07-01T15:58:52.046Z Running `/home/build/.rustup/toolchains/1.96.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=080a440461a24685 -C extra-filename=-c0fc3cf44f1b7f2b --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-9d834e77d80b9286.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-790dfff78026cdf0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562026-07-01T15:58:52.046Z Running `/home/build/.rustup/toolchains/1.96.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=49484a053b74b486 -C extra-filename=-5b33c8084bdad2f5 --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-7c7af1351ba55467.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-519e32e87c1c4b1b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572026-07-01T15:58:52.046Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=6dd7d313df3e5beb -C extra-filename=-862b9b5f3a40b11c --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-787448b27b7feb28.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582026-07-01T15:58:52.047Z Running `/home/build/.rustup/toolchains/1.96.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=0177102e4c53f951 -C extra-filename=-73154dc9dd5dab38 --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-cd826904474fece0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-8f2795012efe5e94.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592026-07-01T15:58:52.121Z Compiling signal-hook v0.3.18
29602026-07-01T15:58:52.124Z Compiling zstd-sys v2.0.16+zstd.1.5.7
29612026-07-01T15:58:52.159Z Running `/home/build/.rustup/toolchains/1.96.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 --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=88925629558d0329 -C extra-filename=-f0854a454a33fe7e --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-c50b04b7312392ae.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622026-07-01T15:58:52.164Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=8e3fa342664b5e0a -C extra-filename=-7441cbd3a22dd55d --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-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-07-01T15:58:52.165Z Running `/home/build/.rustup/toolchains/1.96.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=6ea4b34aead13467 -C extra-filename=-dc6f0f0fcc5269e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-07-01T15:58:52.166Z Running `/home/build/.rustup/toolchains/1.96.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=e773aa7bd841f7ea -C extra-filename=-38e80676e0413185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-07-01T15:58:52.307Z Compiling zerofrom v0.1.6
29662026-07-01T15:58:52.310Z Compiling goblin v0.8.2
29672026-07-01T15:58:52.310Z Compiling serde_with_macros v3.17.0
29682026-07-01T15:58:52.449Z Running `/home/build/.rustup/toolchains/1.96.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=6986a1c6a7cc355b -C extra-filename=-6d0546ed3977e7bd --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-6d0546ed3977e7bd -L 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-07-01T15:58:52.452Z Running `/home/build/.rustup/toolchains/1.96.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=a6b33ccc775f68b9 -C extra-filename=-18f4787d1e85421a --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-18f4787d1e85421a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702026-07-01T15:58:52.531Z Compiling tracing v0.1.44
29712026-07-01T15:58:52.531Z Compiling dtrace-parser v0.3.0
29722026-07-01T15:58:52.535Z Compiling dtrace-parser v0.2.0
29732026-07-01T15:58:52.535Z Compiling walkdir v2.5.0
29742026-07-01T15:58:52.535Z Compiling env_logger v0.11.9
29752026-07-01T15:58:52.535Z Compiling bzip2-sys v0.1.13+1.0.8
29762026-07-01T15:58:52.535Z Running `/home/build/.rustup/toolchains/1.96.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=a8c92dd672523a70 -C extra-filename=-0194fe363b9ff511 --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-517a0a45b5918497.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d07e1f9c6fa50b91.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-16e25791d5d88bcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-07-01T15:58:52.535Z Running `/home/build/.rustup/toolchains/1.96.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=05209a42840b16ad -C extra-filename=-96cca0b70872e960 --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-e3d3e05fa8dbb00c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782026-07-01T15:58:52.537Z Running `/home/build/.rustup/toolchains/1.96.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.17.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_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::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=85f3b49228af0aac -C extra-filename=-3b98e515edf20544 --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-0434c22b71da31fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-07-01T15:58:52.537Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4c0b3bcdd71bd18f -C extra-filename=-560ecfd8d12822db --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-ef525cd206fce395.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)'`
29802026-07-01T15:58:52.565Z Running `/home/build/.rustup/toolchains/1.96.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=448bfc5e8b09901e -C extra-filename=-e0693d2d7d96384a --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-517a0a45b5918497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-b1bd09d49767db40.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0f13d12a47502573.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-07-01T15:58:52.568Z Running `/home/build/.rustup/toolchains/1.96.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=d644ce9001e8fb7a -C extra-filename=-49cbce1a6a3fb8a1 --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-03e74e23898f7961.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-44c692c3f641c731.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-07-01T15:58:52.569Z Running `/home/build/.rustup/toolchains/1.96.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=ec9cab1038f4b09d -C extra-filename=-0c589bbae7109598 --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-03e74e23898f7961.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-44c692c3f641c731.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832026-07-01T15:58:52.569Z Compiling cipher v0.4.4
29842026-07-01T15:58:52.569Z Compiling clap v4.6.1
29852026-07-01T15:58:52.569Z Compiling strum v0.26.3
29862026-07-01T15:58:52.596Z Compiling derive_builder_core v0.20.2
29872026-07-01T15:58:52.632Z Compiling vergen v9.1.0
29882026-07-01T15:58:52.636Z Compiling fs-err v3.3.0
29892026-07-01T15:58:52.636Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-0d3511daa731a660/build-script-build`
29902026-07-01T15:58:52.636Z Running `/home/build/.rustup/toolchains/1.96.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=2795380850899223 -C extra-filename=-a8b45d636343c1fb --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-dc6f0f0fcc5269e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-07-01T15:58:52.637Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=d4dda081b4fb8314 -C extra-filename=-e5c5db9078d14ea7 --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-0813c49105c134b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-33d2256449469a81.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-7441cbd3a22dd55d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-07-01T15:58:52.637Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-1192493b7de9ba2a/build-script-build`
29932026-07-01T15:58:52.637Z Running `/home/build/.rustup/toolchains/1.96.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=131843faf11f08a8 -C extra-filename=-ab9f0e7e0ba2caf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ab9f0e7e0ba2caf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-07-01T15:58:52.666Z Running `/home/build/.rustup/toolchains/1.96.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=1237d6ce7e31c410 -C extra-filename=-7ba3ae6fb5353ee3 --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-7c28d0965ba73971.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952026-07-01T15:58:52.669Z Running `/home/build/.rustup/toolchains/1.96.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="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=9b34e4cdf2802eaf -C extra-filename=-6c63e98a419d5a2c --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-790dfff78026cdf0.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f0854a454a33fe7e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-07-01T15:58:52.671Z Running `/home/build/.rustup/toolchains/1.96.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=2fc0ac13afbe8300 -C extra-filename=-258dd76510bbc30c --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-db95e8e9529ca309.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c09ce5507df5d0d6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-07-01T15:58:52.742Z Compiling yoke v0.8.1
29982026-07-01T15:58:52.745Z Compiling sha2 v0.10.9
29992026-07-01T15:58:52.745Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=7a9208f673ff15f3 -C extra-filename=-a1ea4a24beab3ec6 --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c40a4e129c7e6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-fe2f676a360a883d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.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)'`
30002026-07-01T15:58:52.747Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-6d0546ed3977e7bd/build-script-build`
30012026-07-01T15:58:52.747Z Running `/home/build/.rustup/toolchains/1.96.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=7507449088980f11 -C extra-filename=-a0ac399c1996f852 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-a0ac399c1996f852 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-07-01T15:58:52.747Z Running `/home/build/.rustup/toolchains/1.96.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=e74a695812c82e47 -C extra-filename=-dfd42778004a1d6d --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-5b33c8084bdad2f5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-07-01T15:58:52.747Z Running `/home/build/.rustup/toolchains/1.96.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=6021cbbc49981cf6 -C extra-filename=-b6262a583f70b86d --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-b6262a583f70b86d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-07-01T15:58:52.852Z Compiling hmac v0.12.1
30052026-07-01T15:58:52.856Z Compiling spki v0.7.3
30062026-07-01T15:58:52.856Z Compiling signature v2.2.0
30072026-07-01T15:58:52.857Z Running `/home/build/.rustup/toolchains/1.96.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=275223c44a377963 -C extra-filename=-df32c27bd59afd85 --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-ace8c102e25112b5.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-1c53d67cb800b7bc.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-07-01T15:58:52.857Z Running `/home/build/.rustup/toolchains/1.96.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=ddd200e7e95d5531 -C extra-filename=-b76170c7789673cd --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092026-07-01T15:58:52.927Z Compiling sha1 v0.10.6
30102026-07-01T15:58:52.930Z Running `/home/build/.rustup/toolchains/1.96.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=4f0f52727a6966d4 -C extra-filename=-244d006b89675f36 --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-c0fc3cf44f1b7f2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112026-07-01T15:58:52.931Z Running `/home/build/.rustup/toolchains/1.96.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=947102fc318ab6c4 -C extra-filename=-c0e409c5d0d8e208 --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-91a03e1609ff148f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-07-01T15:58:52.931Z Running `/home/build/.rustup/toolchains/1.96.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=0580607572724293 -C extra-filename=-75f6e99731d7f203 --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-c0fc3cf44f1b7f2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-07-01T15:58:52.965Z Compiling sha3 v0.10.8
30142026-07-01T15:58:52.968Z Running `/home/build/.rustup/toolchains/1.96.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="oid"' --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=bcc6faae06af6059 -C extra-filename=-dcb275200166cb17 --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-07-01T15:58:52.969Z Running `/home/build/.rustup/toolchains/1.96.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=16921469bdae46c4 -C extra-filename=-70f68d88027d2aad --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f40ba7a1fb5a8d66.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.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"'`
30162026-07-01T15:58:52.996Z Compiling native-tls v0.2.18
30172026-07-01T15:58:53.034Z Compiling bitflags v1.3.2
30182026-07-01T15:58:53.038Z Running `/home/build/.rustup/toolchains/1.96.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=5e541adf504282cc -C extra-filename=-ec3920e6b4fe9015 --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-c0fc3cf44f1b7f2b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-38e80676e0413185.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192026-07-01T15:58:53.040Z Running `/home/build/.rustup/toolchains/1.96.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=e92d9d9f4a1ecb0a -C extra-filename=-fc3e7cadb306fb76 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-fc3e7cadb306fb76 -L 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-07-01T15:58:53.040Z Running `/home/build/.rustup/toolchains/1.96.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=b5ef808e3b7657cf -C extra-filename=-ea55f6da188cc094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:53.106Z Compiling zerovec v0.11.5
30222026-07-01T15:58:53.109Z Running `/home/build/.rustup/toolchains/1.96.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=94f242d5fd20b77b -C extra-filename=-0488af395669d656 --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-df32c27bd59afd85.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-af50e8bf13b06eff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-07-01T15:58:53.172Z Compiling zerotrie v0.2.3
30242026-07-01T15:58:53.211Z Running `/home/build/.rustup/toolchains/1.96.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=38c5ae833079a0b8 -C extra-filename=-4b41efb20c47cd4d --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-3ad409a153944230.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-df32c27bd59afd85.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-07-01T15:58:53.251Z Compiling pbkdf2 v0.12.2
30262026-07-01T15:58:53.320Z Running `/home/build/.rustup/toolchains/1.96.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=97cfc21225c6909a -C extra-filename=-71f89665c857a75b --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-c71d6c6cbdc15377.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.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)'`
30272026-07-01T15:58:53.326Z Compiling hkdf v0.12.4
30282026-07-01T15:58:53.353Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-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="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=145534d79c7a8c65 -C extra-filename=-dbe848c33baa4723 --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-c0fc3cf44f1b7f2b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-07-01T15:58:53.493Z Compiling x509-cert v0.2.5
30302026-07-01T15:58:53.498Z Compiling rfc6979 v0.4.0
30312026-07-01T15:58:53.498Z Running `/home/build/.rustup/toolchains/1.96.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=0ee97bef656e7147 -C extra-filename=-cea31c2e38ef4423 --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-244d006b89675f36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-07-01T15:58:53.707Z Compiling aes v0.8.4
30332026-07-01T15:58:53.735Z Compiling cbc v0.1.2
30342026-07-01T15:58:53.735Z Compiling salsa20 v0.10.2
30352026-07-01T15:58:53.738Z Compiling futures-executor v0.3.32
30362026-07-01T15:58:53.738Z Running `/home/build/.rustup/toolchains/1.96.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=f2eafefd4339cb90 -C extra-filename=-3c269f38a75defc9 --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-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-07-01T15:58:53.740Z Running `/home/build/.rustup/toolchains/1.96.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=9ea8d52a22a9c4f0 -C extra-filename=-e2e3ba23333150b0 --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-244d006b89675f36.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-07-01T15:58:53.740Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ab9f0e7e0ba2caf1/build-script-build`
30392026-07-01T15:58:53.740Z Running `/home/build/.rustup/toolchains/1.96.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=33b09365b3bc4628 -C extra-filename=-e04f385b20aa8bce --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-475c5481f11c65dc.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-d597faab344c3474.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-07-01T15:58:53.964Z Compiling enum-as-inner v0.6.1
30412026-07-01T15:58:53.966Z Compiling unicode-normalization v0.1.25
30422026-07-01T15:58:53.969Z Compiling ref-cast v1.0.25
30432026-07-01T15:58:53.969Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -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", "std", "zeroize"))' -C metadata=fd4f554053edc6c3 -C extra-filename=-a5d602bb2567ed97 --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-6c63e98a419d5a2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-07-01T15:58:53.969Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.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("hazmat", "zeroize"))' -C metadata=ac127d0dfccc70bb -C extra-filename=-85a3bd9173a4eccf --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-ccf4af5f4acd8b5c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452026-07-01T15:58:53.969Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-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("std", "zeroize"))' -C metadata=c8e76d84c65531b7 -C extra-filename=-7af5f8d1a15adb62 --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-6c63e98a419d5a2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462026-07-01T15:58:53.969Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-b6262a583f70b86d/build-script-build`
30472026-07-01T15:58:53.969Z Running `/home/build/.rustup/toolchains/1.96.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=7550c6629d24454f -C extra-filename=-eef5baa9b0804630 --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-a81f463b5eadc7cf.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482026-07-01T15:58:54.185Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-a0ac399c1996f852/build-script-build`
30492026-07-01T15:58:54.188Z Compiling tinystr v0.8.2
30502026-07-01T15:58:54.188Z Compiling potential_utf v0.1.4
30512026-07-01T15:58:54.188Z Compiling managed v0.8.0
30522026-07-01T15:58:54.188Z Compiling ref-cast-impl v1.0.25
30532026-07-01T15:58:54.190Z Compiling phf_shared v0.11.3
30542026-07-01T15:58:54.190Z Compiling zstd-safe v7.2.4
30552026-07-01T15:58:54.190Z Running `/home/build/.rustup/toolchains/1.96.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="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=ac9e922a4166371a -C extra-filename=-d2e63b3d05ca0f9f --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-199c62b0e07218ce.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"))'`
30562026-07-01T15:58:54.190Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-18f4787d1e85421a/build-script-build`
30572026-07-01T15:58:54.190Z Running `/home/build/.rustup/toolchains/1.96.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=3c0f79a6e24d58c6 -C extra-filename=-bb3a51f2e0edf0ac --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-bb3a51f2e0edf0ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582026-07-01T15:58:54.190Z Running `/home/build/.rustup/toolchains/1.96.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=c8f327c2a30629f5 -C extra-filename=-e66b08c8ed750eb5 --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-3f6b2e87b92f8b19.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-07-01T15:58:54.190Z Running `/home/build/.rustup/toolchains/1.96.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=7db6011040972381 -C extra-filename=-955cc156dd0ac2cc --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-07-01T15:58:54.469Z Running `/home/build/.rustup/toolchains/1.96.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=ab9e14d613c7ff98 -C extra-filename=-7092f79dec89e7cb --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-3ad409a153944230.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-07-01T15:58:54.470Z Running `/home/build/.rustup/toolchains/1.96.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=9bd9916d7e7f7bd1 -C extra-filename=-8a37692d605bf759 --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-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-07-01T15:58:54.473Z Compiling bytes v1.11.1
30632026-07-01T15:58:54.473Z Compiling chrono v0.4.44
30642026-07-01T15:58:54.473Z Compiling ipnet v2.11.0
30652026-07-01T15:58:54.473Z Compiling serde_tokenstream v0.2.3
30662026-07-01T15:58:54.473Z Compiling erased-serde v0.3.31
30672026-07-01T15:58:54.473Z Compiling hex v0.4.3
30682026-07-01T15:58:54.473Z Compiling scrypt v0.11.0
30692026-07-01T15:58:54.473Z Compiling serde_urlencoded v0.7.1
30702026-07-01T15:58:54.474Z Compiling futures v0.3.32
30712026-07-01T15:58:54.474Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-6f3e26061bd0b1ee/build-script-main`
30722026-07-01T15:58:54.474Z Running `/home/build/.rustup/toolchains/1.96.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=d0238c348d0e58ac -C extra-filename=-96935086b2537b8f --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-b8bf9e5fddfaba5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-07-01T15:58:54.474Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-fc3e7cadb306fb76/build-script-build`
30742026-07-01T15:58:54.474Z Running `/home/build/.rustup/toolchains/1.96.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=caf39189c0fdc0fe -C extra-filename=-480a743f6ab0adf6 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-07-01T15:58:54.474Z Running `/home/build/.rustup/toolchains/1.96.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=deb7a653d36160ef -C extra-filename=-182d9d7531721e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-07-01T15:58:54.474Z Running `/home/build/.rustup/toolchains/1.96.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=7c0505b2e8c0723a -C extra-filename=-13b3d983aed29208 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-13b3d983aed29208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-07-01T15:58:54.676Z Running `/home/build/.rustup/toolchains/1.96.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=4d52008ad7fa82a9 -C extra-filename=-a2a64572023fe240 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782026-07-01T15:58:54.679Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.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 --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=a97999de2f568672 -C extra-filename=-fa9b90e544911148 --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-0cd954401ddedea0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792026-07-01T15:58:54.680Z Compiling icu_locale_core v2.1.1
30802026-07-01T15:58:54.680Z Compiling openapiv3 v2.2.0
30812026-07-01T15:58:54.680Z Compiling hubpack v0.1.2
30822026-07-01T15:58:54.680Z Compiling serde_spanned v0.6.9
30832026-07-01T15:58:54.680Z Running `/home/build/.rustup/toolchains/1.96.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=b1d51a290fc42a9d -C extra-filename=-b402c6181ca8fdd7 --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-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-07-01T15:58:54.681Z Running `/home/build/.rustup/toolchains/1.96.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=fc6a257d119bce98 -C extra-filename=-f0057a01d68b2d0a --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-878f6df4c8ca5317.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-b95faaec17b65d76.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-07-01T15:58:54.682Z Running `/home/build/.rustup/toolchains/1.96.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=350b2e6068e19aae -C extra-filename=-8ef8e959fc8416b0 --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-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-eef5baa9b0804630.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-c972994ffc95c23b.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-07-01T15:58:54.706Z Running `/home/build/.rustup/toolchains/1.96.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=6df905c8be607fc7 -C extra-filename=-d1667521e100809f --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-07-01T15:58:54.709Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-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("default", "password-hash", "simple", "std"))' -C metadata=dc85381e8ba29c7f -C extra-filename=-0153456b8bfc4d94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-dbe848c33baa4723.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-7af5f8d1a15adb62.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-07-01T15:58:54.711Z Running `/home/build/.rustup/toolchains/1.96.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=6bbaf8c7eb4b5a16 -C extra-filename=-cd89589bdd020c6c --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-07-01T15:58:54.711Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=223f038a1b0f7c0d -C extra-filename=-a3c7710536f17a69 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-07-01T15:58:54.918Z Running `/home/build/.rustup/toolchains/1.96.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=13733985e7b0e32a -C extra-filename=-ffa3aaed89bf2864 --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-3ad409a153944230.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-b63721280092ad35.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-7092f79dec89e7cb.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-fc152cbb7e87bbf2.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-07-01T15:58:54.922Z Compiling icu_collections v2.1.1
30922026-07-01T15:58:54.922Z Compiling toml_datetime v0.6.11
30932026-07-01T15:58:54.922Z Compiling dof v0.3.0
30942026-07-01T15:58:54.922Z Compiling derive_builder_macro v0.20.2
30952026-07-01T15:58:54.922Z Running `/home/build/.rustup/toolchains/1.96.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=92654dc8af67a08f -C extra-filename=-42758531048c8111 --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-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-07-01T15:58:54.922Z Running `/home/build/.rustup/toolchains/1.96.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=1e3c2611c2f5e88b -C extra-filename=-f6c1d6068b903b0f --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-f762295cd3df5062.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-07-01T15:58:54.956Z Running `/home/build/.rustup/toolchains/1.96.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=f5cbe5e5ede430dc -C extra-filename=-8f3a76856c2d0ae6 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-07-01T15:58:55.064Z Compiling pkcs5 v0.7.1
30992026-07-01T15:58:55.064Z Compiling cargo_metadata v0.23.1
31002026-07-01T15:58:55.068Z Compiling toml_write v0.1.2
31012026-07-01T15:58:55.068Z Running `/home/build/.rustup/toolchains/1.96.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=85695ed73f97e852 -C extra-filename=-9cab2582a5b4b80f --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-3ad409a153944230.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-8a37692d605bf759.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-df32c27bd59afd85.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022026-07-01T15:58:55.070Z Running `/home/build/.rustup/toolchains/1.96.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=943a058b69c4308d -C extra-filename=-eec8b3d45e167752 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-07-01T15:58:55.070Z Running `/home/build/.rustup/toolchains/1.96.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=f1db5e8a33e02d5a -C extra-filename=-ecd338b72bd5e92f --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-dfd42778004a1d6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042026-07-01T15:58:55.073Z Running `/home/build/.rustup/toolchains/1.96.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=f3f08f75286ff1b6 -C extra-filename=-745e06628c0acb2c --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-0194fe363b9ff511.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-73154dc9dd5dab38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-07-01T15:58:55.248Z Compiling tokio v1.52.1
31062026-07-01T15:58:55.252Z Compiling http v1.4.2
31072026-07-01T15:58:55.252Z Compiling fixedbitset v0.4.2
31082026-07-01T15:58:55.252Z Compiling precomputed-hash v0.1.1
31092026-07-01T15:58:55.254Z Compiling foldhash v0.1.5
31102026-07-01T15:58:55.254Z Compiling new_debug_unreachable v1.0.6
31112026-07-01T15:58:55.254Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-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 --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=e69b76885bbe1265 -C extra-filename=-1f3af78b8b11383b --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-85a3bd9173a4eccf.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-a5d602bb2567ed97.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-dbe848c33baa4723.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-0153456b8bfc4d94.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122026-07-01T15:58:55.254Z Running `/home/build/.rustup/toolchains/1.96.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=55ecc3566287cc8c -C extra-filename=-e9f062a1a6ffc461 --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-0d49d99825834bad.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-9f6864a7b25b0482.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132026-07-01T15:58:55.254Z Running `/home/build/.rustup/toolchains/1.96.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=6d3dfdd0e6adb9a6 -C extra-filename=-d49bff060f4ba1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-07-01T15:58:55.256Z Running `/home/build/.rustup/toolchains/1.96.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=499309b66035bd25 -C extra-filename=-6d44e4010f86ba8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-67a95489542da8d3/out/lib -l static=bz2`
31152026-07-01T15:58:55.257Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-bb3a51f2e0edf0ac/build-script-build`
31162026-07-01T15:58:55.466Z Compiling toml_edit v0.19.15
31172026-07-01T15:58:55.469Z Compiling signal-hook-mio v0.2.5
31182026-07-01T15:58:55.469Z Compiling globset v0.4.18
31192026-07-01T15:58:55.470Z Compiling pin-project-internal v1.1.11
31202026-07-01T15:58:55.471Z Running `/home/build/.rustup/toolchains/1.96.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=1f435d98e10daebc -C extra-filename=-5d812602a22ff772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-07-01T15:58:55.472Z Running `/home/build/.rustup/toolchains/1.96.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=6406ec864db4fd23 -C extra-filename=-614a93ba6dc1950a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-07-01T15:58:55.472Z Running `/home/build/.rustup/toolchains/1.96.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=156e6cb49f2c5206 -C extra-filename=-4ba454c998708bfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232026-07-01T15:58:55.472Z Running `/home/build/.rustup/toolchains/1.96.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=9c0c31674e03d7d1 -C extra-filename=-c66d0a7d4213361a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:58:55.472Z Running `/home/build/.rustup/toolchains/1.96.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=5bd21daaf819d734 -C extra-filename=-dc8f9b743288eb88 --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-a2a64572023fe240.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-d597faab344c3474.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-3bd6566625d11e6f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-07-01T15:58:55.474Z Running `/home/build/.rustup/toolchains/1.96.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=d3860b1154b5b1ad -C extra-filename=-163d9e629feecafc --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-a2a64572023fe240.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262026-07-01T15:58:55.678Z Running `/home/build/.rustup/toolchains/1.96.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=decbd99b31944e14 -C extra-filename=-255efeca5121bfd9 --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-cd89589bdd020c6c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.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)'`
31272026-07-01T15:58:55.681Z Compiling ppv-lite86 v0.2.21
31282026-07-01T15:58:55.681Z Compiling pkcs8 v0.10.2
31292026-07-01T15:58:55.681Z Compiling dof v0.4.0
31302026-07-01T15:58:55.681Z Running `/home/build/.rustup/toolchains/1.96.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=c41c5693103027fc -C extra-filename=-0279e42e3124cb47 --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-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8f3a76856c2d0ae6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-373f6546f99997e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312026-07-01T15:58:55.682Z Running `/home/build/.rustup/toolchains/1.96.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=5ef48433a9a1b18e -C extra-filename=-12bf3c46aa8d148d --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-475c5481f11c65dc.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-07-01T15:58:55.682Z Running `/home/build/.rustup/toolchains/1.96.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=958c0b00924f1c54 -C extra-filename=-c492010093423e5d --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-63ba44012e1cbc03.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-07-01T15:58:55.685Z Running `/home/build/.rustup/toolchains/1.96.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=553c057882dcabb7 -C extra-filename=-93f6c90bd74f6f8c --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-07-01T15:58:55.686Z Running `/home/build/.rustup/toolchains/1.96.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=4e24bc3707921b80 -C extra-filename=-e93bde9809d746ca --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-480a743f6ab0adf6.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)'`
31352026-07-01T15:58:55.914Z Running `/home/build/.rustup/toolchains/1.96.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=d6f30579678615d4 -C extra-filename=-c2be6540b1357add --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-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-07-01T15:58:55.917Z Compiling icu_provider v2.1.1
31372026-07-01T15:58:55.917Z Compiling string_cache v0.8.9
31382026-07-01T15:58:55.917Z Compiling hashbrown v0.15.5
31392026-07-01T15:58:55.917Z Compiling petgraph v0.6.5
31402026-07-01T15:58:55.984Z Running `/home/build/.rustup/toolchains/1.96.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="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --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=a495015c7fbb893a -C extra-filename=-9337bd9511262fb4 --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-91a03e1609ff148f.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-1f3af78b8b11383b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-07-01T15:58:55.987Z Running `/home/build/.rustup/toolchains/1.96.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=3e288510727f9a11 -C extra-filename=-4b27ec5067f8cd7d --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-92d9e500ef1476d7.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-07-01T15:58:55.987Z Running `/home/build/.rustup/toolchains/1.96.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=331c4ec20b8397ae -C extra-filename=-0efbdc397970b102 --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-517a0a45b5918497.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-77aaf41f58c5bf5a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.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)'`
31432026-07-01T15:58:55.987Z Running `/home/build/.rustup/toolchains/1.96.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=f384aa3c473110a6 -C extra-filename=-5ac1b58a6f2e6a0b --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-ccf4af5f4acd8b5c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-a366b71677993b1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.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)'`
31442026-07-01T15:58:55.987Z Running `/home/build/.rustup/toolchains/1.96.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=4a33425a1b508304 -C extra-filename=-e091b2c3235b21f2 --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-cd826904474fece0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-0c589bbae7109598.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-a7038128efc60c50.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`
31452026-07-01T15:58:56.060Z Compiling derive_builder v0.20.2
31462026-07-01T15:58:56.060Z Compiling bzip2 v0.4.4
31472026-07-01T15:58:56.063Z Compiling toml_edit v0.22.27
31482026-07-01T15:58:56.063Z Compiling heapless v0.7.17
31492026-07-01T15:58:56.063Z Compiling lalrpop-util v0.19.12
31502026-07-01T15:58:56.065Z Compiling bumpalo v3.20.2
31512026-07-01T15:58:56.065Z Compiling libbz2-rs-sys v0.2.2
31522026-07-01T15:58:56.065Z Compiling crossterm v0.28.1
31532026-07-01T15:58:56.065Z Running `/home/build/.rustup/toolchains/1.96.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=8247ed7b3eab37a7 -C extra-filename=-f15e1a546932f3f9 --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-3ad409a153944230.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-ffa3aaed89bf2864.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-fc152cbb7e87bbf2.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-df32c27bd59afd85.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-96cca0b70872e960.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-4b41efb20c47cd4d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-07-01T15:58:56.065Z Running `/home/build/.rustup/toolchains/1.96.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=c151ab10a39963ca -C extra-filename=-46db0f0b0cd0def3 --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-c66d0a7d4213361a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552026-07-01T15:58:56.065Z Running `/home/build/.rustup/toolchains/1.96.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=24ec80ca1c3253f1 -C extra-filename=-03705ebcd02dc3b9 --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-98230cbbab9e3f9d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-fd684d5e51179a36.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-4ba454c998708bfc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562026-07-01T15:58:56.067Z Running `/home/build/.rustup/toolchains/1.96.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=b6ad250454dae318 -C extra-filename=-d32f9f904aecfcc7 --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-614a93ba6dc1950a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-96935086b2537b8f.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5d812602a22ff772.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-07-01T15:58:56.206Z Running `/home/build/.rustup/toolchains/1.96.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=e1645812f3594e3e -C extra-filename=-250c838f8b4f7b34 --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-ecd338b72bd5e92f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-07-01T15:58:56.210Z Compiling http-body v1.0.1
31592026-07-01T15:58:56.210Z Compiling rand_chacha v0.9.0
31602026-07-01T15:58:56.210Z Running `/home/build/.rustup/toolchains/1.96.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=1f5d5b805f4001bb -C extra-filename=-9b7b888b2ad601c4 --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-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8f3a76856c2d0ae6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-d49bff060f4ba1f7.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1bfc1429ca26185f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-07-01T15:58:56.212Z Running `/home/build/.rustup/toolchains/1.96.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=a8a51bf15078534c -C extra-filename=-a4f761cf4830c91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-07-01T15:58:56.212Z Running `/home/build/.rustup/toolchains/1.96.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=74a0cfb9b1d77f7f -C extra-filename=-9ce2ccca29a8e824 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-9ce2ccca29a8e824 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632026-07-01T15:58:56.212Z Running `/home/build/.rustup/toolchains/1.96.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=92e0c019783efae9 -C extra-filename=-e9887c00ec8704ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-07-01T15:58:56.212Z Running `/home/build/.rustup/toolchains/1.96.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=1de8ff46a13199d1 -C extra-filename=-260cc9073e85ca23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-07-01T15:58:56.213Z Running `/home/build/.rustup/toolchains/1.96.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=1ac166cf9ae684fd -C extra-filename=-6cfa4bac6de20521 --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-64568b11226546eb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-12bf3c46aa8d148d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662026-07-01T15:58:56.240Z Running `/home/build/.rustup/toolchains/1.96.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=43f7de94a5bc8be2 -C extra-filename=-cf01bc038f989c74 --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-6d44e4010f86ba8c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.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-67a95489542da8d3/out/lib`
31672026-07-01T15:58:56.312Z Compiling icu_properties v2.1.2
31682026-07-01T15:58:56.315Z Compiling icu_normalizer v2.1.1
31692026-07-01T15:58:56.345Z Running `/home/build/.rustup/toolchains/1.96.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=b987d0bbad9e0a0c -C extra-filename=-d542883118704951 --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-a2a64572023fe240.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-07-01T15:58:56.348Z Running `/home/build/.rustup/toolchains/1.96.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=7374227f3ed337d2 -C extra-filename=-5011698daf307d9b --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-c2be6540b1357add.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712026-07-01T15:58:56.448Z Compiling rand_chacha v0.3.1
31722026-07-01T15:58:56.448Z Compiling sec1 v0.7.3
31732026-07-01T15:58:56.458Z Running `/home/build/.rustup/toolchains/1.96.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=d172c16261a36a48 -C extra-filename=-a51dc212da69bcd4 --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-9cab2582a5b4b80f.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-ffa3aaed89bf2864.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-a4ee466cc94783ae.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f15e1a546932f3f9.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-4b41efb20c47cd4d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742026-07-01T15:58:56.515Z Running `/home/build/.rustup/toolchains/1.96.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=d45490238f5dbca3 -C extra-filename=-096506404c05b770 --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-9cab2582a5b4b80f.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-afae2e2264006bb0.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f15e1a546932f3f9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-0488af395669d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-07-01T15:58:56.572Z Compiling pkcs1 v0.7.5
31762026-07-01T15:58:56.575Z Compiling ed25519 v2.2.3
31772026-07-01T15:58:56.575Z Compiling serde-big-array v0.5.1
31782026-07-01T15:58:56.575Z Compiling similar v2.7.0
31792026-07-01T15:58:56.575Z Compiling snafu-derive v0.8.9
31802026-07-01T15:58:56.575Z Running `/home/build/.rustup/toolchains/1.96.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=ec5641775e014a7a -C extra-filename=-62ae4fadae269c7c --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-c2be6540b1357add.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812026-07-01T15:58:56.575Z Running `/home/build/.rustup/toolchains/1.96.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=4256ef62156b53ec -C extra-filename=-68db78215e8f6f3e --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-59f410be95ce894e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-07-01T15:58:56.724Z Compiling rand v0.9.2
31832026-07-01T15:58:56.727Z Compiling zopfli v0.8.3
31842026-07-01T15:58:56.727Z Compiling serde_repr v0.1.20
31852026-07-01T15:58:56.727Z Compiling pem v3.0.6
31862026-07-01T15:58:56.727Z Running `/home/build/.rustup/toolchains/1.96.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=296481b9d0b95408 -C extra-filename=-20f04b766e68baca --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-91a03e1609ff148f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-07-01T15:58:56.727Z Running `/home/build/.rustup/toolchains/1.96.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=8a4f97381acdf2a9 -C extra-filename=-d7e12f8217a4a4b2 --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-9337bd9511262fb4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-75f6e99731d7f203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-07-01T15:58:56.757Z Running `/home/build/.rustup/toolchains/1.96.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=f1df45ba999e8850 -C extra-filename=-be48d9d6a75dccb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
31892026-07-01T15:58:56.760Z Running `/home/build/.rustup/toolchains/1.96.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=d2edcfedcb162c03 -C extra-filename=-0ae5c82528a68bdf --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-6ecbc3b5ef545b60.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-07-01T15:58:56.761Z Running `/home/build/.rustup/toolchains/1.96.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=52c4ef701ced4a79 -C extra-filename=-63f93233617744d2 --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-07-01T15:58:56.761Z Running `/home/build/.rustup/toolchains/1.96.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=c23ac5a8f0459a5a -C extra-filename=-0af2aa1bdfa3282c --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922026-07-01T15:58:56.896Z Compiling http-body-util v0.1.3
31932026-07-01T15:58:56.900Z Compiling zip v0.6.6
31942026-07-01T15:58:56.900Z Compiling bzip2 v0.6.1
31952026-07-01T15:58:56.902Z Running `/home/build/.rustup/toolchains/1.96.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=4a0f1dbc2b10ed5f -C extra-filename=-40f88ac2422bc722 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-07-01T15:58:56.902Z Running `/home/build/.rustup/toolchains/1.96.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=588d0a5b10639a7d -C extra-filename=-c68176a7a0e70026 --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-8a91b2fd79f237fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-07-01T15:58:56.965Z Running `/home/build/.rustup/toolchains/1.96.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=e04336449cec98fc -C extra-filename=-e51b9bb9d95fe188 --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-260cc9073e85ca23.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d7de13df64e70a85.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-07-01T15:58:57.003Z Running `/home/build/.rustup/toolchains/1.96.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=a1178b4bc2b9131e -C extra-filename=-e3b6b39bcf57f93e --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-5011698daf307d9b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-07-01T15:58:57.039Z Compiling rand v0.8.6
32002026-07-01T15:58:57.042Z Compiling elliptic-curve v0.13.8
32012026-07-01T15:58:57.042Z Compiling ed25519-dalek v2.2.0
32022026-07-01T15:58:57.042Z Running `/home/build/.rustup/toolchains/1.96.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=f687d236125ccba4 -C extra-filename=-3c95a6d691e8b68b --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-a2a64572023fe240.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-07-01T15:58:57.042Z Running `/home/build/.rustup/toolchains/1.96.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=5c7e5a67c3d44057 -C extra-filename=-783a0cc50a74f3f3 --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-cd826904474fece0.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-49cbce1a6a3fb8a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-5e024dd57b3f5220.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)'`
32042026-07-01T15:58:57.044Z Running `/home/build/.rustup/toolchains/1.96.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=820a125c1be87799 -C extra-filename=-6a31d2dff4f72411 --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-e9887c00ec8704ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-07-01T15:58:57.044Z Running `/home/build/.rustup/toolchains/1.96.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=e843c4f22a02a533 -C extra-filename=-b05b0066f41e386f --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-cd826904474fece0.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-cf01bc038f989c74.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d7de13df64e70a85.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.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-67a95489542da8d3/out/lib`
32062026-07-01T15:58:57.218Z Compiling toml v0.7.8
32072026-07-01T15:58:57.218Z Compiling pin-project v1.1.11
32082026-07-01T15:58:57.221Z Running `/home/build/.rustup/toolchains/1.96.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=5bd12217ff6364b8 -C extra-filename=-a82f32d59ebd6116 --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-475c5481f11c65dc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-07-01T15:58:57.221Z Running `/home/build/.rustup/toolchains/1.96.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=26d7884690ef3199 -C extra-filename=-97e0b9cd6dd93868 --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-59f410be95ce894e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-862b9b5f3a40b11c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f953f35bdea91ea4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-ae9ffada69599551.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-68db78215e8f6f3e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102026-07-01T15:58:57.223Z Running `/home/build/.rustup/toolchains/1.96.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=77bef4d868319ad2 -C extra-filename=-db44ff17759d6d63 --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-70f68d88027d2aad.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-d7e12f8217a4a4b2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-75f6e99731d7f203.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112026-07-01T15:58:57.361Z Compiling hash32 v0.2.1
32122026-07-01T15:58:57.366Z Compiling jiff v0.2.21
32132026-07-01T15:58:57.366Z Compiling predicates-core v1.0.10
32142026-07-01T15:58:57.366Z Compiling unicode-bidi v0.3.18
32152026-07-01T15:58:57.366Z Running `/home/build/.rustup/toolchains/1.96.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=58336a44c83c1a31 -C extra-filename=-c5245c0a70f87cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-be48d9d6a75dccb2.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)'`
32162026-07-01T15:58:57.367Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-9ce2ccca29a8e824/build-script-build`
32172026-07-01T15:58:57.367Z Running `/home/build/.rustup/toolchains/1.96.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=fcbd0cb6c990761a -C extra-filename=-366bcf9ab525a747 --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-93f6c90bd74f6f8c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-07-01T15:58:57.367Z Running `/home/build/.rustup/toolchains/1.96.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=c1e9e944b29c4204 -C extra-filename=-032d4c456560b8b2 --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-71f89665c857a75b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8f3a76856c2d0ae6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-07-01T15:58:57.507Z Compiling idna_adapter v1.2.1
32202026-07-01T15:58:57.511Z Compiling smoltcp v0.9.1
32212026-07-01T15:58:57.512Z Compiling unicode-properties v0.1.4
32222026-07-01T15:58:57.512Z Compiling olpc-cjson v0.1.4
32232026-07-01T15:58:57.512Z Running `/home/build/.rustup/toolchains/1.96.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=41b6ce4ea4424df4 -C extra-filename=-0d8c07458c7755e5 --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-cd826904474fece0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-07-01T15:58:57.512Z Running `/home/build/.rustup/toolchains/1.96.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=b0e3733399f64a0e -C extra-filename=-c00cba8245233c12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252026-07-01T15:58:57.512Z Running `/home/build/.rustup/toolchains/1.96.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=d9ca74732d88d489 -C extra-filename=-aee33761a69e5737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-07-01T15:58:57.512Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=203630f5b5cbd19e -C extra-filename=-2c78d21b15d93291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272026-07-01T15:58:57.587Z Compiling proptest v1.10.0
32282026-07-01T15:58:57.590Z Compiling serde_plain v1.0.2
32292026-07-01T15:58:57.590Z Running `/home/build/.rustup/toolchains/1.96.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=4e7e7e36f4f8f3f1 -C extra-filename=-15d05f815d162c0d --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-096506404c05b770.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-a51dc212da69bcd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-07-01T15:58:57.698Z Running `/home/build/.rustup/toolchains/1.96.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=5f87553a816fc81c -C extra-filename=-0eac01d0a034ac49 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-0eac01d0a034ac49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-07-01T15:58:57.705Z Running `/home/build/.rustup/toolchains/1.96.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=6f3390ed45c7cd6f -C extra-filename=-bb26010320bafbd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-07-01T15:58:57.705Z Running `/home/build/.rustup/toolchains/1.96.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=2fb911410eeb4cf8 -C extra-filename=-a541ed0c90ef0e33 --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-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e66b08c8ed750eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-07-01T15:58:57.735Z Compiling ecdsa v0.16.9
32342026-07-01T15:58:57.738Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=6a7d0cbda748e702 -C extra-filename=-9746d691934e2755 --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-19b255e00cde2496.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a08be137faec8875.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-239fd8d40de891f8.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-61e5ad0f9c8e94b2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-72dfe15583183510.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-e7cb8de7448dbaf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352026-07-01T15:58:57.738Z Running `/home/build/.rustup/toolchains/1.96.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=ba5f9776fcc45259 -C extra-filename=-fb065ab4cfaa4c8a --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362026-07-01T15:58:57.781Z Compiling idna v1.1.0
32372026-07-01T15:58:57.781Z Compiling md-5 v0.10.6
32382026-07-01T15:58:57.784Z Compiling async-recursion v1.1.1
32392026-07-01T15:58:57.784Z Compiling strum_macros v0.27.2
32402026-07-01T15:58:57.784Z Compiling float-cmp v0.10.0
32412026-07-01T15:58:57.784Z Compiling difflib v0.4.0
32422026-07-01T15:58:57.784Z Compiling normalize-line-endings v0.3.0
32432026-07-01T15:58:57.784Z Compiling typed-path v0.9.3
32442026-07-01T15:58:57.784Z Compiling fallible-iterator v0.2.0
32452026-07-01T15:58:57.784Z Running `/home/build/.rustup/toolchains/1.96.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="default"' --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=5f0c9ec4eca07974 -C extra-filename=-14d489de955721f7 --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-91a03e1609ff148f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-e2e3ba23333150b0.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-75f6e99731d7f203.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462026-07-01T15:58:57.891Z Running `/home/build/.rustup/toolchains/1.96.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=e2ae559339580963 -C extra-filename=-c2e6186661e94d7c --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-15d05f815d162c0d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-add33099202c13e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472026-07-01T15:58:57.894Z Compiling usdt-attr-macro v0.6.0
32482026-07-01T15:58:57.923Z Compiling usdt-macro v0.6.0
32492026-07-01T15:58:57.926Z Compiling phf_shared v0.13.1
32502026-07-01T15:58:57.926Z Compiling fixedbitset v0.5.7
32512026-07-01T15:58:57.926Z Compiling peg-runtime v0.8.5
32522026-07-01T15:58:57.961Z Running `/home/build/.rustup/toolchains/1.96.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=d8762315e935aecb -C extra-filename=-35f7a294658306ba --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-07-01T15:58:57.967Z Running `/home/build/.rustup/toolchains/1.96.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=d17d7dbcaa18de16 -C extra-filename=-bd540f93f13a5d3a --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-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542026-07-01T15:58:57.967Z Running `/home/build/.rustup/toolchains/1.96.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=76b359e35dbacb82 -C extra-filename=-5cdc300b88fd58cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552026-07-01T15:58:57.967Z Running `/home/build/.rustup/toolchains/1.96.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=7de837debdc5bced -C extra-filename=-521fc1edb17798c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562026-07-01T15:58:57.969Z Running `/home/build/.rustup/toolchains/1.96.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=eb1b5b2e2a7afd60 -C extra-filename=-8824289258a727f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-07-01T15:58:57.969Z Running `/home/build/.rustup/toolchains/1.96.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=fb0f0f716a4d2c9d -C extra-filename=-b4d419cfb7278799 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582026-07-01T15:58:57.969Z Running `/home/build/.rustup/toolchains/1.96.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=5e1a49e5095b42c8 -C extra-filename=-572d719930d25663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-07-01T15:58:57.969Z Running `/home/build/.rustup/toolchains/1.96.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=f08a88d75fb89282 -C extra-filename=-4847020ddf7332c6 --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-ccf4af5f4acd8b5c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-07-01T15:58:57.970Z Running `/home/build/.rustup/toolchains/1.96.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=061eed3fb1272b8b -C extra-filename=-261a178a27bc70eb --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-0d8c07458c7755e5.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-ace8c102e25112b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
32612026-07-01T15:58:57.971Z Running `/home/build/.rustup/toolchains/1.96.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=01973c528b5ab3f6 -C extra-filename=-b6f2ddd031d55ce8 --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-49cbce1a6a3fb8a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622026-07-01T15:58:57.971Z Running `/home/build/.rustup/toolchains/1.96.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=605164c8504c60bc -C extra-filename=-28fe3e852df481b1 --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-49cbce1a6a3fb8a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-07-01T15:58:57.971Z Running `/home/build/.rustup/toolchains/1.96.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=b3ac9c4022570d3d -C extra-filename=-755b78194291d4c1 --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-d002aab0f53c3af0.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-54159e90ff1115fe.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32642026-07-01T15:58:57.971Z Running `/home/build/.rustup/toolchains/1.96.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=94c3aa4f3c5d8eb8 -C extra-filename=-05a8ba746065e1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-07-01T15:58:57.971Z Running `/home/build/.rustup/toolchains/1.96.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=73f5570819a94ded -C extra-filename=-81424264b8ab8242 --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-b8bf9e5fddfaba5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662026-07-01T15:58:58.062Z Compiling stringprep v0.1.5
32672026-07-01T15:58:58.067Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32682026-07-01T15:58:58.067Z Running `/home/build/.rustup/toolchains/1.96.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=5d7221a2874ff07a -C extra-filename=-256e074e75faabf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692026-07-01T15:58:58.130Z Compiling whoami v2.1.0
32702026-07-01T15:58:58.133Z Compiling is-terminal v0.4.17
32712026-07-01T15:58:58.167Z Running `/home/build/.rustup/toolchains/1.96.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=aec0d8ac28ee2a97 -C extra-filename=-1d7c88c744706641 --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-aee33761a69e5737.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e66b08c8ed750eb5.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-bb26010320bafbd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-07-01T15:58:58.171Z Running `/home/build/.rustup/toolchains/1.96.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=47a9128650658a56 -C extra-filename=-a6bd3e9bad88fc17 --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-71f89665c857a75b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-07-01T15:58:58.204Z Compiling url v2.5.8
32742026-07-01T15:58:58.208Z Compiling publicsuffix v2.3.0
32752026-07-01T15:58:58.208Z Running `/home/build/.rustup/toolchains/1.96.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=d4e3ae14140e0e2c -C extra-filename=-c8808146bcb512d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-07-01T15:58:58.243Z Running `/home/build/.rustup/toolchains/1.96.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=295846d1997c8d2b -C extra-filename=-e61723d1a1e57478 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-07-01T15:58:58.247Z Compiling phf v0.13.1
32782026-07-01T15:58:58.279Z Running `/home/build/.rustup/toolchains/1.96.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=70b2710ec2eca24c -C extra-filename=-da59f6aed5984bcc --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-c2e6186661e94d7c.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-6d22b549ea5348ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-07-01T15:58:58.284Z Running `/home/build/.rustup/toolchains/1.96.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=cec98d8c98e4cf69 -C extra-filename=-05c4e5b73460bb74 --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-878f6df4c8ca5317.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802026-07-01T15:58:58.310Z Running `/home/build/.rustup/toolchains/1.96.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=ca2d3248358d4be8 -C extra-filename=-b951afa1cc6a20fb --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-81424264b8ab8242.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812026-07-01T15:58:58.378Z Compiling petgraph v0.8.3
32822026-07-01T15:58:58.382Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-0eac01d0a034ac49/build-script-build`
32832026-07-01T15:58:58.417Z Compiling crossbeam-channel v0.5.15
32842026-07-01T15:58:58.420Z Running `/home/build/.rustup/toolchains/1.96.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=aaa91c56b6a7dff3 -C extra-filename=-0d6d10aa8340734e --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-05a8ba746065e1db.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852026-07-01T15:58:58.522Z Compiling thread_local v1.1.9
32862026-07-01T15:58:58.525Z Compiling slog-async v2.8.0
32872026-07-01T15:58:58.525Z Compiling term v1.2.1
32882026-07-01T15:58:58.525Z Running `/home/build/.rustup/toolchains/1.96.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=a5fd3b5806e553cc -C extra-filename=-8c9eb83308222b30 --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-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892026-07-01T15:58:58.668Z Compiling take_mut v0.2.2
32902026-07-01T15:58:58.672Z Compiling structmeta-derive v0.3.0
32912026-07-01T15:58:58.672Z Compiling match_cfg v0.1.0
32922026-07-01T15:58:58.672Z Running `/home/build/.rustup/toolchains/1.96.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=f27e14ff987e26f2 -C extra-filename=-e0b0c1aadba72a64 --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-07-01T15:58:58.672Z Running `/home/build/.rustup/toolchains/1.96.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=019fdef292aa071b -C extra-filename=-b2b4c84172e588ba --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-b2b4c84172e588ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-07-01T15:58:58.673Z Running `/home/build/.rustup/toolchains/1.96.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=0f02b06749ac27f7 -C extra-filename=-76de08f1400fdbf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-07-01T15:58:58.885Z Compiling predicates v3.1.4
32962026-07-01T15:58:58.889Z Compiling slog-json v2.6.1
32972026-07-01T15:58:58.889Z Compiling newtype-uuid-macros v0.1.0
32982026-07-01T15:58:58.891Z Compiling cpufeatures v0.3.0
32992026-07-01T15:58:58.891Z Compiling debug-ignore v1.0.5
33002026-07-01T15:58:58.891Z Compiling hybrid-array v0.4.10
33012026-07-01T15:58:58.891Z Running `/home/build/.rustup/toolchains/1.96.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=c88e1c69f01e4b90 -C extra-filename=-07361b8ab9eb046b --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-ea55f6da188cc094.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-261a178a27bc70eb.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-07-01T15:58:58.892Z Running `/home/build/.rustup/toolchains/1.96.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=7be37236979f16ad -C extra-filename=-806a0bb75efbfb63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-07-01T15:58:58.892Z Running `/home/build/.rustup/toolchains/1.96.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=14f4f2e1543c76d4 -C extra-filename=-27a5ce183885699e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-07-01T15:58:58.893Z Running `/home/build/.rustup/toolchains/1.96.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=86c79e2c4e3a22a4 -C extra-filename=-d9f014fd10694add --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052026-07-01T15:58:58.958Z Running `/home/build/.rustup/toolchains/1.96.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=cafda8c42166a5a0 -C extra-filename=-8238e83e5599a13f --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-33d2256449469a81.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-572d719930d25663.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-bd540f93f13a5d3a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-521fc1edb17798c4.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c00cba8245233c12.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062026-07-01T15:58:58.967Z Running `/home/build/.rustup/toolchains/1.96.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=dc4b816172ac31b1 -C extra-filename=-3a587c341d5a4883 --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-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072026-07-01T15:58:58.967Z Running `/home/build/.rustup/toolchains/1.96.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=92b11c8925101148 -C extra-filename=-1bec0b00f873f3ad --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082026-07-01T15:58:58.967Z Running `/home/build/.rustup/toolchains/1.96.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=65ac6879c0351ce8 -C extra-filename=-27aedb9df198127e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092026-07-01T15:58:58.969Z Running `/home/build/.rustup/toolchains/1.96.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=e7bbbad1a22c6bad -C extra-filename=-84a8ec097d8b4a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-07-01T15:58:58.969Z Running `/home/build/.rustup/toolchains/1.96.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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=e99b7592c02ed2c7 -C extra-filename=-075c32db11621146 --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-551f9edf049805be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-07-01T15:58:58.971Z Running `/home/build/.rustup/toolchains/1.96.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=1d33fca16fec3f29 -C extra-filename=-b50c192ce2e9e040 --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-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-d6d0de4da8510220.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33122026-07-01T15:58:59.062Z Compiling cookie_store v0.22.1
33132026-07-01T15:58:59.168Z Compiling snafu v0.8.9
33142026-07-01T15:58:59.171Z Compiling postgres-protocol v0.6.10
33152026-07-01T15:58:59.171Z Compiling slog-term v2.9.2
33162026-07-01T15:58:59.172Z Running `/home/build/.rustup/toolchains/1.96.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=40e5922c5ab5af9e -C extra-filename=-a5294a1b82b3609a --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-14bcaa68aa0be40d.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f96663b74c7be7c3.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-da59f6aed5984bcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172026-07-01T15:58:59.355Z Compiling tokio-util v0.7.18
33182026-07-01T15:58:59.355Z Compiling tower v0.5.3
33192026-07-01T15:58:59.358Z Compiling rsa v0.9.10
33202026-07-01T15:58:59.358Z Compiling tokio-native-tls v0.3.1
33212026-07-01T15:58:59.358Z Compiling hickory-proto v0.25.2
33222026-07-01T15:58:59.358Z Running `/home/build/.rustup/toolchains/1.96.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=d84e72cc73fc0770 -C extra-filename=-cd3321ca0903b058 --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-a81f463b5eadc7cf.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-366bcf9ab525a747.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-63f93233617744d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232026-07-01T15:58:59.361Z Running `/home/build/.rustup/toolchains/1.96.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=b4cc482bf75adcaf -C extra-filename=-de018dba4800a7fe --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-8a91b2fd79f237fe.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-5cdc300b88fd58cb.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4847020ddf7332c6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-1d7c88c744706641.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-07-01T15:58:59.362Z Running `/home/build/.rustup/toolchains/1.96.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=7eea0bbdb468fc5a -C extra-filename=-0d8d89fdd79c2066 --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-fa9b90e544911148.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-e61723d1a1e57478.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-76de08f1400fdbf8.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e0b0c1aadba72a64.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252026-07-01T15:58:59.390Z Compiling usdt v0.6.0
33262026-07-01T15:58:59.393Z Compiling buf-list v1.1.2
33272026-07-01T15:58:59.393Z Compiling hostname v0.3.1
33282026-07-01T15:58:59.393Z Compiling toml_datetime v1.1.1+spec-1.1.0
33292026-07-01T15:58:59.393Z Compiling serde_path_to_error v0.1.20
33302026-07-01T15:58:59.422Z Compiling serde_spanned v1.1.1
33312026-07-01T15:58:59.426Z Running `/home/build/.rustup/toolchains/1.96.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=0be23dccf7c6053c -C extra-filename=-e28fb0e0c3946bb7 --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-a2a64572023fe240.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-07-01T15:58:59.427Z Running `/home/build/.rustup/toolchains/1.96.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=e1b4f953673baf3d -C extra-filename=-98ef3503471449e3 --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-dc8f9b743288eb88.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)'`
33332026-07-01T15:58:59.428Z Running `/home/build/.rustup/toolchains/1.96.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=629c585359fb8872 -C extra-filename=-2186992828fe565c --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-4e778a706bc0dc16.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-955cc156dd0ac2cc.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-c972994ffc95c23b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3f6b2e87b92f8b19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342026-07-01T15:58:59.428Z Running `/home/build/.rustup/toolchains/1.96.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=779ef57c8ceb7131 -C extra-filename=-040a831bfcf4aaf2 --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-0efbdc397970b102.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
33352026-07-01T15:58:59.429Z Running `/home/build/.rustup/toolchains/1.96.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=8d67b75f86801aff -C extra-filename=-a0fb23c05cf046a5 --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-9ecfd7549d856f01.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-755b78194291d4c1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-20f04b766e68baca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-75f6e99731d7f203.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-07-01T15:58:59.429Z Running `/home/build/.rustup/toolchains/1.96.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=1b996e217555b68b -C extra-filename=-41ab915fd4b89d92 --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-a81f463b5eadc7cf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-fb7734b753186998.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-7fc39982ef9dfaba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-07-01T15:58:59.430Z Running `/home/build/.rustup/toolchains/1.96.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=01fb928bb36730d7 -C extra-filename=-00a9a8b7e6f553e6 --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-4b27ec5067f8cd7d.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-92d9e500ef1476d7.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-5813f5a21feda626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-28fe3e852df481b1.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b6f2ddd031d55ce8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-07-01T15:58:59.457Z Running `/home/build/.rustup/toolchains/1.96.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=c8cf3d116e1af029 -C extra-filename=-768177f298b50ff8 --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-475c5481f11c65dc.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-27a5ce183885699e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392026-07-01T15:58:59.460Z Running `/home/build/.rustup/toolchains/1.96.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=153cf58d941b0915 -C extra-filename=-3e2ff75cb23037b7 --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-a2a64572023fe240.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402026-07-01T15:58:59.460Z Running `/home/build/.rustup/toolchains/1.96.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=05961da62e341eba -C extra-filename=-4542ef5150c73ba3 --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-86480131418ac148.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412026-07-01T15:58:59.460Z Running `/home/build/.rustup/toolchains/1.96.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=756a411a34a161c3 -C extra-filename=-8be1155363a2840e --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422026-07-01T15:58:59.461Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-b2b4c84172e588ba/build-script-build`
33432026-07-01T15:58:59.462Z Running `/home/build/.rustup/toolchains/1.96.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=c38f19c9bd986312 -C extra-filename=-3a440798658bb70c --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-07-01T15:58:59.546Z Compiling block-buffer v0.12.1
33452026-07-01T15:58:59.550Z Running `/home/build/.rustup/toolchains/1.96.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=cf5354b8051f94a2 -C extra-filename=-475a74c6447ddfd2 --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-075c32db11621146.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-07-01T15:58:59.647Z Running `/home/build/.rustup/toolchains/1.96.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=693e44e28653edd2 -C extra-filename=-f375294aed855b15 --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-8c9eb83308222b30.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-806a0bb75efbfb63.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e0b0c1aadba72a64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33472026-07-01T15:58:59.711Z Compiling slog-bunyan v2.5.0
33482026-07-01T15:58:59.714Z Running `/home/build/.rustup/toolchains/1.96.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=f978ff61a33497f1 -C extra-filename=-a31d003c074deb1b --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-768177f298b50ff8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-3a587c341d5a4883.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-07-01T15:58:59.744Z Compiling crypto-common v0.2.2
33502026-07-01T15:58:59.747Z Running `/home/build/.rustup/toolchains/1.96.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=57c010f1dfe81b52 -C extra-filename=-e2ed2b85b06ccea7 --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-075c32db11621146.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512026-07-01T15:58:59.815Z Compiling postgres-types v0.2.12
33522026-07-01T15:58:59.818Z Running `/home/build/.rustup/toolchains/1.96.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=ea529a5e8ee91854 -C extra-filename=-874b5a42aa819b21 --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-a2a64572023fe240.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-5cdc300b88fd58cb.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-de018dba4800a7fe.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-07-01T15:58:59.852Z Compiling multer v3.1.0
33542026-07-01T15:58:59.856Z Running `/home/build/.rustup/toolchains/1.96.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=6aff80906e844159 -C extra-filename=-cb021eb0910a9979 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-cb021eb0910a9979 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-07-01T15:58:59.926Z Compiling compression-core v0.4.31
33562026-07-01T15:58:59.961Z Compiling const-oid v0.10.2
33572026-07-01T15:59:00.029Z Running `/home/build/.rustup/toolchains/1.96.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=594c8941c9186fc2 -C extra-filename=-1572fe47390edb11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-07-01T15:59:00.069Z Compiling toml_writer v1.1.1+spec-1.1.0
33592026-07-01T15:59:00.069Z Compiling async-stream-impl v0.3.6
33602026-07-01T15:59:00.072Z Compiling dropshot v0.17.1
33612026-07-01T15:59:00.073Z Compiling dropshot_endpoint v0.17.1
33622026-07-01T15:59:00.139Z Running `/home/build/.rustup/toolchains/1.96.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=000d273b3883f20f -C extra-filename=-21574cd712eab8b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-07-01T15:59:00.213Z Compiling ipnetwork v0.21.1
33642026-07-01T15:59:00.213Z Compiling newtype-uuid v1.3.2
33652026-07-01T15:59:00.217Z Compiling serde_with v3.17.0
33662026-07-01T15:59:00.217Z Compiling rustls-pemfile v2.2.0
33672026-07-01T15:59:00.217Z Compiling waitgroup v0.1.2
33682026-07-01T15:59:00.217Z Compiling hostname v0.4.2
33692026-07-01T15:59:00.217Z Compiling atomicwrites v0.4.4
33702026-07-01T15:59:00.217Z Running `/home/build/.rustup/toolchains/1.96.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=a8891f1f6cad506f -C extra-filename=-02e8c571657c8d15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-07-01T15:59:00.217Z Running `/home/build/.rustup/toolchains/1.96.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=f0c582b5ca64a47a -C extra-filename=-ed88aab468d4e0db --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-b4f780b189a31b98.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-07-01T15:59:00.220Z Running `/home/build/.rustup/toolchains/1.96.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=16221658a21c075c -C extra-filename=-294bdadf3fdf2c9c --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-07-01T15:59:00.220Z Running `/home/build/.rustup/toolchains/1.96.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=e104fc30b76804fa -C extra-filename=-5fa0cae4fabf4107 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-5fa0cae4fabf4107 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-07-01T15:59:00.249Z Running `/home/build/.rustup/toolchains/1.96.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=4696a73239708dab -C extra-filename=-22fe590a761084f6 --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-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752026-07-01T15:59:00.252Z Compiling tower-http v0.6.8
33762026-07-01T15:59:00.252Z Compiling structmeta v0.3.0
33772026-07-01T15:59:00.283Z Compiling compression-codecs v0.4.37
33782026-07-01T15:59:00.286Z Running `/home/build/.rustup/toolchains/1.96.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=40738be634684891 -C extra-filename=-551bcbd054c83dab --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-bdc2c9436396c182.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792026-07-01T15:59:00.288Z Running `/home/build/.rustup/toolchains/1.96.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=e49648159b18009c -C extra-filename=-fe94fc309d95b66d --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-07-01T15:59:00.288Z Running `/home/build/.rustup/toolchains/1.96.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=5cfb859996e5a4cc -C extra-filename=-bb065a3b5d734b88 --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-b0866efa650d6974.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-72dfe15583183510.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812026-07-01T15:59:00.288Z Running `/home/build/.rustup/toolchains/1.96.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=9c6d8eda1c5422c9 -C extra-filename=-6fe44703d794b981 --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-7884411faf8446e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-07-01T15:59:00.290Z Running `/home/build/.rustup/toolchains/1.96.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.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=rust_2018_idioms --warn=variant_size_differences --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::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", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=cbb1b7038af28861 -C extra-filename=-3ff1b3bdfcf7030b --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-d1667521e100809f.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3b98e515edf20544.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832026-07-01T15:59:00.290Z Running `/home/build/.rustup/toolchains/1.96.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=e4eff3bfbcf32f62 -C extra-filename=-ceb3aae2b5f46f7d --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-9746d691934e2755.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-07-01T15:59:00.290Z Running `/home/build/.rustup/toolchains/1.96.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=a1fea4d56c22f6a3 -C extra-filename=-8b2fbd5cda2a78d4 --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-64568b11226546eb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-57a36c2ad6cf5439.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-41ab915fd4b89d92.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-7fc39982ef9dfaba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-07-01T15:59:00.291Z Running `/home/build/.rustup/toolchains/1.96.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=15d4f1aad832496e -C extra-filename=-0432474832a6459f --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-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-d9f014fd10694add.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-07-01T15:59:00.291Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-cb021eb0910a9979/build-script-build`
33872026-07-01T15:59:00.313Z Running `/home/build/.rustup/toolchains/1.96.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=8f8afb6c009f8ba9 -C extra-filename=-04f5532b38874a40 --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-1572fe47390edb11.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-07-01T15:59:00.381Z Compiling toml v1.1.2+spec-1.1.0
33892026-07-01T15:59:00.384Z Running `/home/build/.rustup/toolchains/1.96.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=fab101647a340a93 -C extra-filename=-12b68984237a680e --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-c71d6c6cbdc15377.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3a440798658bb70c.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8be1155363a2840e.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-02e8c571657c8d15.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-8bdb67458aeb1f07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-07-01T15:59:00.414Z Compiling itertools v0.14.0
33912026-07-01T15:59:00.417Z Running `/home/build/.rustup/toolchains/1.96.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=5adb35ba40f9c176 -C extra-filename=-402a9c5595943976 --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-802a02953ab3b2a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-07-01T15:59:00.489Z Compiling digest v0.11.3
33932026-07-01T15:59:00.492Z Running `/home/build/.rustup/toolchains/1.96.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=d6d7cd077ea7a372 -C extra-filename=-8495ceab5b55914b --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-a2a64572023fe240.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-29586db834c2c8c8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-13e7df82655a3fd3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b7b051eec9c8a316.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-07-01T15:59:00.492Z Running `/home/build/.rustup/toolchains/1.96.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="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=95e6431622d9ae36 -C extra-filename=-cf91de6791b032a8 --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-475a74c6447ddfd2.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-21574cd712eab8b0.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-e2ed2b85b06ccea7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952026-07-01T15:59:00.584Z Compiling h2 v0.4.15
33962026-07-01T15:59:00.657Z Compiling oxnet v0.1.6
33972026-07-01T15:59:00.661Z Compiling tokio-stream v0.1.18
33982026-07-01T15:59:00.661Z Running `/home/build/.rustup/toolchains/1.96.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=eb1aed6214fb3e0b -C extra-filename=-e9e60b9363338a8d --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-7884411faf8446e1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-91bf8e578b010fbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-07-01T15:59:00.661Z Running `/home/build/.rustup/toolchains/1.96.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=947d6d67fd0b04e4 -C extra-filename=-c77a0c63c4a08491 --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-22fe590a761084f6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002026-07-01T15:59:00.661Z Running `/home/build/.rustup/toolchains/1.96.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="net"' --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=286d786909f5ba4c -C extra-filename=-36d1838c855e0a1a --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-a81f463b5eadc7cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012026-07-01T15:59:00.765Z Compiling tokio-postgres v0.7.16
34022026-07-01T15:59:00.803Z Compiling derive-ex v0.1.8
34032026-07-01T15:59:00.807Z Running `/home/build/.rustup/toolchains/1.96.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=a113b9a2bf31448d -C extra-filename=-d1ebbe44f49964ab --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-4e778a706bc0dc16.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-5cdc300b88fd58cb.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-b951afa1cc6a20fb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-de018dba4800a7fe.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-874b5a42aa819b21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c8808146bcb512d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-07-01T15:59:00.919Z Compiling strum v0.27.2
34052026-07-01T15:59:00.919Z Compiling sha1 v0.11.0
34062026-07-01T15:59:00.922Z Compiling async-compression v0.4.41
34072026-07-01T15:59:00.922Z Running `/home/build/.rustup/toolchains/1.96.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=de87ab1e2b60d8d6 -C extra-filename=-bb81780c4ce032ed --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0432474832a6459f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-07-01T15:59:00.922Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34092026-07-01T15:59:00.922Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34102026-07-01T15:59:00.922Z Compiling macaddr v1.0.1
34112026-07-01T15:59:00.923Z Compiling regress v0.10.5
34122026-07-01T15:59:00.923Z Compiling instant v0.1.13
34132026-07-01T15:59:00.923Z Compiling parse-display-derive v0.10.0
34142026-07-01T15:59:00.923Z Compiling backon v1.6.0
34152026-07-01T15:59:00.957Z Running `/home/build/.rustup/toolchains/1.96.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=f41c6228db1a0f73 -C extra-filename=-a44a71c5e4c5193c --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-35f7a294658306ba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-07-01T15:59:00.960Z Running `/home/build/.rustup/toolchains/1.96.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=2cc651077fc9782e -C extra-filename=-f4d06e834cf9ba6a --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cf91de6791b032a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-07-01T15:59:00.961Z Running `/home/build/.rustup/toolchains/1.96.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=6cece906a63b5756 -C extra-filename=-1fa630dcba0d2858 --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-04f5532b38874a40.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-1572fe47390edb11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-07-01T15:59:00.961Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-5fa0cae4fabf4107/build-script-build`
34192026-07-01T15:59:00.961Z Running `/home/build/.rustup/toolchains/1.96.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=d7b21e6db8406d22 -C extra-filename=-f0fdfcee3558d257 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-07-01T15:59:00.961Z Running `/home/build/.rustup/toolchains/1.96.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=8389bf478aa6ab98 -C extra-filename=-2e5a252cffc00cc1 --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-8a91b2fd79f237fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212026-07-01T15:59:00.962Z Running `/home/build/.rustup/toolchains/1.96.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=d2ea048752b92450 -C extra-filename=-dcb1278a7b271797 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-07-01T15:59:00.962Z Running `/home/build/.rustup/toolchains/1.96.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=90540887c3e7aea9 -C extra-filename=-7294ee5ce8a05531 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0432474832a6459f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-07-01T15:59:00.962Z Running `/home/build/.rustup/toolchains/1.96.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=9ee2a2827f068984 -C extra-filename=-9ff24fb8fb17ac13 --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-5cce30a55b979f3d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242026-07-01T15:59:00.964Z Running `/home/build/.rustup/toolchains/1.96.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=ae4bf0669276ea29 -C extra-filename=-5941f833141dc223 --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-07-01T15:59:00.964Z Running `/home/build/.rustup/toolchains/1.96.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=7f58daaa9a07e1f2 -C extra-filename=-91a5263c654bc0c5 --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-c0198133be15211f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-07-01T15:59:01.127Z Compiling daft v0.1.7
34272026-07-01T15:59:01.130Z Compiling async-stream v0.3.6
34282026-07-01T15:59:01.132Z Running `/home/build/.rustup/toolchains/1.96.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=5f5bdc3281988d0e -C extra-filename=-96b94e4be8ef41d9 --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-f54d7a48ce4a8760.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-07-01T15:59:01.132Z Running `/home/build/.rustup/toolchains/1.96.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=0bdbc200e9dd9ee3 -C extra-filename=-2bfd5c8b85cf6cc3 --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-294bdadf3fdf2c9c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-07-01T15:59:01.163Z Compiling humantime v2.3.0
34312026-07-01T15:59:01.166Z Running `/home/build/.rustup/toolchains/1.96.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=f26f235db92363a8 -C extra-filename=-4e552196e7dfbf78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322026-07-01T15:59:01.273Z Compiling backoff v0.4.0
34332026-07-01T15:59:01.336Z Compiling unicode-width v0.2.0
34342026-07-01T15:59:01.339Z Running `/home/build/.rustup/toolchains/1.96.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=fa274fb1cfc4080d -C extra-filename=-0fa133a53ac73edf --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-a81f463b5eadc7cf.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-5941f833141dc223.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-07-01T15:59:01.373Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34362026-07-01T15:59:01.376Z Running `/home/build/.rustup/toolchains/1.96.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=9a826532ca29a58e -C extra-filename=-1afb204998bf9546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-07-01T15:59:01.447Z Compiling convert_case v0.4.0
34382026-07-01T15:59:01.455Z Compiling half v2.7.1
34392026-07-01T15:59:01.455Z Running `/home/build/.rustup/toolchains/1.96.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=3578155607e39359 -C extra-filename=-c0281dd066eb058a --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-64568b11226546eb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0af2aa1bdfa3282c.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-40f88ac2422bc722.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-07361b8ab9eb046b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-35f7a294658306ba.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402026-07-01T15:59:01.572Z Compiling ciborium-io v0.2.2
34412026-07-01T15:59:01.575Z Compiling secrecy v0.10.3
34422026-07-01T15:59:01.611Z Running `/home/build/.rustup/toolchains/1.96.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=dc276c0237fd4334 -C extra-filename=-1416f0b5ab6f4c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-07-01T15:59:01.615Z Running `/home/build/.rustup/toolchains/1.96.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=dc06a82c0a69dccf -C extra-filename=-7cfede65671214f3 --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-ccf4af5f4acd8b5c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442026-07-01T15:59:01.648Z Compiling regress v0.11.1
34452026-07-01T15:59:01.652Z Compiling universal-hash v0.5.1
34462026-07-01T15:59:01.652Z Running `/home/build/.rustup/toolchains/1.96.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=eb6c90a4097bc2be -C extra-filename=-21855dc9e1c702e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-07-01T15:59:01.652Z Running `/home/build/.rustup/toolchains/1.96.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=9ec21f5b86bd2fa6 -C extra-filename=-e54586513981bbb5 --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-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482026-07-01T15:59:01.802Z Running `/home/build/.rustup/toolchains/1.96.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=aa0952e703b1fef2 -C extra-filename=-41188a1f44f409b7 --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-790dfff78026cdf0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-07-01T15:59:01.803Z Running `/home/build/.rustup/toolchains/1.96.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=a405ea86815fe96e -C extra-filename=-638b1e2ab1e5ded2 --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-5cce30a55b979f3d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502026-07-01T15:59:01.809Z Compiling iddqd v0.4.2
34512026-07-01T15:59:01.813Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34522026-07-01T15:59:01.813Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-13b3d983aed29208/build-script-build`
34532026-07-01T15:59:01.916Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34542026-07-01T15:59:01.920Z Compiling ciborium-ll v0.2.2
34552026-07-01T15:59:01.920Z Compiling opaque-debug v0.3.1
34562026-07-01T15:59:01.920Z Compiling indent_write v2.2.0
34572026-07-01T15:59:01.920Z Compiling camino-tempfile v1.4.1
34582026-07-01T15:59:01.920Z Compiling crucible-workspace-hack v0.1.0
34592026-07-01T15:59:01.920Z Running `/home/build/.rustup/toolchains/1.96.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=133dd57dfadf52e4 -C extra-filename=-592ecd285303f5a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-1107a69f12a0ffff/out -l static=zstd`
34602026-07-01T15:59:01.920Z Running `/home/build/.rustup/toolchains/1.96.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=c0f976c677836fa8 -C extra-filename=-1157a5c68a65477c --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-96b94e4be8ef41d9.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-1bec0b00f873f3ad.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-07-01T15:59:01.921Z Running `/home/build/.rustup/toolchains/1.96.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=7eca2cd5e07f4fde -C extra-filename=-6794cf164f8fc9c1 --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-98230cbbab9e3f9d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-fd684d5e51179a36.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622026-07-01T15:59:01.987Z Compiling unsafe-libyaml v0.2.11
34632026-07-01T15:59:01.990Z Compiling aead v0.5.2
34642026-07-01T15:59:02.192Z Running `/home/build/.rustup/toolchains/1.96.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=2bf03a531bb52dce -C extra-filename=-7265520c1d3dec74 --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-255efeca5121bfd9.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-f0fdfcee3558d257.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-07-01T15:59:02.196Z Running `/home/build/.rustup/toolchains/1.96.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=4d9f4b2cefcac691 -C extra-filename=-1923a6e4ab4974c3 --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-21855dc9e1c702e7.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7cfede65671214f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-07-01T15:59:02.196Z Running `/home/build/.rustup/toolchains/1.96.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=5494425e9e07ddb2 -C extra-filename=-ac01a687e82737ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:02.196Z Running `/home/build/.rustup/toolchains/1.96.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=0fbbbfbf0da1e247 -C extra-filename=-97d81e000bb654cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-07-01T15:59:02.201Z Running `/home/build/.rustup/toolchains/1.96.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=36df88d1e1124da3 -C extra-filename=-659df91972860fd8 --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-0d49d99825834bad.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-72dfe15583183510.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-07-01T15:59:02.201Z Running `/home/build/.rustup/toolchains/1.96.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=120db0a2d04ed8c0 -C extra-filename=-a6c8f47bf8ba2880 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-a6c8f47bf8ba2880 -L 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-07-01T15:59:02.204Z Compiling derive_more v0.99.20
34712026-07-01T15:59:02.204Z Compiling chacha20 v0.9.1
34722026-07-01T15:59:02.204Z Compiling thiserror-impl-no-std v2.0.2
34732026-07-01T15:59:02.204Z Compiling swrite v0.1.0
34742026-07-01T15:59:02.204Z Compiling byte-wrapper v0.1.0
34752026-07-01T15:59:02.204Z Running `/home/build/.rustup/toolchains/1.96.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=72b04122d69cd86f -C extra-filename=-8c1df2f6fc4df0ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-07-01T15:59:02.207Z Running `/home/build/.rustup/toolchains/1.96.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=b1b2b2065589a676 -C extra-filename=-b41db2313ffecbac --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-790dfff78026cdf0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-07-01T15:59:02.417Z Compiling ciborium v0.2.2
34782026-07-01T15:59:02.420Z Compiling poly1305 v0.8.0
34792026-07-01T15:59:02.421Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34802026-07-01T15:59:02.421Z Compiling blake2 v0.10.6
34812026-07-01T15:59:02.421Z Compiling password-hash v0.5.0
34822026-07-01T15:59:02.421Z Compiling crossbeam-deque v0.8.6
34832026-07-01T15:59:02.421Z Running `/home/build/.rustup/toolchains/1.96.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=ba0b24c05f3daf96 -C extra-filename=-2c556a54d297417c --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-592ecd285303f5a0.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-1107a69f12a0ffff/out`
34842026-07-01T15:59:02.423Z Running `/home/build/.rustup/toolchains/1.96.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=28f5d77246c43ee5 -C extra-filename=-de60edd75692e14d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852026-07-01T15:59:02.423Z Running `/home/build/.rustup/toolchains/1.96.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=1b187253bbde4967 -C extra-filename=-e0337e133bfb52cb --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-8a91b2fd79f237fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-07-01T15:59:02.423Z Running `/home/build/.rustup/toolchains/1.96.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=2eef57473c6ff82e -C extra-filename=-3300b8b259f09f7f --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-ccf4af5f4acd8b5c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-07-01T15:59:02.424Z Running `/home/build/.rustup/toolchains/1.96.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=f4deb12a309d89e4 -C extra-filename=-a2c2fbf9b0508ae3 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-07-01T15:59:02.425Z Running `/home/build/.rustup/toolchains/1.96.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=2b0a5073ad97d2ed -C extra-filename=-86509a19b020b470 --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-1416f0b5ab6f4c16.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-07-01T15:59:02.550Z Running `/home/build/.rustup/toolchains/1.96.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=b822e78f7778a9ff -C extra-filename=-dd5c91b8ff049607 --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-21855dc9e1c702e7.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-1923a6e4ab4974c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-07-01T15:59:02.554Z Compiling zstd v0.13.3
34912026-07-01T15:59:02.554Z Compiling glob v0.3.3
34922026-07-01T15:59:02.554Z Compiling toml_datetime v0.7.5+spec-1.1.0
34932026-07-01T15:59:02.554Z Compiling rayon-core v1.13.0
34942026-07-01T15:59:02.554Z Running `/home/build/.rustup/toolchains/1.96.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=e38fddf17c138610 -C extra-filename=-4616c399937ccb7d --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-04d86b88b00df2ea.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-ac01a687e82737ef.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-41188a1f44f409b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952026-07-01T15:59:02.554Z Running `/home/build/.rustup/toolchains/1.96.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=3853b272bc3c1fa6 -C extra-filename=-0e5adfbef741dfb0 --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-c0fc3cf44f1b7f2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-07-01T15:59:02.582Z Running `/home/build/.rustup/toolchains/1.96.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=e8270469d4650c34 -C extra-filename=-2df2c3e1c9e897d6 --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-2f5e09e4f5a3ac8c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972026-07-01T15:59:02.586Z Running `/home/build/.rustup/toolchains/1.96.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=1c89e523a3e08a52 -C extra-filename=-8384bfabe6f8b5c5 --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-4fde6b813fd18c67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-07-01T15:59:02.586Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8edef62252a1597a -C extra-filename=-2a341cedcbfe49d9 --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-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992026-07-01T15:59:02.685Z Compiling proc-macro-error-attr v1.0.4
35002026-07-01T15:59:02.689Z Compiling proc-macro-error v1.0.4
35012026-07-01T15:59:02.689Z Running `/home/build/.rustup/toolchains/1.96.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=acc001987b02760a -C extra-filename=-c05c6cb5af5fa706 --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-2c556a54d297417c.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-1107a69f12a0ffff/out`
35022026-07-01T15:59:02.689Z Running `/home/build/.rustup/toolchains/1.96.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=4c4f90552d14f0a7 -C extra-filename=-614d87617042c167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032026-07-01T15:59:02.689Z Running `/home/build/.rustup/toolchains/1.96.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=2aa94bb728537f5d -C extra-filename=-3a98a3afc6f6ec3e --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-3a98a3afc6f6ec3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042026-07-01T15:59:02.689Z Running `/home/build/.rustup/toolchains/1.96.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=980f13e294481856 -C extra-filename=-45c788480b508cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-07-01T15:59:02.786Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-a6c8f47bf8ba2880/build-script-build`
35062026-07-01T15:59:02.790Z Compiling tabwriter v1.4.1
35072026-07-01T15:59:02.790Z Compiling heapless v0.8.0
35082026-07-01T15:59:02.819Z Running `/home/build/.rustup/toolchains/1.96.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=2c0867f6b63cc0ab -C extra-filename=-758dab596649aa06 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-758dab596649aa06 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-07-01T15:59:02.826Z Running `/home/build/.rustup/toolchains/1.96.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=655eb9c9ff155c00 -C extra-filename=-09d9f240e7eb69bf --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-09d9f240e7eb69bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-07-01T15:59:02.826Z Running `/home/build/.rustup/toolchains/1.96.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=1b21e4498ab8e637 -C extra-filename=-767b3b5235066ac3 --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-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-07-01T15:59:02.826Z Running `/home/build/.rustup/toolchains/1.96.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=7365c7a79083bc0d -C extra-filename=-8976b28566110eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-8976b28566110eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-07-01T15:59:02.885Z Compiling serde_yaml v0.9.34+deprecated
35132026-07-01T15:59:02.888Z Running `/home/build/.rustup/toolchains/1.96.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=d1d152099cfc4c7b -C extra-filename=-00e8ccd4ce8e993e --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-9ce442fd1cc128fd.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-b95faaec17b65d76.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-8c1df2f6fc4df0ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-07-01T15:59:02.957Z Compiling test-strategy v0.4.5
35152026-07-01T15:59:02.961Z Compiling chacha20poly1305 v0.10.1
35162026-07-01T15:59:03.026Z Compiling zip v4.6.1
35172026-07-01T15:59:03.064Z Running `/home/build/.rustup/toolchains/1.96.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=e958e17e854c9dc4 -C extra-filename=-2dee782f3f48fb27 --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-bb81780c4ce032ed.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0432474832a6459f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182026-07-01T15:59:03.069Z Running `/home/build/.rustup/toolchains/1.96.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=13f1918752b4f801 -C extra-filename=-1877e952234606ea --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-b41db2313ffecbac.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-3300b8b259f09f7f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-4616c399937ccb7d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192026-07-01T15:59:03.070Z Compiling argon2 v0.5.3
35202026-07-01T15:59:03.070Z Compiling toml_edit v0.23.10+spec-1.0.0
35212026-07-01T15:59:03.070Z Running `/home/build/.rustup/toolchains/1.96.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=d5338e83f8c20e60 -C extra-filename=-f923fa5687fa25e1 --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-6a31d2dff4f72411.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d7de13df64e70a85.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-e51b9bb9d95fe188.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-c05c6cb5af5fa706.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-1107a69f12a0ffff/out`
35222026-07-01T15:59:03.108Z Compiling unicode-width v0.1.14
35232026-07-01T15:59:03.111Z Running `/home/build/.rustup/toolchains/1.96.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=142813a3fd182669 -C extra-filename=-2936e0be1cd838ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242026-07-01T15:59:03.111Z Running `/home/build/.rustup/toolchains/1.96.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=6616eaef2f78c7ee -C extra-filename=-733038e33b6825ff --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-2f5e09e4f5a3ac8c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-0e5adfbef741dfb0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-2df2c3e1c9e897d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-07-01T15:59:03.113Z Running `/home/build/.rustup/toolchains/1.96.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=dae077c9913ca157 -C extra-filename=-d654880bb5907696 --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-9ce442fd1cc128fd.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-45c788480b508cbb.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1bfc1429ca26185f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262026-07-01T15:59:03.115Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-3a98a3afc6f6ec3e/build-script-build`
35272026-07-01T15:59:03.178Z Running `/home/build/.rustup/toolchains/1.96.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=c6756dc934824820 -C extra-filename=-e08132f912d19bc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282026-07-01T15:59:03.289Z Compiling colored v3.1.1
35292026-07-01T15:59:03.293Z Compiling ingot-macros v0.1.1
35302026-07-01T15:59:03.293Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-758dab596649aa06/build-script-build`
35312026-07-01T15:59:03.399Z Compiling parse-display v0.10.0
35322026-07-01T15:59:03.402Z Compiling hash32 v0.3.1
35332026-07-01T15:59:03.499Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1d49b3ca0363b51 -C extra-filename=-37c224d5101ed844 --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-0434c22b71da31fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-07-01T15:59:03.504Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-09d9f240e7eb69bf/build-script-build`
35352026-07-01T15:59:03.504Z Running `/home/build/.rustup/toolchains/1.96.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=bd97e2f88cae1266 -C extra-filename=-0d0146fd3fdfea8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-07-01T15:59:03.504Z Compiling typify-impl v0.6.2
35372026-07-01T15:59:03.504Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35382026-07-01T15:59:03.504Z Compiling smoltcp v0.11.0
35392026-07-01T15:59:03.504Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35402026-07-01T15:59:03.504Z Compiling cobs v0.3.0
35412026-07-01T15:59:03.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
35422026-07-01T15:59:03.505Z Compiling toml v0.8.23
35432026-07-01T15:59:03.567Z Running `/home/build/.rustup/toolchains/1.96.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=82382eea738fdbe9 -C extra-filename=-0a127d0cfdc71a72 --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-7294ee5ce8a05531.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-07-01T15:59:03.600Z Running `/home/build/.rustup/toolchains/1.96.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=4e87a1185fc363e8 -C extra-filename=-ff7a5fd98f38850d --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-8384bfabe6f8b5c5.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452026-07-01T15:59:03.604Z Running `/home/build/.rustup/toolchains/1.96.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=681f01e9d36fe405 -C extra-filename=-a1a4a1f1f25ed74b --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-cd826904474fece0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-07-01T15:59:03.630Z Running `/home/build/.rustup/toolchains/1.96.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=1efb8e7d511ed653 -C extra-filename=-b03296cb34667d04 --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-b4f780b189a31b98.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-638b1e2ab1e5ded2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472026-07-01T15:59:03.634Z Compiling proc-macro-crate v1.3.1
35482026-07-01T15:59:03.663Z Compiling foreign-types-macros v0.2.3
35492026-07-01T15:59:03.667Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=532cfdd30854b1f5 -C extra-filename=-ff820bc0dd0cc684 --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-8a91b2fd79f237fe.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2936e0be1cd838ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502026-07-01T15:59:03.668Z Running `/home/build/.rustup/toolchains/1.96.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=4e87eae21e349785 -C extra-filename=-872166524394dccb --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-07-01T15:59:03.668Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-8976b28566110eb4/build-script-build`
35522026-07-01T15:59:03.668Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9243addc8328c236 -C extra-filename=-05b10ea44b123404 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-05b10ea44b123404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-07-01T15:59:03.668Z Running `/home/build/.rustup/toolchains/1.96.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=70275635cd4137e5 -C extra-filename=-267bc705698b429d --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-71f89665c857a75b.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8f3a76856c2d0ae6.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542026-07-01T15:59:03.669Z Running `/home/build/.rustup/toolchains/1.96.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=b71568b78571c71c -C extra-filename=-442c97c292741db1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-442c97c292741db1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-07-01T15:59:03.671Z Running `/home/build/.rustup/toolchains/1.96.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=6f4771d50e960bfb -C extra-filename=-f286de672949fcf8 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-f286de672949fcf8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562026-07-01T15:59:03.673Z Running `/home/build/.rustup/toolchains/1.96.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=b7d0f41cc90ee3a5 -C extra-filename=-fd97d48d0e55e962 --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-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572026-07-01T15:59:03.697Z Running `/home/build/.rustup/toolchains/1.96.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=e4319d4188cb3ac1 -C extra-filename=-a25f4a37071ef801 --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-62a3273ba722b64a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-07-01T15:59:03.701Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
35592026-07-01T15:59:03.731Z Running `/home/build/.rustup/toolchains/1.96.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=2a6d978f6d6f7f5d -C extra-filename=-37c0114aeb31cc65 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-07-01T15:59:03.767Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=1f7cfb9faf3c78ed -C extra-filename=-f512d3b90213e3cb --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-64568b11226546eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612026-07-01T15:59:03.771Z Compiling proc-macro-crate v3.4.0
35622026-07-01T15:59:03.798Z Running `/home/build/.rustup/toolchains/1.96.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=fbbdcf8ae5787305 -C extra-filename=-97da512721e091a7 --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-d654880bb5907696.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632026-07-01T15:59:03.864Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
35642026-07-01T15:59:03.901Z Compiling rayon v1.11.0
35652026-07-01T15:59:03.904Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=0651b337d0d7c911 -C extra-filename=-3893176fde8a1592 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-3893176fde8a1592 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-07-01T15:59:03.940Z Running `/home/build/.rustup/toolchains/1.96.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=0b1fee0ad1f8082b -C extra-filename=-6f86b12e8207bbaf --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-802a02953ab3b2a2.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ff7a5fd98f38850d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672026-07-01T15:59:03.941Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-442c97c292741db1/build-script-build`
35682026-07-01T15:59:03.978Z Compiling thiserror-no-std v2.0.2
35692026-07-01T15:59:04.016Z Compiling postcard v1.1.3
35702026-07-01T15:59:04.019Z Running `/home/build/.rustup/toolchains/1.96.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=3fdfd6bc905ff114 -C extra-filename=-46bd99537d5a3a77 --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-a2c2fbf9b0508ae3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-07-01T15:59:04.054Z Running `/home/build/.rustup/toolchains/1.96.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=6a63c4a28821139f -C extra-filename=-f67ddeeb27a1f56b --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-fd97d48d0e55e962.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-07-01T15:59:04.127Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-05b10ea44b123404/build-script-build`
35732026-07-01T15:59:04.131Z Compiling foreign-types-shared v0.3.1
35742026-07-01T15:59:04.131Z Running `/home/build/.rustup/toolchains/1.96.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=3f910724ecce33c6 -C extra-filename=-632dd44d23d3963a --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-a1a4a1f1f25ed74b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-ace8c102e25112b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-07-01T15:59:04.166Z Running `/home/build/.rustup/toolchains/1.96.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=0d3fd8449ef69363 -C extra-filename=-06e3632a20b7d5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-07-01T15:59:04.166Z Running `/home/build/.rustup/toolchains/1.96.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=26d38367c0fe3fd9 -C extra-filename=-553e42cac272ac28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35772026-07-01T15:59:04.236Z Compiling hyper v1.10.1
35782026-07-01T15:59:04.239Z Running `/home/build/.rustup/toolchains/1.96.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=608675f81a38175f -C extra-filename=-c346c70d8a8fa8e9 --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-7884411faf8446e1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e9e60b9363338a8d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-13e7df82655a3fd3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-25cc7ebab10ea2cb.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-7267fb885812b854.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-07-01T15:59:04.314Z Compiling vsss-rs v3.3.4
35802026-07-01T15:59:04.319Z Compiling num_enum_derive v0.5.11
35812026-07-01T15:59:04.351Z Compiling chacha20 v0.10.0
35822026-07-01T15:59:04.354Z Running `/home/build/.rustup/toolchains/1.96.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=5d87e638bbf46c7c -C extra-filename=-2d1448c539d5789e --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-70f68d88027d2aad.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-46bd99537d5a3a77.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832026-07-01T15:59:04.389Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-f286de672949fcf8/build-script-build`
35842026-07-01T15:59:04.427Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35852026-07-01T15:59:04.431Z Compiling num-derive v0.4.2
35862026-07-01T15:59:04.431Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-3893176fde8a1592/build-script-build`
35872026-07-01T15:59:04.431Z Running `/home/build/.rustup/toolchains/1.96.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=75aa8f7746cac456 -C extra-filename=-dbe945dbbfc33d53 --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-a25f4a37071ef801.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-07-01T15:59:04.432Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0dec11caed7160b -C extra-filename=-b2bef98b1f6952e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35892026-07-01T15:59:04.464Z Running `/home/build/.rustup/toolchains/1.96.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="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=0591b0bcceb3de6d -C extra-filename=-1d5a63b52a5e30a9 --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-07-01T15:59:04.499Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
35912026-07-01T15:59:04.503Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35922026-07-01T15:59:04.598Z Running `/home/build/.rustup/toolchains/1.96.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=139e44e6abd34cd0 -C extra-filename=-3c3ca786a9e65354 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-07-01T15:59:04.634Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/crates/propolis-api-types-versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afc9547a8d40df21 -C extra-filename=-f9c646ee471b6fe0 --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-ff820bc0dd0cc684.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2a341cedcbfe49d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942026-07-01T15:59:04.638Z Compiling sigpipe v0.1.3
35952026-07-01T15:59:04.638Z Compiling cstr-argument v0.1.2
35962026-07-01T15:59:04.638Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
35972026-07-01T15:59:04.667Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=356e94cb65459acc -C extra-filename=-54bcd804cd004c20 --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-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-07-01T15:59:04.672Z Running `/home/build/.rustup/toolchains/1.96.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=677c64da800e3187 -C extra-filename=-6194f714d3585838 --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-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-07-01T15:59:04.811Z Compiling num_enum_derive v0.7.6
36002026-07-01T15:59:04.814Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36012026-07-01T15:59:04.814Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36022026-07-01T15:59:04.815Z Compiling itertools v0.12.1
36032026-07-01T15:59:04.849Z Running `/home/build/.rustup/toolchains/1.96.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=5f71153e4d0e3208 -C extra-filename=-e6f32a56e8ba5ead --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-872166524394dccb.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
36042026-07-01T15:59:04.885Z Running `/home/build/.rustup/toolchains/1.96.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=48bbef8e1b3d3283 -C extra-filename=-4a5015cb42074201 --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-ccf4af5f4acd8b5c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-07-01T15:59:04.888Z Running `/home/build/.rustup/toolchains/1.96.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=58d299cf8ea0ff1e -C extra-filename=-459dc9d6ee94aa51 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-07-01T15:59:04.888Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6971227bbd7968a3 -C extra-filename=-09bc26091f031fcb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-09bc26091f031fcb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072026-07-01T15:59:04.987Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36082026-07-01T15:59:04.990Z Compiling foreign-types v0.5.0
36092026-07-01T15:59:04.990Z Compiling rand v0.10.0
36102026-07-01T15:59:04.990Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36112026-07-01T15:59:04.990Z Compiling smf v0.2.3
36122026-07-01T15:59:04.990Z Compiling whoami v1.6.1
36132026-07-01T15:59:04.990Z Compiling usdt-macro v0.5.0
36142026-07-01T15:59:04.990Z Running `/home/build/.rustup/toolchains/1.96.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=cadab12346ecb0b9 -C extra-filename=-c3022f0ac3e8e8d0 --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-97da512721e091a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-07-01T15:59:04.990Z Running `/home/build/.rustup/toolchains/1.96.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=239db752c477e0a1 -C extra-filename=-76fc5a97b56cce51 --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-ea55f6da188cc094.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-632dd44d23d3963a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-07-01T15:59:04.990Z Running `/home/build/.rustup/toolchains/1.96.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=6ad3f7989820bd38 -C extra-filename=-1b9e2831e5c4e4c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-1b9e2831e5c4e4c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-07-01T15:59:04.990Z Running `/home/build/.rustup/toolchains/1.96.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=81d973325806b2a5 -C extra-filename=-e4beb502f8aead58 --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-802a02953ab3b2a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-07-01T15:59:04.991Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=778836115ea99c52 -C extra-filename=-8453fc50ef7fdf08 --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-475c5481f11c65dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-07-01T15:59:04.991Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/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=088c326cd854997e -C extra-filename=-b468f357abed8eff --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-96b94e4be8ef41d9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2e5a252cffc00cc1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-07-01T15:59:04.992Z Compiling usdt-attr-macro v0.5.0
36212026-07-01T15:59:04.992Z Compiling memmap v0.7.0
36222026-07-01T15:59:05.020Z Compiling derive-where v1.6.0
36232026-07-01T15:59:05.023Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=04c36abf2b1b46ec -C extra-filename=-e684e8f1db2351a8 --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-1d5a63b52a5e30a9.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f50f07ad72d01d7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-577b54cb67165b62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-07-01T15:59:05.024Z Running `/home/build/.rustup/toolchains/1.96.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=422b584cc3716c2e -C extra-filename=-f7f85523f7b9e357 --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-37c0114aeb31cc65.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-06e3632a20b7d5ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252026-07-01T15:59:05.024Z Running `/home/build/.rustup/toolchains/1.96.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=f816193121ad471a -C extra-filename=-802630cf4e25368d --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-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-07-01T15:59:05.024Z Running `/home/build/.rustup/toolchains/1.96.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=92df74426f316c2f -C extra-filename=-928e7176ef76a434 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-928e7176ef76a434 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-07-01T15:59:05.024Z Running `/home/build/.rustup/toolchains/1.96.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=dbbae32e5effed2d -C extra-filename=-953f3903e16643e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-07-01T15:59:05.024Z Running `/home/build/.rustup/toolchains/1.96.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=5da2864c821f244e -C extra-filename=-081385512a92ff18 --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-0c589bbae7109598.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292026-07-01T15:59:05.024Z Running `/home/build/.rustup/toolchains/1.96.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=90a35a87eeee35ce -C extra-filename=-35c8d163493d0151 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-07-01T15:59:05.026Z Running `/home/build/.rustup/toolchains/1.96.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=d9e93f1c2b773bdb -C extra-filename=-d551996283192f4b --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-0c589bbae7109598.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-07-01T15:59:05.051Z Running `/home/build/.rustup/toolchains/1.96.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=2d5793e2bf28df0b -C extra-filename=-bb899a1ebe7ca272 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-07-01T15:59:05.154Z Compiling zone_cfg_derive v0.3.1
36332026-07-01T15:59:05.193Z Running `/home/build/.rustup/toolchains/1.96.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=58b005ee168645ca -C extra-filename=-5c9de76596afd3e7 --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-f933e2cc2e49d477.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e6f32a56e8ba5ead.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-07-01T15:59:05.196Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-09bc26091f031fcb/build-script-build`
36352026-07-01T15:59:05.264Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36362026-07-01T15:59:05.338Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36372026-07-01T15:59:05.341Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36382026-07-01T15:59:05.341Z Running `/home/build/.rustup/toolchains/1.96.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=c5e91de441c00adf -C extra-filename=-75099fcedaf88e01 --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-4a5015cb42074201.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f7f85523f7b9e357.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-553e42cac272ac28.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392026-07-01T15:59:05.407Z Compiling console v0.15.11
36402026-07-01T15:59:05.410Z Running `/home/build/.rustup/toolchains/1.96.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=cbcaeed70c015892 -C extra-filename=-c17e121db2e11db5 --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-475c5481f11c65dc.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-6194f714d3585838.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412026-07-01T15:59:05.443Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2dba42ee251fe08e -C extra-filename=-7787d95894d0029e --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-8453fc50ef7fdf08.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-07-01T15:59:05.446Z Compiling newline-converter v0.3.0
36432026-07-01T15:59:05.446Z Running `/home/build/.rustup/toolchains/1.96.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=ae515e060a74798f -C extra-filename=-d729c60e81f65f0e --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-475c5481f11c65dc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442026-07-01T15:59:05.513Z Compiling hyper-util v0.1.20
36452026-07-01T15:59:05.516Z Running `/home/build/.rustup/toolchains/1.96.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=62d4cda8b56edf65 -C extra-filename=-d59cce6721deaed5 --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-18e28674e7c55e6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-07-01T15:59:05.625Z Compiling bytecount v0.6.9
36472026-07-01T15:59:05.628Z Compiling owo-colors v4.3.0
36482026-07-01T15:59:05.628Z Compiling cancel-safe-futures v0.1.5
36492026-07-01T15:59:05.628Z Running `/home/build/.rustup/toolchains/1.96.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=9bbe278df91d39b1 -C extra-filename=-ccf70f60cb5f0125 --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-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-7fc39982ef9dfaba.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-07-01T15:59:05.630Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-1b9e2831e5c4e4c0/build-script-build`
36512026-07-01T15:59:05.630Z Compiling libsw-core v0.3.2
36522026-07-01T15:59:05.630Z Compiling num-rational v0.4.2
36532026-07-01T15:59:05.661Z Running `/home/build/.rustup/toolchains/1.96.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=3539e563d23288f4 -C extra-filename=-63f9465ca6a8cbb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-07-01T15:59:05.665Z Running `/home/build/.rustup/toolchains/1.96.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=782aa7075d38a187 -C extra-filename=-fec7aa6e202b54d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-fec7aa6e202b54d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552026-07-01T15:59:05.665Z Running `/home/build/.rustup/toolchains/1.96.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=fe2e7a41650e7aed -C extra-filename=-da692d92f7c427dd --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-da692d92f7c427dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562026-07-01T15:59:05.665Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-928e7176ef76a434/build-script-build`
36572026-07-01T15:59:05.665Z Running `/home/build/.rustup/toolchains/1.96.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=e1650e21d358c52d -C extra-filename=-ada4ec1bf521e8a8 --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-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-07-01T15:59:05.666Z Running `/home/build/.rustup/toolchains/1.96.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=9d9143598de2fd0e -C extra-filename=-90b57efbe3ee524c --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-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592026-07-01T15:59:05.730Z Compiling num-complex v0.4.6
36602026-07-01T15:59:05.763Z Compiling linear-map v1.2.0
36612026-07-01T15:59:05.798Z Running `/home/build/.rustup/toolchains/1.96.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=2a20ed21314c1b54 -C extra-filename=-6d7172f0fa818cf6 --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-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-07-01T15:59:05.801Z Running `/home/build/.rustup/toolchains/1.96.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=08befc3bb2e819ec -C extra-filename=-5e781a52876182ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-07-01T15:59:05.865Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36642026-07-01T15:59:05.868Z Compiling float-ord v0.3.2
36652026-07-01T15:59:05.900Z Compiling expectorate v1.2.0
36662026-07-01T15:59:05.903Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0ab4c1bac62bc81 -C extra-filename=-cc84cd942bff2bce --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-2936e0be1cd838ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3c3ca786a9e65354.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672026-07-01T15:59:05.903Z Running `/home/build/.rustup/toolchains/1.96.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=04816f06e3bf99a5 -C extra-filename=-1c2944f8913e7e4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-07-01T15:59:05.937Z Compiling num_enum v0.5.11
36692026-07-01T15:59:05.941Z Running `/home/build/.rustup/toolchains/1.96.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=9493e18734ce662c -C extra-filename=-25152984c50b4bd1 --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-bb065a3b5d734b88.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d729c60e81f65f0e.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-d59cce6721deaed5.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-07-01T15:59:05.944Z Running `/home/build/.rustup/toolchains/1.96.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=a40caeba3e4d3096 -C extra-filename=-92761d57a336a1f9 --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-dbe945dbbfc33d53.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712026-07-01T15:59:05.975Z Compiling libsw v3.5.0
36722026-07-01T15:59:06.013Z Compiling gethostname v0.5.0
36732026-07-01T15:59:06.016Z Running `/home/build/.rustup/toolchains/1.96.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=8d4d8a15ab9010b3 -C extra-filename=-c542c4b920042ea3 --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-90b57efbe3ee524c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-07-01T15:59:06.016Z Running `/home/build/.rustup/toolchains/1.96.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=ee7470367257b67c -C extra-filename=-cbc4981ef833fd7b --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-b0866efa650d6974.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-07-01T15:59:06.049Z Compiling prettyplease v0.2.37
36762026-07-01T15:59:06.081Z Compiling resolv-conf v0.7.6
36772026-07-01T15:59:06.084Z Running `/home/build/.rustup/toolchains/1.96.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=9840b381109c75be -C extra-filename=-515c315f08bf6404 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-515c315f08bf6404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-07-01T15:59:06.149Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36792026-07-01T15:59:06.182Z Compiling convert_case v0.10.0
36802026-07-01T15:59:06.185Z Running `/home/build/.rustup/toolchains/1.96.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=d22523b373e265df -C extra-filename=-d6e503fa601485a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-07-01T15:59:06.297Z Compiling unicode-linebreak v0.1.5
36822026-07-01T15:59:06.301Z Compiling smawk v0.3.2
36832026-07-01T15:59:06.301Z Compiling papergrid v0.11.0
36842026-07-01T15:59:06.301Z Running `/home/build/.rustup/toolchains/1.96.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=b84304356eaff99f -C extra-filename=-1874004f23a666d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-92761d57a336a1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-07-01T15:59:06.301Z Running `/home/build/.rustup/toolchains/1.96.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=92f77802c97ea80e -C extra-filename=-659b7e27e44e4a02 --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-18e28674e7c55e6a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-07-01T15:59:06.301Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-da692d92f7c427dd/build-script-build`
36872026-07-01T15:59:06.441Z Compiling num v0.4.3
36882026-07-01T15:59:06.450Z Compiling tabled_derive v0.7.0
36892026-07-01T15:59:06.451Z Compiling slog-dtrace v0.3.0
36902026-07-01T15:59:06.451Z Compiling linked-hash-map v0.5.6
36912026-07-01T15:59:06.451Z Running `/home/build/.rustup/toolchains/1.96.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=55831c159a518062 -C extra-filename=-2c13e6d1e75f7dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-07-01T15:59:06.453Z Running `/home/build/.rustup/toolchains/1.96.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=73b4ca25ac8f2085 -C extra-filename=-e89eda67191d49d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-07-01T15:59:06.453Z Running `/home/build/.rustup/toolchains/1.96.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=9e405512dcecf401 -C extra-filename=-e026e2cb87b9cfbe --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-63f9465ca6a8cbb8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-91bf8e578b010fbb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942026-07-01T15:59:06.551Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36952026-07-01T15:59:06.551Z Compiling num_enum v0.7.6
36962026-07-01T15:59:06.551Z Compiling zone v0.3.1
36972026-07-01T15:59:06.553Z Compiling usdt v0.5.0
36982026-07-01T15:59:06.553Z Compiling hickory-proto v0.24.4
36992026-07-01T15:59:06.553Z Compiling termtree v0.5.1
37002026-07-01T15:59:06.582Z Compiling fd-lock v4.0.4
37012026-07-01T15:59:06.582Z Compiling vte v0.14.1
37022026-07-01T15:59:06.582Z Compiling minimal-lexical v0.2.1
37032026-07-01T15:59:06.582Z Running `/home/build/.rustup/toolchains/1.96.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=f8003c623bf77b3d -C extra-filename=-87140b5865f4661e --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-6d7172f0fa818cf6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-ada4ec1bf521e8a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-07-01T15:59:06.582Z Running `/home/build/.rustup/toolchains/1.96.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=69ac2928c8cfe277 -C extra-filename=-0642ad9bee92fc8d --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-f933e2cc2e49d477.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e6f32a56e8ba5ead.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-07-01T15:59:06.582Z Running `/home/build/.rustup/toolchains/1.96.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=971c4299e8a92e71 -C extra-filename=-af69d65a875bc79c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-af69d65a875bc79c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-07-01T15:59:06.583Z Running `/home/build/.rustup/toolchains/1.96.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=7eff2c7bb656cdb5 -C extra-filename=-c01d68935471eda3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-07-01T15:59:06.583Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b60029bd57c5689d -C extra-filename=-99041caa11f7abc5 --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-ff820bc0dd0cc684.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-f9c646ee471b6fe0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-07-01T15:59:06.599Z Compiling nu-ansi-term v0.50.3
37092026-07-01T15:59:06.600Z Running `/home/build/.rustup/toolchains/1.96.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=e97547de4e11746b -C extra-filename=-f166a690a7a4bf1a --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-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102026-07-01T15:59:06.600Z Running `/home/build/.rustup/toolchains/1.96.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=3521adbb0826a574 -C extra-filename=-2c12405d4e4eea34 --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-ccf4af5f4acd8b5c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-07-01T15:59:06.600Z Running `/home/build/.rustup/toolchains/1.96.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=b7ba97ce2817d757 -C extra-filename=-a38e43deff1661c8 --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-c3022f0ac3e8e8d0.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-07-01T15:59:06.635Z Running `/home/build/.rustup/toolchains/1.96.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=27292b8c372bb784 -C extra-filename=-066dff01586709ba --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-4e778a706bc0dc16.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-955cc156dd0ac2cc.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-c972994ffc95c23b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-3f6b2e87b92f8b19.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132026-07-01T15:59:06.646Z Running `/home/build/.rustup/toolchains/1.96.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=5e0f8c05d99fa5a5 -C extra-filename=-947ff547998d1302 --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142026-07-01T15:59:06.648Z Compiling unicode-xid v0.2.6
37152026-07-01T15:59:06.648Z Running `/home/build/.rustup/toolchains/1.96.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=608de1bc15018922 -C extra-filename=-4811978babbb7e5a --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-745e06628c0acb2c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-0c589bbae7109598.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0194fe363b9ff511.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-35c8d163493d0151.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d551996283192f4b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-081385512a92ff18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162026-07-01T15:59:06.648Z Running `/home/build/.rustup/toolchains/1.96.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=80705292fdc686a6 -C extra-filename=-7382b80de2bf9c74 --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-e4beb502f8aead58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-5c9de76596afd3e7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-07-01T15:59:06.649Z Running `/home/build/.rustup/toolchains/1.96.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=2f6d2f8cd5956e5f -C extra-filename=-63056286a6006b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1874004f23a666d2.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-6ef603891a282a35/out -l static=pci`
37182026-07-01T15:59:06.649Z Running `/home/build/.rustup/toolchains/1.96.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=00f53ecc54d81228 -C extra-filename=-7544f93e9a302c48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192026-07-01T15:59:06.649Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-fec7aa6e202b54d1/build-script-build`
37202026-07-01T15:59:06.649Z Running `/home/build/.rustup/toolchains/1.96.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=44b0e05ae80d773d -C extra-filename=-4c650f037702db33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-07-01T15:59:06.650Z Running `/home/build/.rustup/toolchains/1.96.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=6f03242a489960bd -C extra-filename=-e5136e81866bc448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-07-01T15:59:06.698Z Compiling display-error-chain v0.2.2
37232026-07-01T15:59:06.741Z Running `/home/build/.rustup/toolchains/1.96.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=83ab393a67869ecf -C extra-filename=-8c8482349eff0047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-07-01T15:59:06.760Z Compiling lru-cache v0.1.2
37252026-07-01T15:59:06.778Z Compiling ar_archive_writer v0.5.1
37262026-07-01T15:59:06.778Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-515c315f08bf6404/build-script-build`
37272026-07-01T15:59:06.778Z Running `/home/build/.rustup/toolchains/1.96.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=f4a89ce22ec6540e -C extra-filename=-d67492100f57418b --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-c01d68935471eda3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282026-07-01T15:59:06.778Z Running `/home/build/.rustup/toolchains/1.96.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=e33707ae6a32ff87 -C extra-filename=-79fda9df1e1d6e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:06.791Z Compiling textwrap v0.16.2
37302026-07-01T15:59:06.791Z Running `/home/build/.rustup/toolchains/1.96.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=cc984efde9ef56e0 -C extra-filename=-91e9c67627fab3dd --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-c7f66a712244a735.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-07-01T15:59:06.793Z Compiling ingot-types v0.1.2
37322026-07-01T15:59:06.793Z Compiling derive_more-impl v2.1.1
37332026-07-01T15:59:06.793Z Compiling stacker v0.1.23
37342026-07-01T15:59:06.834Z Running `/home/build/.rustup/toolchains/1.96.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=cbfb3b04d33dfa81 -C extra-filename=-f250b99746fe5d8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
37352026-07-01T15:59:06.847Z Running `/home/build/.rustup/toolchains/1.96.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=d1ed1cbd2d122eb3 -C extra-filename=-28f6ef79f50da9b4 --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-e89eda67191d49d9.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-68792b73d7f60e2e.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-2c13e6d1e75f7dd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-07-01T15:59:06.847Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=978040b8f134bb67 -C extra-filename=-1ed5d877b44e2fe3 --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-37c224d5101ed844.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-07-01T15:59:06.849Z Running `/home/build/.rustup/toolchains/1.96.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=c79fbf392e81612c -C extra-filename=-e1170ac61808a017 --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-659b7e27e44e4a02.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382026-07-01T15:59:06.883Z Compiling csv-core v0.1.13
37392026-07-01T15:59:06.883Z Running `/home/build/.rustup/toolchains/1.96.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=f94b2082b2647c75 -C extra-filename=-6e0b7ed8b5efe2de --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-6e0b7ed8b5efe2de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-07-01T15:59:06.884Z Running `/home/build/.rustup/toolchains/1.96.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=b3ab6ad4bf8a2d25 -C extra-filename=-b5432146fb4bdf48 --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-07-01T15:59:06.935Z Compiling cfg_aliases v0.1.1
37422026-07-01T15:59:06.955Z Compiling semver v0.1.20
37432026-07-01T15:59:06.956Z Running `/home/build/.rustup/toolchains/1.96.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=70f136f6f11b4383 -C extra-filename=-16816bb5bb449606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442026-07-01T15:59:07.044Z Compiling highway v1.3.0
37452026-07-01T15:59:07.185Z Running `/home/build/.rustup/toolchains/1.96.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=11561a2fc8774e4f -C extra-filename=-baaf4d915d72a3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-07-01T15:59:07.185Z Compiling hyper-tls v0.6.0
37472026-07-01T15:59:07.185Z Running `/home/build/.rustup/toolchains/1.96.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=28695de303222f55 -C extra-filename=-ea5d341fe30ccaa0 --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-29b83d6ab9521271.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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)'`
37482026-07-01T15:59:07.186Z Running `/home/build/.rustup/toolchains/1.96.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=9f164cbd5913b4a8 -C extra-filename=-6999474a37e5c4a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-07-01T15:59:07.186Z Compiling nibble_vec v0.1.0
37502026-07-01T15:59:07.186Z Running `/home/build/.rustup/toolchains/1.96.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=d5d416a13386208c -C extra-filename=-9b1daed0c4d0ccd1 --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-a2a64572023fe240.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0efbdc397970b102.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-040a831bfcf4aaf2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37512026-07-01T15:59:07.186Z Compiling nom v7.1.3
37522026-07-01T15:59:07.186Z Running `/home/build/.rustup/toolchains/1.96.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=1d1173454fb660e3 -C extra-filename=-7b906129282f27d0 --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-b057846ce76d7ba6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532026-07-01T15:59:07.186Z Compiling nix v0.28.0
37542026-07-01T15:59:07.186Z Running `/home/build/.rustup/toolchains/1.96.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=4eaef73801a46f26 -C extra-filename=-3b65a7f062194f66 --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-29cf7af8e2fc43be.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-4c650f037702db33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-07-01T15:59:07.187Z Running `/home/build/.rustup/toolchains/1.96.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=fcbe8077dbaa1c6b -C extra-filename=-bd42240a76698dde --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-bd42240a76698dde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-16816bb5bb449606.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-07-01T15:59:07.430Z Compiling strip-ansi-escapes v0.2.1
37572026-07-01T15:59:07.460Z Running `/home/build/.rustup/toolchains/1.96.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=d7e014d33962b048 -C extra-filename=-fafa46a5f40a226c --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-947ff547998d1302.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582026-07-01T15:59:07.460Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37592026-07-01T15:59:07.461Z Compiling tokio-dtrace v0.1.1
37602026-07-01T15:59:07.461Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/d9645f8/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=ee26ad6be1d8e22a -C extra-filename=-33e4ccc3a69db63b --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-475c5481f11c65dc.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-b2bef98b1f6952e2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a38e43deff1661c8.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-07-01T15:59:07.461Z Compiling csv v1.4.0
37622026-07-01T15:59:07.461Z Compiling endian-type v0.1.2
37632026-07-01T15:59:07.461Z Running `/home/build/.rustup/toolchains/1.96.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=1f7d454f755a527c -C extra-filename=-f697c2e4062aabcb --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-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-07-01T15:59:07.482Z Compiling home v0.5.12
37652026-07-01T15:59:07.492Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37662026-07-01T15:59:07.494Z Running `/home/build/.rustup/toolchains/1.96.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=b60da27ea354b602 -C extra-filename=-514a763e5b9a0b1d --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-b5432146fb4bdf48.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-b95faaec17b65d76.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672026-07-01T15:59:07.494Z Running `/home/build/.rustup/toolchains/1.96.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=473de6ed71f4553c -C extra-filename=-5cca1225989bc199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-07-01T15:59:07.550Z Compiling phf_shared v0.12.1
37692026-07-01T15:59:07.553Z Compiling recursive-proc-macro-impl v0.1.1
37702026-07-01T15:59:07.553Z Running `/home/build/.rustup/toolchains/1.96.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=c1df213265e2cf7e -C extra-filename=-0bc4bf4df1c5d85b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-07-01T15:59:07.553Z Running `/home/build/.rustup/toolchains/1.96.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=c3ac805ae653a330 -C extra-filename=-afe6a8f1d2ea6027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722026-07-01T15:59:07.555Z Running `/home/build/.rustup/toolchains/1.96.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=82fc3d7266025cfb -C extra-filename=-2d06987e701bcaf1 --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-b8bf9e5fddfaba5e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732026-07-01T15:59:07.583Z Running `/home/build/.rustup/toolchains/1.96.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=51250361b04baec4 -C extra-filename=-258f1cc3b2587d49 --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-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-07-01T15:59:07.613Z Compiling chrono-tz v0.10.4
37752026-07-01T15:59:07.677Z Compiling const_format_proc_macros v0.2.34
37762026-07-01T15:59:07.680Z Running `/home/build/.rustup/toolchains/1.96.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=9ec4316ff42fb0b5 -C extra-filename=-b3133c84d098e901 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-b3133c84d098e901 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-07-01T15:59:07.712Z Compiling psm v0.1.30
37782026-07-01T15:59:07.715Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-af69d65a875bc79c/build-script-build`
37792026-07-01T15:59:07.744Z Running `/home/build/.rustup/toolchains/1.96.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=9c2adb6ec253a811 -C extra-filename=-21bebc939e970ea2 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8c8482349eff0047.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802026-07-01T15:59:07.748Z Compiling rustc_version v0.1.7
37812026-07-01T15:59:07.748Z Running `/home/build/.rustup/toolchains/1.96.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=27cb1e6a70f34769 -C extra-filename=-02bc6ed42caf8c34 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-02bc6ed42caf8c34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-91e9c67627fab3dd.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822026-07-01T15:59:07.812Z Compiling peg-macros v0.8.5
37832026-07-01T15:59:07.815Z Running `/home/build/.rustup/toolchains/1.96.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=5717874ea20842c7 -C extra-filename=-f8139578a9422dce --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-baaf4d915d72a3af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-07-01T15:59:07.847Z Compiling reqwest v0.12.28
37852026-07-01T15:59:07.851Z Running `/home/build/.rustup/toolchains/1.96.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=e06143d7ec6dbd0c -C extra-filename=-f840977326fd376f --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-256e074e75faabf0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-07-01T15:59:07.851Z Running `/home/build/.rustup/toolchains/1.96.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=6a405216cd1bd58f -C extra-filename=-0f5abda38cc66465 --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-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-29586db834c2c8c8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e9e60b9363338a8d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-9b1daed0c4d0ccd1.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b7b051eec9c8a316.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-0efbdc397970b102.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-bdc2c9436396c182.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-fb7734b753186998.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-040a831bfcf4aaf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-41ab915fd4b89d92.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-8b2fbd5cda2a78d4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37872026-07-01T15:59:07.915Z Compiling ingot v0.1.1
37882026-07-01T15:59:07.952Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=086fa0a462d1c56f -C extra-filename=-541778ccd4b9304a --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-64568b11226546eb.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-37c224d5101ed844.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-1ed5d877b44e2fe3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-07-01T15:59:07.986Z Compiling oxide-tokio-rt v0.1.4
37902026-07-01T15:59:07.989Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-6e0b7ed8b5efe2de/build-script-build`
37912026-07-01T15:59:08.096Z Compiling reedline v0.40.0
37922026-07-01T15:59:08.100Z Running `/home/build/.rustup/toolchains/1.96.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=624d9e4bd76ab067 -C extra-filename=-dc891b3e2ffc0181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-f697c2e4062aabcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-07-01T15:59:08.162Z Compiling phf v0.12.1
37942026-07-01T15:59:08.233Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/1e40efd/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ace7e4121cbe2e9 -C extra-filename=-3cb615ebb5a4acbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0d0146fd3fdfea8b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-33e4ccc3a69db63b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a38e43deff1661c8.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-75099fcedaf88e01.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-553e42cac272ac28.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e684e8f1db2351a8.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-c17e121db2e11db5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1bfc1429ca26185f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37952026-07-01T15:59:08.239Z Running `/home/build/.rustup/toolchains/1.96.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=90278ac91ce516ef -C extra-filename=-17e4ec97e703ac9a --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-fa9b90e544911148.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2c12405d4e4eea34.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7544f93e9a302c48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-fafa46a5f40a226c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7c28d0965ba73971.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-07-01T15:59:08.240Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-b3133c84d098e901/build-script-build`
37972026-07-01T15:59:08.240Z Compiling sqlparser_derive v0.5.0
37982026-07-01T15:59:08.240Z Compiling winnow v0.6.26
37992026-07-01T15:59:08.240Z Compiling nom v8.0.0
38002026-07-01T15:59:08.337Z Running `/home/build/.rustup/toolchains/1.96.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=7493c6023d633805 -C extra-filename=-eaa480e25d835921 --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-2d06987e701bcaf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-07-01T15:59:08.432Z Compiling typify-macro v0.6.2
38022026-07-01T15:59:08.436Z Compiling derive_more v2.1.1
38032026-07-01T15:59:08.436Z Compiling radix_trie v0.2.1
38042026-07-01T15:59:08.436Z Compiling unicode_categories v0.1.1
38052026-07-01T15:59:08.463Z Compiling bcs v0.1.6
38062026-07-01T15:59:08.467Z Running `/home/build/.rustup/toolchains/1.96.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=0a2d514abdaa9442 -C extra-filename=-bd6e573db949d766 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-07-01T15:59:08.467Z Running `/home/build/.rustup/toolchains/1.96.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=73e22a52112264f0 -C extra-filename=-4d235f375a4d1493 --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082026-07-01T15:59:08.498Z Running `/home/build/.rustup/toolchains/1.96.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=f693e4710c4908ee -C extra-filename=-8071718ca327769d --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-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-07-01T15:59:08.637Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
38102026-07-01T15:59:08.640Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
38112026-07-01T15:59:08.640Z Compiling filetime v0.2.27
38122026-07-01T15:59:08.640Z Running `/home/build/.rustup/toolchains/1.96.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=32fe23be13d15b10 -C extra-filename=-30e352b1152366ed --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-b03296cb34667d04.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-07-01T15:59:08.640Z Running `/home/build/.rustup/toolchains/1.96.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=2c764635d78b3a36 -C extra-filename=-3e669ef2a61b9711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-07-01T15:59:08.640Z Running `/home/build/.rustup/toolchains/1.96.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=835215ca32e5e639 -C extra-filename=-444b7ca250938667 --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-5cca1225989bc199.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-7b906129282f27d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152026-07-01T15:59:08.640Z Running `/home/build/.rustup/toolchains/1.96.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=607000c07262671c -C extra-filename=-b6ee243c8bce9993 --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-e1170ac61808a017.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-07-01T15:59:08.702Z Running `/home/build/.rustup/toolchains/1.96.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=7f9ea627dbcfb64a -C extra-filename=-e27f4836a8c0d1f3 --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-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-07-01T15:59:08.766Z Running `/home/build/.rustup/toolchains/1.96.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=5e0cc7b6cdc07936 -C extra-filename=-b059d1ebdc563790 --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-fa9b90e544911148.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-07-01T15:59:08.769Z Compiling tabled v0.15.0
38192026-07-01T15:59:08.769Z Compiling hickory-resolver v0.24.4
38202026-07-01T15:59:08.769Z Compiling newtype_derive v0.1.6
38212026-07-01T15:59:08.769Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-bd42240a76698dde/build-script-build`
38222026-07-01T15:59:08.800Z Running `/home/build/.rustup/toolchains/1.96.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=44f7f1a6a0f586d1 -C extra-filename=-058cfb6f0506d434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-07-01T15:59:08.805Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=9359fb630cab3968 -C extra-filename=-11e96b058d5f615c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242026-07-01T15:59:08.805Z Running `/home/build/.rustup/toolchains/1.96.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=676f35004c050ddb -C extra-filename=-6e328f5ba78b0496 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-07-01T15:59:08.836Z Compiling xattr v1.6.1
38262026-07-01T15:59:08.839Z Running `/home/build/.rustup/toolchains/1.96.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=591dc30adfc20897 -C extra-filename=-df9e1ff0053e2b7d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-df9e1ff0053e2b7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f8139578a9422dce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-07-01T15:59:08.841Z Running `/home/build/.rustup/toolchains/1.96.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=806cd188393ff148 -C extra-filename=-a06dbcc1603fd12e --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-e026e2cb87b9cfbe.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-0642ad9bee92fc8d.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-07-01T15:59:08.841Z Running `/home/build/.rustup/toolchains/1.96.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=4c694e46eb296cf9 -C extra-filename=-12a59439ada80ea2 --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-ccf4af5f4acd8b5c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-066dff01586709ba.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-d67492100f57418b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-d6e503fa601485a0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292026-07-01T15:59:08.910Z Compiling crossterm v0.29.0
38302026-07-01T15:59:08.913Z Running `/home/build/.rustup/toolchains/1.96.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=8ff81202731e6ec4 -C extra-filename=-52ba862cdb0afe41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312026-07-01T15:59:09.013Z Compiling base64 v0.21.7
38322026-07-01T15:59:09.016Z Compiling subprocess v0.2.15
38332026-07-01T15:59:09.018Z Running `/home/build/.rustup/toolchains/1.96.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=0d35b69c94589af4 -C extra-filename=-074377a61ff3c56f --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-64568b11226546eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b6ee243c8bce9993.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-f96663b74c7be7c3.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-12bf3c46aa8d148d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-07-01T15:59:09.018Z Running `/home/build/.rustup/toolchains/1.96.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=a49ba302900c2fd1 -C extra-filename=-d78b926947bd1c11 --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-fa9b90e544911148.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-eaa480e25d835921.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-07-01T15:59:09.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38362026-07-01T15:59:09.178Z Compiling headers-core v0.3.0
38372026-07-01T15:59:09.181Z Compiling yasna v0.5.2
38382026-07-01T15:59:09.181Z Compiling dropshot-api-manager-types v0.7.2
38392026-07-01T15:59:09.213Z Running `/home/build/.rustup/toolchains/1.96.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=e9bf9f6847c45434 -C extra-filename=-3e6783c848758967 --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38402026-07-01T15:59:09.216Z Running `/home/build/.rustup/toolchains/1.96.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=95e1f0b2100cb9ba -C extra-filename=-b96847c0f6f2888c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412026-07-01T15:59:09.217Z Running `/home/build/.rustup/toolchains/1.96.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=77d083ec1554a02a -C extra-filename=-04f646d202a1f54a --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422026-07-01T15:59:09.281Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-02bc6ed42caf8c34/build-script-build`
38432026-07-01T15:59:09.284Z Compiling tar v0.4.45
38442026-07-01T15:59:09.284Z Compiling tagptr v0.2.0
38452026-07-01T15:59:09.284Z Compiling utf-8 v0.7.6
38462026-07-01T15:59:09.284Z Running `/home/build/.rustup/toolchains/1.96.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=ea68df7f2f18c701 -C extra-filename=-c731086711956766 --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-5e04864d6535fe16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-07-01T15:59:09.284Z Running `/home/build/.rustup/toolchains/1.96.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=bff13e2f3a4a9754 -C extra-filename=-acc788d62c07358b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482026-07-01T15:59:09.285Z Running `/home/build/.rustup/toolchains/1.96.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=63e2710a5f457d5d -C extra-filename=-a31fb291e21b37ac --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-a31fb291e21b37ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492026-07-01T15:59:09.285Z Running `/home/build/.rustup/toolchains/1.96.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=4017e0ff7ffecf81 -C extra-filename=-e0535aaabdbd1b66 --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-163d9e629feecafc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-07-01T15:59:09.313Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-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 --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6c244a393e4769e2 -C extra-filename=-8c4f01731ced5a6f --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-6e328f5ba78b0496.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-52ba862cdb0afe41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-07-01T15:59:09.348Z Running `/home/build/.rustup/toolchains/1.96.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=3cfcceed380b45d7 -C extra-filename=-97a82dd03f57902d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:09.351Z Running `/home/build/.rustup/toolchains/1.96.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=188c63d3a7bc045c -C extra-filename=-04b84eced7439f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-07-01T15:59:09.351Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
38542026-07-01T15:59:09.383Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-df9e1ff0053e2b7d/build-script-build`
38552026-07-01T15:59:09.387Z Compiling libefi-sys v0.1.0
38562026-07-01T15:59:09.453Z Running `/home/build/.rustup/toolchains/1.96.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=4bb8fd987f9cce96 -C extra-filename=-56816c8b20be0a9a --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-56816c8b20be0a9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572026-07-01T15:59:09.455Z Compiling const_format v0.2.35
38582026-07-01T15:59:09.456Z Running `/home/build/.rustup/toolchains/1.96.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=afcbfd2f9a067795 -C extra-filename=-3dd3610e9a02a87b --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-3dd3610e9a02a87b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592026-07-01T15:59:09.488Z Compiling peg v0.8.5
38602026-07-01T15:59:09.553Z Compiling headers v0.4.1
38612026-07-01T15:59:09.557Z Compiling tungstenite v0.21.0
38622026-07-01T15:59:09.557Z Running `/home/build/.rustup/toolchains/1.96.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=5adb229e243c58cd -C extra-filename=-5b9d058b5998e2b3 --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-f840977326fd376f.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-07-01T15:59:09.557Z Running `/home/build/.rustup/toolchains/1.96.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=5daf2b6f265555de -C extra-filename=-f522a82287f6a9a5 --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-21bebc939e970ea2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-07-01T15:59:09.622Z Running `/home/build/.rustup/toolchains/1.96.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=d6598c8f46963d8c -C extra-filename=-67997bccd9d06b66 --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-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e0535aaabdbd1b66.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-25cc7ebab10ea2cb.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b7b051eec9c8a316.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-07-01T15:59:09.627Z Running `/home/build/.rustup/toolchains/1.96.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=ebe7614ce926d68c -C extra-filename=-23ae1a43ac20f8d9 --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-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-13e7df82655a3fd3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-97a82dd03f57902d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-07-01T15:59:09.659Z Compiling moka v0.12.13
38672026-07-01T15:59:09.662Z Running `/home/build/.rustup/toolchains/1.96.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=c39805a31d21959d -C extra-filename=-cf7c02bb408021c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
38682026-07-01T15:59:09.694Z Compiling bitfield-struct v0.6.2
38692026-07-01T15:59:09.756Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38702026-07-01T15:59:09.790Z Running `/home/build/.rustup/toolchains/1.96.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=2fcdfcdeef3148ce -C extra-filename=-b0d41b4e71ef871e --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-07-01T15:59:09.794Z Running `/home/build/.rustup/toolchains/1.96.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=6682cb00a1dde7e4 -C extra-filename=-43fd56cdd80ad3ed --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-8c9eb83308222b30.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-fd684d5e51179a36.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-04b84eced7439f09.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722026-07-01T15:59:09.825Z Compiling steno v0.4.1
38732026-07-01T15:59:09.828Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38742026-07-01T15:59:09.828Z Running `/home/build/.rustup/toolchains/1.96.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=22162811e9ec6486 -C extra-filename=-91f99d6ed60ac2b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-7128eacf72e57885/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
38752026-07-01T15:59:09.830Z Running `/home/build/.rustup/toolchains/1.96.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=0f590cfbb897569b -C extra-filename=-84a067567db7d2b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-84a067567db7d2b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-07-01T15:59:09.858Z Compiling radium v0.7.0
38772026-07-01T15:59:09.861Z Running `/home/build/.rustup/toolchains/1.96.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=35d21c214fe72eda -C extra-filename=-9de519496b723122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-07-01T15:59:09.863Z Running `/home/build/.rustup/toolchains/1.96.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=00714958d7e1bcfa -C extra-filename=-be07ce5fee2242bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-07-01T15:59:09.864Z Running `/home/build/.rustup/toolchains/1.96.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=39cf0eff44e4c0e8 -C extra-filename=-f282fbba7749261a --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-f282fbba7749261a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-07-01T15:59:09.957Z Compiling qorb v0.4.1
38812026-07-01T15:59:09.962Z Running `/home/build/.rustup/toolchains/1.96.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=0c25456924edf3df -C extra-filename=-4465e8b498bf1909 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-91f99d6ed60ac2b1.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-7128eacf72e57885/out`
38822026-07-01T15:59:09.991Z Running `/home/build/.rustup/toolchains/1.96.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=d47fc5c372867c26 -C extra-filename=-98b373e55216961c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-12a59439ada80ea2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832026-07-01T15:59:10.027Z Compiling sqlformat v0.3.5
38842026-07-01T15:59:10.059Z Running `/home/build/.rustup/toolchains/1.96.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=3627349f50d91308 -C extra-filename=-b0f190480dbed785 --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-3e669ef2a61b9711.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4d235f375a4d1493.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-07-01T15:59:10.064Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-a31fb291e21b37ac/build-script-build`
38862026-07-01T15:59:10.095Z Compiling ron v0.8.1
38872026-07-01T15:59:10.196Z Compiling maybe-uninit v2.0.0
38882026-07-01T15:59:10.199Z Compiling tap v1.0.1
38892026-07-01T15:59:10.199Z Running `/home/build/.rustup/toolchains/1.96.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=3589076aa68493da -C extra-filename=-7b82828cc3b833a4 --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-b96847c0f6f2888c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-07-01T15:59:10.270Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
38912026-07-01T15:59:10.273Z Compiling zerocopy-derive v0.6.6
38922026-07-01T15:59:10.273Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-3dd3610e9a02a87b/build-script-build`
38932026-07-01T15:59:10.273Z Running `/home/build/.rustup/toolchains/1.96.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=727d759dd1582603 -C extra-filename=-681408e2d6c51e7f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-681408e2d6c51e7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-07-01T15:59:10.302Z Running `/home/build/.rustup/toolchains/1.96.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=94bd6431fed99b76 -C extra-filename=-21857a24966fb5ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-07-01T15:59:10.341Z Compiling rustyline v14.0.0
38962026-07-01T15:59:10.344Z Compiling tokio-tungstenite v0.21.0
38972026-07-01T15:59:10.344Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=82a7fb552c0b9633 -C extra-filename=-363773792bcc7963 --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-f512d3b90213e3cb.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-541778ccd4b9304a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f67ddeeb27a1f56b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-76fc5a97b56cce51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-07-01T15:59:10.344Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-84a067567db7d2b1/build-script-build`
38992026-07-01T15:59:10.344Z Running `/home/build/.rustup/toolchains/1.96.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=f2e3995c546b8559 -C extra-filename=-fb81c4d410915250 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-07-01T15:59:10.411Z Compiling recursive v0.1.1
39012026-07-01T15:59:10.446Z Running `/home/build/.rustup/toolchains/1.96.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=e59fa464a95159f1 -C extra-filename=-55878b0062dde2af --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2c12405d4e4eea34.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-0bc4bf4df1c5d85b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3e6783c848758967.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-444b7ca250938667.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-83efb3bf92b107e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-07-01T15:59:10.449Z Running `/home/build/.rustup/toolchains/1.96.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=bdfb3ed15d9cfe3e -C extra-filename=-f862f38d2aca3a78 --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-7549e874c0c6d611.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-23ae1a43ac20f8d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032026-07-01T15:59:10.481Z Compiling wyz v0.5.1
39042026-07-01T15:59:10.488Z Compiling crc-catalog v2.4.0
39052026-07-01T15:59:10.488Z Running `/home/build/.rustup/toolchains/1.96.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=1b9bea0dc974f454 -C extra-filename=-f52fa5593a96f53d --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-258f1cc3b2587d49.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-4465e8b498bf1909.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-7128eacf72e57885/out`
39062026-07-01T15:59:10.488Z Running `/home/build/.rustup/toolchains/1.96.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=0b62f7dc37f684aa -C extra-filename=-48e03393f9b0d4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39072026-07-01T15:59:10.551Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-56816c8b20be0a9a/build-script-build`
39082026-07-01T15:59:10.554Z Compiling funty v2.0.0
39092026-07-01T15:59:10.554Z Compiling packed_struct v0.10.1
39102026-07-01T15:59:10.554Z Compiling bitfield-macros v0.19.4
39112026-07-01T15:59:10.554Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-f282fbba7749261a/build-script-build`
39122026-07-01T15:59:10.554Z Running `/home/build/.rustup/toolchains/1.96.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=693093694c10e083 -C extra-filename=-4babba487b05885f --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-21857a24966fb5ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-07-01T15:59:10.554Z Running `/home/build/.rustup/toolchains/1.96.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=0633d495b21cc0df -C extra-filename=-092f796613a10719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142026-07-01T15:59:10.586Z Running `/home/build/.rustup/toolchains/1.96.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=37c7f9612aa83f1c -C extra-filename=-d22e6ecbf74d66d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:10.623Z Running `/home/build/.rustup/toolchains/1.96.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=ef97f3f2cfa7c0a6 -C extra-filename=-57ce29dcb8f0ed46 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-57ce29dcb8f0ed46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-07-01T15:59:10.627Z Running `/home/build/.rustup/toolchains/1.96.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=00c2a80d180e2c89 -C extra-filename=-195ec00c2bdf75cb --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172026-07-01T15:59:10.627Z Compiling sqlparser v0.61.0
39182026-07-01T15:59:10.957Z Compiling packed_struct_codegen v0.10.1
39192026-07-01T15:59:10.961Z Running `/home/build/.rustup/toolchains/1.96.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=eec5709f1a3bd9f7 -C extra-filename=-d7c487292b89e6b9 --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-517a0a45b5918497.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-f52fa5593a96f53d.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-bd6e573db949d766.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-7128eacf72e57885/out`
39202026-07-01T15:59:10.961Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
39212026-07-01T15:59:10.961Z Running `/home/build/.rustup/toolchains/1.96.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=d5d6764b07cc4a59 -C extra-filename=-17561be237920c77 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-07-01T15:59:10.961Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39232026-07-01T15:59:10.962Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=10cb773ca0de6995 -C extra-filename=-f0ece464c7b41d78 --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-fa9b90e544911148.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8071718ca327769d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a38e43deff1661c8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-07-01T15:59:10.963Z Compiling hickory-resolver v0.25.2
39252026-07-01T15:59:10.963Z Compiling crc v3.4.0
39262026-07-01T15:59:10.963Z Compiling indexmap v1.9.3
39272026-07-01T15:59:10.963Z Running `/home/build/.rustup/toolchains/1.96.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=dce5ca0f7749e208 -C extra-filename=-8f48f417ab904d16 --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-475c5481f11c65dc.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-48e03393f9b0d4a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-07-01T15:59:10.963Z Compiling nodrop v0.1.14
39292026-07-01T15:59:10.963Z Compiling xshell-macros v0.2.7
39302026-07-01T15:59:10.963Z Running `/home/build/.rustup/toolchains/1.96.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=7aa1da5245b6db9e -C extra-filename=-7c7d00a99a3e37fc --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-ccf4af5f4acd8b5c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-43fd56cdd80ad3ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-d6e503fa601485a0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312026-07-01T15:59:10.964Z Running `/home/build/.rustup/toolchains/1.96.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=4a468ec944c1f700 -C extra-filename=-7a5af3ad552a6e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39322026-07-01T15:59:10.964Z Running `/home/build/.rustup/toolchains/1.96.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=54ccbcb962aee724 -C extra-filename=-66738bb422ef5da5 --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-092f796613a10719.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-07-01T15:59:10.965Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-681408e2d6c51e7f/build-script-build`
39342026-07-01T15:59:10.965Z Running `/home/build/.rustup/toolchains/1.96.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=8bb3f2e178835914 -C extra-filename=-9d5ac6f4d38aa30e --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-9d5ac6f4d38aa30e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-07-01T15:59:10.965Z Running `/home/build/.rustup/toolchains/1.96.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=f5d2cc0d8a5a1e90 -C extra-filename=-3f275f64dcc1cde7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:10.969Z Compiling hashbrown v0.12.3
39372026-07-01T15:59:10.969Z Running `/home/build/.rustup/toolchains/1.96.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=4ff527c7d2bfaa04 -C extra-filename=-dfa58b08264e1123 --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`
39382026-07-01T15:59:10.992Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39392026-07-01T15:59:11.023Z Running `/home/build/.rustup/toolchains/1.96.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=af58f21784d64e06 -C extra-filename=-db5bfcbc6a039d86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:11.026Z Compiling hashbrown v0.13.2
39412026-07-01T15:59:11.026Z Running `/home/build/.rustup/toolchains/1.96.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=173d4c25fc7b3eac -C extra-filename=-8b891857c54fc9ac --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-b0d41b4e71ef871e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-07-01T15:59:11.058Z Running `/home/build/.rustup/toolchains/1.96.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=620b1c37c3567ed9 -C extra-filename=-d3e97a297b774814 --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-5ac1b58a6f2e6a0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432026-07-01T15:59:11.093Z Compiling crc-any v2.5.0
39442026-07-01T15:59:11.096Z Running `/home/build/.rustup/toolchains/1.96.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=525791124567fab0 -C extra-filename=-e12e06327bc57e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39452026-07-01T15:59:11.161Z Compiling path-slash v0.1.5
39462026-07-01T15:59:11.164Z Running `/home/build/.rustup/toolchains/1.96.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=7b16c5abd059cfe4 -C extra-filename=-9433c737628929ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472026-07-01T15:59:11.164Z Running `/home/build/.rustup/toolchains/1.96.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=5bb597399e20f3a9 -C extra-filename=-c0f4129956d65aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482026-07-01T15:59:11.301Z Compiling typify v0.6.2
39492026-07-01T15:59:11.304Z Running `/home/build/.rustup/toolchains/1.96.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=4258fdc56d7b2405 -C extra-filename=-b0e51aaea791db28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39502026-07-01T15:59:11.337Z Running `/home/build/.rustup/toolchains/1.96.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=2daf52efc83d6ece -C extra-filename=-410cbec003c73c25 --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-b03296cb34667d04.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-30e352b1152366ed.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512026-07-01T15:59:11.428Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39522026-07-01T15:59:11.432Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=6b991e1c97e0c4d7 -C extra-filename=-7f6a9d12dfd888d9 --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-64568b11226546eb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-f512d3b90213e3cb.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-541778ccd4b9304a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54bcd804cd004c20.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-363773792bcc7963.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f67ddeeb27a1f56b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-767b3b5235066ac3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.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)'`
39532026-07-01T15:59:11.467Z Compiling smallvec v0.6.14
39542026-07-01T15:59:11.470Z Compiling array-init v0.0.4
39552026-07-01T15:59:11.470Z Running `/home/build/.rustup/toolchains/1.96.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=ae259f8e411cf60a -C extra-filename=-c85dd464b738ddb9 --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-8b891857c54fc9ac.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-be07ce5fee2242bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562026-07-01T15:59:11.470Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-57ce29dcb8f0ed46/build-script-build`
39572026-07-01T15:59:11.470Z Running `/home/build/.rustup/toolchains/1.96.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=a5139a78bc02ac48 -C extra-filename=-eb19b420e1f21726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39582026-07-01T15:59:11.471Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-9d5ac6f4d38aa30e/build-script-build`
39592026-07-01T15:59:11.471Z Compiling half v1.8.3
39602026-07-01T15:59:11.471Z Compiling git-stub v1.0.0
39612026-07-01T15:59:11.531Z Compiling maplit v1.0.2
39622026-07-01T15:59:11.534Z Running `/home/build/.rustup/toolchains/1.96.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=69f8b76a812553dc -C extra-filename=-360bcf577aca9139 --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-e12e06327bc57e36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632026-07-01T15:59:11.564Z Running `/home/build/.rustup/toolchains/1.96.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=a572570cf5606fc2 -C extra-filename=-e221d18cc264a977 --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-0d49d99825834bad.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642026-07-01T15:59:11.568Z Running `/home/build/.rustup/toolchains/1.96.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=c07733a5da4a8a11 -C extra-filename=-9fcb45158964d1bb --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-3f275f64dcc1cde7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652026-07-01T15:59:11.568Z Running `/home/build/.rustup/toolchains/1.96.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=c5fb73e070684feb -C extra-filename=-9dd1edc204df9f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-07-01T15:59:11.568Z Compiling proc-macro-error-attr2 v2.0.0
39672026-07-01T15:59:11.568Z Running `/home/build/.rustup/toolchains/1.96.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=b7f2732fbaf0c5c3 -C extra-filename=-f8fe3d396f6eb4ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682026-07-01T15:59:11.570Z Running `/home/build/.rustup/toolchains/1.96.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=44fb428827492249 -C extra-filename=-4f02ad3b0765b147 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-07-01T15:59:11.663Z Compiling progenitor-impl v0.14.0
39702026-07-01T15:59:11.722Z Compiling bitvec v1.0.1
39712026-07-01T15:59:11.725Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39722026-07-01T15:59:11.725Z Running `/home/build/.rustup/toolchains/1.96.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=ba181d97ffbac6c0 -C extra-filename=-a8db1870a735e03e --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-b4f780b189a31b98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-410cbec003c73c25.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-07-01T15:59:11.759Z Compiling num-derive v0.3.3
39742026-07-01T15:59:11.762Z Compiling papergrid v0.17.0
39752026-07-01T15:59:11.785Z Compiling testing_table v0.3.0
39762026-07-01T15:59:11.820Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=47a1b0710b6eea77 -C extra-filename=-f56b5ef56f04afeb --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-d22e6ecbf74d66d8.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-7a5af3ad552a6e65.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-21857a24966fb5ac.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-4babba487b05885f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772026-07-01T15:59:11.823Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/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=6dc943750a6184e7 -C extra-filename=-b060cec5c7f31522 --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-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782026-07-01T15:59:11.851Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
39792026-07-01T15:59:11.854Z Compiling serde_cbor v0.11.2
39802026-07-01T15:59:11.854Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=6c43c10cef5252ed -C extra-filename=-5fbf340df898c6a7 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-07-01T15:59:11.854Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=1fd5fc34fe94ce24 -C extra-filename=-bd070e3a1596c1c6 --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-63f9465ca6a8cbb8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-91bf8e578b010fbb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822026-07-01T15:59:11.854Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=68c63401318f2335 -C extra-filename=-4fd7f1a0cffd1dcb --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-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832026-07-01T15:59:11.886Z Compiling xshell v0.2.7
39842026-07-01T15:59:11.920Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=15c432f8f518e39b -C extra-filename=-4f13da9dc556a6c6 --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-ccf4af5f4acd8b5c.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-f512d3b90213e3cb.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-7f6a9d12dfd888d9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-767b3b5235066ac3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-07-01T15:59:11.955Z Running `/home/build/.rustup/toolchains/1.96.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=49b798b03afd6a65 -C extra-filename=-086d6277f9bdaa8a --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-9dd1edc204df9f4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862026-07-01T15:59:11.989Z Compiling git-stub-vcs v0.1.0
39872026-07-01T15:59:11.989Z Compiling unicase v2.9.0
39882026-07-01T15:59:11.992Z Running `/home/build/.rustup/toolchains/1.96.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=e64b1ed41d06902e -C extra-filename=-9c0124f27ac950c4 --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-dfa58b08264e1123.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-07-01T15:59:12.058Z Compiling zerocopy v0.6.6
39902026-07-01T15:59:12.061Z Compiling serde-hex v0.1.0
39912026-07-01T15:59:12.061Z Running `/home/build/.rustup/toolchains/1.96.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=faa28289342fd7bb -C extra-filename=-6ce5a06ea06c44db --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-db5bfcbc6a039d86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39922026-07-01T15:59:12.061Z Running `/home/build/.rustup/toolchains/1.96.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=7c59c8178526b6f9 -C extra-filename=-c7bad6e9242577a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-07-01T15:59:12.061Z Running `/home/build/.rustup/toolchains/1.96.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=22101bf06fbedd6e -C extra-filename=-fc957866e704149b --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-bb065a3b5d734b88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-e221d18cc264a977.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-07-01T15:59:12.128Z Compiling progenitor-impl v0.13.0
39952026-07-01T15:59:12.131Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
39962026-07-01T15:59:12.131Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
39972026-07-01T15:59:12.131Z Compiling fxhash v0.2.1
39982026-07-01T15:59:12.132Z Running `/home/build/.rustup/toolchains/1.96.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=5d0d0fc73f52cd6b -C extra-filename=-6ba7a560a709e5d3 --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-cd826904474fece0.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-fb81c4d410915250.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-07-01T15:59:12.132Z Running `/home/build/.rustup/toolchains/1.96.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=87e3d3377c5f7cbe -C extra-filename=-88c1491f96018b37 --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-9fcb45158964d1bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-360bcf577aca9139.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-07-01T15:59:12.199Z Compiling crc8 v0.1.1
40012026-07-01T15:59:12.202Z Compiling vergen-lib v0.1.6
40022026-07-01T15:59:12.202Z Running `/home/build/.rustup/toolchains/1.96.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=c1936ecd4fefb846 -C extra-filename=-bd1ab874a682333d --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-b4f780b189a31b98.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-410cbec003c73c25.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032026-07-01T15:59:12.202Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=419acdc717c1fd1e -C extra-filename=-3cc72eafb3becd29 --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-64568b11226546eb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042026-07-01T15:59:12.203Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=46f522de8e0e69ac -C extra-filename=-db7baad9cd0913cd --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-db7baad9cd0913cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052026-07-01T15:59:12.203Z Running `/home/build/.rustup/toolchains/1.96.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=1a3f3228ddd0d05b -C extra-filename=-6e0c99b34b2408af --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-cd826904474fece0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062026-07-01T15:59:12.263Z Compiling bitfield v0.19.4
40072026-07-01T15:59:12.266Z Compiling proc-macro-error2 v2.0.1
40082026-07-01T15:59:12.267Z Compiling diesel_derives v2.3.7
40092026-07-01T15:59:12.267Z Running `/home/build/.rustup/toolchains/1.96.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=a38dac96d18be98c -C extra-filename=-c09b1f53fc6ce1a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-07-01T15:59:12.297Z Running `/home/build/.rustup/toolchains/1.96.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=67ccaec2f2536cd4 -C extra-filename=-3d49910cd0ab8d80 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d49910cd0ab8d80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-07-01T15:59:12.331Z Compiling diff v0.1.13
40122026-07-01T15:59:12.335Z Compiling dsl_auto_type v0.2.0
40132026-07-01T15:59:12.335Z Running `/home/build/.rustup/toolchains/1.96.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=117718414205fbf9 -C extra-filename=-732bd01101fc61cb --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-195ec00c2bdf75cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-07-01T15:59:12.335Z Running `/home/build/.rustup/toolchains/1.96.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=bb093bac1278022d -C extra-filename=-90aa919a7d45f1b8 --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-4f02ad3b0765b147.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-07-01T15:59:12.335Z Running `/home/build/.rustup/toolchains/1.96.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=50c1000c20f25d16 -C extra-filename=-665ffed73bcc4251 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-665ffed73bcc4251 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-07-01T15:59:12.367Z Compiling diesel_table_macro_syntax v0.3.0
40172026-07-01T15:59:12.370Z Running `/home/build/.rustup/toolchains/1.96.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=1a10cb12c99f5748 -C extra-filename=-16c9a08fa363e82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-07-01T15:59:12.370Z Running `/home/build/.rustup/toolchains/1.96.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=e70235f1c49f13b6 -C extra-filename=-c8340bfb2672e15c --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-0434c22b71da31fb.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192026-07-01T15:59:12.403Z Compiling scheduled-thread-pool v0.2.7
40202026-07-01T15:59:12.406Z Running `/home/build/.rustup/toolchains/1.96.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=68b05bea93ce659d -C extra-filename=-63c0d285fc11baef --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-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-07-01T15:59:12.406Z Running `/home/build/.rustup/toolchains/1.96.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=bc09c13247281a03 -C extra-filename=-daec105ffe639b78 --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-b90ae94c6b847292.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222026-07-01T15:59:12.466Z Compiling vergen-gitcl v1.0.8
40232026-07-01T15:59:12.469Z Running `/home/build/.rustup/toolchains/1.96.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=a3a693459db07352 -C extra-filename=-e3f3ad17a8f94d35 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e3f3ad17a8f94d35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-07-01T15:59:12.497Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40252026-07-01T15:59:12.532Z Compiling downcast-rs v2.0.2
40262026-07-01T15:59:12.535Z Running `/home/build/.rustup/toolchains/1.96.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=1436f8429aab6229 -C extra-filename=-66380c559aca8a16 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-66380c559aca8a16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272026-07-01T15:59:12.535Z Running `/home/build/.rustup/toolchains/1.96.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=5a20de4cef46780e -C extra-filename=-de7f2c9c3a574662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-07-01T15:59:12.628Z Compiling object v0.30.4
40292026-07-01T15:59:12.657Z Compiling r2d2 v0.8.10
40302026-07-01T15:59:12.660Z Running `/home/build/.rustup/toolchains/1.96.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=489018e01458bfad -C extra-filename=-b66908348cf75a93 --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-d7de13df64e70a85.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d3e97a297b774814.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-6ce5a06ea06c44db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312026-07-01T15:59:12.694Z Compiling dirs-sys-next v0.1.2
40322026-07-01T15:59:12.697Z Running `/home/build/.rustup/toolchains/1.96.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=3dc6cf33a0905745 -C extra-filename=-62219900f91dc476 --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-517a0a45b5918497.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-daec105ffe639b78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-07-01T15:59:12.759Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-665ffed73bcc4251/build-script-build`
40342026-07-01T15:59:12.762Z Running `/home/build/.rustup/toolchains/1.96.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=6aaafc204f246caa -C extra-filename=-fd677d2c623141e5 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352026-07-01T15:59:12.794Z Compiling crunchy v0.2.4
40362026-07-01T15:59:12.797Z Compiling clang-sys v1.8.1
40372026-07-01T15:59:12.797Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-db7baad9cd0913cd/build-script-build`
40382026-07-01T15:59:12.828Z Compiling tiny-keccak v2.0.2
40392026-07-01T15:59:12.832Z Compiling kstat-rs v0.2.4
40402026-07-01T15:59:12.833Z Running `/home/build/.rustup/toolchains/1.96.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=82144db89411ed58 -C extra-filename=-e4f163ec46fdded3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-e4f163ec46fdded3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-07-01T15:59:12.833Z Running `/home/build/.rustup/toolchains/1.96.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=19789927dcc2afcb -C extra-filename=-3dfd5821a65a1ab6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-3dfd5821a65a1ab6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422026-07-01T15:59:12.863Z Running `/home/build/.rustup/toolchains/1.96.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=782e1b9e5f054753 -C extra-filename=-e44a48886a40717a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e44a48886a40717a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-07-01T15:59:12.866Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22a74315dc43689e -C extra-filename=-42e9089d8aef0867 --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-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-07-01T15:59:12.866Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-e3f3ad17a8f94d35/build-script-build`
40452026-07-01T15:59:12.866Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-66380c559aca8a16/build-script-build`
40462026-07-01T15:59:12.991Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40472026-07-01T15:59:12.994Z Running `/home/build/.rustup/toolchains/1.96.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=431516edfbe0307f -C extra-filename=-8046b2baa81dd302 --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-cd826904474fece0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-66738bb422ef5da5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482026-07-01T15:59:13.027Z Compiling arc-swap v1.8.2
40492026-07-01T15:59:13.062Z Compiling bit-vec v0.6.3
40502026-07-01T15:59:13.065Z Compiling parking_lot_core v0.8.6
40512026-07-01T15:59:13.065Z Running `/home/build/.rustup/toolchains/1.96.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=05a33e1b6cad19ff -C extra-filename=-346b4fc0eef8ec3e --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-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-07-01T15:59:13.130Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
40532026-07-01T15:59:13.133Z Compiling tabled_derive v0.11.0
40542026-07-01T15:59:13.133Z Running `/home/build/.rustup/toolchains/1.96.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=62aca49d2df802d3 -C extra-filename=-ae55db5e487bcbcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-07-01T15:59:13.135Z Running `/home/build/.rustup/toolchains/1.96.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=e35fd054a4f19481 -C extra-filename=-18cfaa4dddd580f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-18cfaa4dddd580f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-07-01T15:59:13.167Z Compiling itertools v0.10.5
40572026-07-01T15:59:13.170Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/ab2941c/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9bb65689236d979 -C extra-filename=-8d0e7c48d56fa30e --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-475c5481f11c65dc.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3cb615ebb5a4acbc.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-7f6a9d12dfd888d9.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4f13da9dc556a6c6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f67ddeeb27a1f56b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582026-07-01T15:59:13.170Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cae1385707f40f6 -C extra-filename=-8970ec1b0e256639 --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-b4f780b189a31b98.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-90aa919a7d45f1b8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-07-01T15:59:13.171Z Running `/home/build/.rustup/toolchains/1.96.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=8830c3863ca220d1 -C extra-filename=-d582498247c45b67 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.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/`
40602026-07-01T15:59:13.200Z Compiling libscf-sys v1.1.0
40612026-07-01T15:59:13.203Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d49910cd0ab8d80/build-script-build`
40622026-07-01T15:59:13.203Z Compiling ena v0.14.4
40632026-07-01T15:59:13.231Z Compiling libloading v0.8.9
40642026-07-01T15:59:13.234Z Running `/home/build/.rustup/toolchains/1.96.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=c30303c0c095d1c2 -C extra-filename=-1e7dd89b1ea56cfa --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-802a02953ab3b2a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-07-01T15:59:13.235Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5ea7526c04ad283 -C extra-filename=-56c4d51a8589f254 --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-475c5481f11c65dc.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-5fbf340df898c6a7.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662026-07-01T15:59:13.235Z Running `/home/build/.rustup/toolchains/1.96.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=e7810b86804b7e4a -C extra-filename=-132a48f612cb161a --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-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-07-01T15:59:13.235Z Running `/home/build/.rustup/toolchains/1.96.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=dc74e406a44e61b8 -C extra-filename=-a658a46639eedfee --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-ccf4af5f4acd8b5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-07-01T15:59:13.365Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40692026-07-01T15:59:13.397Z Compiling bit-set v0.5.3
40702026-07-01T15:59:13.401Z Compiling slog-scope v4.4.1
40712026-07-01T15:59:13.401Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=bdfd181f968fca99 -C extra-filename=-08b9eefba20e23b1 --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-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3cc72eafb3becd29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-07-01T15:59:13.401Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e44a48886a40717a/build-script-build`
40732026-07-01T15:59:13.430Z Running `/home/build/.rustup/toolchains/1.96.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=e2931030b630f538 -C extra-filename=-3c5d8e88c99a73ba --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-ae55db5e487bcbcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-07-01T15:59:13.435Z Running `/home/build/.rustup/toolchains/1.96.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=46f5f44ef73e655b -C extra-filename=-8c144fdbb7197824 --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-346b4fc0eef8ec3e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-07-01T15:59:13.464Z Compiling bindgen v0.71.1
40762026-07-01T15:59:13.533Z Running `/home/build/.rustup/toolchains/1.96.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=0ea26a84c5b019ae -C extra-filename=-0dad41124166026f --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-0dad41124166026f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-07-01T15:59:13.536Z Compiling dirs-next v2.0.0
40782026-07-01T15:59:13.566Z Running `/home/build/.rustup/toolchains/1.96.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=cd7adadceaedc43f -C extra-filename=-3f4a8ad6aa73f382 --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-f56b5ef56f04afeb.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-17561be237920c77.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792026-07-01T15:59:13.601Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40802026-07-01T15:59:13.604Z Running `/home/build/.rustup/toolchains/1.96.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=d0cb945ced4e847b -C extra-filename=-97e14ed0d67e0458 --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-ccf4af5f4acd8b5c.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-fd677d2c623141e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-07-01T15:59:13.636Z Running `/home/build/.rustup/toolchains/1.96.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=7447b8fd6793b019 -C extra-filename=-9e174c7b7f6725d1 --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-7b82828cc3b833a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8046b2baa81dd302.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822026-07-01T15:59:13.670Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-18cfaa4dddd580f6/build-script-build`
40832026-07-01T15:59:13.708Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
40842026-07-01T15:59:13.713Z Running `/home/build/.rustup/toolchains/1.96.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=e4f33a180de124be -C extra-filename=-86d7a30eabc8ae2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.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)'`
40852026-07-01T15:59:13.740Z Compiling term v0.7.0
40862026-07-01T15:59:13.830Z Compiling regex-syntax v0.6.29
40872026-07-01T15:59:13.830Z Compiling cexpr v0.6.0
40882026-07-01T15:59:13.830Z Compiling rustc-hash v2.1.1
40892026-07-01T15:59:13.830Z Running `/home/build/.rustup/toolchains/1.96.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=3b9091eed5bd1346 -C extra-filename=-0837415240d9a8d2 --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-475c5481f11c65dc.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-56c4d51a8589f254.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-07-01T15:59:13.830Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-e4f163ec46fdded3/build-script-build`
40912026-07-01T15:59:13.830Z Running `/home/build/.rustup/toolchains/1.96.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=a6d24d327d04cb0b -C extra-filename=-ded935db9b0b1045 --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-63c0d285fc11baef.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-c8340bfb2672e15c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922026-07-01T15:59:13.831Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40932026-07-01T15:59:13.831Z Running `/home/build/.rustup/toolchains/1.96.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=2be37694932447ab -C extra-filename=-b33662965b6ff5d6 --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-97e14ed0d67e0458.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942026-07-01T15:59:13.831Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-3dfd5821a65a1ab6/build-script-build`
40952026-07-01T15:59:13.831Z Running `/home/build/.rustup/toolchains/1.96.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=bbdcde7d73f661a8 -C extra-filename=-aecb7fec5f5d3fa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-07-01T15:59:13.832Z Running `/home/build/.rustup/toolchains/1.96.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=77cd9fd2bd20b82a -C extra-filename=-381ab3f637e0d70a --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-3b65a7f062194f66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-07-01T15:59:13.832Z Running `/home/build/.rustup/toolchains/1.96.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=709283ee681ce15d -C extra-filename=-6fe5623d1baccef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982026-07-01T15:59:13.832Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
40992026-07-01T15:59:13.832Z Running `/home/build/.rustup/toolchains/1.96.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=baeaf4c0a3f2b265 -C extra-filename=-785a4e7c0dddd2ed --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-785a4e7c0dddd2ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-fc957866e704149b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-07-01T15:59:13.832Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 clients/ntp-admin-v1-client/build.rs --error-format=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=feba42a940c7433a -C extra-filename=-430c502d1b0d9a23 --out-dir /work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-430c502d1b0d9a23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-fc957866e704149b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-07-01T15:59:13.846Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
41022026-07-01T15:59:13.880Z Compiling prefix-trie v0.7.0
41032026-07-01T15:59:13.884Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=a1f78a86a2936a55 -C extra-filename=-4522b9113aa66ba6 --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-c77a0c63c4a08491.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042026-07-01T15:59:13.886Z Running `/home/build/.rustup/toolchains/1.96.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=8d97924910357006 -C extra-filename=-b5789ad9db11a628 --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-a3c7710536f17a69.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-07-01T15:59:13.939Z Running `/home/build/.rustup/toolchains/1.96.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=df213f1467570a55 -C extra-filename=-fbd3861ddcb13b0e --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-ccf4af5f4acd8b5c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-5941f833141dc223.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-07-01T15:59:13.975Z Running `/home/build/.rustup/toolchains/1.96.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=a2676c7165a6a765 -C extra-filename=-17dfee7fcfee76e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c5245c0a70f87cad.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-86d7a30eabc8ae2c.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)'`
41072026-07-01T15:59:14.040Z Compiling libxml v0.3.3
41082026-07-01T15:59:14.067Z Compiling strum_macros v0.24.3
41092026-07-01T15:59:14.101Z Running `/home/build/.rustup/toolchains/1.96.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=224e2f100024b594 -C extra-filename=-2672b23dd2e9563f --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-2672b23dd2e9563f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102026-07-01T15:59:14.104Z Running `/home/build/.rustup/toolchains/1.96.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=6183d6046db081e4 -C extra-filename=-4179f24a7000411c --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-f933e2cc2e49d477.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112026-07-01T15:59:14.231Z Compiling slog-stdlog v4.1.1
41122026-07-01T15:59:14.235Z Compiling parking_lot v0.11.2
41132026-07-01T15:59:14.264Z Running `/home/build/.rustup/toolchains/1.96.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=ed2705becf9dcd0c -C extra-filename=-c9c77c3ea1a554d6 --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-517a0a45b5918497.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-8c144fdbb7197824.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142026-07-01T15:59:14.268Z Compiling nanorand v0.7.0
41152026-07-01T15:59:14.268Z Running `/home/build/.rustup/toolchains/1.96.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=eabadab654a56b8b -C extra-filename=-2dc5f4ffe946823b --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-5941f833141dc223.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-a5a76f247fefddb9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-fbd3861ddcb13b0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162026-07-01T15:59:14.268Z Running `/home/build/.rustup/toolchains/1.96.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=3fb595e0cf28088d -C extra-filename=-20eea07b5cbef7d3 --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-2be4f244cd0ef462.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-07-01T15:59:14.328Z Running `/home/build/.rustup/toolchains/1.96.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=a627e9847a981c3f -C extra-filename=-9cb45ab1508823c1 --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-614d87617042c167.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-a658a46639eedfee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182026-07-01T15:59:14.362Z Compiling indoc v1.0.9
41192026-07-01T15:59:14.365Z Compiling salty v0.3.0
41202026-07-01T15:59:14.365Z Running `/home/build/.rustup/toolchains/1.96.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=845a21b2e010bfa4 -C extra-filename=-16e647562a4afb7f --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`
41212026-07-01T15:59:14.395Z Running `/home/build/.rustup/toolchains/1.96.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=f381f2b6411d0ca1 -C extra-filename=-e161a326cbf17312 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-e161a326cbf17312 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-07-01T15:59:14.459Z Compiling slog-envlogger v2.2.0
41232026-07-01T15:59:14.466Z Running `/home/build/.rustup/toolchains/1.96.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=f9e62ac8658393d6 -C extra-filename=-97167b02ea73de17 --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-517a0a45b5918497.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-8c144fdbb7197824.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-c9c77c3ea1a554d6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242026-07-01T15:59:14.495Z Compiling progenitor-macro v0.14.0
41252026-07-01T15:59:14.530Z Running `/home/build/.rustup/toolchains/1.96.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=e0addfe484d73c3a -C extra-filename=-5cb0d166cb0c7768 --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-42758531048c8111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a8db1870a735e03e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-00e8ccd4ce8e993e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262026-07-01T15:59:14.533Z Running `/home/build/.rustup/toolchains/1.96.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=18ea462ef03862b1 -C extra-filename=-c1dc5b909e3adfb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272026-07-01T15:59:14.534Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0dad41124166026f/build-script-build`
41282026-07-01T15:59:14.631Z Compiling ascii-canvas v3.0.0
41292026-07-01T15:59:14.634Z Running `/home/build/.rustup/toolchains/1.96.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=3aa4168c02479804 -C extra-filename=-94f24ba101c97710 --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-b33662965b6ff5d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302026-07-01T15:59:14.702Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41312026-07-01T15:59:14.705Z Running `/home/build/.rustup/toolchains/1.96.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=037f9f66d12c646c -C extra-filename=-e3703700470211a1 --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-c1dc5b909e3adfb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-07-01T15:59:14.731Z Compiling sled v0.34.7
41332026-07-01T15:59:14.734Z Running `/home/build/.rustup/toolchains/1.96.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=bf5e5fa2553235ee -C extra-filename=-41b0e3fe1e881050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0837415240d9a8d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342026-07-01T15:59:14.735Z Compiling flume v0.11.1
41352026-07-01T15:59:14.766Z Running `/home/build/.rustup/toolchains/1.96.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=8b2c8ef9ec222bfe -C extra-filename=-12355ed088088f21 --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-d7de13df64e70a85.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6e0c99b34b2408af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-2dc5f4ffe946823b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-07-01T15:59:14.801Z Compiling primeorder v0.13.6
41372026-07-01T15:59:14.804Z Running `/home/build/.rustup/toolchains/1.96.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=b344c8182918e92d -C extra-filename=-d035304d05e7d3b6 --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-97e0b9cd6dd93868.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-07-01T15:59:14.804Z Running `/home/build/.rustup/toolchains/1.96.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=3ed0a1c8c92d0c3e -C extra-filename=-55c6142319fa5a3a --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-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-20eea07b5cbef7d3.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392026-07-01T15:59:14.832Z Compiling quick-xml v0.37.5
41402026-07-01T15:59:14.864Z Running `/home/build/.rustup/toolchains/1.96.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=b0910f9da9e5c4be -C extra-filename=-baebbad7e92f6282 --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-29cf7af8e2fc43be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412026-07-01T15:59:14.898Z Running `/work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-430c502d1b0d9a23/build-script-build`
41422026-07-01T15:59:14.971Z Compiling hickory-server v0.25.2
41432026-07-01T15:59:15.003Z Compiling impl-trait-for-tuples v0.2.3
41442026-07-01T15:59:15.006Z Compiling oso-derive v0.27.3
41452026-07-01T15:59:15.006Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-785a4e7c0dddd2ed/build-script-build`
41462026-07-01T15:59:15.037Z Compiling openssl-probe v0.1.6
41472026-07-01T15:59:15.040Z Running `/home/build/.rustup/toolchains/1.96.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=78372ad746a681f3 -C extra-filename=-386610d8e0748917 --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-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-955cc156dd0ac2cc.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-b5789ad9db11a628.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482026-07-01T15:59:15.068Z Running `/home/build/.rustup/toolchains/1.96.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=91236aa95f8a7161 -C extra-filename=-e3f5a4b6d0d037ae --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-07-01T15:59:15.074Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41502026-07-01T15:59:15.074Z Compiling trait-variant v0.1.2
41512026-07-01T15:59:15.074Z Running `/home/build/.rustup/toolchains/1.96.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=2ed39eb96e3a6838 -C extra-filename=-4aa125bc60f89e62 --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-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-07-01T15:59:15.103Z Running `/home/build/.rustup/toolchains/1.96.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=08692a5dc0157684 -C extra-filename=-488c403b68b29e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532026-07-01T15:59:15.106Z Compiling fs-err v2.11.0
41542026-07-01T15:59:15.106Z Running `/home/build/.rustup/toolchains/1.96.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=c8d9b4b865ae17a5 -C extra-filename=-ed415be1ca6f1474 --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-dd5c91b8ff049607.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-21855dc9e1c702e7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552026-07-01T15:59:15.137Z Running `/home/build/.rustup/toolchains/1.96.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=7ffc09e5481e1953 -C extra-filename=-2fdfa0f24fe3f326 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562026-07-01T15:59:15.140Z Compiling tabled v0.20.0
41572026-07-01T15:59:15.141Z Running `/home/build/.rustup/toolchains/1.96.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=c264cb8a36d8482c -C extra-filename=-f8323f90001e1180 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f8323f90001e1180 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f9234036ec2c327a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-07-01T15:59:15.141Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=df8e866e82f4a9af -C extra-filename=-fbe466b8ab806a3a --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-bd070e3a1596c1c6.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-8970ec1b0e256639.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-4fd7f1a0cffd1dcb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592026-07-01T15:59:15.234Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
41602026-07-01T15:59:15.268Z Compiling progenitor-macro v0.13.0
41612026-07-01T15:59:15.271Z Compiling lalrpop v0.19.12
41622026-07-01T15:59:15.271Z Running `/home/build/.rustup/toolchains/1.96.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=c53c868b090b83ad -C extra-filename=-83420f53ceaf3ccc --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-732bd01101fc61cb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-3f4a8ad6aa73f382.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-07-01T15:59:15.271Z Running `/home/build/.rustup/toolchains/1.96.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=f78b8f24eb2abf95 -C extra-filename=-b9850ff70489fa26 --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-42758531048c8111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bd1ab874a682333d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-00e8ccd4ce8e993e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642026-07-01T15:59:15.303Z Running `/home/build/.rustup/toolchains/1.96.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=2f72bcf19baa8096 -C extra-filename=-9604e81b304db42c --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-94f24ba101c97710.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3c5d8e88c99a73ba.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-16c9a08fa363e82a.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-132a48f612cb161a.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-e61723d1a1e57478.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1e7dd89b1ea56cfa.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-aecb7fec5f5d3fa7.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e3703700470211a1.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-8c8482349eff0047.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652026-07-01T15:59:15.367Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
41662026-07-01T15:59:15.402Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
41672026-07-01T15:59:15.405Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
41682026-07-01T15:59:15.432Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=441329e1a0a0e4fc -C extra-filename=-a08bdb03db5e546d --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-4522b9113aa66ba6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-40f88ac2422bc722.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-07-01T15:59:15.438Z Running `/home/build/.rustup/toolchains/1.96.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=169b7f8673b1f694 -C extra-filename=-5aa8bb6e2456e100 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-5aa8bb6e2456e100 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-17dfee7fcfee76e7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-07-01T15:59:15.467Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=cf73f3bc5d90bf08 -C extra-filename=-cac5024f80a98ab2 --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-f0ece464c7b41d78.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712026-07-01T15:59:15.571Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-2672b23dd2e9563f/build-script-build`
41722026-07-01T15:59:15.604Z Compiling predicates-tree v1.0.13
41732026-07-01T15:59:15.608Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-e161a326cbf17312/build-script-build`
41742026-07-01T15:59:15.608Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f8323f90001e1180/build-script-build`
41752026-07-01T15:59:15.634Z Compiling bb8 v0.8.6
41762026-07-01T15:59:15.638Z Compiling p384 v0.13.1
41772026-07-01T15:59:15.638Z Running `/home/build/.rustup/toolchains/1.96.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=21cdf3fc2da4efac -C extra-filename=-cb42aed7074d3b1f --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-c00cba8245233c12.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782026-07-01T15:59:15.671Z Running `/home/build/.rustup/toolchains/1.96.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=a7190c54b56b830a -C extra-filename=-6d1804fed1023684 --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-4e778a706bc0dc16.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b90ae94c6b847292.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792026-07-01T15:59:15.674Z Running `/home/build/.rustup/toolchains/1.96.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=668c2648363e2a12 -C extra-filename=-4d136504a3c86375 --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-14d489de955721f7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-d035304d05e7d3b6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802026-07-01T15:59:15.706Z Compiling parse-size v1.1.0
41812026-07-01T15:59:15.765Z Compiling assert_matches v1.5.0
41822026-07-01T15:59:15.768Z Running `/home/build/.rustup/toolchains/1.96.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=aa135794afc9b28f -C extra-filename=-88f10c58fe781cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832026-07-01T15:59:15.833Z Running `/home/build/.rustup/toolchains/1.96.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=70a6629e9a1cf67b -C extra-filename=-e2a0f5fe1db03132 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-07-01T15:59:15.871Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
41852026-07-01T15:59:15.871Z Running `/home/build/.rustup/toolchains/1.96.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=753c0a4d8e1bbcf7 -C extra-filename=-c3ca39b8c78224bd --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-475c5481f11c65dc.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`
41862026-07-01T15:59:15.905Z Running `/home/build/.rustup/toolchains/1.96.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=d42af65ec5842f3a -C extra-filename=-b6c950961260dc2a --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-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
41872026-07-01T15:59:15.973Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7a0acc3adfa7958 -C extra-filename=-7729ae6297484c5f --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-7729ae6297484c5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882026-07-01T15:59:15.976Z Compiling nonempty v0.12.0
41892026-07-01T15:59:16.014Z Running `/home/build/.rustup/toolchains/1.96.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=38b78316c0a0d8f2 -C extra-filename=-4447004ed358ed76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902026-07-01T15:59:16.052Z Running `/home/build/.rustup/toolchains/1.96.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=4cf0cf104c601508 -C extra-filename=-d1b578bd7e308ccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
41912026-07-01T15:59:16.085Z Compiling mime_guess v2.0.5
41922026-07-01T15:59:16.089Z Running `/home/build/.rustup/toolchains/1.96.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=876ced3bdbbee047 -C extra-filename=-5c681bda8f6ab74a --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-64568b11226546eb.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-381ab3f637e0d70a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9cb45ab1508823c1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6fe5623d1baccef5.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-54dbde732dbccf40.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-07-01T15:59:16.090Z Compiling ignore v0.4.25
41942026-07-01T15:59:16.124Z Compiling http-range v0.1.5
41952026-07-01T15:59:16.127Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
41962026-07-01T15:59:16.127Z Running `/home/build/.rustup/toolchains/1.96.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=9d3aa78ba942066f -C extra-filename=-d8abe4f796122386 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d8abe4f796122386 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-c7bad6e9242577a6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-07-01T15:59:16.127Z Running `/home/build/.rustup/toolchains/1.96.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=0410fd37aa9ac983 -C extra-filename=-73fa58ad5683eb9c --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-8384bfabe6f8b5c5.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-c492010093423e5d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-dc6f0f0fcc5269e7.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982026-07-01T15:59:16.157Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
41992026-07-01T15:59:16.160Z Running `/home/build/.rustup/toolchains/1.96.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=677d4ef62294b2d4 -C extra-filename=-a48111c2c091f1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002026-07-01T15:59:16.161Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=aa9a65f8c8613c03 -C extra-filename=-1a358f1cc250af9c --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-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012026-07-01T15:59:16.161Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=7deb57d1571fd3b3 -C extra-filename=-1a422c8356c0673d --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-1a422c8356c0673d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022026-07-01T15:59:16.221Z Compiling atty v0.2.14
42032026-07-01T15:59:16.225Z Running `/home/build/.rustup/toolchains/1.96.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=3d4f7a85e4b5fb97 -C extra-filename=-55f86491487f34b9 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-07-01T15:59:16.290Z Compiling corncobs v0.1.4
42052026-07-01T15:59:16.293Z Running `/home/build/.rustup/toolchains/1.96.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=1f4c852d95058299 -C extra-filename=-b84c3ef516586ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:16.436Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42072026-07-01T15:59:16.439Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-7729ae6297484c5f/build-script-build`
42082026-07-01T15:59:16.439Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=db3b86bfd04550b3 -C extra-filename=-1cdd9ab5411069ad --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-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-a366b71677993b1e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ed415be1ca6f1474.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b6c950961260dc2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-07-01T15:59:16.516Z Compiling secrecy v0.8.0
42102026-07-01T15:59:16.520Z Compiling illumos-nvpair-sys v0.2.0
42112026-07-01T15:59:16.520Z Running `/home/build/.rustup/toolchains/1.96.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=4472afc9c434282d -C extra-filename=-32b5e9d573f4f646 --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-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-07-01T15:59:16.575Z Running `/home/build/.rustup/toolchains/1.96.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=4f0182998959ae2f -C extra-filename=-5bd8fb8d3dc7eb2f --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-5bd8fb8d3dc7eb2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132026-07-01T15:59:16.613Z Compiling signal-hook-tokio v0.3.1
42142026-07-01T15:59:16.646Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42152026-07-01T15:59:16.649Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42162026-07-01T15:59:16.714Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fc592591c55ddcf -C extra-filename=-d1a4fa602f6118eb --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.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/`
42172026-07-01T15:59:16.715Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-5aa8bb6e2456e100/build-script-build`
42182026-07-01T15:59:16.715Z Running `/home/build/.rustup/toolchains/1.96.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=2f264225f47c13e8 -C extra-filename=-0e8fd74c909fb710 --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-a81f463b5eadc7cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-07-01T15:59:16.719Z Running `/home/build/.rustup/toolchains/1.96.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=f8e028c239519608 -C extra-filename=-5be5ca9245467671 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-5be5ca9245467671 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-07-01T15:59:16.719Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42212026-07-01T15:59:16.719Z Running `/home/build/.rustup/toolchains/1.96.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=2bb1b6c147c9b047 -C extra-filename=-1f9d59ac7c514fc5 --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-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-a366b71677993b1e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ed415be1ca6f1474.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b6c950961260dc2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-07-01T15:59:16.748Z Compiling tungstenite v0.23.0
42232026-07-01T15:59:16.751Z Compiling rand_seeder v0.4.0
42242026-07-01T15:59:16.752Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=34819caa7b560e6f -C extra-filename=-fcf1cd66fba6a9bb --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-9ecfd7549d856f01.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-b84c3ef516586ac7.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-1a358f1cc250af9c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0af2aa1bdfa3282c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-07-01T15:59:16.753Z Running `/home/build/.rustup/toolchains/1.96.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=3a9662fa43695a19 -C extra-filename=-9b068a201371edc9 --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-614c1cfc56bd8768.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-07-01T15:59:16.754Z Running `/home/build/.rustup/toolchains/1.96.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=0b0c72a3c777d1ee -C extra-filename=-e0bcdcf6024ef926 --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-cd826904474fece0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-13e7df82655a3fd3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-97a82dd03f57902d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-07-01T15:59:16.759Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-1a422c8356c0673d/build-script-build`
42282026-07-01T15:59:16.854Z Compiling void v1.0.2
42292026-07-01T15:59:16.858Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42302026-07-01T15:59:16.858Z Compiling nix v0.27.1
42312026-07-01T15:59:16.887Z Running `/home/build/.rustup/toolchains/1.96.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=92e38f7c09b40a7e -C extra-filename=-3e165038b5f6ba57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-07-01T15:59:16.892Z Running `/home/build/.rustup/toolchains/1.96.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=cf6906b8fb6a5964 -C extra-filename=-7c158b873bff14f0 --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-64568b11226546eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-199c62b0e07218ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-07-01T15:59:16.892Z Running `/home/build/.rustup/toolchains/1.96.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=e281636dfca0213f -C extra-filename=-3610480267a5fb59 --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-cd826904474fece0.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-66738bb422ef5da5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-07-01T15:59:16.954Z Compiling globwalk v0.9.1
42352026-07-01T15:59:16.990Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42362026-07-01T15:59:16.994Z Running `/home/build/.rustup/toolchains/1.96.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=3cca8650c0277109 -C extra-filename=-6726b9175e441980 --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-64568b11226546eb.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-73fa58ad5683eb9c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372026-07-01T15:59:17.026Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/8116765/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=06db6cf33007e826 -C extra-filename=-37ed99c3f21167dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fbe466b8ab806a3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-08b9eefba20e23b1.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3cc72eafb3becd29.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42382026-07-01T15:59:17.026Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "testing"))' -C metadata=61ef454c4a22d17e -C extra-filename=-85a68eb2455df7fc --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-1cdd9ab5411069ad.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d1a4fa602f6118eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-4d136504a3c86375.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ed415be1ca6f1474.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-72dfe15583183510.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42392026-07-01T15:59:17.058Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d8abe4f796122386/build-script-build`
42402026-07-01T15:59:17.058Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-5bd8fb8d3dc7eb2f/build-script-build`
42412026-07-01T15:59:17.126Z Compiling lzss v0.8.2
42422026-07-01T15:59:17.162Z Running `/home/build/.rustup/toolchains/1.96.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=419848ffacc3dbcc -C extra-filename=-20dbd2a34610e8cb --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-3e165038b5f6ba57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432026-07-01T15:59:17.166Z Compiling serde_bytes v0.11.19
42442026-07-01T15:59:17.167Z Compiling yansi v1.0.1
42452026-07-01T15:59:17.168Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-5be5ca9245467671/build-script-build`
42462026-07-01T15:59:17.198Z Compiling is_ci v1.2.0
42472026-07-01T15:59:17.201Z Running `/home/build/.rustup/toolchains/1.96.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=ce995432bd96f1b6 -C extra-filename=-449226ed870154b2 --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-c71d6c6cbdc15377.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-07-01T15:59:17.231Z Running `/home/build/.rustup/toolchains/1.96.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=99737775ec4624bc -C extra-filename=-c2d062b407c57559 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:17.235Z Compiling libz-sys v1.1.24
42502026-07-01T15:59:17.235Z Running `/home/build/.rustup/toolchains/1.96.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=622f10bda173556c -C extra-filename=-02dee8d32b9ede5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512026-07-01T15:59:17.301Z Running `/home/build/.rustup/toolchains/1.96.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=bb44345daf810a72 -C extra-filename=-3302fb2197eee4ad --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-3302fb2197eee4ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-c3ddc02eb03e5250.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42522026-07-01T15:59:17.336Z Running `/home/build/.rustup/toolchains/1.96.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=44117a0fd93469e4 -C extra-filename=-7005a57c4c483b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
42532026-07-01T15:59:17.340Z Compiling camino-tempfile-ext v0.3.3
42542026-07-01T15:59:17.340Z Compiling darling_core v0.23.0
42552026-07-01T15:59:17.340Z Running `/home/build/.rustup/toolchains/1.96.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=25f82beab40be0e2 -C extra-filename=-18d00bace425089a --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-b7b051eec9c8a316.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-c7bad6e9242577a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562026-07-01T15:59:17.370Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42572026-07-01T15:59:17.373Z Compiling libgit2-sys v0.18.3+1.9.2
42582026-07-01T15:59:17.374Z Running `/home/build/.rustup/toolchains/1.96.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=d4f56789076df191 -C extra-filename=-01017a6c708a36fe --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-0813c49105c134b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-33d2256449469a81.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-6726b9175e441980.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c00cba8245233c12.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cb42aed7074d3b1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592026-07-01T15:59:17.375Z Running `/home/build/.rustup/toolchains/1.96.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=e5d489735cd4f005 -C extra-filename=-84fe05733ad778c5 --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-d7b87b25cac2758a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a194696445488582.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42602026-07-01T15:59:17.375Z Running `/home/build/.rustup/toolchains/1.96.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=aec0a39baacaf5c2 -C extra-filename=-19a1dac510369d33 --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-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.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/`
42612026-07-01T15:59:17.403Z Running `/home/build/.rustup/toolchains/1.96.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=6c8f72e614e8a005 -C extra-filename=-8501db37c414bc00 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-8501db37c414bc00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-07-01T15:59:17.407Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=3cb11cb59881df6f -C extra-filename=-75f63829e42d5129 --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-64568b11226546eb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-07-01T15:59:17.438Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42642026-07-01T15:59:17.444Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=a85b922f7ef80f86 -C extra-filename=-1288093a4cee2189 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-1288093a4cee2189 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-26f8dcada7e7abf4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-07-01T15:59:17.505Z Compiling tokio-tungstenite v0.23.1
42662026-07-01T15:59:17.538Z Running `/home/build/.rustup/toolchains/1.96.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=f6faa0089b3d456e -C extra-filename=-50948435f24315a3 --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-7549e874c0c6d611.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e0bcdcf6024ef926.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672026-07-01T15:59:17.601Z Compiling illumos-nvpair v0.3.0
42682026-07-01T15:59:17.631Z Compiling indoc v2.0.7
42692026-07-01T15:59:17.635Z Compiling instability v0.3.11
42702026-07-01T15:59:17.635Z Running `/home/build/.rustup/toolchains/1.96.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=1b04d4752fff23d9 -C extra-filename=-173f09f76cafc669 --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-7005a57c4c483b00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712026-07-01T15:59:17.635Z Running `/home/build/.rustup/toolchains/1.96.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=2ff1c53b93ef303c -C extra-filename=-324fed765c15aff3 --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`
42722026-07-01T15:59:17.635Z Compiling castaway v0.2.4
42732026-07-01T15:59:17.635Z Running `/home/build/.rustup/toolchains/1.96.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=c175d098de46a762 -C extra-filename=-118897d5b569c402 --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-118897d5b569c402 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-07-01T15:59:17.635Z Running `/home/build/.rustup/toolchains/1.96.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=84268246207cfcce -C extra-filename=-cf964918a1f575f1 --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-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-07-01T15:59:17.796Z Compiling hyper-staticfile v0.10.1
42762026-07-01T15:59:17.799Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42772026-07-01T15:59:17.835Z Running `/home/build/.rustup/toolchains/1.96.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=1eb1d69722e034f3 -C extra-filename=-b764a8953976afad --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-7549e874c0c6d611.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-25cc7ebab10ea2cb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-18d00bace425089a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-07-01T15:59:17.838Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
42792026-07-01T15:59:17.868Z Compiling pretty_assertions v1.4.1
42802026-07-01T15:59:17.909Z Running `/home/build/.rustup/toolchains/1.96.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=2f4ce80d7a2b731b -C extra-filename=-10f671028be02530 --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-1f9d59ac7c514fc5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-19a1dac510369d33.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-4d136504a3c86375.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ed415be1ca6f1474.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-72dfe15583183510.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42812026-07-01T15:59:17.913Z Running `/home/build/.rustup/toolchains/1.96.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=0a58d7454927f301 -C extra-filename=-4cb38ccdae1bae3d --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-b0e51aaea791db28.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-173f09f76cafc669.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
42822026-07-01T15:59:17.943Z Compiling compact_str v0.8.1
42832026-07-01T15:59:17.946Z Compiling unicode-truncate v1.1.0
42842026-07-01T15:59:17.946Z Compiling lru v0.12.5
42852026-07-01T15:59:17.947Z Running `/home/build/.rustup/toolchains/1.96.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=0e89e359114544c4 -C extra-filename=-a48f489069168498 --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-16c9a08fa363e82a.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-02dee8d32b9ede5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42862026-07-01T15:59:17.947Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-1288093a4cee2189/build-script-build`
42872026-07-01T15:59:18.013Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42882026-07-01T15:59:18.026Z Compiling vergen-git2 v9.1.0
42892026-07-01T15:59:18.026Z Running `/home/build/.rustup/toolchains/1.96.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=bda36ab123427479 -C extra-filename=-bf9d107daf776f6f --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-03705ebcd02dc3b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42902026-07-01T15:59:18.026Z Running `/home/build/.rustup/toolchains/1.96.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=bafd2198da2dbbab -C extra-filename=-52ffaeb677177f66 --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-cf964918a1f575f1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-b95faaec17b65d76.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912026-07-01T15:59:18.027Z Running `/home/build/.rustup/toolchains/1.96.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=19b4ae9535ffa290 -C extra-filename=-a8704eb00a9203c9 --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-69f5c9f5c283aee7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922026-07-01T15:59:18.047Z Compiling cassowary v0.3.0
42932026-07-01T15:59:18.050Z Compiling console v0.16.2
42942026-07-01T15:59:18.050Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-3302fb2197eee4ad/build-script-build`
42952026-07-01T15:59:18.050Z Running `/home/build/.rustup/toolchains/1.96.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=4f3d0188a4cd1395 -C extra-filename=-919f4a75f8223ce6 --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-b4f780b189a31b98.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-07-01T15:59:18.051Z Running `/home/build/.rustup/toolchains/1.96.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=cac7f9c2bb95d5be -C extra-filename=-a414846387c99007 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-a414846387c99007 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-6b71e4e3efe07320.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972026-07-01T15:59:18.051Z Running `/home/build/.rustup/toolchains/1.96.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=51ea6e008e549393 -C extra-filename=-3142d07f91621ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982026-07-01T15:59:18.051Z Running `/home/build/.rustup/toolchains/1.96.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=ab260022ce5236c2 -C extra-filename=-5198ce0d313db60e --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-475c5481f11c65dc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42992026-07-01T15:59:18.084Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-118897d5b569c402/build-script-build`
43002026-07-01T15:59:18.187Z Compiling unit-prefix v0.5.2
43012026-07-01T15:59:18.253Z Compiling supports-color v3.0.2
43022026-07-01T15:59:18.256Z Running `/home/build/.rustup/toolchains/1.96.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=a692e92c27f4a89e -C extra-filename=-23e41fa27b376b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:18.324Z Running `/home/build/.rustup/toolchains/1.96.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=db59faab605428e6 -C extra-filename=-78d030adc9a210ba --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-c2d062b407c57559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042026-07-01T15:59:18.327Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43052026-07-01T15:59:18.329Z Compiling tokio-test v0.4.5
43062026-07-01T15:59:18.329Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-8501db37c414bc00/build-script-build`
43072026-07-01T15:59:18.329Z Running `/home/build/.rustup/toolchains/1.96.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=b52073b66d2999a6 -C extra-filename=-0dc41d335a6f61af --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-475c5481f11c65dc.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`
43082026-07-01T15:59:18.356Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43092026-07-01T15:59:18.359Z Compiling twox-hash v2.1.2
43102026-07-01T15:59:18.359Z Running `/home/build/.rustup/toolchains/1.96.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=ce4e576db3d2cd71 -C extra-filename=-0f7e3884123c3b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0837415240d9a8d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112026-07-01T15:59:18.360Z Running `/home/build/.rustup/toolchains/1.96.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=c611800ab9062575 -C extra-filename=-bddf7f7bbe6d82a5 --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-a81f463b5eadc7cf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-07-01T15:59:18.389Z Running `/home/build/.rustup/toolchains/1.96.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=7592e31361cef4bf -C extra-filename=-8e14441312b08ed9 --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-fa9b90e544911148.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-058cfb6f0506d434.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-07-01T15:59:18.392Z Running `/home/build/.rustup/toolchains/1.96.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=52d2b6fcdb246986 -C extra-filename=-c83d047eed8326cf --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-e3b6b39bcf57f93e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142026-07-01T15:59:18.421Z Compiling fatfs v0.3.6
43152026-07-01T15:59:18.424Z Compiling colored v2.2.0
43162026-07-01T15:59:18.425Z Running `/home/build/.rustup/toolchains/1.96.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=aa2b0fae8b0658b0 -C extra-filename=-2459e8ebca731297 --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-ea55f6da188cc094.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172026-07-01T15:59:18.425Z Running `/home/build/.rustup/toolchains/1.96.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=3ba0cee8c19517e2 -C extra-filename=-f60c9f446ff37001 --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-d002aab0f53c3af0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43182026-07-01T15:59:18.493Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43192026-07-01T15:59:18.496Z Compiling shell-words v1.1.1
43202026-07-01T15:59:18.527Z Compiling hex-literal v0.4.1
43212026-07-01T15:59:18.530Z Running `/home/build/.rustup/toolchains/1.96.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=febc8cc6612c3403 -C extra-filename=-6bd58cbb0a5170cb --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-64568b11226546eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222026-07-01T15:59:18.531Z Compiling seq-macro v0.3.6
43232026-07-01T15:59:18.531Z Running `/home/build/.rustup/toolchains/1.96.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=68ae3af2d4c456c7 -C extra-filename=-fab6b7f8ef66dbf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-07-01T15:59:18.532Z Running `/home/build/.rustup/toolchains/1.96.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=fd9ad23c837c0b43 -C extra-filename=-f7c17a168e08d2ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252026-07-01T15:59:18.561Z Running `/home/build/.rustup/toolchains/1.96.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=5bf1b05627e811e7 -C extra-filename=-4fe3ff793ce8b3d4 --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`
43262026-07-01T15:59:18.564Z Compiling petname v2.0.2
43272026-07-01T15:59:18.595Z Compiling concurrent-queue v2.5.0
43282026-07-01T15:59:18.627Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-a414846387c99007/build-script-build`
43292026-07-01T15:59:18.630Z Running `/home/build/.rustup/toolchains/1.96.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=a89610a3d9b77027 -C extra-filename=-00656cfe834bc6b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-00656cfe834bc6b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-07-01T15:59:18.630Z Running `/home/build/.rustup/toolchains/1.96.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=aaef68ce5e07dd38 -C extra-filename=-47ad94d9a3cd78f4 --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-eb0483341114352c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312026-07-01T15:59:18.763Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43322026-07-01T15:59:18.766Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=00bde61e7e07ffa2 -C extra-filename=-a630e9745c760fb4 --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-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-75f63829e42d5129.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332026-07-01T15:59:18.797Z Compiling indicatif v0.18.4
43342026-07-01T15:59:18.800Z Running `/home/build/.rustup/toolchains/1.96.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=f10b6c0940747ec8 -C extra-filename=-9433701c1a1511eb --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-5198ce0d313db60e.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-23e41fa27b376b2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352026-07-01T15:59:18.800Z Compiling parking v2.2.1
43362026-07-01T15:59:18.830Z Running `/home/build/.rustup/toolchains/1.96.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=91c17696afc0b4cf -C extra-filename=-78a596e20000aeae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:18.863Z Compiling plotters-backend v0.3.7
43382026-07-01T15:59:18.866Z Running `/home/build/.rustup/toolchains/1.96.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=bef5ea9b8f1ee066 -C extra-filename=-554f990be8f5baf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:18.893Z Compiling sapling-renderdag v0.1.0
43402026-07-01T15:59:18.896Z Compiling rtoolbox v0.0.3
43412026-07-01T15:59:18.897Z Running `/home/build/.rustup/toolchains/1.96.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=2fe4f4fcf2e96e0d -C extra-filename=-b953278a93f775f8 --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-64568b11226546eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-07-01T15:59:18.897Z Compiling cast v0.3.0
43432026-07-01T15:59:18.931Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43442026-07-01T15:59:18.934Z Running `/home/build/.rustup/toolchains/1.96.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=9a56da1edc93cc4b -C extra-filename=-c3d2e3abb7f739d6 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452026-07-01T15:59:18.964Z Running `/home/build/.rustup/toolchains/1.96.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=3eff34e4428712f6 -C extra-filename=-f592ca5bb284d175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462026-07-01T15:59:18.967Z Compiling sync-ptr v0.1.4
43472026-07-01T15:59:18.967Z Compiling tinytemplate v1.2.1
43482026-07-01T15:59:18.967Z Running `/home/build/.rustup/toolchains/1.96.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=400a545b0a6263a1 -C extra-filename=-c0093dad2f804286 --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-cd826904474fece0.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-9433c737628929ab.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-83420f53ceaf3ccc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-3f4a8ad6aa73f382.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-88c1491f96018b37.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492026-07-01T15:59:18.968Z Running `/home/build/.rustup/toolchains/1.96.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=2e66e2b618ff7b33 -C extra-filename=-27e586ce4320e9c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502026-07-01T15:59:18.998Z Compiling futures-timer v3.0.3
43512026-07-01T15:59:19.001Z Running `/home/build/.rustup/toolchains/1.96.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=e04e126ef412c67e -C extra-filename=-960f8560e967d6fe --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-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-07-01T15:59:19.003Z Compiling event-listener v5.4.1
43532026-07-01T15:59:19.028Z Running `/home/build/.rustup/toolchains/1.96.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=90e497b29d43d147 -C extra-filename=-0e84bfd2f58897d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542026-07-01T15:59:19.031Z Running `/home/build/.rustup/toolchains/1.96.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=b411c4d3c9a2db56 -C extra-filename=-241806ce71ac7f01 --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-47ad94d9a3cd78f4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-78a596e20000aeae.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-07-01T15:59:19.061Z Compiling strsim v0.10.0
43562026-07-01T15:59:19.064Z Compiling oorandom v11.1.5
43572026-07-01T15:59:19.065Z Running `/home/build/.rustup/toolchains/1.96.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=bff37afa06823b88 -C extra-filename=-9bfa0acc07bbcd2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-07-01T15:59:19.092Z Compiling anes v0.1.6
43592026-07-01T15:59:19.095Z Running `/home/build/.rustup/toolchains/1.96.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=c4dda5927c1d8505 -C extra-filename=-a4c2b9ad73c8aed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-07-01T15:59:19.095Z Running `/home/build/.rustup/toolchains/1.96.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=7809c522aba25b88 -C extra-filename=-46a535a963e7320f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-07-01T15:59:19.126Z Compiling polyval v0.6.2
43622026-07-01T15:59:19.129Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-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("std", "zeroize"))' -C metadata=622c8fb684add745 -C extra-filename=-237edc05040d49f5 --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-ccf4af5f4acd8b5c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-04d86b88b00df2ea.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-ac01a687e82737ef.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-41188a1f44f409b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-07-01T15:59:19.194Z Compiling plotters-svg v0.3.7
43642026-07-01T15:59:19.197Z Running `/home/build/.rustup/toolchains/1.96.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=04cf13a754977511 -C extra-filename=-75b7c6639e87127d --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-554f990be8f5baf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652026-07-01T15:59:19.197Z Compiling gimli v0.32.3
43662026-07-01T15:59:19.228Z Compiling target-lexicon v0.13.3
43672026-07-01T15:59:19.233Z Running `/home/build/.rustup/toolchains/1.96.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=4cf90e40972e1180 -C extra-filename=-74e43814169f6f17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682026-07-01T15:59:19.261Z Compiling serde_regex v1.1.0
43692026-07-01T15:59:19.289Z Running `/home/build/.rustup/toolchains/1.96.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=8279128d5b1a18af -C extra-filename=-fc9e8a04a014139b --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-fc9e8a04a014139b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-07-01T15:59:19.294Z Running `/home/build/.rustup/toolchains/1.96.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=8211caa86a3f9364 -C extra-filename=-e956a7697eb0bfee --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-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712026-07-01T15:59:19.356Z Compiling event-listener-strategy v0.5.4
43722026-07-01T15:59:19.359Z Running `/home/build/.rustup/toolchains/1.96.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=15d6853994794e98 -C extra-filename=-b46f97b8bf88654d --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-241806ce71ac7f01.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-07-01T15:59:19.457Z Compiling plotters v0.3.7
43742026-07-01T15:59:19.461Z Compiling darling_core v0.13.4
43752026-07-01T15:59:19.492Z Running `/home/build/.rustup/toolchains/1.96.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=02ce38409e983329 -C extra-filename=-0380175875a86d94 --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-1f5100c8f325d83a.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-554f990be8f5baf6.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-75b7c6639e87127d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762026-07-01T15:59:19.494Z Running `/home/build/.rustup/toolchains/1.96.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=11c094048edf88ba -C extra-filename=-ae54c02e532de90c --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-91bf8e578b010fbb.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-d7b87b25cac2758a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9bfa0acc07bbcd2f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772026-07-01T15:59:19.494Z Compiling criterion-plot v0.6.0
43782026-07-01T15:59:19.526Z Compiling ghash v0.5.1
43792026-07-01T15:59:19.528Z Running `/home/build/.rustup/toolchains/1.96.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=6051099d34bcf92e -C extra-filename=-63928e0600c230ff --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-f592ca5bb284d175.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-07-01T15:59:19.529Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-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", "zeroize"))' -C metadata=39d2528a356a4c3d -C extra-filename=-41adb5478adc1fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-ac01a687e82737ef.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-237edc05040d49f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812026-07-01T15:59:19.529Z Compiling rpassword v7.4.0
43822026-07-01T15:59:19.563Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.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=3936d01ce8cd2a39 -C extra-filename=-55533a3b61a6872b --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-475c5481f11c65dc.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-c3d2e3abb7f739d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-07-01T15:59:19.595Z Compiling assert-json-diff v2.0.2
43842026-07-01T15:59:19.626Z Compiling ctr v0.9.2
43852026-07-01T15:59:19.630Z Running `/home/build/.rustup/toolchains/1.96.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=d298b3842ecc4b73 -C extra-filename=-3c09f7579eba137c --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-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862026-07-01T15:59:19.630Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=49b7b75942341015 -C extra-filename=-cd8e02cf57696acd --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-6c63e98a419d5a2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43872026-07-01T15:59:19.661Z Compiling path-tree v0.8.3
43882026-07-01T15:59:19.694Z Compiling rustc-demangle v0.1.27
43892026-07-01T15:59:19.697Z Running `/home/build/.rustup/toolchains/1.96.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=1407270aee7a8142 -C extra-filename=-9a65e65f127607bd --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-b057846ce76d7ba6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902026-07-01T15:59:19.697Z Running `/home/build/.rustup/toolchains/1.96.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=0768387d6e662ba7 -C extra-filename=-b9ac917e019d7e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912026-07-01T15:59:19.698Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-00656cfe834bc6b5/build-script-build`
43922026-07-01T15:59:19.763Z Compiling diesel v2.3.7
43932026-07-01T15:59:19.766Z Running `/home/build/.rustup/toolchains/1.96.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=9981d6da05de4a57 -C extra-filename=-803cb845b0079d0c --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-64568b11226546eb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-ded935db9b0b1045.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-de7f2c9c3a574662.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-86480131418ac148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-62219900f91dc476.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
43942026-07-01T15:59:19.833Z Compiling guppy-workspace-hack v0.1.0
43952026-07-01T15:59:19.836Z Compiling stringmetrics v2.2.2
43962026-07-01T15:59:19.836Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/11afc48/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=02613deb6d6b032c -C extra-filename=-2218a63658b9c2ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fbe466b8ab806a3a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-a630e9745c760fb4.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-75f63829e42d5129.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43972026-07-01T15:59:19.866Z Running `/home/build/.rustup/toolchains/1.96.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=756815c960ca3858 -C extra-filename=-d2b54f0ea2872364 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-d2b54f0ea2872364 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982026-07-01T15:59:19.869Z Running `/home/build/.rustup/toolchains/1.96.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=8dfd9a0d95bda8ea -C extra-filename=-3f2674b0f64467d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-07-01T15:59:19.871Z Compiling async-lock v3.4.2
44002026-07-01T15:59:19.901Z Running `/home/build/.rustup/toolchains/1.96.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=2d153fea7d85a30d -C extra-filename=-17b1945e3dae32bc --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-241806ce71ac7f01.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-b46f97b8bf88654d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012026-07-01T15:59:19.931Z Compiling ssh-encoding v0.2.0
44022026-07-01T15:59:19.935Z Compiling blowfish v0.9.1
44032026-07-01T15:59:19.935Z Running `/home/build/.rustup/toolchains/1.96.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=35473a9ac1bb1fdf -C extra-filename=-5357c8a22cb7a26d --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-2f5e09e4f5a3ac8c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042026-07-01T15:59:19.969Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-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="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=4bf73c4d7573b55d -C extra-filename=-76cd8abe0ec819ed --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-cd826904474fece0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44052026-07-01T15:59:19.973Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-fc9e8a04a014139b/build-script-build`
44062026-07-01T15:59:19.973Z Compiling arrayvec v0.7.6
44072026-07-01T15:59:19.999Z Compiling arrayref v0.3.9
44082026-07-01T15:59:20.005Z Running `/home/build/.rustup/toolchains/1.96.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=587825f5cdb912ae -C extra-filename=-55fcdc17a50a0d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092026-07-01T15:59:20.034Z Running `/home/build/.rustup/toolchains/1.96.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=337d8c01e2c54e49 -C extra-filename=-0e4f1ae2ab7a5174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-07-01T15:59:20.037Z Running `/home/build/.rustup/toolchains/1.96.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=9d53a0acefe7ddbc -C extra-filename=-9a4927e72ec59e4a --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-402a9c5595943976.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112026-07-01T15:59:20.135Z Compiling constant_time_eq v0.4.2
44122026-07-01T15:59:20.138Z Compiling target-spec v3.5.7
44132026-07-01T15:59:20.138Z Compiling supports-color v2.1.0
44142026-07-01T15:59:20.138Z Running `/home/build/.rustup/toolchains/1.96.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=30d3bc6c961de61d -C extra-filename=-d32a198f38bcf00a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44152026-07-01T15:59:20.138Z Running `/home/build/.rustup/toolchains/1.96.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=7fcc1061fc9fc700 -C extra-filename=-67f6a5d5aa387ebf --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-67f6a5d5aa387ebf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162026-07-01T15:59:20.140Z Running `/home/build/.rustup/toolchains/1.96.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=e2b357ccba81a532 -C extra-filename=-9e93f3f6b3cb5fc5 --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-e61723d1a1e57478.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-c2d062b407c57559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172026-07-01T15:59:20.234Z Compiling textwrap v0.15.2
44182026-07-01T15:59:20.237Z Running `/home/build/.rustup/toolchains/1.96.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=29ee1320a76dcb42 -C extra-filename=-f49400535c9f75fb --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-e89eda67191d49d9.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-2c13e6d1e75f7dd4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-07-01T15:59:20.238Z Compiling supports-unicode v2.1.0
44202026-07-01T15:59:20.268Z Running `/home/build/.rustup/toolchains/1.96.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=9676860d54938e83 -C extra-filename=-2dc4a9da68e0db4f --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-e61723d1a1e57478.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-07-01T15:59:20.305Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-d2b54f0ea2872364/build-script-build`
44222026-07-01T15:59:20.340Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44232026-07-01T15:59:20.371Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44242026-07-01T15:59:20.374Z Running `/home/build/.rustup/toolchains/1.96.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=945feb2a52e1c46d -C extra-filename=-b781b083f5f4c7dc --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-c0fc3cf44f1b7f2b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-83420f53ceaf3ccc.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-c0093dad2f804286.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b66908348cf75a93.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-c0f4129956d65aa2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8046b2baa81dd302.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9e174c7b7f6725d1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.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-67a95489542da8d3/out/lib`
44252026-07-01T15:59:20.374Z Running `/home/build/.rustup/toolchains/1.96.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=8019aa7528ed8023 -C extra-filename=-4d87b832ab2d562d --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-c0fc3cf44f1b7f2b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-83420f53ceaf3ccc.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-c0093dad2f804286.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b66908348cf75a93.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-c0f4129956d65aa2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-8046b2baa81dd302.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9e174c7b7f6725d1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ba7a560a709e5d3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.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-67a95489542da8d3/out/lib`
44262026-07-01T15:59:20.470Z Compiling criterion v0.7.0
44272026-07-01T15:59:20.504Z Compiling darling_macro v0.23.0
44282026-07-01T15:59:20.591Z Compiling async-object-pool v0.2.0
44292026-07-01T15:59:20.591Z Compiling bcrypt-pbkdf v0.10.0
44302026-07-01T15:59:20.591Z Compiling supports-hyperlinks v2.1.0
44312026-07-01T15:59:20.591Z Running `/home/build/.rustup/toolchains/1.96.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=eece6f18685fe389 -C extra-filename=-f037aa07a1340229 --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-84fe05733ad778c5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-07-01T15:59:20.592Z Running `/home/build/.rustup/toolchains/1.96.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=1b7b8cdd0f5e5507 -C extra-filename=-6f137002007787a8 --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-46a535a963e7320f.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f592ca5bb284d175.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-63928e0600c230ff.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-a4c2b9ad73c8aed8.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-0380175875a86d94.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-960f8560e967d6fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44332026-07-01T15:59:20.592Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=daac38121cb02722 -C extra-filename=-fb94b978dbf02b2e --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-76cd8abe0ec819ed.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-dbe848c33baa4723.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-07-01T15:59:20.593Z Running `/home/build/.rustup/toolchains/1.96.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=c0a59ffcd72188b2 -C extra-filename=-adc5e4e70b95206b --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-e61723d1a1e57478.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-07-01T15:59:20.593Z Running `/home/build/.rustup/toolchains/1.96.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=2f622c44b4395503 -C extra-filename=-8b3c6408d3669214 --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-17b1945e3dae32bc.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-241806ce71ac7f01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362026-07-01T15:59:20.593Z Compiling aes-gcm v0.10.3
44372026-07-01T15:59:20.593Z Running `/home/build/.rustup/toolchains/1.96.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=1e3b86a61da26038 -C extra-filename=-289610a2881004a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
44382026-07-01T15:59:20.593Z Compiling hashbrown v0.14.5
44392026-07-01T15:59:20.615Z Running `/home/build/.rustup/toolchains/1.96.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=746188923f624fca -C extra-filename=-ade741d94e78cec9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-07-01T15:59:20.618Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=15bb62d10d110d10 -C extra-filename=-47ed0c467dd0b75c --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-b41db2313ffecbac.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-85a3bd9173a4eccf.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cd8e02cf57696acd.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-41adb5478adc1fd5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412026-07-01T15:59:20.619Z Running `/home/build/.rustup/toolchains/1.96.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=97c03a129b175736 -C extra-filename=-9728d9daa54d60a3 --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-5ac1b58a6f2e6a0b.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-98230cbbab9e3f9d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44422026-07-01T15:59:20.619Z Compiling miette-derive v5.10.0
44432026-07-01T15:59:20.646Z Running `/home/build/.rustup/toolchains/1.96.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=a3f0268dff5bc968 -C extra-filename=-28d785d44608e8f7 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44442026-07-01T15:59:20.681Z Compiling password-hash v0.4.2
44452026-07-01T15:59:20.716Z Running `/home/build/.rustup/toolchains/1.96.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.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="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=4d27f213fe73c516 -C extra-filename=-a26cbec020cd880a --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-2f5e09e4f5a3ac8c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462026-07-01T15:59:20.720Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-67f6a5d5aa387ebf/build-script-build`
44472026-07-01T15:59:20.749Z Compiling terminal_size v0.1.17
44482026-07-01T15:59:20.779Z Compiling owo-colors v3.5.0
44492026-07-01T15:59:20.782Z Running `/home/build/.rustup/toolchains/1.96.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=e985e71a130e9c59 -C extra-filename=-51e744517afac129 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-07-01T15:59:20.782Z Compiling p256 v0.13.2
44512026-07-01T15:59:20.782Z Compiling p521 v0.13.3
44522026-07-01T15:59:20.782Z Running `/home/build/.rustup/toolchains/1.96.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=50b93b52e7fa7fc6 -C extra-filename=-f35e151f161d2cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-07-01T15:59:20.784Z Running `/home/build/.rustup/toolchains/1.96.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="ecdh"' --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=3857e8595eeb14ec -C extra-filename=-7dbc337a1a244b97 --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-14d489de955721f7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-d035304d05e7d3b6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44542026-07-01T15:59:20.784Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-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="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="rand_core"' --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", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=feecced082cb74aa -C extra-filename=-d638ddb6d555ea45 --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-59f410be95ce894e.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-14d489de955721f7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-d035304d05e7d3b6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552026-07-01T15:59:20.815Z Compiling knuffel-derive v3.2.0
44562026-07-01T15:59:20.844Z Compiling pathdiff v0.2.3
44572026-07-01T15:59:20.847Z Running `/home/build/.rustup/toolchains/1.96.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=af4d847f8cf9e32b -C extra-filename=-8466952007665c78 --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-f933e2cc2e49d477.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-e6f32a56e8ba5ead.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-07-01T15:59:20.875Z Running `/home/build/.rustup/toolchains/1.96.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=acbb7bf8fd9fe159 -C extra-filename=-b13221efa2319be0 --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-0d49d99825834bad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592026-07-01T15:59:20.909Z Compiling blake3 v1.8.5
44602026-07-01T15:59:20.912Z Running `/home/build/.rustup/toolchains/1.96.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=5b838f367f3a48af -C extra-filename=-34305d4271fd4446 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-34305d4271fd4446 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c33ab584de8d9506.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-07-01T15:59:20.975Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
44622026-07-01T15:59:21.006Z Running `/home/build/.rustup/toolchains/1.96.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=c6b19480f38d464c -C extra-filename=-3a5f2bb4c971a395 --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-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6e0c99b34b2408af.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-d67492100f57418b.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-20dbd2a34610e8cb.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7c158b873bff14f0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0af2aa1bdfa3282c.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-449226ed870154b2.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-43c4035872041e02.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3610480267a5fb59.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.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-67a95489542da8d3/out/lib`
44632026-07-01T15:59:21.010Z Compiling httpmock v0.8.3
44642026-07-01T15:59:21.039Z Running `/home/build/.rustup/toolchains/1.96.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=7c0093f66af1f65c -C extra-filename=-9b66b252c2f14305 --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-3c09f7579eba137c.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-8b3c6408d3669214.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-0e84bfd2f58897d2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-9a65e65f127607bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-e956a7697eb0bfee.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-3f2674b0f64467d5.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-767b3b5235066ac3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-07-01T15:59:21.073Z Compiling ssh-cipher v0.2.0
44662026-07-01T15:59:21.078Z Running `/home/build/.rustup/toolchains/1.96.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 --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=ca5b5f810a0e1b0b -C extra-filename=-8e1fccd6d04c16c2 --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-85a3bd9173a4eccf.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-47ed0c467dd0b75c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-a5d602bb2567ed97.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-3300b8b259f09f7f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cd8e02cf57696acd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-4616c399937ccb7d.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-5357c8a22cb7a26d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-07-01T15:59:21.107Z Compiling cfg-expr v0.20.6
44682026-07-01T15:59:21.138Z Running `/home/build/.rustup/toolchains/1.96.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=e9bf3e126634907a -C extra-filename=-56669cff36febfce --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-b057846ce76d7ba6.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-289610a2881004a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44692026-07-01T15:59:21.142Z Compiling pbkdf2 v0.11.0
44702026-07-01T15:59:21.173Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-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="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=5ad17166f7714699 -C extra-filename=-1349c7d085267127 --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-c0fc3cf44f1b7f2b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-a26cbec020cd880a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-07-01T15:59:21.239Z Compiling russh-cryptovec v0.7.3
44722026-07-01T15:59:21.243Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc4069cd37aa4fdb -C extra-filename=-b78435d6d3352c35 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44732026-07-01T15:59:21.309Z Compiling chumsky v0.9.3
44742026-07-01T15:59:21.313Z Compiling md5 v0.7.0
44752026-07-01T15:59:21.342Z Compiling nested v0.1.1
44762026-07-01T15:59:21.345Z Running `/home/build/.rustup/toolchains/1.96.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=1b0cbc2c5b096845 -C extra-filename=-d36457afe27c83e9 --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-9728d9daa54d60a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-07-01T15:59:21.348Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-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 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=836817c6b1d117a6 -C extra-filename=-03f2b85ea9a6d7a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44782026-07-01T15:59:21.348Z Running `/home/build/.rustup/toolchains/1.96.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=17568d6e9f04992c -C extra-filename=-9a3d1cfc5d90c58f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-07-01T15:59:21.378Z Compiling httptest v0.16.4
44802026-07-01T15:59:21.411Z Compiling num-bigint v0.4.6
44812026-07-01T15:59:21.415Z Running `/home/build/.rustup/toolchains/1.96.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=7879aa0f997215ae -C extra-filename=-076bd088543777d0 --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-6ecbc3b5ef545b60.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-8c9eb83308222b30.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822026-07-01T15:59:21.443Z Running `/home/build/.rustup/toolchains/1.96.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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=54d2bc2c8a3d8245 -C extra-filename=-ebda824d1fa636d8 --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-920dd5da461a6d02.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-07-01T15:59:21.540Z Compiling des v0.8.1
44842026-07-01T15:59:21.544Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-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("zeroize"))' -C metadata=562ea911b5656bdc -C extra-filename=-3a0c65258de35621 --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-6c63e98a419d5a2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-07-01T15:59:21.573Z Compiling addr2line v0.25.1
44862026-07-01T15:59:21.576Z Running `/home/build/.rustup/toolchains/1.96.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=2daa060b874dcff1 -C extra-filename=-5c0ca8f7b49e712b --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-74e43814169f6f17.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-07-01T15:59:21.679Z Compiling ssh-key v0.6.7
44882026-07-01T15:59:21.683Z Running `/home/build/.rustup/toolchains/1.96.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="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --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=6bfda0e086a21c78 -C extra-filename=-7accd49890a26a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fb94b978dbf02b2e.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-755b78194291d4c1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-68db78215e8f6f3e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-75f6e99731d7f203.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-8e1fccd6d04c16c2.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-5357c8a22cb7a26d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44892026-07-01T15:59:21.684Z Compiling darling_macro v0.13.4
44902026-07-01T15:59:21.716Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-34305d4271fd4446/build-script-build`
44912026-07-01T15:59:21.751Z Running `/home/build/.rustup/toolchains/1.96.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=d592c047adaca746 -C extra-filename=-f2f436671c19e960 --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-ae54c02e532de90c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-07-01T15:59:21.785Z Compiling darling v0.23.0
44932026-07-01T15:59:21.790Z Running `/home/build/.rustup/toolchains/1.96.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=1e3247ad5f6a4610 -C extra-filename=-63800e149f2bcf22 --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-84fe05733ad778c5.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-f037aa07a1340229.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942026-07-01T15:59:21.822Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44952026-07-01T15:59:21.826Z Running `/home/build/.rustup/toolchains/1.96.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=541d90eb8795e05e -C extra-filename=-24fc48b8183a6bfa --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-56669cff36febfce.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-ade741d94e78cec9.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-289610a2881004a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962026-07-01T15:59:21.826Z Running `/home/build/.rustup/toolchains/1.96.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=48725667df63b3f7 -C extra-filename=-e6f3075aa119f51d --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-29b83d6ab9521271.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972026-07-01T15:59:21.892Z Compiling hickory-client v0.25.2
44982026-07-01T15:59:21.927Z Compiling similar-asserts v1.7.0
44992026-07-01T15:59:21.931Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45002026-07-01T15:59:21.931Z Running `/home/build/.rustup/toolchains/1.96.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=ba53f8cb52bd679d -C extra-filename=-d1d356c7445e3ee1 --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-ccf4af5f4acd8b5c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-444b7ca250938667.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012026-07-01T15:59:21.932Z Running `/home/build/.rustup/toolchains/1.96.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=ce81c349688293ae -C extra-filename=-8bd316580cabff9f --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-d729c60e81f65f0e.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-07-01T15:59:21.933Z Running `/home/build/.rustup/toolchains/1.96.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=7fe6683ba8d70a47 -C extra-filename=-01cb9613ebf97e0b --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-07-01T15:59:21.998Z Compiling backtrace v0.3.76
45042026-07-01T15:59:22.002Z Compiling socket2 v0.5.10
45052026-07-01T15:59:22.002Z Compiling escape8259 v0.5.3
45062026-07-01T15:59:22.003Z Running `/home/build/.rustup/toolchains/1.96.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=7573f0c92c9eae1f -C extra-filename=-beeaed979b9fce59 --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-5c0ca8f7b49e712b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6cf93203ab6fbab7.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-b9ac917e019d7e72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-07-01T15:59:22.003Z Compiling internet-checksum v0.2.1
45082026-07-01T15:59:22.034Z Running `/home/build/.rustup/toolchains/1.96.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=9811a5c61a67bbdb -C extra-filename=-4c0f26ef6cce8500 --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-07-01T15:59:22.039Z Running `/home/build/.rustup/toolchains/1.96.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=b26f0dc2d3093f20 -C extra-filename=-219e9175cd230539 --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-63800e149f2bcf22.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-324fed765c15aff3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
45102026-07-01T15:59:22.041Z Running `/home/build/.rustup/toolchains/1.96.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=77127de0ce8ec022 -C extra-filename=-1c5be6c43ac99710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-07-01T15:59:22.041Z Running `/home/build/.rustup/toolchains/1.96.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=234cdf7c5f592394 -C extra-filename=-d1797b0fa9d754f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-07-01T15:59:22.065Z Compiling topological-sort v0.2.2
45132026-07-01T15:59:22.099Z Running `/home/build/.rustup/toolchains/1.96.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=682cdbe3e69c1334 -C extra-filename=-d5800fa3752cdd85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142026-07-01T15:59:22.133Z Compiling guppy v0.17.25
45152026-07-01T15:59:22.137Z Running `/home/build/.rustup/toolchains/1.96.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=d8de6f6a581b4e5b -C extra-filename=-87413976b8c12a1d --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-5ac1b58a6f2e6a0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-05a8ba746065e1db.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-ade741d94e78cec9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-9a3d1cfc5d90c58f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-b13221efa2319be0.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-24fc48b8183a6bfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45162026-07-01T15:59:22.137Z Compiling assert_cmd v2.1.2
45172026-07-01T15:59:22.168Z Running `/home/build/.rustup/toolchains/1.96.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=d74e77e317ca4ac9 -C extra-filename=-e118052b7ad13c83 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-e118052b7ad13c83 -L 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-07-01T15:59:22.234Z Compiling target-triple v1.0.0
45192026-07-01T15:59:22.238Z Running `/home/build/.rustup/toolchains/1.96.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=80a4a592f2835639 -C extra-filename=-0e051b3a1ca9c073 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-0e051b3a1ca9c073 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-07-01T15:59:22.239Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
45212026-07-01T15:59:22.271Z Running `/home/build/.rustup/toolchains/1.96.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=0f8c26efb537be1a -C extra-filename=-c2aa89d44e40364d --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-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-a366b71677993b1e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ed415be1ca6f1474.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b6c950961260dc2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222026-07-01T15:59:22.276Z Compiling fancy-regex v0.14.0
45232026-07-01T15:59:22.305Z Running `/home/build/.rustup/toolchains/1.96.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=68dbe7f09b621f00 -C extra-filename=-17c3602cb6569409 --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-19b255e00cde2496.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-07-01T15:59:22.372Z Compiling libtest-mimic v0.8.1
45252026-07-01T15:59:22.376Z Running `/home/build/.rustup/toolchains/1.96.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=3c835569eaa57dae -C extra-filename=-b55cec72b468e3bb --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-0813c49105c134b4.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-33d2256449469a81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-d1797b0fa9d754f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-07-01T15:59:22.376Z Running `/home/build/.rustup/toolchains/1.96.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=070607d919e737c6 -C extra-filename=-062456a4af311abe --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-0e4f1ae2ab7a5174.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-55fcdc17a50a0d30.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d32a198f38bcf00a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-27aedb9df198127e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-5813f5a21feda626.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ff7a5fd98f38850d.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-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/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()))'`
45272026-07-01T15:59:22.378Z Compiling rstest_macros v0.25.0
45282026-07-01T15:59:22.408Z Running `/home/build/.rustup/toolchains/1.96.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=c800c3789cf0eae5 -C extra-filename=-6faeea7077282a0e --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-6faeea7077282a0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9c2fba7dc8c3ab68.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45292026-07-01T15:59:22.412Z Compiling linkme-impl v0.3.35
45302026-07-01T15:59:22.443Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45312026-07-01T15:59:22.448Z Running `/home/build/.rustup/toolchains/1.96.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=6bbf80e99c2e7c17 -C extra-filename=-f52f2bbba0900996 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-f52f2bbba0900996 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322026-07-01T15:59:22.448Z Compiling multimap v0.10.1
45332026-07-01T15:59:22.448Z Running `/home/build/.rustup/toolchains/1.96.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=2fa083f946d34378 -C extra-filename=-bd42841e9a11c1f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342026-07-01T15:59:22.448Z Running `/home/build/.rustup/toolchains/1.96.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=3760be43665b61ac -C extra-filename=-f722d90f6eeba954 --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-71f89665c857a75b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-07-01T15:59:22.448Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45362026-07-01T15:59:22.481Z Running `/home/build/.rustup/toolchains/1.96.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=75a50f805ffc10fc -C extra-filename=-cefd37992457130e --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-e6f3075aa119f51d.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-066dff01586709ba.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372026-07-01T15:59:22.582Z Compiling backtrace-ext v0.2.1
45382026-07-01T15:59:22.586Z Compiling darling v0.13.4
45392026-07-01T15:59:22.614Z Running `/home/build/.rustup/toolchains/1.96.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=619da6f57c30feca -C extra-filename=-b1768d69f5139724 --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-beeaed979b9fce59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402026-07-01T15:59:22.618Z Running `/home/build/.rustup/toolchains/1.96.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=16f5d45fbc118b0a -C extra-filename=-756ce9e92bce4f57 --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-ae54c02e532de90c.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-f2f436671c19e960.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-07-01T15:59:22.646Z Compiling russh-keys v0.45.0
45422026-07-01T15:59:22.678Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=a4974f8edfca6827 -C extra-filename=-1ef8d99f85708867 --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-85a3bd9173a4eccf.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-fb94b978dbf02b2e.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-c50b04b7312392ae.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-a5d602bb2567ed97.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cd8e02cf57696acd.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-14d489de955721f7.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-0bc4bf4df1c5d85b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f0854a454a33fe7e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-03f2b85ea9a6d7a0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7dbc337a1a244b97.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-4d136504a3c86375.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-d638ddb6d555ea45.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-1349c7d085267127.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-20f04b766e68baca.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-1f3af78b8b11383b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-b78435d6d3352c35.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-68db78215e8f6f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-5357c8a22cb7a26d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-7accd49890a26a10.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-551f9edf049805be.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-07-01T15:59:22.711Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-e118052b7ad13c83/build-script-build`
45442026-07-01T15:59:22.747Z Compiling approx v0.5.1
45452026-07-01T15:59:22.748Z Running `/home/build/.rustup/toolchains/1.96.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=42d98f47a6c6f8d6 -C extra-filename=-5dad7eb527a326f8 --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-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462026-07-01T15:59:22.784Z Compiling miette v5.10.0
45472026-07-01T15:59:22.788Z Running `/home/build/.rustup/toolchains/1.96.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=09bae3c8095c9759 -C extra-filename=-6d3e2106dff144b3 --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-beeaed979b9fce59.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-b1768d69f5139724.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-e61723d1a1e57478.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-28d785d44608e8f7.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f35e151f161d2cca.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9e93f3f6b3cb5fc5.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-adc5e4e70b95206b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-2dc4a9da68e0db4f.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-51e744517afac129.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-f49400535c9f75fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482026-07-01T15:59:22.788Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-0e051b3a1ca9c073/build-script-build`
45492026-07-01T15:59:22.820Z Running `/home/build/.rustup/toolchains/1.96.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=7086ce01a2f347f6 -C extra-filename=-f22e26526cc135c9 --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-33d2256449469a81.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-c00cba8245233c12.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-cb42aed7074d3b1f.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-a0f1a60af5e209bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502026-07-01T15:59:22.826Z Compiling serde_with_macros v1.5.2
45512026-07-01T15:59:22.855Z Compiling datatest-stable v0.3.3
45522026-07-01T15:59:22.861Z Running `/home/build/.rustup/toolchains/1.96.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=d3c488a785602093 -C extra-filename=-3656ed4b60c7f166 --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-756ce9e92bce4f57.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-07-01T15:59:22.861Z Running `/home/build/.rustup/toolchains/1.96.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=7d2ff94af0c4a4e1 -C extra-filename=-849f56a3d5787aba --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-0d49d99825834bad.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-17c3602cb6569409.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-b55cec72b468e3bb.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542026-07-01T15:59:22.922Z Running `/home/build/.rustup/toolchains/1.96.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=d7532b528991eaba -C extra-filename=-8abca9f70bc8d645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
45552026-07-01T15:59:22.925Z Compiling uzers v0.12.2
45562026-07-01T15:59:22.956Z Running `/home/build/.rustup/toolchains/1.96.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=9f44120cb2afadac -C extra-filename=-ff38caadba9a3451 --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-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-07-01T15:59:22.960Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-f52f2bbba0900996/build-script-build`
45582026-07-01T15:59:22.960Z Compiling linkme v0.3.35
45592026-07-01T15:59:22.960Z Compiling relative-path v1.9.3
45602026-07-01T15:59:22.990Z Running `/home/build/.rustup/toolchains/1.96.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=cd21b906d5a885ac -C extra-filename=-1c1551aba5b71a16 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-1c1551aba5b71a16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612026-07-01T15:59:22.994Z Running `/home/build/.rustup/toolchains/1.96.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=582abe18e65f1612 -C extra-filename=-cd8b7bdb80270814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-07-01T15:59:23.024Z Compiling termcolor v1.4.1
45632026-07-01T15:59:23.061Z Running `/home/build/.rustup/toolchains/1.96.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=aaec0e8087b75a9d -C extra-filename=-1b1746f93a6c6e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-07-01T15:59:23.065Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-6faeea7077282a0e/build-script-build`
45652026-07-01T15:59:23.093Z Running `/home/build/.rustup/toolchains/1.96.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=0bdddd27d57aea15 -C extra-filename=-11d4ad31d7c24a67 --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-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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)'`
45662026-07-01T15:59:23.096Z Compiling blake2b_simd v1.0.4
45672026-07-01T15:59:23.122Z Compiling partial-io v0.5.4
45682026-07-01T15:59:23.126Z Running `/home/build/.rustup/toolchains/1.96.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=5bd701cbd2f830fd -C extra-filename=-e4d6d68c84814080 --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-0e4f1ae2ab7a5174.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-55fcdc17a50a0d30.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d32a198f38bcf00a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692026-07-01T15:59:23.126Z Running `/home/build/.rustup/toolchains/1.96.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=38173741bc3ff770 -C extra-filename=-c6d84fd5bdb7527d --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-8ef8e959fc8416b0.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-366bcf9ab525a747.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-07-01T15:59:23.154Z Compiling ratatui v0.29.0
45712026-07-01T15:59:23.158Z Running `/home/build/.rustup/toolchains/1.96.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=13406e545290fdaf -C extra-filename=-64d845951fe259b1 --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-64568b11226546eb.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-3142d07f91621ab3.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-52ffaeb677177f66.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-324fed765c15aff3.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-219e9175cd230539.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-bf9d107daf776f6f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-18e28674e7c55e6a.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-a8704eb00a9203c9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722026-07-01T15:59:23.289Z Compiling rand_distr v0.5.1
45732026-07-01T15:59:23.294Z Compiling drift v0.2.0
45742026-07-01T15:59:23.321Z Running `/home/build/.rustup/toolchains/1.96.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=125d5166e5324d16 -C extra-filename=-b30313ac584db8b1 --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-1f5100c8f325d83a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-07-01T15:59:23.327Z Running `/home/build/.rustup/toolchains/1.96.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=2dbef15c1808baeb -C extra-filename=-16ec2d0943aa2775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-07-01T15:59:23.352Z Compiling constant_time_eq v0.3.1
45772026-07-01T15:59:23.385Z Running `/home/build/.rustup/toolchains/1.96.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=1907a6677ad70611 -C extra-filename=-ad57c7d98eb0b1b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782026-07-01T15:59:23.389Z Compiling cargo_toml v0.21.0
45792026-07-01T15:59:23.391Z Running `/home/build/.rustup/toolchains/1.96.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=52c4cb46087f6c2f -C extra-filename=-a7107a46f3246d86 --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-71f89665c857a75b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-07-01T15:59:23.452Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-1c1551aba5b71a16/build-script-build`
45812026-07-01T15:59:23.487Z Compiling knuffel v3.2.0
45822026-07-01T15:59:23.491Z Running `/home/build/.rustup/toolchains/1.96.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=4a5e87c0692c73ae -C extra-filename=-54583826fbcb6b08 --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-b96847c0f6f2888c.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-d36457afe27c83e9.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-8466952007665c78.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d3e2106dff144b3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832026-07-01T15:59:23.491Z Compiling trybuild v1.0.116
45842026-07-01T15:59:23.491Z Running `/home/build/.rustup/toolchains/1.96.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=546275b190859226 -C extra-filename=-6665d186c37707a1 --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-ccf4af5f4acd8b5c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-97da512721e091a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-cd8b7bdb80270814.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-e378351b8a3dc1f7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852026-07-01T15:59:23.522Z Running `/home/build/.rustup/toolchains/1.96.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=30b34440f059f53b -C extra-filename=-44de20133db50ff6 --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-614d87617042c167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-8abca9f70bc8d645.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-1b1746f93a6c6e0e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-12b68984237a680e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-07-01T15:59:23.557Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45872026-07-01T15:59:23.590Z Running `/home/build/.rustup/toolchains/1.96.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=1cec9746cbe78a2a -C extra-filename=-5a2692341c37bae7 --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-dd5c91b8ff049607.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-21855dc9e1c702e7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-07-01T15:59:23.625Z Compiling termios v0.3.3
45892026-07-01T15:59:23.629Z Running `/home/build/.rustup/toolchains/1.96.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=93e8fddcab05ecb6 -C extra-filename=-da6b8888cb21968d --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-475c5481f11c65dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902026-07-01T15:59:23.661Z Compiling russh v0.45.0
45912026-07-01T15:59:23.665Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=c5dbea82a04d1450 -C extra-filename=-001b89914cf05ac7 --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-85a3bd9173a4eccf.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-47ed0c467dd0b75c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-a5d602bb2567ed97.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-3300b8b259f09f7f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-cd8e02cf57696acd.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-70f68d88027d2aad.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-3a0c65258de35621.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-ebda824d1fa636d8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7dbc337a1a244b97.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-4d136504a3c86375.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-d638ddb6d555ea45.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-4616c399937ccb7d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-a4b588786e87421e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-b78435d6d3352c35.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1ef8d99f85708867.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-5357c8a22cb7a26d.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-7accd49890a26a10.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-07-01T15:59:23.696Z Running `/home/build/.rustup/toolchains/1.96.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=470e1d1701c9ab45 -C extra-filename=-bdc2115bfb52f12f --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-96b94e4be8ef41d9.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-1bec0b00f873f3ad.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-07-01T15:59:23.700Z Running `/home/build/.rustup/toolchains/1.96.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=5e627afdafa16e11 -C extra-filename=-04ea78d9265a3014 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-07-01T15:59:23.851Z Compiling rust-argon2 v2.1.0
45952026-07-01T15:59:23.854Z Running `/home/build/.rustup/toolchains/1.96.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=d3110a97d9efa1fc -C extra-filename=-3f26836bb89b7487 --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-b96847c0f6f2888c.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-e4d6d68c84814080.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-ad57c7d98eb0b1b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-07-01T15:59:24.124Z Compiling serde_with v1.14.0
45972026-07-01T15:59:24.129Z Running `/home/build/.rustup/toolchains/1.96.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=6349c0c2a212ebc3 -C extra-filename=-23972fb5d3fab912 --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-71f89665c857a75b.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3656ed4b60c7f166.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982026-07-01T15:59:24.298Z Running `/home/build/.rustup/toolchains/1.96.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=30d5c329de276330 -C extra-filename=-26684465297cb707 --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-11d4ad31d7c24a67.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992026-07-01T15:59:24.469Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46002026-07-01T15:59:24.473Z Running `/home/build/.rustup/toolchains/1.96.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=750b2df62d87291f -C extra-filename=-d291a68ebb878f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-c2aa89d44e40364d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-54583826fbcb6b08.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d3e2106dff144b3.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ed415be1ca6f1474.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-07-01T15:59:24.500Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46022026-07-01T15:59:24.504Z Running `/home/build/.rustup/toolchains/1.96.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=870272092ad9d4c2 -C extra-filename=-9d21ba9a200b1edf --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-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-7bafc2cc5669c27a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-54583826fbcb6b08.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-6d3e2106dff144b3.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-4d136504a3c86375.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-75f6e99731d7f203.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032026-07-01T15:59:25.053Z Compiling tui-tree-widget v0.23.1
46042026-07-01T15:59:25.057Z Running `/home/build/.rustup/toolchains/1.96.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=6f54a475da9752aa -C extra-filename=-4addf0d41f1236d5 --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-64d845951fe259b1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1afb204998bf9546.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052026-07-01T15:59:25.222Z Compiling support-bundle-viewer v0.1.2
46062026-07-01T15:59:25.226Z Running `/home/build/.rustup/toolchains/1.96.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=eb4d73d13c865dad -C extra-filename=-f8ca99aeb778b6ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.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-1107a69f12a0ffff/out`
46072026-07-01T15:59:25.398Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46082026-07-01T15:59:25.401Z Running `/home/build/.rustup/toolchains/1.96.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=d76d8a778b2c036a -C extra-filename=-410157ce299a883c --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-410157ce299a883c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-1416f0b5ab6f4c16.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-7b82828cc3b833a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-23972fb5d3fab912.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-07-01T15:59:26.358Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46102026-07-01T15:59:26.362Z Running `/home/build/.rustup/toolchains/1.96.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=f073c1e3bd8d545e -C extra-filename=-bcf38fa3774f6123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-a7107a46f3246d86.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-bd42841e9a11c1f9.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-07-01T15:59:26.730Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46122026-07-01T15:59:26.733Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a79543721617e261 -C extra-filename=-124223cb213166ef --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-0d49d99825834bad.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-9d21ba9a200b1edf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132026-07-01T15:59:27.254Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-410157ce299a883c/build-script-build`
46142026-07-01T15:59:27.349Z Running `/home/build/.rustup/toolchains/1.96.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=264557f4b56d3209 -C extra-filename=-791b3209c06b4cbe --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-54159e90ff1115fe.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3c3ca786a9e65354.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-07-01T15:59:27.643Z Compiling rstest v0.25.0
46162026-07-01T15:59:27.647Z Running `/home/build/.rustup/toolchains/1.96.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=f0482db9f3f75d0d -C extra-filename=-bfd8553a38f17022 --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-0e84bfd2f58897d2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-6665d186c37707a1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-07-01T15:59:30.473Z Compiling samael v0.0.19
46182026-07-01T15:59:30.477Z Running `/home/build/.rustup/toolchains/1.96.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=f5ac5ded9ea36eac -C extra-filename=-6fb4bce5ed25ee8c --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6fb4bce5ed25ee8c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-5c681bda8f6ab74a.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-533a9d4dd3ba43e1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-07-01T15:59:32.101Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6fb4bce5ed25ee8c/build-script-bindings`
46202026-07-01T15:59:32.329Z Compiling polar-core v0.27.3
46212026-07-01T15:59:32.332Z Running `/home/build/.rustup/toolchains/1.96.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=31184a9dea9b5436 -C extra-filename=-bf8ea564bb46a4a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-bf8ea564bb46a4a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-9604e81b304db42c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-07-01T15:59:32.464Z Running `/home/build/.rustup/toolchains/1.96.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=017ccb9364193e16 -C extra-filename=-3e6c06ae017ec085 --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-475c5481f11c65dc.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-0dc41d335a6f61af.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-4fd8ff1b21185d47/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
46232026-07-01T15:59:32.746Z Compiling git2 v0.20.4
46242026-07-01T15:59:32.750Z Running `/home/build/.rustup/toolchains/1.96.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=d5b576b23ac887fd -C extra-filename=-3a624564af0b28d3 --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-64568b11226546eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-3e6c06ae017ec085.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.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-4fd8ff1b21185d47/out/build -L native=/usr/lib/amd64`
46252026-07-01T15:59:33.291Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-bf8ea564bb46a4a3/build-script-build`
46262026-07-01T15:59:33.635Z Running `/home/build/.rustup/toolchains/1.96.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=d3b244228bf41be6 -C extra-filename=-3ccfd59adfb8a098 --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-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-c3ca39b8c78224bd.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-488c403b68b29e93.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-baebbad7e92f6282.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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)'`
46272026-07-01T15:59:34.472Z Running `/home/build/.rustup/toolchains/1.96.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=a97d66874898e8cc -C extra-filename=-45271d14ccc72c85 --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-16e647562a4afb7f.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4179f24a7000411c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282026-07-01T15:59:35.754Z Running `/home/build/.rustup/toolchains/1.96.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=64fdb6907cfb1a29 -C extra-filename=-859bfef8d3accccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-250c838f8b4f7b34.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-3a624564af0b28d3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c5245c0a70f87cad.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-be48d9d6a75dccb2.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-4fd8ff1b21185d47/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
46292026-07-01T15:59:36.309Z Compiling diesel-dtrace v0.5.0
46302026-07-01T15:59:36.312Z Running `/home/build/.rustup/toolchains/1.96.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=716cfcc91cd62dd8 -C extra-filename=-68f560f76864c691 --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-803cb845b0079d0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
46312026-07-01T15:59:36.588Z Compiling async-bb8-diesel v0.2.1
46322026-07-01T15:59:36.591Z Running `/home/build/.rustup/toolchains/1.96.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=6a11add04c534bd9 -C extra-filename=-2049bcc10007e8e7 --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-4e778a706bc0dc16.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-6d1804fed1023684.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.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`
46332026-07-01T15:59:36.819Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46342026-07-01T15:59:36.823Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e23aabc8b77462a -C extra-filename=-c9d4628b4b3c78c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-c9d4628b4b3c78c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c5245c0a70f87cad.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-859bfef8d3accccd.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-4fd8ff1b21185d47/out/build -L native=/usr/lib/amd64`
46352026-07-01T15:59:37.882Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-c9d4628b4b3c78c5/build-script-build`
46362026-07-01T15:59:38.552Z Compiling oso v0.27.3
46372026-07-01T15:59:38.556Z Running `/home/build/.rustup/toolchains/1.96.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=79833a69ebf74fc7 -C extra-filename=-2b25a584522676eb --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-e3f5a4b6d0d037ae.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-4aa125bc60f89e62.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-45271d14ccc72c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-07-01T15:59:40.840Z Running `/home/build/.rustup/toolchains/1.96.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=f2f1a71239c3e4e0 -C extra-filename=-6a6f2b0fadfa01e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-011c4b89193db3d3/out -l static=aws_lc_0_40_0_crypto --cfg universal`
46392026-07-01T15:59:40.843Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-00bd218468570be9/build-script-build`
46402026-07-01T15:59:40.914Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-95bf3ad5c179ed43/build-script-build`
46412026-07-01T15:59:41.316Z Running `/home/build/.rustup/toolchains/1.96.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=014024e74a68e9c7 -C extra-filename=-427b00d5e0898e3c --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-6a6f2b0fadfa01e0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-cb2fa448f0536d34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.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-011c4b89193db3d3/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
46422026-07-01T15:59:42.172Z Compiling rustls-webpki v0.103.9
46432026-07-01T15:59:42.172Z Compiling rcgen v0.12.1
46442026-07-01T15:59:42.175Z Running `/home/build/.rustup/toolchains/1.96.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=ef0c3a44a29762b8 -C extra-filename=-8f470e1e9b67c92d --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-427b00d5e0898e3c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c731086711956766.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-011c4b89193db3d3/out`
46452026-07-01T15:59:42.176Z Running `/home/build/.rustup/toolchains/1.96.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.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(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=3fbb81acbabc95b3 -C extra-filename=-5a7fb3dcb3c1ebdf --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-427b00d5e0898e3c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-bdc2c9436396c182.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7fc84d34336edae0.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-011c4b89193db3d3/out`
46462026-07-01T15:59:42.656Z Running `/home/build/.rustup/toolchains/1.96.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=8943549828614065 -C extra-filename=-8731500e45d2a26b --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-427b00d5e0898e3c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-bdc2c9436396c182.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5a7fb3dcb3c1ebdf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.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-011c4b89193db3d3/out`
46472026-07-01T15:59:45.092Z Compiling tokio-rustls v0.26.4
46482026-07-01T15:59:45.093Z Compiling rustls-platform-verifier v0.6.2
46492026-07-01T15:59:45.098Z Compiling tough v0.22.0
46502026-07-01T15:59:45.098Z Running `/home/build/.rustup/toolchains/1.96.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=47799b2b1d78e07c -C extra-filename=-051bf76995db2b49 --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-8731500e45d2a26b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.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-011c4b89193db3d3/out`
46512026-07-01T15:59:45.099Z Running `/home/build/.rustup/toolchains/1.96.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=6acb7373c810e302 -C extra-filename=-74f16714901bf68a --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-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-427b00d5e0898e3c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-c492010093423e5d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-a541ed0c90ef0e33.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0f5abda38cc66465.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-fb065ab4cfaa4c8a.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-cd3321ca0903b058.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-72dfe15583183510.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-8824289258a727f1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-cb2fa448f0536d34.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.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-011c4b89193db3d3/out -L native=/usr/lib/amd64`
46522026-07-01T15:59:45.099Z Running `/home/build/.rustup/toolchains/1.96.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=1aaef01fdc33fb98 -C extra-filename=-796edae5d99e535b --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-517a0a45b5918497.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-238f96e092439ad8.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-5a7fb3dcb3c1ebdf.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-011c4b89193db3d3/out`
46532026-07-01T15:59:45.357Z Compiling hyper-rustls v0.27.7
46542026-07-01T15:59:45.361Z Running `/home/build/.rustup/toolchains/1.96.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=612322942da673ac -C extra-filename=-4d95fffade8046ef --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-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-238f96e092439ad8.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-bdc2c9436396c182.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.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-011c4b89193db3d3/out`
46552026-07-01T15:59:45.361Z Running `/home/build/.rustup/toolchains/1.96.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=56dc3ff65fa57d9d -C extra-filename=-402af20ce2841673 --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-1fa630dcba0d2858.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-2bfd5c8b85cf6cc3.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-ed88aab468d4e0db.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-fe94fc309d95b66d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-8495ceab5b55914b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4542ef5150c73ba3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f4d06e834cf9ba6a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-3a587c341d5a4883.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-12b68984237a680e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-6fe44703d794b981.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-011c4b89193db3d3/out`
46562026-07-01T15:59:45.363Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/68a4b3b/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=da8edf754e9e463f -C extra-filename=-df29b6bed8487dbc --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-1cdd9ab5411069ad.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-fcf1cd66fba6a9bb.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-85a68eb2455df7fc.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-f6c1d6068b903b0f.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-32b5e9d573f4f646.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.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-011c4b89193db3d3/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/`
46572026-07-01T15:59:45.581Z Compiling reqwest v0.13.2
46582026-07-01T15:59:45.585Z Running `/home/build/.rustup/toolchains/1.96.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=9169cc6ea6bb338e -C extra-filename=-eb04f7145347e2b0 --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-8a91b2fd79f237fe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-a5294a1b82b3609a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-29586db834c2c8c8.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e9e60b9363338a8d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b7b051eec9c8a316.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-6fbd798935e4a46a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-bdc2c9436396c182.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-796edae5d99e535b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-fb7734b753186998.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-41ab915fd4b89d92.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-8b2fbd5cda2a78d4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-49eb9166be51a979.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.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-011c4b89193db3d3/out`
46592026-07-01T15:59:46.880Z Compiling progenitor-client v0.14.0
46602026-07-01T15:59:46.880Z Compiling progenitor-client v0.13.0
46612026-07-01T15:59:46.880Z Compiling omicron-zone-package v0.12.3
46622026-07-01T15:59:46.885Z Running `/home/build/.rustup/toolchains/1.96.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=abf2395948d606ab -C extra-filename=-05fe790e1ca3079a --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-a2a64572023fe240.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.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-011c4b89193db3d3/out`
46632026-07-01T15:59:46.885Z Running `/home/build/.rustup/toolchains/1.96.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=083daa9d6764c6f3 -C extra-filename=-cc87d1a6a9e4422e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-062456a4af311abe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-6e328f5ba78b0496.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-5f32d1b75b4bbc32.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-d5800fa3752cdd85.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.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-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out`
46642026-07-01T15:59:46.885Z Running `/home/build/.rustup/toolchains/1.96.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=1be3021c5d8d4008 -C extra-filename=-ab97b6b4a5862713 --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-a2a64572023fe240.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.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-011c4b89193db3d3/out`
46652026-07-01T15:59:47.131Z Compiling progenitor-extras v0.2.0
46662026-07-01T15:59:47.131Z Compiling progenitor v0.14.0
46672026-07-01T15:59:47.135Z Running `/home/build/.rustup/toolchains/1.96.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=d106d28002f33708 -C extra-filename=-761bc5eff641d0b7 --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-91a5263c654bc0c5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.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-011c4b89193db3d3/out`
46682026-07-01T15:59:47.135Z Running `/home/build/.rustup/toolchains/1.96.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=2d7d0cbc674f1a39 -C extra-filename=-4195ed12baee3fd0 --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-05fe790e1ca3079a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a8db1870a735e03e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5cb0d166cb0c7768.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-011c4b89193db3d3/out`
46692026-07-01T15:59:47.194Z Compiling progenitor v0.13.0
46702026-07-01T15:59:47.197Z Running `/home/build/.rustup/toolchains/1.96.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=30c1728fc3a22fae -C extra-filename=-a7af5463574a025e --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-ab97b6b4a5862713.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-bd1ab874a682333d.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b9850ff70489fa26.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-011c4b89193db3d3/out`
46712026-07-01T15:59:47.225Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46722026-07-01T15:59:47.229Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/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=3cdd2d22ad8b7180 -C extra-filename=-bdd0085a72cfa94f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-427b00d5e0898e3c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1b578bd7e308ccc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-4d87b832ab2d562d.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-88f10c58fe781cef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4542ef5150c73ba3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
46732026-07-01T15:59:47.311Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
46742026-07-01T15:59:47.311Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46752026-07-01T15:59:47.314Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
46762026-07-01T15:59:47.314Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46772026-07-01T15:59:47.314Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46782026-07-01T15:59:47.314Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=758ed42cf3dddc19 -C extra-filename=-87c0f7ca64b4dafa --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-a08bdb03db5e546d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46792026-07-01T15:59:47.315Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/dc84a6c/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=1662afbd357c82bb -C extra-filename=-d8c6e023ce94da0a --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-fa9b90e544911148.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-11e96b058d5f615c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-0d0146fd3fdfea8b.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-f0ece464c7b41d78.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-767b3b5235066ac3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46802026-07-01T15:59:47.315Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaf58f90c0f49b17 -C extra-filename=-87b9120594fa6f2f --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-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-b96847c0f6f2888c.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-f9c646ee471b6fe0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f862f38d2aca3a78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46812026-07-01T15:59:47.323Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed7279a1befd8b28 -C extra-filename=-fa40b83d61902d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2936e0be1cd838ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.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-011c4b89193db3d3/out`
46822026-07-01T15:59:47.326Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6e09b71a221c7d2 -C extra-filename=-4fa792d9c6bf04cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2936e0be1cd838ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46832026-07-01T15:59:47.374Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
46842026-07-01T15:59:47.380Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46852026-07-01T15:59:47.407Z Running `/home/build/.rustup/toolchains/1.96.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=9264daf5bd05373d -C extra-filename=-e376977abf2c8ce2 --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-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-41b0e3fe1e881050.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-c09b1f53fc6ce1a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a7af5463574a025e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-37ed99c3f21167dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46862026-07-01T15:59:47.410Z Running `/home/build/.rustup/toolchains/1.96.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=4cd423ada494e4ca -C extra-filename=-fe5bba9772f4c214 --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-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-0f7e3884123c3b72.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-c09b1f53fc6ce1a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a7af5463574a025e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-37ed99c3f21167dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46872026-07-01T15:59:47.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
46882026-07-01T15:59:47.768Z Running `/home/build/.rustup/toolchains/1.96.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=1ea36edee19e1294 -C extra-filename=-404c8d8502ec6568 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-404c8d8502ec6568 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-5ac1b58a6f2e6a0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-63ba44012e1cbc03.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0813c49105c134b4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-427b00d5e0898e3c.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-6a6f2b0fadfa01e0.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f410be95ce894e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-2f5e09e4f5a3ac8c.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ea55f6da188cc094.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-db95e8e9529ca309.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-790dfff78026cdf0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-70f68d88027d2aad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-14d489de955721f7.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f953f35bdea91ea4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f50f07ad72d01d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-ae9ffada69599551.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f933e2cc2e49d477.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f0854a454a33fe7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-755b78194291d4c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-874b5a42aa819b21.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-c2be6540b1357add.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0f5abda38cc66465.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3b98e515edf20544.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8fcec526aa4960a3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-484654af456c02f7.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-551f9edf049805be.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-c5245c0a70f87cad.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-be48d9d6a75dccb2.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
46892026-07-01T15:59:47.992Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46902026-07-01T15:59:47.993Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46912026-07-01T15:59:47.996Z Compiling dropshot-api-manager v0.7.2
46922026-07-01T15:59:47.996Z Running `/home/build/.rustup/toolchains/1.96.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=c157c239bf840b79 -C extra-filename=-4b6ce3130928e8e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-2fdfa0f24fe3f326.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-c7bad6e9242577a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46932026-07-01T15:59:47.997Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b275d0b31b28bcbd -C extra-filename=-5f327e126f4a677d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-55f86491487f34b9.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-b96847c0f6f2888c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-f9c646ee471b6fe0.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2a341cedcbfe49d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-f862f38d2aca3a78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46942026-07-01T15:59:47.998Z Running `/home/build/.rustup/toolchains/1.96.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=4e6150ec70f0a57c -C extra-filename=-11b6c8ce0e21cb1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-16ec2d0943aa2775.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-e221d18cc264a977.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-fc957866e704149b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.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-011c4b89193db3d3/out`
46952026-07-01T15:59:47.999Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2bfe090/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c56ec1990d86cdd -C extra-filename=-cedda18ded411f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-55f86491487f34b9.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-2936e0be1cd838ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-72dfe15583183510.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-12b68984237a680e.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-c83d047eed8326cf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
46962026-07-01T15:59:48.123Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-404c8d8502ec6568/build-script-build`
46972026-07-01T15:59:48.168Z Running `/home/build/.rustup/toolchains/1.96.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=23f509101b82f6f4 -C extra-filename=-daebba42d7984f11 --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-5ac1b58a6f2e6a0b.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-63ba44012e1cbc03.rmeta --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0813c49105c134b4.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-427b00d5e0898e3c.rmeta --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-6a6f2b0fadfa01e0.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f410be95ce894e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-2f5e09e4f5a3ac8c.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ea55f6da188cc094.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-db95e8e9529ca309.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-790dfff78026cdf0.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-70f68d88027d2aad.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-14d489de955721f7.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f953f35bdea91ea4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f50f07ad72d01d7.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-ae9ffada69599551.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f0854a454a33fe7e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-755b78194291d4c1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-874b5a42aa819b21.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-c2be6540b1357add.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0f5abda38cc66465.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-551f9edf049805be.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
46982026-07-01T15:59:48.174Z Running `/home/build/.rustup/toolchains/1.96.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=103eb960195856a2 -C extra-filename=-afbc2337e8a9b2bd --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-5ac1b58a6f2e6a0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-63ba44012e1cbc03.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0813c49105c134b4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-427b00d5e0898e3c.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-6a6f2b0fadfa01e0.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f410be95ce894e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-2f5e09e4f5a3ac8c.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ea55f6da188cc094.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-db95e8e9529ca309.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-790dfff78026cdf0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-70f68d88027d2aad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-14d489de955721f7.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f953f35bdea91ea4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f50f07ad72d01d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-ae9ffada69599551.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f0854a454a33fe7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-755b78194291d4c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-874b5a42aa819b21.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-c2be6540b1357add.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0f5abda38cc66465.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-551f9edf049805be.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
46992026-07-01T15:59:48.289Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47002026-07-01T15:59:48.289Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47012026-07-01T15:59:48.293Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47022026-07-01T15:59:48.293Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47032026-07-01T15:59:48.293Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47042026-07-01T15:59:48.293Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47052026-07-01T15:59:48.293Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47062026-07-01T15:59:48.293Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47072026-07-01T15:59:48.293Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47082026-07-01T15:59:48.293Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47092026-07-01T15:59:48.293Z Running `/home/build/.rustup/toolchains/1.96.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=79cadb77e9d9f913 -C extra-filename=-c3022c4c6f659d0d --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-c0fc3cf44f1b7f2b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47102026-07-01T15:59:48.295Z Running `/home/build/.rustup/toolchains/1.96.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=ee959af0f081cebc -C extra-filename=-ce943627f3ccac74 --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-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47112026-07-01T15:59:48.321Z Running `/home/build/.rustup/toolchains/1.96.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=f333d8eea8917b43 -C extra-filename=-cd7b90eb3a522f8b --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-96b94e4be8ef41d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47122026-07-01T15:59:48.322Z Running `/home/build/.rustup/toolchains/1.96.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=f3ef4e0b7633f84c -C extra-filename=-1b340d30066662f2 --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-733038e33b6825ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47132026-07-01T15:59:48.326Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ade82afc25f62ee -C extra-filename=-160618cb25df69d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c542c4b920042ea3.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-5e781a52876182ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47142026-07-01T15:59:48.328Z Running `/home/build/.rustup/toolchains/1.96.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=52f37e29b39aed09 -C extra-filename=-7f67a2396b0ad30c --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-daebba42d7984f11.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47152026-07-01T15:59:48.330Z Running `/home/build/.rustup/toolchains/1.96.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=b25723628f1f85c4 -C extra-filename=-f86d0d991ed43686 --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-402af20ce2841673.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47162026-07-01T15:59:48.330Z Running `/home/build/.rustup/toolchains/1.96.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=06a94c7bd14d9415 -C extra-filename=-64d98ed0f925e342 --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-96b94e4be8ef41d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47172026-07-01T15:59:48.330Z Running `/home/build/.rustup/toolchains/1.96.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=6f821004d78e800d -C extra-filename=-a4dcde706ffe67d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47182026-07-01T15:59:48.352Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47192026-07-01T15:59:48.355Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47202026-07-01T15:59:48.355Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47212026-07-01T15:59:48.355Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47222026-07-01T15:59:48.355Z Running `/home/build/.rustup/toolchains/1.96.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=7b4e4003cc5c984d -C extra-filename=-394d02c06621abac --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-fa9b90e544911148.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47232026-07-01T15:59:48.452Z Running `/home/build/.rustup/toolchains/1.96.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=a689d84d9919a74a -C extra-filename=-047e57c93386a145 --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-daebba42d7984f11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47242026-07-01T15:59:48.458Z Running `/home/build/.rustup/toolchains/1.96.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=a4d957546bd00778 -C extra-filename=-79c3ca8693bf8431 --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-daebba42d7984f11.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47252026-07-01T15:59:48.458Z Running `/home/build/.rustup/toolchains/1.96.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=c6c37620ca9cb5cd -C extra-filename=-76eff8e6b81e6038 --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-fa9b90e544911148.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47262026-07-01T15:59:48.459Z Running `/home/build/.rustup/toolchains/1.96.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=c160726d4b19fada -C extra-filename=-784e8940ecd838f0 --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-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47272026-07-01T15:59:48.616Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
47282026-07-01T15:59:48.619Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
47292026-07-01T15:59:48.681Z Running `/home/build/.rustup/toolchains/1.96.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=bd2238b82b34793e -C extra-filename=-9f0d4768df33bae0 --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-daebba42d7984f11.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47302026-07-01T15:59:48.685Z Running `/home/build/.rustup/toolchains/1.96.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=a3ee2dbfebc57524 -C extra-filename=-34d8830a95be301d --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-fa9b90e544911148.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47312026-07-01T15:59:49.276Z Running `/home/build/.rustup/toolchains/1.96.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=e1aeb3268260af3d -C extra-filename=-ff609394ea3a4127 --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-daebba42d7984f11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47322026-07-01T15:59:49.281Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_v1_client --edition=2024 clients/ntp-admin-v1-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=cbf970fb4883dab0 -C extra-filename=-9f4fe9c0f1615f6b --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-fa9b90e544911148.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47332026-07-01T15:59:49.281Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
47342026-07-01T15:59:49.281Z Running `/home/build/.rustup/toolchains/1.96.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=28bd4d9c690a25b5 -C extra-filename=-123bd1e8d7eef916 --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-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2d1448c539d5789e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47352026-07-01T15:59:49.282Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
47362026-07-01T15:59:49.282Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
47372026-07-01T15:59:49.283Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
47382026-07-01T15:59:49.283Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
47392026-07-01T15:59:49.283Z Running `/home/build/.rustup/toolchains/1.96.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=c013ac64a169d02f -C extra-filename=-511472f4a07daaa0 --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-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47402026-07-01T15:59:49.283Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
47412026-07-01T15:59:49.283Z Running `/home/build/.rustup/toolchains/1.96.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=b61f3837aa77a72b -C extra-filename=-53b3689442e37a12 --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-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47422026-07-01T15:59:49.285Z Running `/home/build/.rustup/toolchains/1.96.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=aa75958b87d9047f -C extra-filename=-139fe0f9fc14f96e --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-a2a64572023fe240.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47432026-07-01T15:59:49.287Z Running `/home/build/.rustup/toolchains/1.96.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=8f0dfdd1039a0a69 -C extra-filename=-092cae7ce0e32df9 --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-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47442026-07-01T15:59:49.287Z Running `/home/build/.rustup/toolchains/1.96.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=c7f5a5d0790821c8 -C extra-filename=-f4ac0fefefecb52e --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-394d02c06621abac.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47452026-07-01T15:59:49.287Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47462026-07-01T15:59:49.291Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
47472026-07-01T15:59:49.291Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
47482026-07-01T15:59:49.291Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
47492026-07-01T15:59:49.291Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
47502026-07-01T15:59:49.291Z Running `/home/build/.rustup/toolchains/1.96.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=0d136ade134ea750 -C extra-filename=-5bf79d5be99a2ec3 --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-e0337e133bfb52cb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47512026-07-01T15:59:49.292Z Running `/home/build/.rustup/toolchains/1.96.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=9cb1b00e58a6af4b -C extra-filename=-9e4026febb4b20a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-9e4026febb4b20a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47522026-07-01T15:59:49.294Z Running `/home/build/.rustup/toolchains/1.96.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=40f63126a013e560 -C extra-filename=-d632f67398fc493b --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-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9f0d4768df33bae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47532026-07-01T15:59:49.297Z Running `/home/build/.rustup/toolchains/1.96.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=c860ded7040a1705 -C extra-filename=-1b31ac8c99fa2c75 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1b31ac8c99fa2c75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47542026-07-01T15:59:49.300Z Running `/home/build/.rustup/toolchains/1.96.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=f050b594bfa024c5 -C extra-filename=-83be1c0e20a8be7b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-83be1c0e20a8be7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47552026-07-01T15:59:49.306Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
47562026-07-01T15:59:49.312Z Running `/home/build/.rustup/toolchains/1.96.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=0ef2062c89ecbba4 -C extra-filename=-0e5f5ed39298a28f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-0e5f5ed39298a28f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47572026-07-01T15:59:49.319Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
47582026-07-01T15:59:49.319Z Running `/home/build/.rustup/toolchains/1.96.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=6f7df49d92708807 -C extra-filename=-284dcd0a7003a13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47592026-07-01T15:59:49.357Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
47602026-07-01T15:59:49.357Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
47612026-07-01T15:59:49.361Z Running `/home/build/.rustup/toolchains/1.96.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=ce80a8dca0b98180 -C extra-filename=-e4c6e67a84d75eb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-e4c6e67a84d75eb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47622026-07-01T15:59:49.362Z Running `/home/build/.rustup/toolchains/1.96.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=15b4bb770770d5c8 -C extra-filename=-540beb9a4c7d0c10 --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-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9f0d4768df33bae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47632026-07-01T15:59:49.436Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47642026-07-01T15:59:49.476Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
47652026-07-01T15:59:49.480Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47662026-07-01T15:59:49.480Z Running `/home/build/.rustup/toolchains/1.96.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=feb26b9960d39831 -C extra-filename=-8069a74b9aeb9036 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-8069a74b9aeb9036 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47672026-07-01T15:59:49.481Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
47682026-07-01T15:59:49.481Z Running `/home/build/.rustup/toolchains/1.96.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=05ea043f73faf7c2 -C extra-filename=-804316701b5aee5c --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-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47692026-07-01T15:59:49.482Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47702026-07-01T15:59:49.482Z Running `/home/build/.rustup/toolchains/1.96.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=29b5facededb80d2 -C extra-filename=-ba82abc38dd88bc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-ba82abc38dd88bc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47712026-07-01T15:59:49.483Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/a7d440f/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cdd61c0978b0cce -C extra-filename=-846f88f585087519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-d729c60e81f65f0e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47722026-07-01T15:59:49.503Z Running `/home/build/.rustup/toolchains/1.96.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=6e28670235d0ea74 -C extra-filename=-f873c04d00a8b619 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-f873c04d00a8b619 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47732026-07-01T15:59:49.609Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
47742026-07-01T15:59:49.645Z Running `/home/build/.rustup/toolchains/1.96.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=8a68eb6d4f3343ca -C extra-filename=-b941fda13b7a8b03 --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-ceb3aae2b5f46f7d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-9b068a201371edc9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47752026-07-01T15:59:49.649Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-83be1c0e20a8be7b/build-script-build`
47762026-07-01T15:59:49.650Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-9e4026febb4b20a0/build-script-build`
47772026-07-01T15:59:49.681Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1b31ac8c99fa2c75/build-script-build`
47782026-07-01T15:59:49.752Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47792026-07-01T15:59:49.789Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
47802026-07-01T15:59:49.792Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-0e5f5ed39298a28f/build-script-build`
47812026-07-01T15:59:49.793Z Running `/home/build/.rustup/toolchains/1.96.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=caf463a1bba4f6a1 -C extra-filename=-d29ef6c84415c8a0 --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-803cb845b0079d0c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
47822026-07-01T15:59:49.793Z Running `/home/build/.rustup/toolchains/1.96.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=def54cc1aaaf22af -C extra-filename=-b7b04e0c2c0db637 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-b7b04e0c2c0db637 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47832026-07-01T15:59:49.854Z Running `/home/build/.rustup/toolchains/1.96.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=f09bba652aab11e2 -C extra-filename=-812aeb72449c5ee7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-91a5263c654bc0c5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47842026-07-01T15:59:49.859Z Running `/home/build/.rustup/toolchains/1.96.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=c9f1b9b142f9eafe -C extra-filename=-f2a6b8307273139c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-91a5263c654bc0c5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47852026-07-01T15:59:49.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47862026-07-01T15:59:49.890Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-e4c6e67a84d75eb9/build-script-build`
47872026-07-01T15:59:49.890Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47882026-07-01T15:59:49.890Z Running `/home/build/.rustup/toolchains/1.96.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=826a2edefc527e0e -C extra-filename=-4941230d2306dc17 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-4941230d2306dc17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47892026-07-01T15:59:49.919Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47902026-07-01T15:59:49.922Z Running `/home/build/.rustup/toolchains/1.96.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=c487a0a79272477c -C extra-filename=-0702267f72a9c38c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-0702267f72a9c38c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47912026-07-01T15:59:49.955Z Running `/home/build/.rustup/toolchains/1.96.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=a046752647ebb97a -C extra-filename=-fb75cf53e1e2cb6c --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-daebba42d7984f11.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5bf79d5be99a2ec3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47922026-07-01T15:59:49.990Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47932026-07-01T15:59:50.024Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-8069a74b9aeb9036/build-script-build`
47942026-07-01T15:59:50.027Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-f873c04d00a8b619/build-script-build`
47952026-07-01T15:59:50.059Z Running `/home/build/.rustup/toolchains/1.96.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=bd7da04280a5fb94 -C extra-filename=-d5d3ba2fdd69e406 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-d5d3ba2fdd69e406 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47962026-07-01T15:59:50.062Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-ba82abc38dd88bc1/build-script-build`
47972026-07-01T15:59:50.124Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47982026-07-01T15:59:50.128Z Running `/home/build/.rustup/toolchains/1.96.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=9bfafb622cd4c472 -C extra-filename=-e060885c2206bec3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-e060885c2206bec3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
47992026-07-01T15:59:50.159Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48002026-07-01T15:59:50.163Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
48012026-07-01T15:59:50.163Z Running `/home/build/.rustup/toolchains/1.96.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=c26f395e5a3f7a26 -C extra-filename=-7a317d6cccf0aa51 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-7a317d6cccf0aa51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48022026-07-01T15:59:50.196Z Running `/home/build/.rustup/toolchains/1.96.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=4619da54ea10dd0e -C extra-filename=-75e2996356ca45a5 --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-64d98ed0f925e342.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48032026-07-01T15:59:50.200Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-b7b04e0c2c0db637/build-script-build`
48042026-07-01T15:59:50.231Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48052026-07-01T15:59:50.234Z Running `/home/build/.rustup/toolchains/1.96.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=0a8416bd052ec16c -C extra-filename=-e1ba4dd3ee8d3749 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-e1ba4dd3ee8d3749 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48062026-07-01T15:59:50.267Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48072026-07-01T15:59:50.270Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48082026-07-01T15:59:50.304Z Running `/home/build/.rustup/toolchains/1.96.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=61d1e06bfc1095af -C extra-filename=-fbf97b40b7fa5977 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-fbf97b40b7fa5977 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48092026-07-01T15:59:50.308Z Running `/home/build/.rustup/toolchains/1.96.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=173bd64a1a420eb9 -C extra-filename=-c00fa0944be5e2c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c00fa0944be5e2c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48102026-07-01T15:59:50.404Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48112026-07-01T15:59:50.442Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48122026-07-01T15:59:50.447Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48132026-07-01T15:59:50.447Z Running `/home/build/.rustup/toolchains/1.96.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=a57d5b30c1240daf -C extra-filename=-a1fcd8b9994c5573 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-a1fcd8b9994c5573 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48142026-07-01T15:59:50.472Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
48152026-07-01T15:59:50.504Z Running `/home/build/.rustup/toolchains/1.96.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=34ab318e02a98e9e -C extra-filename=-6b4670e07580bf98 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-6b4670e07580bf98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48162026-07-01T15:59:50.508Z Running `/home/build/.rustup/toolchains/1.96.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=3b524fb1374ec239 -C extra-filename=-d551223e18881218 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d551223e18881218 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48172026-07-01T15:59:50.508Z Running `/home/build/.rustup/toolchains/1.96.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=d640965e2f6b32e2 -C extra-filename=-c1fcebc3de59b695 --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-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48182026-07-01T15:59:50.509Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-4941230d2306dc17/build-script-build`
48192026-07-01T15:59:50.539Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48202026-07-01T15:59:50.542Z Running `/home/build/.rustup/toolchains/1.96.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=b8c9d6cea30c52ac -C extra-filename=-3cb9bd66d276da29 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3cb9bd66d276da29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48212026-07-01T15:59:50.574Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-d5d3ba2fdd69e406/build-script-build`
48222026-07-01T15:59:50.608Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48232026-07-01T15:59:50.644Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48242026-07-01T15:59:50.647Z Running `/home/build/.rustup/toolchains/1.96.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=75b2ef8b6d41decb -C extra-filename=-58c4f223503b36a2 --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-daebba42d7984f11.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-bddf7f7bbe6d82a5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48252026-07-01T15:59:50.649Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48262026-07-01T15:59:50.676Z Running `/home/build/.rustup/toolchains/1.96.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=e8e80179152ed109 -C extra-filename=-07416b458b58fdda --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-07416b458b58fdda -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48272026-07-01T15:59:50.681Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-0702267f72a9c38c/build-script-build`
48282026-07-01T15:59:50.712Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48292026-07-01T15:59:50.751Z Running `/home/build/.rustup/toolchains/1.96.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=c7eaf5102824ccb7 -C extra-filename=-bb56f08f2a5e8bea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48302026-07-01T15:59:50.779Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48312026-07-01T15:59:50.783Z Running `/home/build/.rustup/toolchains/1.96.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=c078493038a68a2e -C extra-filename=-1a8555ba9a90b793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48322026-07-01T15:59:50.816Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48332026-07-01T15:59:50.850Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-e1ba4dd3ee8d3749/build-script-build`
48342026-07-01T15:59:50.853Z Running `/home/build/.rustup/toolchains/1.96.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=b43119d4e0cdf2e6 -C extra-filename=-0af6a4d39c8b591c --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-daebba42d7984f11.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48352026-07-01T15:59:50.854Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-7a317d6cccf0aa51/build-script-build`
48362026-07-01T15:59:50.887Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48372026-07-01T15:59:50.921Z Running `/home/build/.rustup/toolchains/1.96.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=2fb1b016dfc4157e -C extra-filename=-a6a5b2798a937c6f --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-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48382026-07-01T15:59:50.954Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48392026-07-01T15:59:50.957Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-e060885c2206bec3/build-script-build`
48402026-07-01T15:59:50.957Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c00fa0944be5e2c5/build-script-build`
48412026-07-01T15:59:50.957Z Running `/home/build/.rustup/toolchains/1.96.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=ea13192a7e82f8ac -C extra-filename=-c10f2f65b13e75da --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-cf7c02bb408021c3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48422026-07-01T15:59:50.991Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48432026-07-01T15:59:50.995Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48442026-07-01T15:59:50.995Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-a1fcd8b9994c5573/build-script-build`
48452026-07-01T15:59:50.995Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-fbf97b40b7fa5977/build-script-build`
48462026-07-01T15:59:50.995Z Running `/home/build/.rustup/toolchains/1.96.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=bdf6aaa09a100261 -C extra-filename=-e2bfa5e79be6fa30 --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-e2bfa5e79be6fa30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48472026-07-01T15:59:50.996Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48482026-07-01T15:59:50.996Z Running `/home/build/.rustup/toolchains/1.96.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=ba6eff92bcc45c94 -C extra-filename=-49a85940ebc706c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-49a85940ebc706c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48492026-07-01T15:59:50.999Z Running `/home/build/.rustup/toolchains/1.96.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=65d2b95b189fd42a -C extra-filename=-6bfc143fc8b28a47 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6bfc143fc8b28a47 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48502026-07-01T15:59:51.001Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d551223e18881218/build-script-build`
48512026-07-01T15:59:51.029Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3cb9bd66d276da29/build-script-build`
48522026-07-01T15:59:51.032Z Running `/home/build/.rustup/toolchains/1.96.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=bc552856691862d8 -C extra-filename=-886e45af01d8486a --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-886e45af01d8486a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48532026-07-01T15:59:51.061Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48542026-07-01T15:59:51.098Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48552026-07-01T15:59:51.102Z Running `/home/build/.rustup/toolchains/1.96.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=ef3a9cd1e97f3fdc -C extra-filename=-b29fd0be0e8506c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-b29fd0be0e8506c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48562026-07-01T15:59:51.127Z Running `/home/build/.rustup/toolchains/1.96.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=d06d2177950e6154 -C extra-filename=-90aecf2e8f698f8f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-90aecf2e8f698f8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48572026-07-01T15:59:51.132Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-6b4670e07580bf98/build-script-build`
48582026-07-01T15:59:51.161Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
48592026-07-01T15:59:51.196Z Running `/home/build/.rustup/toolchains/1.96.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=c8d4eb8e58ad5a13 -C extra-filename=-d86a5bf466fb4ffb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0f5abda38cc66465.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-c7bad6e9242577a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out -L native=/usr/lib/amd64`
48602026-07-01T15:59:51.202Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48612026-07-01T15:59:51.232Z Running `/home/build/.rustup/toolchains/1.96.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=985601e6bb2201c5 -C extra-filename=-719fddb19f433541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48622026-07-01T15:59:51.332Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48632026-07-01T15:59:51.335Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48642026-07-01T15:59:51.335Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-07416b458b58fdda/build-script-build`
48652026-07-01T15:59:51.335Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48662026-07-01T15:59:51.364Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48672026-07-01T15:59:51.367Z Running `/home/build/.rustup/toolchains/1.96.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=1a3ec5f18bc8cc7d -C extra-filename=-e45e1bdbefb15d58 --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-a6a5b2798a937c6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48682026-07-01T15:59:51.368Z Running `/home/build/.rustup/toolchains/1.96.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=4b30dcf4a0733e10 -C extra-filename=-b9ead2674dec0a4e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-b9ead2674dec0a4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48692026-07-01T15:59:51.369Z Running `/home/build/.rustup/toolchains/1.96.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=9a125fde4dcdade5 -C extra-filename=-f829ac2083d372a8 --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-791b3209c06b4cbe.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48702026-07-01T15:59:51.369Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48712026-07-01T15:59:51.369Z Running `/home/build/.rustup/toolchains/1.96.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=14e852642be7a544 -C extra-filename=-02b3ba5163b35820 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-02b3ba5163b35820 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48722026-07-01T15:59:51.397Z Running `/home/build/.rustup/toolchains/1.96.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=a0dfaebb18987962 -C extra-filename=-653d383c58b75e32 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-653d383c58b75e32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48732026-07-01T15:59:51.431Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48742026-07-01T15:59:51.434Z Running `/home/build/.rustup/toolchains/1.96.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=001ca596f525b529 -C extra-filename=-b5f749fdca72ea0c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-b5f749fdca72ea0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-79c3ca8693bf8431.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48752026-07-01T15:59:51.434Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-e2bfa5e79be6fa30/build-script-build`
48762026-07-01T15:59:51.463Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-886e45af01d8486a/build-script-build`
48772026-07-01T15:59:51.511Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48782026-07-01T15:59:51.557Z Running `/home/build/.rustup/toolchains/1.96.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=4185296146206b20 -C extra-filename=-7aac34882de9a236 --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-daebba42d7984f11.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48792026-07-01T15:59:51.688Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-49a85940ebc706c3/build-script-build`
48802026-07-01T15:59:51.691Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-6bfc143fc8b28a47/build-script-build`
48812026-07-01T15:59:51.722Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48822026-07-01T15:59:51.753Z Running `/home/build/.rustup/toolchains/1.96.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=4c9fe5d59f8cae5a -C extra-filename=-135ce2a65f23c8eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48832026-07-01T15:59:51.760Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48842026-07-01T15:59:51.849Z Running `/home/build/.rustup/toolchains/1.96.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=67fc0b623b8ac9ca -C extra-filename=-0d4318fde751b364 --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-64d98ed0f925e342.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48852026-07-01T15:59:51.852Z Running `/home/build/.rustup/toolchains/1.96.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=e93c78ff2aa0ac64 -C extra-filename=-745fbe1a9de012df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48862026-07-01T15:59:51.854Z Running `/home/build/.rustup/toolchains/1.96.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=634dce9d5987e548 -C extra-filename=-34f95648768246df --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-a6a5b2798a937c6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48872026-07-01T15:59:51.884Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-653d383c58b75e32/build-script-build`
48882026-07-01T15:59:51.917Z Running `/home/build/.rustup/toolchains/1.96.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=aa0741aa597afe28 -C extra-filename=-a2106e4c3f8d900b --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-e0337e133bfb52cb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48892026-07-01T15:59:51.921Z Running `/home/build/.rustup/toolchains/1.96.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=71f075bd11575421 -C extra-filename=-1238b16bd7e2a400 --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-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48902026-07-01T15:59:51.951Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-90aecf2e8f698f8f/build-script-build`
48912026-07-01T15:59:51.954Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-b29fd0be0e8506c9/build-script-build`
48922026-07-01T15:59:52.111Z Running `/home/build/.rustup/toolchains/1.96.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=3a06eb1faf819e27 -C extra-filename=-2909b52269ddb0c6 --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-daebba42d7984f11.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5bf79d5be99a2ec3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48932026-07-01T15:59:52.115Z Running `/home/build/.rustup/toolchains/1.96.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=6aff81fad8fdb66c -C extra-filename=-f17b6a707fdff6fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-91a5263c654bc0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48942026-07-01T15:59:52.145Z Running `/home/build/.rustup/toolchains/1.96.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=b19be5488151108a -C extra-filename=-9390fb3294fad3ff --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-96b94e4be8ef41d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48952026-07-01T15:59:52.148Z Running `/home/build/.rustup/toolchains/1.96.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=56af4ea6a7c808dc -C extra-filename=-d9a774ef3e6372bc --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-a2a64572023fe240.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48962026-07-01T15:59:52.174Z Running `/home/build/.rustup/toolchains/1.96.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=b5bd9132e4df666c -C extra-filename=-e031a0260fe7320d --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-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
48972026-07-01T15:59:52.241Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-b5f749fdca72ea0c/build-script-build`
48982026-07-01T15:59:52.276Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-02b3ba5163b35820/build-script-build`
48992026-07-01T15:59:52.339Z Running `/home/build/.rustup/toolchains/1.96.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=0d79282814dd5d47 -C extra-filename=-032069811c025e77 --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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49002026-07-01T15:59:52.375Z Running `/home/build/.rustup/toolchains/1.96.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=ea0255f1dc782b5f -C extra-filename=-46151d473dc4df22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49012026-07-01T15:59:52.411Z Running `/home/build/.rustup/toolchains/1.96.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=3c3851c8d0377afc -C extra-filename=-8c986958ba0d26dc --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-402af20ce2841673.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49022026-07-01T15:59:52.415Z Running `/home/build/.rustup/toolchains/1.96.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=0791263bf64d150e -C extra-filename=-813970d5c165e118 --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-394d02c06621abac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49032026-07-01T15:59:52.417Z Running `/home/build/.rustup/toolchains/1.96.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=c788d7c4567bec2e -C extra-filename=-c27d66e53a18e7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a4dcde706ffe67d0.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49042026-07-01T15:59:52.447Z Running `/home/build/.rustup/toolchains/1.96.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=28b541a86b968e4d -C extra-filename=-5ca622b76c4d6fe1 --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-25152984c50b4bd1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9f0d4768df33bae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49052026-07-01T15:59:52.544Z Running `/home/build/.rustup/toolchains/1.96.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=b63fa6ab4b1038a3 -C extra-filename=-d89ba8ce13fbabc0 --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-25152984c50b4bd1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9f0d4768df33bae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49062026-07-01T15:59:52.580Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-b9ead2674dec0a4e/build-script-build`
49072026-07-01T15:59:52.613Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_v1_client --edition=2024 clients/ntp-admin-v1-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=5c89ab54c5daf22b -C extra-filename=-b13554d0420ba994 --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-fa9b90e544911148.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49082026-07-01T15:59:52.647Z Running `/home/build/.rustup/toolchains/1.96.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=dc9486f66e0e3e57 -C extra-filename=-f90f139b0684bb05 --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-fa9b90e544911148.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49092026-07-01T15:59:52.741Z Running `/home/build/.rustup/toolchains/1.96.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=1cc29205d1b6051f -C extra-filename=-faefbed0a50f6ab9 --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-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49102026-07-01T15:59:52.839Z Running `/home/build/.rustup/toolchains/1.96.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=2742bb56856197c1 -C extra-filename=-77cff2a0644f55ab --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-96b94e4be8ef41d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49112026-07-01T15:59:53.018Z Running `/home/build/.rustup/toolchains/1.96.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=a2ac5f0be23956a1 -C extra-filename=-ec0061124609eff4 --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-e2a0f5fe1db03132.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2d1448c539d5789e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49122026-07-01T15:59:53.476Z Running `/home/build/.rustup/toolchains/1.96.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=f68e77526364feed -C extra-filename=-77d41c33910acae5 --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-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49132026-07-01T15:59:53.510Z Running `/home/build/.rustup/toolchains/1.96.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=d6750badc6fc6ba0 -C extra-filename=-d817e77f9f6a7d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49142026-07-01T15:59:53.584Z Running `/home/build/.rustup/toolchains/1.96.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=80214699c51785ff -C extra-filename=-d90fb721cf813b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-733038e33b6825ff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3f26836bb89b7487.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49152026-07-01T15:59:53.584Z Running `/home/build/.rustup/toolchains/1.96.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=ca68cc127803361b -C extra-filename=-e4d682ac35355367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49162026-07-01T15:59:53.650Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
49172026-07-01T15:59:53.654Z Running `/home/build/.rustup/toolchains/1.96.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=48dda8a97e490711 -C extra-filename=-d592de721f59d41e --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-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-1c2944f8913e7e4c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f2a6b8307273139c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49182026-07-01T15:59:53.791Z Running `/home/build/.rustup/toolchains/1.96.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=e69e373e40dca80e -C extra-filename=-9b2bb671fa3339b3 --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-daebba42d7984f11.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49192026-07-01T15:59:53.833Z Running `/home/build/.rustup/toolchains/1.96.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=6874ef0c8d95b3c3 -C extra-filename=-ef6e8024a9794c15 --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-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49202026-07-01T15:59:53.988Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
49212026-07-01T15:59:53.993Z Running `/home/build/.rustup/toolchains/1.96.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=16d233c02416fd79 -C extra-filename=-bc42dfa08f3fca1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-e0337e133bfb52cb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-f9c646ee471b6fe0.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5bf79d5be99a2ec3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49222026-07-01T15:59:54.181Z Running `/home/build/.rustup/toolchains/1.96.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=187c5405645ec803 -C extra-filename=-eca6512db2981947 --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-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-1c2944f8913e7e4c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49232026-07-01T15:59:54.214Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
49242026-07-01T15:59:54.217Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49252026-07-01T15:59:54.218Z Running `/home/build/.rustup/toolchains/1.96.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=b7a68a0c0516fecb -C extra-filename=-ff31f4c6023756f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49262026-07-01T15:59:54.248Z Running `/home/build/.rustup/toolchains/1.96.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=d27a333461549791 -C extra-filename=-2685266bfd16d8ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49272026-07-01T15:59:54.282Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
49282026-07-01T15:59:54.286Z Running `/home/build/.rustup/toolchains/1.96.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=b7902d5a583988aa -C extra-filename=-a9dd04d924674fec --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-4e778a706bc0dc16.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49292026-07-01T15:59:54.331Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49302026-07-01T15:59:54.334Z Running `/home/build/.rustup/toolchains/1.96.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=5dbf014e81d74190 -C extra-filename=-86c0c067a5d26f96 --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-79fda9df1e1d6e54.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c40a4e129c7e6c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49312026-07-01T15:59:54.403Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
49322026-07-01T15:59:54.406Z Running `/home/build/.rustup/toolchains/1.96.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=de6e821908674097 -C extra-filename=-c681c0eb32159a3d --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-22fe590a761084f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49332026-07-01T15:59:54.537Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
49342026-07-01T15:59:54.542Z Running `/home/build/.rustup/toolchains/1.96.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=32f467a47f663e55 -C extra-filename=-0d06c02d79dd5c35 --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-87c0f7ca64b4dafa.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49352026-07-01T15:59:54.697Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
49362026-07-01T15:59:54.700Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a1ee3a9d1732d04 -C extra-filename=-2f9585254fb4346c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49372026-07-01T15:59:54.752Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
49382026-07-01T15:59:54.757Z Running `/home/build/.rustup/toolchains/1.96.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=7ba240c607951568 -C extra-filename=-fd875dea7ad23427 --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-dd5c91b8ff049607.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49392026-07-01T15:59:54.991Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
49402026-07-01T15:59:54.996Z Running `/home/build/.rustup/toolchains/1.96.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=153d50d4b5e3c8b8 -C extra-filename=-47ae6d92e85ed009 --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-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49412026-07-01T15:59:54.998Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
49422026-07-01T15:59:54.998Z Running `/home/build/.rustup/toolchains/1.96.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=e1bb3251f3163522 -C extra-filename=-7b7804b3bdb1aace --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-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49432026-07-01T15:59:55.016Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
49442026-07-01T15:59:55.019Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49452026-07-01T15:59:55.019Z Running `/home/build/.rustup/toolchains/1.96.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=c272feca67e5766f -C extra-filename=-a0c68b45edb02bf1 --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-394d02c06621abac.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49462026-07-01T15:59:55.047Z Running `/home/build/.rustup/toolchains/1.96.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=bf78d71656df5ec0 -C extra-filename=-2fc51d638274f502 --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-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49472026-07-01T15:59:55.271Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
49482026-07-01T15:59:55.274Z Running `/home/build/.rustup/toolchains/1.96.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=785b9a0f4877ef0b -C extra-filename=-b5f37c0bcea1a1ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49492026-07-01T15:59:55.311Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
49502026-07-01T15:59:55.315Z Running `/home/build/.rustup/toolchains/1.96.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=ebd960f3b3a4fb9b -C extra-filename=-90085acfa92e706e --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-fa9b90e544911148.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49512026-07-01T15:59:55.393Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
49522026-07-01T15:59:55.396Z Running `/home/build/.rustup/toolchains/1.96.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=336074dc3617f85b -C extra-filename=-8b95f6622b1189ff --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-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49532026-07-01T15:59:55.464Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
49542026-07-01T15:59:55.472Z Running `/home/build/.rustup/toolchains/1.96.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=322cf16b8093ac78 -C extra-filename=-8e4c17b3fe23fd0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fe5bba9772f4c214.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-927d3a06c489e1d7.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-011c4b89193db3d3/out`
49552026-07-01T15:59:55.644Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49562026-07-01T15:59:55.687Z Running `/home/build/.rustup/toolchains/1.96.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=1830a9feae6d607d -C extra-filename=-dda11960274937c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-784e8940ecd838f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49572026-07-01T15:59:55.704Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
49582026-07-01T15:59:55.707Z Running `/home/build/.rustup/toolchains/1.96.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=069b2af52b9b7145 -C extra-filename=-782b1ce2b7ca05fb --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-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-a6a5b2798a937c6f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49592026-07-01T15:59:55.778Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
49602026-07-01T15:59:55.783Z Running `/home/build/.rustup/toolchains/1.96.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=12e24423706c00aa -C extra-filename=-c365a53510e53bbe --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-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-8e4c17b3fe23fd0f.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-8e14441312b08ed9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a7af5463574a025e.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-058cfb6f0506d434.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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-011c4b89193db3d3/out`
49612026-07-01T15:59:55.814Z Running `/home/build/.rustup/toolchains/1.96.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=ff25a9559c9b7469 -C extra-filename=-a1d08fe57b6f2600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-719fddb19f433541.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49622026-07-01T15:59:55.850Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
49632026-07-01T15:59:55.853Z Running `/home/build/.rustup/toolchains/1.96.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=257d38029b894d0f -C extra-filename=-cb38e81747d3f068 --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-daebba42d7984f11.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-d592de721f59d41e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49642026-07-01T15:59:55.900Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
49652026-07-01T15:59:55.905Z Running `/home/build/.rustup/toolchains/1.96.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=31d6ca0a477525c5 -C extra-filename=-3824266083e30c5f --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-8ef8e959fc8416b0.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49662026-07-01T15:59:56.090Z Running `/home/build/.rustup/toolchains/1.96.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=7749782367336888 -C extra-filename=-ae9847e2ae0ca4cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49672026-07-01T15:59:56.144Z Running `/home/build/.rustup/toolchains/1.96.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=a1de72a5fdcaaf42 -C extra-filename=-e40daecba2a764c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-782b1ce2b7ca05fb.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-e45e1bdbefb15d58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
49682026-07-01T15:59:56.177Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
49692026-07-01T15:59:56.180Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49702026-07-01T15:59:56.210Z Running `/home/build/.rustup/toolchains/1.96.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=c78352b539d94e6f -C extra-filename=-4228e6b21bfe586c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cb38e81747d3f068.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49712026-07-01T15:59:56.214Z Running `/home/build/.rustup/toolchains/1.96.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=ce513b7db8e8e9d9 -C extra-filename=-ecb2448541903c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-062456a4af311abe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-745fbe1a9de012df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc87d1a6a9e4422e.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-5a2692341c37bae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49722026-07-01T15:59:56.269Z Running `/home/build/.rustup/toolchains/1.96.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=fed259a1c0b69360 -C extra-filename=-3e688c087d3527cf --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-daebba42d7984f11.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49732026-07-01T15:59:56.309Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
49742026-07-01T15:59:56.312Z Running `/home/build/.rustup/toolchains/1.96.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=a883d8a95c415d2f -C extra-filename=-b0997643a4dc4d4c --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-ff31f4c6023756f3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49752026-07-01T15:59:56.360Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
49762026-07-01T15:59:56.363Z Running `/home/build/.rustup/toolchains/1.96.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=8eb8f2ee0689e809 -C extra-filename=-41aa3a50c615be36 --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-402af20ce2841673.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49772026-07-01T15:59:56.418Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
49782026-07-01T15:59:56.421Z Running `/home/build/.rustup/toolchains/1.96.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=e2375b93ba862d20 -C extra-filename=-322a3d933f9e5ec4 --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-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49792026-07-01T15:59:56.521Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
49802026-07-01T15:59:56.524Z Running `/home/build/.rustup/toolchains/1.96.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=b16604a659b0de80 -C extra-filename=-aa1447fb47f45cd4 --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-ff31f4c6023756f3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49812026-07-01T15:59:56.560Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49822026-07-01T15:59:56.563Z Running `/home/build/.rustup/toolchains/1.96.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=8c1a5c4fdd9c03f0 -C extra-filename=-be51de2be5489b5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49832026-07-01T15:59:56.669Z Running `/home/build/.rustup/toolchains/1.96.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=575fbea2ec8e1101 -C extra-filename=-475f590558c1b90e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49842026-07-01T15:59:56.705Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
49852026-07-01T15:59:56.709Z Running `/home/build/.rustup/toolchains/1.96.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=530bbbe3deddf677 -C extra-filename=-d5329d990f5f0b97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49862026-07-01T15:59:56.739Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
49872026-07-01T15:59:56.773Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
49882026-07-01T15:59:56.776Z Running `/home/build/.rustup/toolchains/1.96.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=17ed8867871ba73c -C extra-filename=-821c49f8054d34f2 --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-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49892026-07-01T15:59:56.778Z Running `/home/build/.rustup/toolchains/1.96.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=4031598d6c0c7d07 -C extra-filename=-74230a423d87b26f --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-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49902026-07-01T15:59:56.828Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
49912026-07-01T15:59:56.832Z Running `/home/build/.rustup/toolchains/1.96.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=c3949ff1e3b87115 -C extra-filename=-cdbd1e5af8f82070 --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-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49922026-07-01T15:59:56.864Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49932026-07-01T15:59:56.864Z Running `/home/build/.rustup/toolchains/1.96.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=7ccaa568641de001 -C extra-filename=-0fa660a64ddf6dd2 --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-0d49d99825834bad.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49942026-07-01T15:59:56.989Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49952026-07-01T15:59:56.993Z Running `/home/build/.rustup/toolchains/1.96.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=cb9c543b708a1b2a -C extra-filename=-11434c99297ca52e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49962026-07-01T15:59:57.035Z Running `/home/build/.rustup/toolchains/1.96.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=b35e69dcae69251c -C extra-filename=-6c8b68fadb21fecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49972026-07-01T15:59:57.103Z Running `/home/build/.rustup/toolchains/1.96.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=8f2ecf0cad0ccb29 -C extra-filename=-870c6b6118819ed1 --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-22fe590a761084f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49982026-07-01T15:59:57.109Z Running `/home/build/.rustup/toolchains/1.96.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=e8b4d1d4bc9e0fdc -C extra-filename=-fbf41cece4d56053 --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-e2a0f5fe1db03132.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2d1448c539d5789e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
49992026-07-01T15:59:57.191Z Running `/home/build/.rustup/toolchains/1.96.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=af061deee1baff7f -C extra-filename=-cd28f1f8a6acc445 --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-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50002026-07-01T15:59:57.279Z Running `/home/build/.rustup/toolchains/1.96.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=d147d529a4933872 -C extra-filename=-698882f4102e5f0f --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-ff31f4c6023756f3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50012026-07-01T15:59:57.323Z Running `/home/build/.rustup/toolchains/1.96.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=8d43a1cf5850dfce -C extra-filename=-66c95bb0f15d8861 --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-ff31f4c6023756f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50022026-07-01T15:59:57.393Z Running `/home/build/.rustup/toolchains/1.96.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=481aa6f9cb01a8d1 -C extra-filename=-6ed6cccc9d35c5e9 --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-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50032026-07-01T15:59:57.498Z Running `/home/build/.rustup/toolchains/1.96.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=79bc62ce29e87882 -C extra-filename=-bbfc4416e4f63c0b --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-5dad7eb527a326f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b30313ac584db8b1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-44de20133db50ff6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50042026-07-01T15:59:57.691Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
50052026-07-01T15:59:57.694Z Running `/home/build/.rustup/toolchains/1.96.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=98979db073e753d0 -C extra-filename=-38c1ffa7f52280b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50062026-07-01T15:59:57.825Z Running `/home/build/.rustup/toolchains/1.96.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=15a8ebb98cdc4d30 -C extra-filename=-ad21a60ee647282e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50072026-07-01T15:59:57.911Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50082026-07-01T15:59:57.914Z Running `/home/build/.rustup/toolchains/1.96.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=a68277549ada20af -C extra-filename=-f7d54a777fdcdd3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50092026-07-01T15:59:57.980Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
50102026-07-01T15:59:57.980Z Running `/home/build/.rustup/toolchains/1.96.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=eefa9fe842ecb205 -C extra-filename=-436c77ee32bd9c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50112026-07-01T15:59:57.984Z Running `/home/build/.rustup/toolchains/1.96.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=7043f9f764bef04e -C extra-filename=-19756ee741626544 --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-daebba42d7984f11.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4228e6b21bfe586c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cb38e81747d3f068.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50122026-07-01T15:59:58.228Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
50132026-07-01T15:59:58.262Z Running `/home/build/.rustup/toolchains/1.96.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=a0359be0aad10e6f -C extra-filename=-24816a1a5df1f4dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50142026-07-01T15:59:58.377Z Running `/home/build/.rustup/toolchains/1.96.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=e4c90d494a142e90 -C extra-filename=-ddbb0f0a475aa67f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-475f590558c1b90e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50152026-07-01T15:59:58.413Z Running `/home/build/.rustup/toolchains/1.96.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=5455b8df84b65552 -C extra-filename=-fa920107a76e7784 --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-daebba42d7984f11.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4228e6b21bfe586c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cb38e81747d3f068.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50162026-07-01T15:59:58.487Z Running `/home/build/.rustup/toolchains/1.96.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=198caaf88d388518 -C extra-filename=-5c87e55b93e47326 --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-5dad7eb527a326f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b30313ac584db8b1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-44de20133db50ff6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50172026-07-01T15:59:58.507Z Running `/home/build/.rustup/toolchains/1.96.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=9ea946d444f8ecfa -C extra-filename=-b352f50a1b00a0de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50182026-07-01T15:59:58.603Z Running `/home/build/.rustup/toolchains/1.96.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=936e6f96b0f25daf -C extra-filename=-2e01a72b5bac53fb --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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50192026-07-01T15:59:58.649Z Running `/home/build/.rustup/toolchains/1.96.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=7e1760bd2a4095ea -C extra-filename=-f303dd53243f5aff --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-402af20ce2841673.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50202026-07-01T15:59:58.687Z Running `/home/build/.rustup/toolchains/1.96.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=8c21017212a1ab10 -C extra-filename=-39ff2aadaf37599c --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-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50212026-07-01T15:59:58.725Z Running `/home/build/.rustup/toolchains/1.96.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=be967e2b9989812e -C extra-filename=-911c5c95877c7b46 --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-0d49d99825834bad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50222026-07-01T15:59:58.862Z Running `/home/build/.rustup/toolchains/1.96.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=6896bb4c1f2ef0f6 -C extra-filename=-fdecfa748366c924 --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-e2a0f5fe1db03132.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2d1448c539d5789e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50232026-07-01T15:59:59.044Z Running `/home/build/.rustup/toolchains/1.96.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=1d72b5291de3d32b -C extra-filename=-9eab1728c0b6ee6d --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-394d02c06621abac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50242026-07-01T15:59:59.145Z Running `/home/build/.rustup/toolchains/1.96.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=2922c7c38d33d6b8 -C extra-filename=-b25141fb2570cbac --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-dd5c91b8ff049607.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50252026-07-01T15:59:59.213Z Running `/home/build/.rustup/toolchains/1.96.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=90fbf8ba0b6c9bfa -C extra-filename=-0df87f2351ed2844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-24816a1a5df1f4dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50262026-07-01T15:59:59.277Z Running `/home/build/.rustup/toolchains/1.96.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=7d4d9540737452a2 -C extra-filename=-1b8da47d1e6bdb35 --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-4e778a706bc0dc16.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50272026-07-01T15:59:59.505Z Running `/home/build/.rustup/toolchains/1.96.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=40955e221d7e702d -C extra-filename=-cac2369dc3787511 --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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-a6a5b2798a937c6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50282026-07-01T15:59:59.859Z Running `/home/build/.rustup/toolchains/1.96.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=27a826de111ebec4 -C extra-filename=-2103ff63ebe0484f --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-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50292026-07-01T15:59:59.892Z Running `/home/build/.rustup/toolchains/1.96.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=3c49f06220249db3 -C extra-filename=-1697545fd4aa7228 --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-5dad7eb527a326f8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-1c2944f8913e7e4c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-bfd8553a38f17022.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50302026-07-01T16:00:00.001Z Running `/home/build/.rustup/toolchains/1.96.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=698ad532f40c69ec -C extra-filename=-00715629a6e5b001 --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-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50312026-07-01T16:00:00.165Z Running `/home/build/.rustup/toolchains/1.96.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=3dba2b61f8d88a84 -C extra-filename=-cd7a8c4a36f98c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-784e8940ecd838f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50322026-07-01T16:00:00.331Z Running `/home/build/.rustup/toolchains/1.96.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=6bab5ebfd2178f8b -C extra-filename=-15a5dfa379a153d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50332026-07-01T16:00:00.380Z Running `/home/build/.rustup/toolchains/1.96.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=61cadab64fc63282 -C extra-filename=-91993df86b2b9f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50342026-07-01T16:00:00.515Z Running `/home/build/.rustup/toolchains/1.96.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=0fa60e7e975a4b26 -C extra-filename=-936c612b8c818059 --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-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50352026-07-01T16:00:00.699Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50362026-07-01T16:00:00.702Z Running `/home/build/.rustup/toolchains/1.96.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=466f00d2c2de5f06 -C extra-filename=-f5ee8e0f5af0788b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-da6b8888cb21968d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50948435f24315a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50372026-07-01T16:00:00.860Z Running `/home/build/.rustup/toolchains/1.96.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=ee49d5172bda0e4a -C extra-filename=-006834bdd75aeb00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50382026-07-01T16:00:01.255Z Running `/home/build/.rustup/toolchains/1.96.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=0784c0c2efc49677 -C extra-filename=-704e510765cf574a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50392026-07-01T16:00:01.314Z Running `/home/build/.rustup/toolchains/1.96.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=85ef126dd45d5d7f -C extra-filename=-d792838bd7351591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50402026-07-01T16:00:01.633Z Running `/home/build/.rustup/toolchains/1.96.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=9fdd6cc0056e63b6 -C extra-filename=-054d3de40e8c3a09 --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-fa9b90e544911148.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50412026-07-01T16:00:01.703Z Running `/home/build/.rustup/toolchains/1.96.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=49b48b6114b934dc -C extra-filename=-110e77173b82b2bf --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-87c0f7ca64b4dafa.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50422026-07-01T16:00:01.734Z Running `/home/build/.rustup/toolchains/1.96.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=28e35b90deba2903 -C extra-filename=-68ddbd623259bd1b --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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50432026-07-01T16:00:02.002Z Running `/home/build/.rustup/toolchains/1.96.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=d0f4ddff112003dd -C extra-filename=-952134bc30982440 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-135ce2a65f23c8eb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50442026-07-01T16:00:02.151Z Running `/home/build/.rustup/toolchains/1.96.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=ee075fd2b3c45d27 -C extra-filename=-5cb61ac53ba36131 --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-ceb3aae2b5f46f7d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-9b068a201371edc9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50452026-07-01T16:00:02.340Z Running `/home/build/.rustup/toolchains/1.96.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=0780087dc0a5159e -C extra-filename=-c3eef85e7c3e4827 --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-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50462026-07-01T16:00:02.421Z Running `/home/build/.rustup/toolchains/1.96.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=9fafce08290167b0 -C extra-filename=-10cde24997fa22ab --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-c0fc3cf44f1b7f2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50472026-07-01T16:00:02.473Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50482026-07-01T16:00:02.480Z Running `/home/build/.rustup/toolchains/1.96.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=f8e46077b15acf87 -C extra-filename=-948bb56fb529e34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50492026-07-01T16:00:02.480Z Running `/home/build/.rustup/toolchains/1.96.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=5ca94fdfcd08a499 -C extra-filename=-32017cd2da113015 --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-daebba42d7984f11.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-bddf7f7bbe6d82a5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50502026-07-01T16:00:02.669Z Running `/home/build/.rustup/toolchains/1.96.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=1178b3b5bef918dd -C extra-filename=-cf55197298f750ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50512026-07-01T16:00:02.768Z Running `/home/build/.rustup/toolchains/1.96.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=c4b88df83ab6239f -C extra-filename=-df070185c6f56702 --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-daebba42d7984f11.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50522026-07-01T16:00:02.989Z Running `/home/build/.rustup/toolchains/1.96.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=dec2e2ec00b9b3ba -C extra-filename=-24eb778c73832e6a --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-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50532026-07-01T16:00:03.069Z Running `/home/build/.rustup/toolchains/1.96.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=6f71d8a296627eea -C extra-filename=-136616706c1f3044 --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-fa9b90e544911148.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50542026-07-01T16:00:03.251Z Running `/home/build/.rustup/toolchains/1.96.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=689ce8dd33ebf2ea -C extra-filename=-01e9ced565ba11e7 --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-cf7c02bb408021c3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50552026-07-01T16:00:03.305Z Running `/home/build/.rustup/toolchains/1.96.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=a149a953200d3d75 -C extra-filename=-baaf084a374a16a1 --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-daebba42d7984f11.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50562026-07-01T16:00:03.340Z Running `/home/build/.rustup/toolchains/1.96.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=65ee6704f67832c7 -C extra-filename=-1bb7a60827b26c52 --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-fa9b90e544911148.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50572026-07-01T16:00:03.412Z Running `/home/build/.rustup/toolchains/1.96.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=c084df5f959a95dd -C extra-filename=-e51f6ba9068940af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50582026-07-01T16:00:03.446Z Running `/home/build/.rustup/toolchains/1.96.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=727b370782614761 -C extra-filename=-aa173e3d8fdd4bee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50592026-07-01T16:00:03.516Z Running `/home/build/.rustup/toolchains/1.96.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=20b0003170b50a25 -C extra-filename=-0fcc9bd6dd6cd73b --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-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50602026-07-01T16:00:04.154Z Running `/home/build/.rustup/toolchains/1.96.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=5379161957e436ee -C extra-filename=-0b0f75f76a7d644f --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-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50612026-07-01T16:00:04.208Z Running `/home/build/.rustup/toolchains/1.96.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=a70100c87106291f -C extra-filename=-92a9a4eb9c166756 --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-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50622026-07-01T16:00:04.528Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50632026-07-01T16:00:04.528Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d8056f17757c5b08 -C extra-filename=-00abb8f20643079e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-e0337e133bfb52cb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50642026-07-01T16:00:04.567Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50652026-07-01T16:00:04.572Z Running `/home/build/.rustup/toolchains/1.96.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=8560035b62976891 -C extra-filename=-cc9aed3b0d9b7499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-058cfb6f0506d434.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50662026-07-01T16:00:04.739Z Running `/home/build/.rustup/toolchains/1.96.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=feb8df58aa9d2e52 -C extra-filename=-4143cffde0c7e93e --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-daebba42d7984f11.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50672026-07-01T16:00:04.870Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
50682026-07-01T16:00:04.873Z Running `/home/build/.rustup/toolchains/1.96.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=d868c518ab3255af -C extra-filename=-e27e394137658396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-475f590558c1b90e.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-19756ee741626544.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50692026-07-01T16:00:04.876Z Running `/home/build/.rustup/toolchains/1.96.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=be7377125283024b -C extra-filename=-e2731f3238176294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-475f590558c1b90e.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-19756ee741626544.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50702026-07-01T16:00:05.317Z Running `/home/build/.rustup/toolchains/1.96.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=18b29e578124f0e3 -C extra-filename=-a73062ae5995e75c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
50712026-07-01T16:00:05.819Z Running `/home/build/.rustup/toolchains/1.96.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=3e1aecdae5d22605 -C extra-filename=-421330b94200ebfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7787d95894d0029e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cc84cd942bff2bce.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4f13da9dc556a6c6.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a4dcde706ffe67d0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-953f3903e16643e4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
50722026-07-01T16:00:05.878Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50732026-07-01T16:00:05.882Z Running `/home/build/.rustup/toolchains/1.96.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=9aff0cb6228a5ad7 -C extra-filename=-20f904d6d5dfb25e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50742026-07-01T16:00:05.911Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50752026-07-01T16:00:05.915Z Running `/home/build/.rustup/toolchains/1.96.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=fffc721f31250fc1 -C extra-filename=-bc5f4ebf16651139 --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-123bd1e8d7eef916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50762026-07-01T16:00:06.052Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50772026-07-01T16:00:06.052Z Running `/home/build/.rustup/toolchains/1.96.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=bae1690abbe1d219 -C extra-filename=-165cfdafb065c4e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50782026-07-01T16:00:06.235Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
50792026-07-01T16:00:06.242Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa2591ed448965ac -C extra-filename=-44c08ba0e9eb8023 --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-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50802026-07-01T16:00:06.267Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
50812026-07-01T16:00:06.270Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b5177416d97ef19 -C extra-filename=-cd45c84ed38236a3 --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-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50822026-07-01T16:00:06.946Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
50832026-07-01T16:00:06.949Z Running `/home/build/.rustup/toolchains/1.96.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=c05737435a1aef48 -C extra-filename=-10596ebcbb9aa106 --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-20f904d6d5dfb25e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50842026-07-01T16:00:07.012Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
50852026-07-01T16:00:07.015Z Running `/home/build/.rustup/toolchains/1.96.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=878ea02c432c55b4 -C extra-filename=-fb0f706dd4099d8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50862026-07-01T16:00:07.099Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
50872026-07-01T16:00:07.102Z Running `/home/build/.rustup/toolchains/1.96.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=29d6fa7ef0cedddd -C extra-filename=-bd5d490df0f02f19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50882026-07-01T16:00:07.132Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
50892026-07-01T16:00:07.136Z Running `/home/build/.rustup/toolchains/1.96.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=2ed598c823e5fac6 -C extra-filename=-f380a3a194c531fc --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-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50902026-07-01T16:00:07.214Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50912026-07-01T16:00:07.217Z Running `/home/build/.rustup/toolchains/1.96.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=d4cd83c2ec424b0f -C extra-filename=-b3d34a755bdc7bd7 --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-123bd1e8d7eef916.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
50922026-07-01T16:00:08.492Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50932026-07-01T16:00:08.496Z Running `/home/build/.rustup/toolchains/1.96.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=e3f33dd81ffa75ca -C extra-filename=-2386b9564bd03d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1874004f23a666d2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-8f48f417ab904d16.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c85dd464b738ddb9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
50942026-07-01T16:00:08.534Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
50952026-07-01T16:00:08.537Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
50962026-07-01T16:00:08.537Z Running `/home/build/.rustup/toolchains/1.96.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=80d29f17c552da2f -C extra-filename=-f85947e7080610ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-784e8940ecd838f0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
50972026-07-01T16:00:08.538Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' -C metadata=4893d5aa2608907a -C extra-filename=-2d87241bf7545f6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-42e9089d8aef0867.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
50982026-07-01T16:00:08.562Z Running `/home/build/.rustup/toolchains/1.96.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=d0297b1925c09e60 -C extra-filename=-5683b66ea098bb95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a0c68b45edb02bf1.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-394d02c06621abac.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
50992026-07-01T16:00:08.634Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51002026-07-01T16:00:08.667Z Running `/home/build/.rustup/toolchains/1.96.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=79945022088cb9fb -C extra-filename=-4e44d847b4343788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ff38caadba9a3451.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51012026-07-01T16:00:08.735Z Running `/home/build/.rustup/toolchains/1.96.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=6d4fb0ce8e01b5a2 -C extra-filename=-dffb73e7704ef695 --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-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51022026-07-01T16:00:08.978Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5bee4390901eacd1 -C extra-filename=-a58ad931762565bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-e0337e133bfb52cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51032026-07-01T16:00:09.037Z Running `/home/build/.rustup/toolchains/1.96.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=677b3bce3eef60b7 -C extra-filename=-dbb545e368bda0d7 --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-123bd1e8d7eef916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51042026-07-01T16:00:09.240Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
51052026-07-01T16:00:09.244Z Running `/home/build/.rustup/toolchains/1.96.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=44459ba2f8e83b1b -C extra-filename=-6f33922ad80ffb50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51062026-07-01T16:00:09.386Z Running `/home/build/.rustup/toolchains/1.96.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=3284b7c6d8841249 -C extra-filename=-698b7cb9a611c964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51072026-07-01T16:00:09.493Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51082026-07-01T16:00:09.496Z Running `/home/build/.rustup/toolchains/1.96.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=ab0a6db94caed233 -C extra-filename=-e8f3c61c83707258 --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-20f904d6d5dfb25e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51092026-07-01T16:00:09.609Z Running `/home/build/.rustup/toolchains/1.96.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=8d79e55dabae5b05 -C extra-filename=-c057604e40fa1eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51102026-07-01T16:00:09.680Z Running `/home/build/.rustup/toolchains/1.96.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=db9a19de89ef4bd5 -C extra-filename=-43aa9d0abedeb3e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51112026-07-01T16:00:09.756Z Running `/home/build/.rustup/toolchains/1.96.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=c20d6ea4bc075388 -C extra-filename=-deffdbb9c5914452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-058cfb6f0506d434.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51122026-07-01T16:00:09.789Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2024 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=535a1624354a7841 -C extra-filename=-7cebc5cf5a615c8f --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-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51132026-07-01T16:00:09.981Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
51142026-07-01T16:00:09.981Z Running `/home/build/.rustup/toolchains/1.96.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=7feb06d744f537d3 -C extra-filename=-686f7c248cf1a8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51152026-07-01T16:00:10.116Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51162026-07-01T16:00:10.119Z Running `/home/build/.rustup/toolchains/1.96.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=89ea4117d5065a61 -C extra-filename=-76e7c594f1d99d89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-bd42841e9a11c1f9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc87d1a6a9e4422e.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/usr/lib/amd64`
51172026-07-01T16:00:10.165Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2024 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e4e7b3b30dbf840 -C extra-filename=-b584c8d47a98d23d --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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51182026-07-01T16:00:10.225Z Running `/home/build/.rustup/toolchains/1.96.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=9060e523dadbeb78 -C extra-filename=-bc0e0c199677aed6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51192026-07-01T16:00:10.292Z Running `/home/build/.rustup/toolchains/1.96.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=4e663629f0cbfc5c -C extra-filename=-fb080f959184e983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ff38caadba9a3451.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-4e44d847b4343788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51202026-07-01T16:00:10.298Z Running `/home/build/.rustup/toolchains/1.96.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=bd90157ea48f4d44 -C extra-filename=-d67d63cdabb40ded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51212026-07-01T16:00:10.331Z Running `/home/build/.rustup/toolchains/1.96.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=e0398159667691a2 -C extra-filename=-7b8089942ee0024c --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-20f904d6d5dfb25e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51222026-07-01T16:00:10.438Z Running `/home/build/.rustup/toolchains/1.96.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=89f5d76c411d11e6 -C extra-filename=-fd838a05135d0f8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-784e8940ecd838f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51232026-07-01T16:00:10.633Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
51242026-07-01T16:00:10.636Z Running `/home/build/.rustup/toolchains/1.96.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=7b1c8c76136a7546 -C extra-filename=-98c00b321681b4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51252026-07-01T16:00:10.710Z Running `/home/build/.rustup/toolchains/1.96.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=345ccc7ffef30ca3 -C extra-filename=-5e8c31fcc1b02d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-bd42841e9a11c1f9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc87d1a6a9e4422e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/usr/lib/amd64`
51262026-07-01T16:00:10.732Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' -C metadata=da92a3d7d194effb -C extra-filename=-ebd0c10134f9365e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-42e9089d8aef0867.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51272026-07-01T16:00:11.090Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
51282026-07-01T16:00:11.093Z Running `/home/build/.rustup/toolchains/1.96.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=c86f1aba647b2129 -C extra-filename=-e9642c1aa48cacfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51292026-07-01T16:00:11.127Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
51302026-07-01T16:00:11.156Z Running `/home/build/.rustup/toolchains/1.96.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=4a02e5b3c465a5a9 -C extra-filename=-2e2d6f73ccb8830c --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-0d49d99825834bad.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-01017a6c708a36fe.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51312026-07-01T16:00:11.410Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
51322026-07-01T16:00:11.413Z Running `/home/build/.rustup/toolchains/1.96.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=46fb30d3b6a72d8c -C extra-filename=-abef5495f6f734cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2fc51d638274f502.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
51332026-07-01T16:00:11.554Z Running `/home/build/.rustup/toolchains/1.96.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=8389a2bd244f1167 -C extra-filename=-a9781ff24b3c3aea --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-0d49d99825834bad.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-01017a6c708a36fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51342026-07-01T16:00:11.961Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
51352026-07-01T16:00:11.966Z Running `/home/build/.rustup/toolchains/1.96.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=189aab1ec80aebd5 -C extra-filename=-e07f453a11924efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a4dcde706ffe67d0.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51362026-07-01T16:00:12.079Z Running `/home/build/.rustup/toolchains/1.96.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=e60daf9f9070d2bb -C extra-filename=-4adff75a0a6fdd05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51372026-07-01T16:00:12.148Z Running `/home/build/.rustup/toolchains/1.96.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=31d3012bd0326833 -C extra-filename=-58462a89258e1003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ff38caadba9a3451.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51382026-07-01T16:00:12.151Z Running `/home/build/.rustup/toolchains/1.96.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=b72f7d19ddd9e86b -C extra-filename=-1a6c1a3f4b733d3f --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-20f904d6d5dfb25e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/usr/lib/amd64`
51392026-07-01T16:00:12.559Z Running `/home/build/.rustup/toolchains/1.96.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=336931f4a7c7b98d -C extra-filename=-5c8fadf4aec973cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-bd42841e9a11c1f9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-76e7c594f1d99d89.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc87d1a6a9e4422e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/usr/lib/amd64`
51402026-07-01T16:00:12.954Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
51412026-07-01T16:00:12.957Z Running `/home/build/.rustup/toolchains/1.96.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=6396d4f39f12b7ca -C extra-filename=-b18b7585e0cb158f --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-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51422026-07-01T16:00:13.614Z Running `/home/build/.rustup/toolchains/1.96.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=80d3caf4a2ec3e76 -C extra-filename=-0217dbc7751305f5 --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-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51432026-07-01T16:00:14.042Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51442026-07-01T16:00:14.049Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51452026-07-01T16:00:14.049Z Running `/home/build/.rustup/toolchains/1.96.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=f9dd0c09875d989d -C extra-filename=-b7872fe8c0e4ca05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51462026-07-01T16:00:14.050Z Running `/home/build/.rustup/toolchains/1.96.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=7f92d35d557ce4cb -C extra-filename=-ed6ece09677a72a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dda11960274937c9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f33922ad80ffb50.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51472026-07-01T16:00:14.120Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
51482026-07-01T16:00:14.120Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
51492026-07-01T16:00:14.123Z Running `/home/build/.rustup/toolchains/1.96.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=8168f210a1b6684a -C extra-filename=-836b94fb9e8465e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51502026-07-01T16:00:14.124Z Running `/home/build/.rustup/toolchains/1.96.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=9b496a38db73f8e1 -C extra-filename=-bd715bc247e3d677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rmeta --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-9f4fe9c0f1615f6b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51512026-07-01T16:00:14.819Z Running `/home/build/.rustup/toolchains/1.96.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=4566e605369b9464 -C extra-filename=-7f2d9cb9285fac9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51522026-07-01T16:00:14.872Z Running `/home/build/.rustup/toolchains/1.96.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=a0b61d0f5d8c6b60 -C extra-filename=-69249b5189041a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51532026-07-01T16:00:14.878Z Running `/home/build/.rustup/toolchains/1.96.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=b93cccb2a5051d8e -C extra-filename=-863cb55f3ce837e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f22e26526cc135c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51542026-07-01T16:00:15.064Z Running `/home/build/.rustup/toolchains/1.96.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=7e59db1fbdf1c824 -C extra-filename=-45e8a3f082408c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-98c00b321681b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51552026-07-01T16:00:15.064Z Running `/home/build/.rustup/toolchains/1.96.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=9fe2ee4226b0b9e3 -C extra-filename=-992e442e173f3b4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-98c00b321681b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51562026-07-01T16:00:15.069Z Running `/home/build/.rustup/toolchains/1.96.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=e2179cd0ab0ab286 -C extra-filename=-82b3f811c452faf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-98c00b321681b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51572026-07-01T16:00:17.108Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
51582026-07-01T16:00:17.113Z Running `/home/build/.rustup/toolchains/1.96.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=fd3aca38a67bbbbc -C extra-filename=-175c90db68f9c69d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51592026-07-01T16:00:17.241Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
51602026-07-01T16:00:17.244Z Running `/home/build/.rustup/toolchains/1.96.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=fc63a30c35ddd8bb -C extra-filename=-2b472747c43853e7 --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-0d49d99825834bad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51612026-07-01T16:00:18.097Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
51622026-07-01T16:00:18.100Z Running `/home/build/.rustup/toolchains/1.96.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=4a5567c56a40b9ca -C extra-filename=-11ec4d7c0c29916a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51632026-07-01T16:00:18.335Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51642026-07-01T16:00:18.338Z Running `/home/build/.rustup/toolchains/1.96.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=ea6b9474b068ed52 -C extra-filename=-09368ad14a9d3111 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51652026-07-01T16:00:18.572Z Running `/home/build/.rustup/toolchains/1.96.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=dd03fa2d4de5f284 -C extra-filename=-a044320f85e44f61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51662026-07-01T16:00:18.576Z Running `/home/build/.rustup/toolchains/1.96.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=ac6c11e5047d83d3 -C extra-filename=-9b960200daf1836d --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-0d49d99825834bad.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-01017a6c708a36fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51672026-07-01T16:00:18.705Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
51682026-07-01T16:00:18.709Z Running `/home/build/.rustup/toolchains/1.96.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=fff4a7c182b400c5 -C extra-filename=-8cae470bd376ce5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
51692026-07-01T16:00:21.848Z Running `/home/build/.rustup/toolchains/1.96.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=91011916bbe0749b -C extra-filename=-d3af61854d2f3096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f22e26526cc135c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51702026-07-01T16:00:21.849Z Running `/home/build/.rustup/toolchains/1.96.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=216974a4193e3654 -C extra-filename=-5707cf2685be749a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51712026-07-01T16:00:21.855Z Running `/home/build/.rustup/toolchains/1.96.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=1e23f1682665510b -C extra-filename=-34389564aa959248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f22e26526cc135c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51722026-07-01T16:00:21.857Z Running `/home/build/.rustup/toolchains/1.96.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=aa1472d2766cb7ba -C extra-filename=-b92447147b7b94de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-09368ad14a9d3111.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51732026-07-01T16:00:21.879Z Running `/home/build/.rustup/toolchains/1.96.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=bc629653d742a7bd -C extra-filename=-baed95c78a47ba99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-09368ad14a9d3111.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51742026-07-01T16:00:21.883Z Running `/home/build/.rustup/toolchains/1.96.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=180088aa2122bb24 -C extra-filename=-015e4fe536ebb9fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51752026-07-01T16:00:24.339Z Running `/home/build/.rustup/toolchains/1.96.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=95120e7e392e21fb -C extra-filename=-2620d76de89f92f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dda11960274937c9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ed6ece09677a72a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f33922ad80ffb50.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
51762026-07-01T16:00:27.286Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51772026-07-01T16:00:27.286Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
51782026-07-01T16:00:27.291Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
51792026-07-01T16:00:27.291Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
51802026-07-01T16:00:27.292Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
51812026-07-01T16:00:27.292Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
51822026-07-01T16:00:27.292Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
51832026-07-01T16:00:27.292Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
51842026-07-01T16:00:27.292Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
51852026-07-01T16:00:27.292Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
51862026-07-01T16:00:27.292Z Running `/home/build/.rustup/toolchains/1.96.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=bac17606c788398e -C extra-filename=-ae90c0ec1f1ed8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51872026-07-01T16:00:27.294Z Running `/home/build/.rustup/toolchains/1.96.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=1e385fa28fbbf262 -C extra-filename=-bcb346895d01362a --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-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51882026-07-01T16:00:27.320Z Running `/home/build/.rustup/toolchains/1.96.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=5e95cf4629a7ae96 -C extra-filename=-5a4cf7fea0a1a58d --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-22fe590a761084f6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51892026-07-01T16:00:27.325Z Running `/home/build/.rustup/toolchains/1.96.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=5dad342679d40217 -C extra-filename=-8ee638fe80738b07 --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-402af20ce2841673.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51902026-07-01T16:00:27.327Z Running `/home/build/.rustup/toolchains/1.96.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=376db292a3f04181 -C extra-filename=-8f31aca9755424ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51912026-07-01T16:00:27.328Z Running `/home/build/.rustup/toolchains/1.96.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=f9491864a496238b -C extra-filename=-1dac14f1f7108bbf --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-402af20ce2841673.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51922026-07-01T16:00:27.332Z Running `/home/build/.rustup/toolchains/1.96.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=568e995032067e44 -C extra-filename=-7fb3ee40d7b314bd --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-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51932026-07-01T16:00:27.333Z Running `/home/build/.rustup/toolchains/1.96.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=bd46bffbc296743e -C extra-filename=-9131f8a6a00f4beb --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-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51942026-07-01T16:00:27.333Z Running `/home/build/.rustup/toolchains/1.96.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=ad08c4ffb38ed861 -C extra-filename=-d1506b354630a2e2 --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-20f904d6d5dfb25e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51952026-07-01T16:00:27.354Z Running `/home/build/.rustup/toolchains/1.96.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=3e149d0ff6c78107 -C extra-filename=-0f1eabb2a64fe599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51962026-07-01T16:00:27.360Z Running `/home/build/.rustup/toolchains/1.96.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=119437a9973329cc -C extra-filename=-796d1d9888c83987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
51972026-07-01T16:00:29.188Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51982026-07-01T16:00:29.194Z Running `/home/build/.rustup/toolchains/1.96.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=bcde6321e69e5f8e -C extra-filename=-63225dd77544d92a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-6e328f5ba78b0496.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
51992026-07-01T16:00:29.196Z Running `/home/build/.rustup/toolchains/1.96.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=a4010046a8150683 -C extra-filename=-3cdf1b3fb0128ecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff609394ea3a4127.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52002026-07-01T16:00:29.266Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52012026-07-01T16:00:29.274Z Running `/home/build/.rustup/toolchains/1.96.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=ad1fdc5baba387b7 -C extra-filename=-7f23f940b52adc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
52022026-07-01T16:00:29.487Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52032026-07-01T16:00:29.487Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52042026-07-01T16:00:29.491Z Running `/home/build/.rustup/toolchains/1.96.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=a8110bcdadc6e277 -C extra-filename=-42341f81ce76ae17 --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-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-41aa3a50c615be36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52052026-07-01T16:00:29.493Z Running `/home/build/.rustup/toolchains/1.96.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=b4fed2ec52a03fb5 -C extra-filename=-331bfa43c1a848b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52062026-07-01T16:00:30.072Z Running `/home/build/.rustup/toolchains/1.96.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=81ef82e493c1a53e -C extra-filename=-0a98e22b94d16f35 --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-402af20ce2841673.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52072026-07-01T16:00:30.078Z Running `/home/build/.rustup/toolchains/1.96.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=db0541d3ccd4ff8b -C extra-filename=-eaa26cf889ea1133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52082026-07-01T16:00:30.079Z Running `/home/build/.rustup/toolchains/1.96.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=f5e32fba03efea71 -C extra-filename=-526c7393bedc86f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52092026-07-01T16:00:30.080Z Running `/home/build/.rustup/toolchains/1.96.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=249a892975059ae7 -C extra-filename=-5cf71da8f6db7d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff609394ea3a4127.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52102026-07-01T16:00:30.082Z Running `/home/build/.rustup/toolchains/1.96.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=7391469a40e15abe -C extra-filename=-db83a94006a948bc --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-22fe590a761084f6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52112026-07-01T16:00:30.082Z Running `/home/build/.rustup/toolchains/1.96.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=1fb1226b581bc67b -C extra-filename=-8213fe5aef020c99 --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-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52122026-07-01T16:00:30.106Z Running `/home/build/.rustup/toolchains/1.96.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=cff22c2ff8fd87ab -C extra-filename=-d165cc8689519025 --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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52132026-07-01T16:00:30.110Z Running `/home/build/.rustup/toolchains/1.96.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=3d84963b07061ee1 -C extra-filename=-f5bcd6f9c8950c7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52142026-07-01T16:00:30.110Z Running `/home/build/.rustup/toolchains/1.96.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=cde771387c75fe42 -C extra-filename=-6e37923bf80bade8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52152026-07-01T16:00:30.111Z Running `/home/build/.rustup/toolchains/1.96.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=17057acd84b9c5aa -C extra-filename=-f44462054d6d25b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-6e328f5ba78b0496.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52162026-07-01T16:00:30.115Z Running `/home/build/.rustup/toolchains/1.96.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=484e791f7c3e1b93 -C extra-filename=-27acc0f94a925996 --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-20f904d6d5dfb25e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52172026-07-01T16:00:30.325Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52182026-07-01T16:00:30.356Z Running `/home/build/.rustup/toolchains/1.96.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=034c933018be36cb -C extra-filename=-79b6aec3e7773bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52192026-07-01T16:00:30.664Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
52202026-07-01T16:00:30.664Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
52212026-07-01T16:00:30.667Z Running `/home/build/.rustup/toolchains/1.96.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=a379eb7ed4a088fc -C extra-filename=-72a37bc8ac0aabb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52222026-07-01T16:00:30.667Z Running `/home/build/.rustup/toolchains/1.96.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=9603836f5ad2daec -C extra-filename=-eca01615bae3d47f --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-475c5481f11c65dc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52232026-07-01T16:00:30.812Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52242026-07-01T16:00:30.815Z Running `/home/build/.rustup/toolchains/1.96.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=16e493f90d252cbd -C extra-filename=-fc3fbb58681eea4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47ae6d92e85ed009.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3a5f2bb4c971a395.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50948435f24315a3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52252026-07-01T16:00:31.393Z Running `/home/build/.rustup/toolchains/1.96.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=f7048bc57af694c1 -C extra-filename=-2665130fd126288f --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-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-d291a68ebb878f5a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-b3d34a755bdc7bd7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52262026-07-01T16:00:31.398Z Running `/home/build/.rustup/toolchains/1.96.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=8c50291c31e4a759 -C extra-filename=-4fd3e3b8b82990c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52272026-07-01T16:00:31.406Z Running `/home/build/.rustup/toolchains/1.96.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=f2eb13c0a45efc0f -C extra-filename=-c103e3ba05ebdab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52282026-07-01T16:00:31.406Z Running `/home/build/.rustup/toolchains/1.96.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=6b89eebbd3f8bfc3 -C extra-filename=-e99a2f3c80940fb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52292026-07-01T16:00:31.407Z Running `/home/build/.rustup/toolchains/1.96.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=b958b86d57703d43 -C extra-filename=-9d00a84cfc59c899 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52302026-07-01T16:00:31.424Z Running `/home/build/.rustup/toolchains/1.96.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=42525c9022c0ef4f -C extra-filename=-8878823af67944d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1874004f23a666d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-8f48f417ab904d16.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c85dd464b738ddb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52312026-07-01T16:00:31.429Z Running `/home/build/.rustup/toolchains/1.96.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=a5ccdee54fae8556 -C extra-filename=-cf2dd9475a1b9c75 --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-79fda9df1e1d6e54.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c40a4e129c7e6c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52322026-07-01T16:00:31.430Z Running `/home/build/.rustup/toolchains/1.96.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=2e3986bb5e2d3d9f -C extra-filename=-da1900d2ac903b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52332026-07-01T16:00:31.457Z Running `/home/build/.rustup/toolchains/1.96.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=78176f3f52068fbf -C extra-filename=-04e2c1f867d7ae90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-719fddb19f433541.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52342026-07-01T16:00:31.725Z Running `/home/build/.rustup/toolchains/1.96.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=152ea44f877dd28c -C extra-filename=-11e88dff634ad00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-eca01615bae3d47f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52352026-07-01T16:00:31.730Z Running `/home/build/.rustup/toolchains/1.96.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=38e708c7910ebd16 -C extra-filename=-c3f9565712d6db54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-eca01615bae3d47f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52362026-07-01T16:00:31.731Z Running `/home/build/.rustup/toolchains/1.96.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=3a44086e3e34c0a8 -C extra-filename=-17daa81c94d2cb21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52372026-07-01T16:00:32.190Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2024 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62b4072fe19e65fe -C extra-filename=-4c1002458891ba4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52382026-07-01T16:00:32.320Z Running `/home/build/.rustup/toolchains/1.96.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=37b72fe411078a82 -C extra-filename=-3e02d2964076f0ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52392026-07-01T16:00:32.395Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
52402026-07-01T16:00:32.398Z Running `/home/build/.rustup/toolchains/1.96.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=8d8e422dea11e4cf -C extra-filename=-b840f702c85ff0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-9a4927e72ec59e4a.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-b953278a93f775f8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-27e586ce4320e9c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
52412026-07-01T16:00:32.430Z Running `/home/build/.rustup/toolchains/1.96.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=30707f9bff9ad466 -C extra-filename=-529566c39b67bca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0fa660a64ddf6dd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-98c00b321681b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52422026-07-01T16:00:32.636Z Running `/home/build/.rustup/toolchains/1.96.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=e935d5e04596e536 -C extra-filename=-888c6d29223d2bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0fa660a64ddf6dd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52432026-07-01T16:00:33.007Z Running `/home/build/.rustup/toolchains/1.96.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=d58bb74bc031a8a0 -C extra-filename=-feba8c8c732d4b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0fa660a64ddf6dd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-98c00b321681b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52442026-07-01T16:00:33.885Z Running `/home/build/.rustup/toolchains/1.96.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=f12347b68fcb892d -C extra-filename=-1133e524db35ad52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52452026-07-01T16:00:34.071Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52462026-07-01T16:00:34.074Z Running `/home/build/.rustup/toolchains/1.96.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=79697c1030a5217b -C extra-filename=-676722c6c256322e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0fa660a64ddf6dd2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/usr/lib/amd64`
52472026-07-01T16:00:34.345Z Running `/home/build/.rustup/toolchains/1.96.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=300105ba5f2a0504 -C extra-filename=-fa35fd1b0d3a0779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52482026-07-01T16:00:35.342Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
52492026-07-01T16:00:35.346Z Running `/home/build/.rustup/toolchains/1.96.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=8b3c3c3d4c647eb1 -C extra-filename=-47f13ebe9704ec76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52502026-07-01T16:00:35.378Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
52512026-07-01T16:00:35.381Z Running `/home/build/.rustup/toolchains/1.96.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=2dbeee3345d580cd -C extra-filename=-d4951f8308477e31 --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-0d49d99825834bad.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-fc3fbb58681eea4a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52522026-07-01T16:00:35.667Z Running `/home/build/.rustup/toolchains/1.96.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=1ede2832db814f51 -C extra-filename=-524c6ec3e7684070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52532026-07-01T16:00:35.934Z Running `/home/build/.rustup/toolchains/1.96.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=40b9df7053cc73a5 -C extra-filename=-d25a38af45254b04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0fa660a64ddf6dd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-98c00b321681b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52542026-07-01T16:00:36.704Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
52552026-07-01T16:00:36.707Z Running `/home/build/.rustup/toolchains/1.96.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=a14ce55aca14ce8e -C extra-filename=-0bf2889a1b8fa56d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a0c68b45edb02bf1.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-11b6c8ce0e21cb1a.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47ae6d92e85ed009.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dda11960274937c9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-782b1ce2b7ca05fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f33922ad80ffb50.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52562026-07-01T16:00:37.123Z Running `/home/build/.rustup/toolchains/1.96.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=18c55b0082745ed4 -C extra-filename=-8aa4dde70c8a6f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52572026-07-01T16:00:37.754Z Running `/home/build/.rustup/toolchains/1.96.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=708ab7560a014336 -C extra-filename=-fd8b5596adbdd1f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52582026-07-01T16:00:38.602Z Running `/home/build/.rustup/toolchains/1.96.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=17b28da849044c26 -C extra-filename=-dc71d2776e358044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52592026-07-01T16:00:38.608Z Running `/home/build/.rustup/toolchains/1.96.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=e045fd37d7f99ac1 -C extra-filename=-8656676f5bc69fd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52602026-07-01T16:00:38.665Z Running `/home/build/.rustup/toolchains/1.96.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=670be79ae209977a -C extra-filename=-68a208e7dbbd74ac --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-a3c7710536f17a69.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
52612026-07-01T16:00:38.825Z Running `/home/build/.rustup/toolchains/1.96.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=5d14c05cfd673bc2 -C extra-filename=-24d7f188dbcad7b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-9a4927e72ec59e4a.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-b953278a93f775f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-27e586ce4320e9c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
52622026-07-01T16:00:39.179Z Running `/home/build/.rustup/toolchains/1.96.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=b17a87df73d25589 -C extra-filename=-0f50ca48703cc9da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52632026-07-01T16:00:39.214Z Running `/home/build/.rustup/toolchains/1.96.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=613a1865bf1c7f74 -C extra-filename=-58b97ee36611f49f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52642026-07-01T16:00:40.571Z Running `/home/build/.rustup/toolchains/1.96.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=efc13061e575a33f -C extra-filename=-6eccb7b386d04c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52652026-07-01T16:00:41.450Z Running `/home/build/.rustup/toolchains/1.96.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=3a4a44d8748ad54c -C extra-filename=-3cc4e351568db255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52662026-07-01T16:00:41.765Z Running `/home/build/.rustup/toolchains/1.96.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=d27af780aa538dea -C extra-filename=-cab3d99057b9b159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52672026-07-01T16:00:41.899Z Running `/home/build/.rustup/toolchains/1.96.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=afd9355e4a37b9a8 -C extra-filename=-4c17794637d7c6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52682026-07-01T16:00:42.590Z Running `/home/build/.rustup/toolchains/1.96.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=2c9393a0309086f0 -C extra-filename=-8ea5ada1f3ce6ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-abef5495f6f734cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dda11960274937c9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2fc51d638274f502.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ed6ece09677a72a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f33922ad80ffb50.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52692026-07-01T16:00:43.454Z Running `/home/build/.rustup/toolchains/1.96.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=339c036ecd7c368b -C extra-filename=-a60b0e791906f47d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52702026-07-01T16:00:43.605Z Running `/home/build/.rustup/toolchains/1.96.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=81979196c0e64f5a -C extra-filename=-7dc48aafcdfab9b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52712026-07-01T16:00:43.821Z Running `/home/build/.rustup/toolchains/1.96.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=7d5db7f97018c640 -C extra-filename=-f89f2ada4f5a17ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47ae6d92e85ed009.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3a5f2bb4c971a395.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-fc3fbb58681eea4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50948435f24315a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52722026-07-01T16:00:44.102Z Running `/home/build/.rustup/toolchains/1.96.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=c05a65107b2562b6 -C extra-filename=-e03c77f394f79e45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47ae6d92e85ed009.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3a5f2bb4c971a395.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-fc3fbb58681eea4a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50948435f24315a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52732026-07-01T16:00:47.195Z Running `/home/build/.rustup/toolchains/1.96.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=63d47f3eb0d066ed -C extra-filename=-d203c08d1eb40876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
52742026-07-01T16:00:47.430Z Running `/home/build/.rustup/toolchains/1.96.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=c9bb0b141f7f37ae -C extra-filename=-f290693194f0691e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
52752026-07-01T16:00:47.595Z Running `/home/build/.rustup/toolchains/1.96.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=3815f6f7ba2ee5c9 -C extra-filename=-db49b0242868ce12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52762026-07-01T16:00:47.721Z Running `/home/build/.rustup/toolchains/1.96.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=4610c01480da6978 -C extra-filename=-e6c8bb222e44360d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52772026-07-01T16:00:47.843Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
52782026-07-01T16:00:47.846Z Running `/home/build/.rustup/toolchains/1.96.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=06700fe43df644ac -C extra-filename=-2b32dc924fc33341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-b3d34a755bdc7bd7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
52792026-07-01T16:00:49.340Z Running `/home/build/.rustup/toolchains/1.96.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=b547c6f821680b54 -C extra-filename=-94dd99e0d908b3b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52802026-07-01T16:00:50.076Z Running `/home/build/.rustup/toolchains/1.96.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=ce3817c11ac7b01a -C extra-filename=-a279361465df733b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52812026-07-01T16:00:50.577Z Running `/home/build/.rustup/toolchains/1.96.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=39f1d51804eee3f3 -C extra-filename=-9af0d5f497d8f636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47ae6d92e85ed009.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3a5f2bb4c971a395.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50948435f24315a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52822026-07-01T16:00:50.579Z Running `/home/build/.rustup/toolchains/1.96.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=0723d4da7e34d64f -C extra-filename=-8e26bdc436aaa9d2 --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-0d49d99825834bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-fc3fbb58681eea4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52832026-07-01T16:00:50.645Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
52842026-07-01T16:00:50.648Z Running `/home/build/.rustup/toolchains/1.96.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=f31d7124eae4b0a9 -C extra-filename=-cb0867094bbf48bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-fc3fbb58681eea4a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52852026-07-01T16:00:50.934Z Running `/home/build/.rustup/toolchains/1.96.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=ca4d5c7e0acd1d8e -C extra-filename=-69569627e39f33c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-abef5495f6f734cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dda11960274937c9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2fc51d638274f502.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f33922ad80ffb50.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52862026-07-01T16:00:50.982Z Running `/home/build/.rustup/toolchains/1.96.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=0ba221fdd19d5df5 -C extra-filename=-2e1333684bdd81c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47ae6d92e85ed009.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3a5f2bb4c971a395.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-fc3fbb58681eea4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50948435f24315a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52872026-07-01T16:00:52.029Z Running `/home/build/.rustup/toolchains/1.96.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=ebc2c7509224de15 -C extra-filename=-73173be354d709f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-abef5495f6f734cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dda11960274937c9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2fc51d638274f502.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ed6ece09677a72a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f33922ad80ffb50.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52882026-07-01T16:00:52.920Z Running `/home/build/.rustup/toolchains/1.96.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=26e50ae8e7c6ede6 -C extra-filename=-49a3ccb08b87c95f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0fa660a64ddf6dd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-98c00b321681b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52892026-07-01T16:00:53.683Z Running `/home/build/.rustup/toolchains/1.96.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=629536e347f5e5ef -C extra-filename=-6e3a557cca5e314f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-e0337e133bfb52cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-f9c646ee471b6fe0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5bf79d5be99a2ec3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52902026-07-01T16:00:53.857Z Running `/home/build/.rustup/toolchains/1.96.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=6d97d79bafff8ac8 -C extra-filename=-929da040ec1c56a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2fc51d638274f502.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c6d84fd5bdb7527d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52912026-07-01T16:00:54.176Z Running `/home/build/.rustup/toolchains/1.96.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=6bc558f0f2de768f -C extra-filename=-1c5e0dd42de9ebe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52922026-07-01T16:00:54.210Z Running `/home/build/.rustup/toolchains/1.96.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=8d9080c230c71ed4 -C extra-filename=-9fe1502d8bef60d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-abef5495f6f734cb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2fc51d638274f502.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c6d84fd5bdb7527d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52932026-07-01T16:00:54.911Z Running `/home/build/.rustup/toolchains/1.96.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=db0e9fef75393ad9 -C extra-filename=-25233131d43d520c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52942026-07-01T16:00:54.979Z Running `/home/build/.rustup/toolchains/1.96.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=7e2a157f6b01a349 -C extra-filename=-b9a8f9e35c0c0ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
52952026-07-01T16:00:55.468Z Running `/home/build/.rustup/toolchains/1.96.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=d4fdccb6825301d3 -C extra-filename=-2e8d7b49bf713b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-41aa3a50c615be36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52962026-07-01T16:00:55.755Z Running `/home/build/.rustup/toolchains/1.96.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=e403c312526c21d2 -C extra-filename=-22dd674fef92a79c --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-475c5481f11c65dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52972026-07-01T16:00:56.268Z Running `/home/build/.rustup/toolchains/1.96.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=34294c25e7b49941 -C extra-filename=-4c7aa22c5ff78476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-d291a68ebb878f5a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-124223cb213166ef.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-b3d34a755bdc7bd7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52982026-07-01T16:00:56.661Z Running `/home/build/.rustup/toolchains/1.96.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=6bebe35dac661981 -C extra-filename=-4eab610188a892f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
52992026-07-01T16:00:57.187Z Running `/home/build/.rustup/toolchains/1.96.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=c258f1c1eaf9cd88 -C extra-filename=-766c789d830a0f93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53002026-07-01T16:00:58.126Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53012026-07-01T16:00:58.129Z Running `/home/build/.rustup/toolchains/1.96.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=b34bd3499705da74 -C extra-filename=-e3b1bf352807d50b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53022026-07-01T16:00:58.297Z Running `/home/build/.rustup/toolchains/1.96.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=40590034f15d8fba -C extra-filename=-62a8e39ffb428b1c --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-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-d291a68ebb878f5a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-b3d34a755bdc7bd7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53032026-07-01T16:00:58.498Z Running `/home/build/.rustup/toolchains/1.96.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=b5324e7f85d90aa3 -C extra-filename=-f87cacf0635d3550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53042026-07-01T16:00:59.568Z Running `/home/build/.rustup/toolchains/1.96.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=22cd2f8d82cef315 -C extra-filename=-6ea5dbb9fdbe4b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53052026-07-01T16:00:59.743Z Running `/home/build/.rustup/toolchains/1.96.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=c8240f7cb28bd521 -C extra-filename=-1b5568faa0f8bac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-719fddb19f433541.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53062026-07-01T16:01:00.018Z Running `/home/build/.rustup/toolchains/1.96.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=a255105eb6b1023c -C extra-filename=-02f2ad3db04edd40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a4dcde706ffe67d0.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53072026-07-01T16:01:00.215Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7c2aaf6843eb4aa -C extra-filename=-6ba30d4afc8c25bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-324fed765c15aff3.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c542c4b920042ea3.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-5e781a52876182ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53082026-07-01T16:01:00.570Z Running `/home/build/.rustup/toolchains/1.96.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=e9ce281ec45c47af -C extra-filename=-ca9eac2194cb537f --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-0d49d99825834bad.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-26684465297cb707.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53092026-07-01T16:01:01.830Z Running `/home/build/.rustup/toolchains/1.96.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=8d08196a66822c6a -C extra-filename=-d406edfec4af277e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-01017a6c708a36fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-9f4fe9c0f1615f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53102026-07-01T16:01:03.335Z Running `/home/build/.rustup/toolchains/1.96.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=111e8a0485b13bd8 -C extra-filename=-f22aeb7ca1272baa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53112026-07-01T16:01:04.683Z Running `/home/build/.rustup/toolchains/1.96.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=2ea46757753d5ced -C extra-filename=-451fa2738a46c80c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7787d95894d0029e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cc84cd942bff2bce.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4f13da9dc556a6c6.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a4dcde706ffe67d0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-953f3903e16643e4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53122026-07-01T16:01:05.364Z Running `/home/build/.rustup/toolchains/1.96.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=c4b8397e6025ac4e -C extra-filename=-d3913acb3b76575f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53132026-07-01T16:01:06.057Z Running `/home/build/.rustup/toolchains/1.96.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=75e0d52a07e79c13 -C extra-filename=-13d0fe4c6807387e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64`
53142026-07-01T16:01:15.541Z Running `/home/build/.rustup/toolchains/1.96.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=acec052b353c78c7 -C extra-filename=-33a38ef04000a387 --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-33d2256449469a81.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-001b89914cf05ac7.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1ef8d99f85708867.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53152026-07-01T16:01:17.810Z Running `/home/build/.rustup/toolchains/1.96.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=2e96045257051981 -C extra-filename=-30c73f51448c5c28 --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-3cdf1b3fb0128ecc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53162026-07-01T16:01:17.913Z Running `/home/build/.rustup/toolchains/1.96.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=e769595d19dcdf51 -C extra-filename=-bb3db058138324dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53172026-07-01T16:01:18.874Z Running `/home/build/.rustup/toolchains/1.96.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=b30191bb912dc55b -C extra-filename=-c508aca467fae16e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-540beb9a4c7d0c10.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-30c73f51448c5c28.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53182026-07-01T16:01:21.667Z Running `/home/build/.rustup/toolchains/1.96.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=9ad3ad196b086297 -C extra-filename=-a9b85687e6c88ae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-540beb9a4c7d0c10.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-30c73f51448c5c28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53192026-07-01T16:01:21.674Z Running `/home/build/.rustup/toolchains/1.96.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=2ec43b58c4f27fcd -C extra-filename=-3ea2c17b38f4e029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53202026-07-01T16:01:21.676Z Running `/home/build/.rustup/toolchains/1.96.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=00537490416f0302 -C extra-filename=-3da0e19969cd67bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53212026-07-01T16:01:21.676Z Running `/home/build/.rustup/toolchains/1.96.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=cdf66c722ff31db4 -C extra-filename=-f9bf1e0017056053 --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-3cdf1b3fb0128ecc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53222026-07-01T16:01:21.942Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53232026-07-01T16:01:21.946Z Running `/home/build/.rustup/toolchains/1.96.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=4a81c980a19517a2 -C extra-filename=-e76cf54c9b4ea691 --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-803cb845b0079d0c.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53242026-07-01T16:01:22.786Z Running `/home/build/.rustup/toolchains/1.96.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=3ad6d5c465cf6a2a -C extra-filename=-c042f5965c5628da --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-2049bcc10007e8e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-68f560f76864c691.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53252026-07-01T16:01:22.820Z Running `/home/build/.rustup/toolchains/1.96.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=cff4ac44be9e8a0e -C extra-filename=-9a583a7a5f6e6607 --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-803cb845b0079d0c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53262026-07-01T16:01:26.909Z Running `/home/build/.rustup/toolchains/1.96.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=9aad283fc266ee58 -C extra-filename=-2dacb673e58bc1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-68f560f76864c691.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-30c73f51448c5c28.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-4447004ed358ed76.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53272026-07-01T16:01:29.737Z Running `/home/build/.rustup/toolchains/1.96.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=95b8c697fc6f02ed -C extra-filename=-934483e216eccb9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53282026-07-01T16:01:29.746Z Running `/home/build/.rustup/toolchains/1.96.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=9d9e58e0875f7df5 -C extra-filename=-7f5c5e8a81502df5 --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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-33a38ef04000a387.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-001b89914cf05ac7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1ef8d99f85708867.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53292026-07-01T16:01:29.769Z Running `/home/build/.rustup/toolchains/1.96.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=6a42c30b4b9401c9 -C extra-filename=-cf50ed400f1a9331 --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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-001b89914cf05ac7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1ef8d99f85708867.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53302026-07-01T16:01:29.775Z Running `/home/build/.rustup/toolchains/1.96.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=ec6cad03416356b4 -C extra-filename=-79aecd7f9d49c7d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53312026-07-01T16:01:29.779Z Running `/home/build/.rustup/toolchains/1.96.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=94f1623a8e44db21 -C extra-filename=-cbfd3fc64d9e6e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53322026-07-01T16:01:29.785Z Running `/home/build/.rustup/toolchains/1.96.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=259ff3b4eaa1a4db -C extra-filename=-1c877849e9005ffa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53332026-07-01T16:01:29.802Z Running `/home/build/.rustup/toolchains/1.96.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=2924be035bd361e3 -C extra-filename=-0c9397ae348dac4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53342026-07-01T16:01:29.810Z Running `/home/build/.rustup/toolchains/1.96.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=f3a8d72ddfd18c36 -C extra-filename=-78539e9ef186d2ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53352026-07-01T16:01:29.815Z Running `/home/build/.rustup/toolchains/1.96.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=11e0d2c1e616b1c7 -C extra-filename=-cc47ffc59f184302 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53362026-07-01T16:01:29.817Z Running `/home/build/.rustup/toolchains/1.96.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=a62ed6f93548ba35 -C extra-filename=-0daa5c930196e3c0 --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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-33a38ef04000a387.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-001b89914cf05ac7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1ef8d99f85708867.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53372026-07-01T16:01:29.818Z Running `/home/build/.rustup/toolchains/1.96.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=20b5ee72aa1bdb8d -C extra-filename=-3f3ac8c7256192eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53382026-07-01T16:01:29.836Z Running `/home/build/.rustup/toolchains/1.96.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=6303532191209fee -C extra-filename=-466f42aeb32b408e --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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-33a38ef04000a387.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-001b89914cf05ac7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1ef8d99f85708867.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53392026-07-01T16:01:29.842Z Running `/home/build/.rustup/toolchains/1.96.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=3f4375cd4cb7e8a1 -C extra-filename=-47e34843706b0035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53402026-07-01T16:01:29.870Z Running `/home/build/.rustup/toolchains/1.96.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=7b57d6e92df966b5 -C extra-filename=-5dc6eae8576367dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53412026-07-01T16:01:57.451Z Running `/home/build/.rustup/toolchains/1.96.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=68ddbaa66fe53bd0 -C extra-filename=-7494e6d5fcca3a79 --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-4e778a706bc0dc16.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53422026-07-01T16:01:57.455Z Running `/home/build/.rustup/toolchains/1.96.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=82a2ff36981d0fbb -C extra-filename=-cd6d31f28d336f7f --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-fa9b90e544911148.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53432026-07-01T16:01:57.457Z Running `/home/build/.rustup/toolchains/1.96.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=f9c19ab207c7c6e2 -C extra-filename=-4da9c2c95c39a423 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53442026-07-01T16:01:57.491Z Running `/home/build/.rustup/toolchains/1.96.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=0b3ed7e272f52d08 -C extra-filename=-acc27aaaf4175330 --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-fa9b90e544911148.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53452026-07-01T16:01:57.495Z Running `/home/build/.rustup/toolchains/1.96.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=8a259ee1622d86fd -C extra-filename=-1b771a2f55f09c24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53462026-07-01T16:01:57.496Z Running `/home/build/.rustup/toolchains/1.96.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=8110abe5870e4e6d -C extra-filename=-4063dde93dcaefdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53472026-07-01T16:01:57.524Z Running `/home/build/.rustup/toolchains/1.96.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=7935eaf61f0e7712 -C extra-filename=-bf098c83d611f493 --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-22fe590a761084f6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53482026-07-01T16:01:57.925Z Running `/home/build/.rustup/toolchains/1.96.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=ce796f75b188ce3a -C extra-filename=-f2203d506d475a8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-5683b66ea098bb95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53492026-07-01T16:01:59.312Z Running `/home/build/.rustup/toolchains/1.96.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=7d68bd60c5ef6341 -C extra-filename=-c63e4361aa689449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53502026-07-01T16:02:01.258Z Running `/home/build/.rustup/toolchains/1.96.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=87a98a5a531ace94 -C extra-filename=-a1edf449f0425d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53512026-07-01T16:02:01.600Z Running `/home/build/.rustup/toolchains/1.96.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=bbed7e1086a4639d -C extra-filename=-4a9ce1aacf5d3d03 --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-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-68f560f76864c691.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53522026-07-01T16:02:01.601Z Running `/home/build/.rustup/toolchains/1.96.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=f13014593dd02265 -C extra-filename=-07131e5a3e5e48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53532026-07-01T16:02:01.606Z Running `/home/build/.rustup/toolchains/1.96.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=a93a0bb304566646 -C extra-filename=-25274fa0e650d983 --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-4e778a706bc0dc16.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53542026-07-01T16:02:01.628Z Running `/home/build/.rustup/toolchains/1.96.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=8e7377ec77af5b3a -C extra-filename=-f4cf8aab0ce0c965 --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-22fe590a761084f6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53552026-07-01T16:02:01.633Z Running `/home/build/.rustup/toolchains/1.96.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=105eeb37a3f75804 -C extra-filename=-072c4e2670a02edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53562026-07-01T16:02:01.634Z Running `/home/build/.rustup/toolchains/1.96.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=8853a9ec7d7bef0a -C extra-filename=-ecec493798de1694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-5683b66ea098bb95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53572026-07-01T16:02:01.637Z Running `/home/build/.rustup/toolchains/1.96.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=51c74c5aaf448e1f -C extra-filename=-9a9213952843132c --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-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-68f560f76864c691.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53582026-07-01T16:02:01.661Z Running `/home/build/.rustup/toolchains/1.96.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=46883bfea4f937de -C extra-filename=-d53f125a9a942021 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53592026-07-01T16:02:03.049Z Running `/home/build/.rustup/toolchains/1.96.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=4c7c6d12b16e2cae -C extra-filename=-acf7afd8bf068a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-68f560f76864c691.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-30c73f51448c5c28.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-4447004ed358ed76.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53602026-07-01T16:02:03.055Z Running `/home/build/.rustup/toolchains/1.96.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=6f3623c942ca1873 -C extra-filename=-0fb918b89cd610a0 --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-2049bcc10007e8e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53612026-07-01T16:02:03.057Z Running `/home/build/.rustup/toolchains/1.96.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=c58bd90e743f4c44 -C extra-filename=-92540824ac6ae313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a0c68b45edb02bf1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-394d02c06621abac.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53622026-07-01T16:02:03.081Z Running `/home/build/.rustup/toolchains/1.96.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=f7656ac837050cdf -C extra-filename=-3d62bb3fee26db4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-782b1ce2b7ca05fb.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-e45e1bdbefb15d58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53632026-07-01T16:02:03.114Z Running `/home/build/.rustup/toolchains/1.96.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=71932d131dcc59c5 -C extra-filename=-8d15dd5d8d8cd04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a0c68b45edb02bf1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-394d02c06621abac.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-5683b66ea098bb95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53642026-07-01T16:02:03.118Z Running `/home/build/.rustup/toolchains/1.96.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=8a8954e3054f9d17 -C extra-filename=-9f7e2ed4027737fa --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-fa9b90e544911148.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53652026-07-01T16:02:03.143Z Running `/home/build/.rustup/toolchains/1.96.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=985b98d611b60040 -C extra-filename=-e9aaa0b91e931b40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-782b1ce2b7ca05fb.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-e45e1bdbefb15d58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-e40daecba2a764c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53662026-07-01T16:02:03.555Z Running `/home/build/.rustup/toolchains/1.96.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=d5f5c20da4443ec1 -C extra-filename=-f2c253b85f122e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cedda18ded411f6c.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c365a53510e53bbe.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-58c4f223503b36a2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53672026-07-01T16:02:03.906Z Running `/home/build/.rustup/toolchains/1.96.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=8ad0eda9e348db47 -C extra-filename=-1158d8a6069fd88f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53682026-07-01T16:02:05.894Z Running `/home/build/.rustup/toolchains/1.96.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=233f52d7705fbe2f -C extra-filename=-c02bdbc8722998c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-7aac34882de9a236.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53692026-07-01T16:02:05.902Z Running `/home/build/.rustup/toolchains/1.96.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=3ca92a99933b47f2 -C extra-filename=-68290e828fd07b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-7aac34882de9a236.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53702026-07-01T16:02:05.905Z Running `/home/build/.rustup/toolchains/1.96.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=aac5d37da7447c07 -C extra-filename=-12e1b872dd498100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cedda18ded411f6c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c365a53510e53bbe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-58c4f223503b36a2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-d86a5bf466fb4ffb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53712026-07-01T16:02:05.911Z Running `/home/build/.rustup/toolchains/1.96.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=6c7dc2117775c980 -C extra-filename=-37cafa16bb4cc5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
53722026-07-01T16:04:41.284Z Running `/home/build/.rustup/toolchains/1.96.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=5c897917c7abc9a6 -C extra-filename=-df59f25caca66951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cedda18ded411f6c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c365a53510e53bbe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-58c4f223503b36a2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53732026-07-01T16:04:41.289Z Running `/home/build/.rustup/toolchains/1.96.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=224eec3af1b79b6f -C extra-filename=-5575654b9a31c986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53742026-07-01T16:04:41.302Z Running `/home/build/.rustup/toolchains/1.96.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=fa2988f0d49fcf9f -C extra-filename=-39c08869c622d1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cedda18ded411f6c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c365a53510e53bbe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-58c4f223503b36a2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-d86a5bf466fb4ffb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53752026-07-01T16:04:41.330Z Running `/home/build/.rustup/toolchains/1.96.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=9ec90efab031cef0 -C extra-filename=-dcddac0d3a8fc469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-f829ac2083d372a8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f722d90f6eeba954.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff609394ea3a4127.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f8ca99aeb778b6ae.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53762026-07-01T16:04:41.345Z Running `/home/build/.rustup/toolchains/1.96.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=1ed23253a01f4cb9 -C extra-filename=-909f7fa9cf333bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-f829ac2083d372a8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f722d90f6eeba954.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff609394ea3a4127.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f8ca99aeb778b6ae.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53772026-07-01T16:04:41.355Z Running `/home/build/.rustup/toolchains/1.96.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=71f4eb98b06b8115 -C extra-filename=-15d527338e2c7ed6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53782026-07-01T16:04:41.361Z Running `/home/build/.rustup/toolchains/1.96.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=5219c953ad627f77 -C extra-filename=-228f18043a4b76d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cedda18ded411f6c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c365a53510e53bbe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-58c4f223503b36a2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-d86a5bf466fb4ffb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53792026-07-01T16:04:41.368Z Running `/home/build/.rustup/toolchains/1.96.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=9a932e0b3acb6f81 -C extra-filename=-ec01f3b7af76fafe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53802026-07-01T16:04:41.386Z Running `/home/build/.rustup/toolchains/1.96.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=c494c52e35144220 -C extra-filename=-8d4dbb4067058022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fb7fb8cb05d560.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-f829ac2083d372a8.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f722d90f6eeba954.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff609394ea3a4127.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-f8ca99aeb778b6ae.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53812026-07-01T16:04:41.425Z Running `/home/build/.rustup/toolchains/1.96.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=73dca2ec30cc8d51 -C extra-filename=-c4813e47f8184d07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cedda18ded411f6c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c365a53510e53bbe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-58c4f223503b36a2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53822026-07-01T16:04:41.436Z Running `/home/build/.rustup/toolchains/1.96.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=70e238ec69528208 -C extra-filename=-1bb77a5025bef3d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-eca01615bae3d47f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53832026-07-01T16:04:41.449Z Running `/home/build/.rustup/toolchains/1.96.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=f657841822f7c9f1 -C extra-filename=-0e17e3354739ca59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cedda18ded411f6c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c365a53510e53bbe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-58c4f223503b36a2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-d86a5bf466fb4ffb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53842026-07-01T16:04:41.482Z Running `/home/build/.rustup/toolchains/1.96.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=57cf9cc898c4bddf -C extra-filename=-2328cac556b4a287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53852026-07-01T16:04:43.543Z Running `/home/build/.rustup/toolchains/1.96.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=68b1806ecbba4f53 -C extra-filename=-4d1f59f7b8da18c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-eca01615bae3d47f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53862026-07-01T16:06:54.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 16s
53872026-07-01T16:06:55.165Z
53882026-07-01T16:06:55.165Zreal 8:16.936405828
53892026-07-01T16:06:55.165Zuser 1:24:22.566267592
53902026-07-01T16:06:55.165Zsys 22:14.356836038
53912026-07-01T16:06:55.165Ztrap 2.372931108
53922026-07-01T16:06:55.168Ztflt 2.639139202
53932026-07-01T16:06:55.168Zdflt 19.930100361
53942026-07-01T16:06:55.168Zkflt 0.014713121
53952026-07-01T16:06:55.168Zlock 5:08:51.318309256
53962026-07-01T16:06:55.168Zslp 5:25:54.708073217
53972026-07-01T16:06:55.168Zlat 2:28.551132152
53982026-07-01T16:06:55.168Zstop 32:31.101920627
53992026-07-01T16:06:55.174Z++ ls -t /home/build/.cargo/log/20260701T155836770Z-e4292872132ecfd0.jsonl
54002026-07-01T16:06:55.174Z++ head -1
54012026-07-01T16:06:55.178Z+ cp /home/build/.cargo/log/20260701T155836770Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
54022026-07-01T16:06:55.180Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
54032026-07-01T16:06:55.180Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
54042026-07-01T16:06:55.183Z++ mktemp -d /tmp/nextest-state.XXXXXX
54052026-07-01T16:06:55.183Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.kXaaAs
54062026-07-01T16:06:55.183Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
54072026-07-01T16:06:55.183Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
54082026-07-01T16:06:55.183Z+ mkdir -p /tmp/nextest-recording-config
54092026-07-01T16:06:55.186Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
54102026-07-01T16:06:55.186Z+ export NEXTEST_STATE_DIR
54112026-07-01T16:06:55.186Z+ banner test
54122026-07-01T16:06:55.189Z
54132026-07-01T16:06:55.189Z ##### ###### #### #####
54142026-07-01T16:06:55.189Z # # # #
54152026-07-01T16:06:55.189Z # ##### #### #
54162026-07-01T16:06:55.189Z # # # #
54172026-07-01T16:06:55.189Z # # # # #
54182026-07-01T16:06:55.189Z # ###### #### #
54192026-07-01T16:06:55.189Z
54202026-07-01T16:06:55.191Z+ NEXTEST_EXIT=0
54212026-07-01T16:06:55.191Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
54222026-07-01T16:06:56.383Zinfo: experimental features enabled: setup-scripts, benchmarks
54232026-07-01T16:06:57.744Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
54242026-07-01T16:06:57.929Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
54252026-07-01T16:06:57.953Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
54262026-07-01T16:06:57.983Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
54272026-07-01T16:07:08.798Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.40s
54282026-07-01T16:07:09.993Z────────────
54292026-07-01T16:07:09.993Z Nextest run ID 61c7ba03-d4c4-45ad-aa04-243620c9f8f8 with nextest profile: ci
54302026-07-01T16:07:09.993Z Starting 2983 tests across 240 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
54312026-07-01T16:07:09.999Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
54322026-07-01T16:07:11.492Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
54332026-07-01T16:07:11.492Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
54342026-07-01T16:07:11.492Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
54352026-07-01T16:07:11.492Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
54362026-07-01T16:07:11.492Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
54372026-07-01T16:07:11.492Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
54382026-07-01T16:07:11.492Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
54392026-07-01T16:07:11.492Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
54402026-07-01T16:07:11.492Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
54412026-07-01T16:07:11.492Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
54422026-07-01T16:07:11.492Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
54432026-07-01T16:07:11.516Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
54442026-07-01T16:07:11.825Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
54452026-07-01T16:07:12.427Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
54462026-07-01T16:07:12.460Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
54472026-07-01T16:07:12.488Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
54482026-07-01T16:07:12.592Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
54492026-07-01T16:07:19.710Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
54502026-07-01T16:07:19.710Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
54512026-07-01T16:07:20.532Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
54522026-07-01T16:07:20.536Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
54532026-07-01T16:07:29.262Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
54542026-07-01T16:07:37.399Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
54552026-07-01T16:07:38.985Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54562026-07-01T16:07:40.622Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
54572026-07-01T16:07:49.829Z Finished `test` profile [unoptimized + debuginfo] target(s) in 39.82s
54582026-07-01T16:07:49.957Z Running `target/debug/crdb-seed`
54592026-07-01T16:07:50.013ZJul 01 16:07:48.600 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpXm4hWu
54602026-07-01T16:07:50.013ZJul 01 16:07:48.601 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp6kQaSC,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpXm4hWu/listen-url --max-sql-memory 256MiB
54612026-07-01T16:07:50.014ZJul 01 16:07:48.601 INFO cockroach environment: BUILDOMAT_JOB_ID=01KWF66QTR35J83X8ZDKNS22M7 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.96.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=add-skywalking-scanner GITHUB_REF=refs/heads/add-skywalking-scanner GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=8de5eb2049b6d1a1e1c410a1d986955eb8042557 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-011c4b89193db3d3/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib:/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out:/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envBcINlf NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out:/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out:/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=61c7ba03-d4c4-45ad-aa04-243620c9f8f8 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.kXaaAs 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.96.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
54622026-07-01T16:07:50.468ZJul 01 16:07:49.054 INFO cockroach pid: 9974
54632026-07-01T16:07:50.469ZJul 01 16:07:49.054 INFO cockroach listen URL: postgresql://root@[::1]:62410/omicron?sslmode=disable
54642026-07-01T16:07:50.474ZJul 01 16:07:49.058 INFO cockroach: populating
54652026-07-01T16:07:51.590ZJul 01 16:07:50.177 INFO cockroach: populated
54662026-07-01T16:07:52.631ZJul 01 16:07:51.218 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/c3b7c01f2493b97eda0295f026efab0028f50f05960a99f96b507dcfec8612fa.tar`
54672026-07-01T16:07:52.639Z SETUP PASS [ 42.645s] crdb-seed: cargo run -p crdb-seed --profile test
54682026-07-01T16:07:52.642Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
54692026-07-01T16:07:53.365Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
54702026-07-01T16:07:53.368Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54712026-07-01T16:07:54.588Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
54722026-07-01T16:07:55.524Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
54732026-07-01T16:08:05.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s
54742026-07-01T16:08:05.511Z Running `target/debug/clickhouse-cluster-dev`
54752026-07-01T16:08:05.567ZJul 01 16:08:04.154 INFO Setting up a ClickHouse cluster
54762026-07-01T16:08:05.570ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
54772026-07-01T16:08:05.570ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
54782026-07-01T16:08:05.570ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
54792026-07-01T16:08:05.570ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
54802026-07-01T16:08:05.570ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
54812026-07-01T16:08:06.362ZJul 01 16:08:04.949 INFO ClickHouse server ready
54822026-07-01T16:08:06.365ZJul 01 16:08:04.949 INFO ClickHouse server ready
54832026-07-01T16:08:07.429ZJul 01 16:08:06.017 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
54842026-07-01T16:08:07.436Z SETUP PASS [ 14.797s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
54852026-07-01T16:08:07.474Z PASS [ 0.033s] ( 1/2983) api_identity test::test_identity_no_field
54862026-07-01T16:08:07.477Z PASS [ 0.027s] ( 2/2983) api_identity test::test_identity
54872026-07-01T16:08:07.477Z PASS [ 0.037s] ( 3/2983) authz-macros tests::test_authz_snapshots
54882026-07-01T16:08:07.488Z PASS [ 0.014s] ( 4/2983) bootstore schemes::tests::hello_roundtrip
54892026-07-01T16:08:07.503Z PASS [ 0.016s] ( 5/2983) bootstore schemes::v0::share_pkg::tests::create_packages
54902026-07-01T16:08:07.516Z PASS [ 0.012s] ( 6/2983) bootstore trust_quorum::rack_secret::tests::create_and_verify
54912026-07-01T16:08:07.518Z PASS [ 0.040s] ( 7/2983) bootstore schemes::v0::peer::tests::network_config
54922026-07-01T16:08:07.529Z PASS [ 0.013s] ( 8/2983) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
54932026-07-01T16:08:08.527Z PASS [ 1.050s] ( 9/2983) bootstore schemes::v0::peer::tests::basic_3_nodes
54942026-07-01T16:08:08.628Z PASS [ 0.100s] ( 10/2983) cert-dev::test-cert-dev test_cert_create
54952026-07-01T16:08:08.721Z PASS [ 0.087s] ( 11/2983) clickana chart::tests::gather_chart_data_failure
54962026-07-01T16:08:08.730Z PASS [ 0.016s] ( 12/2983) clickana chart::tests::gather_chart_data_for_disk_usage_success
54972026-07-01T16:08:08.745Z PASS [ 0.014s] ( 13/2983) clickana chart::tests::gather_chart_data_for_memory_tracking_success
54982026-07-01T16:08:08.760Z PASS [ 0.015s] ( 14/2983) clickana chart::tests::gather_chart_data_for_query_count_success
54992026-07-01T16:08:08.776Z PASS [ 0.016s] ( 15/2983) clickana chart::tests::gather_chart_data_for_running_queries_success
55002026-07-01T16:08:08.794Z PASS [ 0.017s] ( 16/2983) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
55012026-07-01T16:08:08.813Z PASS [ 0.019s] ( 17/2983) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
55022026-07-01T16:08:08.835Z PASS [ 0.022s] ( 18/2983) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
55032026-07-01T16:08:08.870Z PASS [ 0.034s] ( 19/2983) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
55042026-07-01T16:08:08.947Z PASS [ 0.077s] ( 20/2983) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
55052026-07-01T16:08:08.983Z PASS [ 0.037s] ( 21/2983) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
55062026-07-01T16:08:09.011Z PASS [ 0.028s] ( 22/2983) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
55072026-07-01T16:08:09.039Z PASS [ 0.025s] ( 23/2983) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
55082026-07-01T16:08:09.060Z PASS [ 0.024s] ( 24/2983) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
55092026-07-01T16:08:09.084Z PASS [ 0.023s] ( 25/2983) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
55102026-07-01T16:08:09.103Z PASS [ 0.019s] ( 26/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
55112026-07-01T16:08:09.129Z PASS [ 0.026s] ( 27/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
55122026-07-01T16:08:09.150Z PASS [ 0.021s] ( 28/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
55132026-07-01T16:08:09.176Z PASS [ 0.026s] ( 29/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
55142026-07-01T16:08:09.196Z PASS [ 1.677s] ( 30/2983) bootstore::v0-fsm-proptest-learner run
55152026-07-01T16:08:09.203Z PASS [ 0.025s] ( 31/2983) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
55162026-07-01T16:08:09.219Z PASS [ 0.023s] ( 32/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
55172026-07-01T16:08:09.226Z PASS [ 0.024s] ( 33/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
55182026-07-01T16:08:09.246Z PASS [ 0.027s] ( 34/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
55192026-07-01T16:08:09.252Z PASS [ 0.026s] ( 35/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
55202026-07-01T16:08:09.268Z PASS [ 0.022s] ( 36/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
55212026-07-01T16:08:09.274Z PASS [ 0.021s] ( 37/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
55222026-07-01T16:08:09.286Z PASS [ 0.018s] ( 38/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
55232026-07-01T16:08:09.292Z PASS [ 0.019s] ( 39/2983) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
55242026-07-01T16:08:09.305Z PASS [ 0.019s] ( 40/2983) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
55252026-07-01T16:08:09.312Z PASS [ 0.020s] ( 41/2983) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
55262026-07-01T16:08:09.326Z PASS [ 0.020s] ( 42/2983) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
55272026-07-01T16:08:09.333Z PASS [ 0.021s] ( 43/2983) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
55282026-07-01T16:08:09.346Z PASS [ 0.018s] ( 44/2983) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
55292026-07-01T16:08:09.351Z PASS [ 0.018s] ( 45/2983) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
55302026-07-01T16:08:09.361Z PASS [ 0.017s] ( 46/2983) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
55312026-07-01T16:08:09.368Z PASS [ 0.017s] ( 47/2983) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
55322026-07-01T16:08:09.378Z PASS [ 0.017s] ( 48/2983) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
55332026-07-01T16:08:09.387Z PASS [ 0.019s] ( 49/2983) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
55342026-07-01T16:08:09.395Z PASS [ 0.017s] ( 50/2983) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
55352026-07-01T16:08:09.422Z PASS [ 0.034s] ( 51/2983) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
55362026-07-01T16:08:09.430Z PASS [ 0.034s] ( 52/2983) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
55372026-07-01T16:08:09.436Z PASS [ 0.014s] ( 53/2983) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
55382026-07-01T16:08:09.445Z PASS [ 0.015s] ( 54/2983) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
55392026-07-01T16:08:09.451Z PASS [ 0.014s] ( 55/2983) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
55402026-07-01T16:08:09.461Z PASS [ 0.016s] ( 56/2983) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
55412026-07-01T16:08:09.465Z PASS [ 0.014s] ( 57/2983) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
55422026-07-01T16:08:09.476Z PASS [ 0.015s] ( 58/2983) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
55432026-07-01T16:08:09.511Z PASS [ 0.046s] ( 59/2983) db-dev::test-db-dev test_db_dev_populate_no_args
55442026-07-01T16:08:09.525Z PASS [ 0.049s] ( 60/2983) db-dev::test-db-dev test_db_dev_wipe_no_args
55452026-07-01T16:08:10.445Z PASS [ 2.915s] ( 61/2983) bootstore::v0-fsm-proptest-rack-coordinator run
55462026-07-01T16:08:10.493Z PASS [ 0.049s] ( 62/2983) db-macros lookup::test::test_lookup_snapshots
55472026-07-01T16:08:10.526Z PASS [ 0.033s] ( 63/2983) db-macros tests::test_derive_metadata_identity_fails_for_enums
55482026-07-01T16:08:10.560Z PASS [ 0.034s] ( 64/2983) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
55492026-07-01T16:08:10.592Z PASS [ 0.033s] ( 65/2983) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
55502026-07-01T16:08:10.626Z PASS [ 0.034s] ( 66/2983) db-macros tests::test_derive_metadata_identity_fails_without_table_name
55512026-07-01T16:08:10.656Z PASS [ 0.030s] ( 67/2983) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
55522026-07-01T16:08:10.687Z PASS [ 0.030s] ( 68/2983) db-macros tests::test_derive_snapshots
55532026-07-01T16:08:10.715Z PASS [ 0.028s] ( 69/2983) db-macros tests::test_derive_with_unknown_field
55542026-07-01T16:08:10.820Z PASS [ 0.105s] ( 70/2983) dns-server storage::test::test_update_basic
55552026-07-01T16:08:10.918Z PASS [ 0.098s] ( 71/2983) dns-server storage::test::test_update_in_progress
55562026-07-01T16:08:11.034Z PASS [ 0.115s] ( 72/2983) dns-server storage::test::test_update_interrupted
55572026-07-01T16:08:11.149Z PASS [ 0.115s] ( 73/2983) dns-server storage::test::test_zone_gets_soa_record
55582026-07-01T16:08:11.300Z PASS [ 0.151s] ( 74/2983) dns-server::basic_test a_crud
55592026-07-01T16:08:11.441Z PASS [ 0.140s] ( 75/2983) dns-server::basic_test aaaa_crud
55602026-07-01T16:08:11.597Z PASS [ 0.156s] ( 76/2983) dns-server::basic_test answers_match_question
55612026-07-01T16:08:11.739Z PASS [ 0.142s] ( 77/2983) dns-server::basic_test empty_record
55622026-07-01T16:08:11.881Z PASS [ 0.142s] ( 78/2983) dns-server::basic_test multi_record_crud
55632026-07-01T16:08:12.140Z PASS [ 0.259s] ( 79/2983) dns-server::basic_test name_contains_zone
55642026-07-01T16:08:12.333Z PASS [ 0.192s] ( 80/2983) dns-server::basic_test nxdomain
55652026-07-01T16:08:12.457Z PASS [ 0.124s] ( 81/2983) dns-server::basic_test servfail
55662026-07-01T16:08:12.587Z PASS [ 3.075s] ( 82/2983) db-dev::test-db-dev test_db_killed
55672026-07-01T16:08:12.593Z PASS [ 0.136s] ( 83/2983) dns-server::basic_test soa
55682026-07-01T16:08:12.733Z PASS [ 0.146s] ( 84/2983) dns-server::basic_test srv_crud
55692026-07-01T16:08:12.777Z PASS [ 0.184s] ( 85/2983) dns-server::cross_version_test cross_version_works
55702026-07-01T16:08:12.797Z PASS [ 0.020s] ( 86/2983) ereport-types tests::test_arb_json_deserializes
55712026-07-01T16:08:12.815Z PASS [ 0.018s] ( 87/2983) ereport-types tests::test_ena_from_str
55722026-07-01T16:08:12.834Z PASS [ 0.019s] ( 88/2983) ereport-types tests::test_ena_from_str_roundtrip
55732026-07-01T16:08:12.855Z PASS [ 0.019s] ( 89/2983) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
55742026-07-01T16:08:12.882Z PASS [ 0.027s] ( 90/2983) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
55752026-07-01T16:08:12.905Z PASS [ 0.023s] ( 91/2983) gfss gf256::tests::test_all_multiplication
55762026-07-01T16:08:12.925Z PASS [ 0.020s] ( 92/2983) gfss gf256::tests::test_all_multiplicative_inverses
55772026-07-01T16:08:12.946Z PASS [ 0.021s] ( 93/2983) gfss gf256::tests::test_docs_example
55782026-07-01T16:08:16.636Z PASS [ 3.904s] ( 94/2983) dnsadm::commands_test test_dnsadm
55792026-07-01T16:08:18.695Z PASS [ 2.059s] ( 95/2983) gfss shamir::tests::split_and_combine
55802026-07-01T16:08:18.716Z PASS [ 0.020s] ( 96/2983) gfss shamir::tests::test_share_reconstruction
55812026-07-01T16:08:18.743Z PASS [ 0.027s] ( 97/2983) illumos-utils destructor::test::test_delayed_delete
55822026-07-01T16:08:19.460Z PASS [ 0.717s] ( 98/2983) illumos-utils destructor::test::test_delayed_delete_with_error
55832026-07-01T16:08:19.488Z PASS [ 0.028s] ( 99/2983) illumos-utils destructor::test::test_destructor_bad_close
55842026-07-01T16:08:19.515Z PASS [ 0.027s] ( 100/2983) illumos-utils link::test::test_allocate
55852026-07-01T16:08:19.542Z PASS [ 0.027s] ( 101/2983) illumos-utils link::test::test_allocate_within_scopes
55862026-07-01T16:08:19.567Z PASS [ 0.025s] ( 102/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
55872026-07-01T16:08:19.595Z PASS [ 0.028s] ( 103/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
55882026-07-01T16:08:19.622Z PASS [ 0.026s] ( 104/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
55892026-07-01T16:08:19.648Z PASS [ 0.027s] ( 105/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
55902026-07-01T16:08:19.673Z PASS [ 0.025s] ( 106/2983) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
55912026-07-01T16:08:19.703Z PASS [ 0.030s] ( 107/2983) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
55922026-07-01T16:08:19.729Z PASS [ 0.026s] ( 108/2983) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
55932026-07-01T16:08:19.755Z PASS [ 0.025s] ( 109/2983) illumos-utils running_zone::tests::test_is_oxide_smf_service
55942026-07-01T16:08:19.781Z PASS [ 0.025s] ( 110/2983) illumos-utils svcs::tests::test_svc_parse_empty_success
55952026-07-01T16:08:19.809Z PASS [ 0.028s] ( 111/2983) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
55962026-07-01T16:08:19.837Z PASS [ 0.029s] ( 112/2983) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
55972026-07-01T16:08:19.864Z PASS [ 0.027s] ( 113/2983) illumos-utils svcs::tests::test_svc_parse_success
55982026-07-01T16:08:19.892Z PASS [ 0.028s] ( 114/2983) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
55992026-07-01T16:08:19.923Z PASS [ 0.031s] ( 115/2983) illumos-utils svcs::tests::test_to_enabled_not_online
56002026-07-01T16:08:19.952Z PASS [ 0.029s] ( 116/2983) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
56012026-07-01T16:08:20.007Z PASS [ 0.055s] ( 117/2983) illumos-utils zfs::test::directory_mutability
56022026-07-01T16:08:20.056Z PASS [ 0.048s] ( 118/2983) illumos-utils zfs::test::get_values_of_rpool
56032026-07-01T16:08:20.084Z PASS [ 0.029s] ( 119/2983) illumos-utils zfs::test::parse_dataset_bad_avail
56042026-07-01T16:08:20.115Z PASS [ 0.031s] ( 120/2983) illumos-utils zfs::test::parse_dataset_bad_quota
56052026-07-01T16:08:20.147Z PASS [ 0.032s] ( 121/2983) illumos-utils zfs::test::parse_dataset_bad_reservation
56062026-07-01T16:08:20.174Z PASS [ 0.027s] ( 122/2983) illumos-utils zfs::test::parse_dataset_bad_usage
56072026-07-01T16:08:20.206Z PASS [ 0.032s] ( 123/2983) illumos-utils zfs::test::parse_dataset_bad_uuid
56082026-07-01T16:08:20.238Z PASS [ 0.032s] ( 124/2983) illumos-utils zfs::test::parse_dataset_missing_fields
56092026-07-01T16:08:20.269Z PASS [ 0.030s] ( 125/2983) illumos-utils zfs::test::parse_dataset_props
56102026-07-01T16:08:20.297Z PASS [ 0.029s] ( 126/2983) illumos-utils zfs::test::parse_dataset_props_with_optionals
56112026-07-01T16:08:20.329Z PASS [ 0.031s] ( 127/2983) illumos-utils zfs::test::parse_dataset_too_many_columns
56122026-07-01T16:08:20.357Z PASS [ 0.029s] ( 128/2983) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
56132026-07-01T16:08:20.385Z PASS [ 0.028s] ( 129/2983) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
56142026-07-01T16:08:20.412Z PASS [ 0.027s] ( 130/2983) illumos-utils zfs::test::parse_quota_ignored_if_default
56152026-07-01T16:08:20.440Z PASS [ 0.028s] ( 131/2983) illumos-utils zfs::test::parse_reservation_ignored_if_default
56162026-07-01T16:08:20.470Z PASS [ 0.029s] ( 132/2983) illumos-utils zfs::test::parse_sorts_and_dedups
56172026-07-01T16:08:20.501Z PASS [ 0.031s] ( 133/2983) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
56182026-07-01T16:08:20.529Z PASS [ 0.028s] ( 134/2983) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
56192026-07-01T16:08:20.558Z PASS [ 0.029s] ( 135/2983) illumos-utils zfs::test::props_needing_update_none_matches_unset
56202026-07-01T16:08:20.586Z PASS [ 0.028s] ( 136/2983) illumos-utils zfs::test::props_needing_update_oxide_uuid
56212026-07-01T16:08:20.613Z PASS [ 0.026s] ( 137/2983) illumos-utils zfs::test::props_needing_update_skips_matching_values
56222026-07-01T16:08:20.639Z PASS [ 0.026s] ( 138/2983) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
56232026-07-01T16:08:20.667Z PASS [ 0.028s] ( 139/2983) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
56242026-07-01T16:08:20.704Z PASS [ 0.037s] ( 140/2983) illumos-utils zone::tests::delete_nonexistent_address
56252026-07-01T16:08:20.734Z PASS [ 0.030s] ( 141/2983) illumos-utils zone::tests::test_parse_ip_network
56262026-07-01T16:08:20.760Z PASS [ 0.026s] ( 142/2983) illumos-utils zpool::test::test_parse_zpool
56272026-07-01T16:08:20.787Z PASS [ 0.027s] ( 143/2983) illumos-utils zpool::test::test_parse_zpool_missing_column
56282026-07-01T16:08:22.264Z PASS [ 1.477s] ( 144/2983) installinator mock_peers::tests::proptest_fetch_artifact
56292026-07-01T16:08:22.290Z PASS [ 0.026s] ( 145/2983) installinator peers::tests::iter_no_preferred_preserves_btree_order
56302026-07-01T16:08:22.315Z PASS [ 0.024s] ( 146/2983) installinator peers::tests::last_known_peer_preferred
56312026-07-01T16:08:22.342Z PASS [ 0.027s] ( 147/2983) installinator peers::tests::last_known_peer_stale
56322026-07-01T16:08:23.205Z PASS [ 13.680s] ( 148/2983) db-dev::test-db-dev test_db_run
56332026-07-01T16:08:23.263Z PASS [ 0.058s] ( 149/2983) installinator-common block_size_writer::tests::proptest_block_writer
56342026-07-01T16:08:23.298Z PASS [ 10.352s] ( 150/2983) gfss polynomial::tests::test_polynomial_eval
56352026-07-01T16:08:23.301Z PASS [ 15.860s] ( 151/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
56362026-07-01T16:08:23.415Z PASS [ 0.151s] ( 152/2983) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
56372026-07-01T16:08:23.468Z PASS [ 0.168s] ( 153/2983) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
56382026-07-01T16:08:23.474Z PASS [ 0.176s] ( 154/2983) internal-dns-resolver resolver::test::insert_and_lookup_one_record
56392026-07-01T16:08:23.642Z PASS [ 0.167s] ( 155/2983) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
56402026-07-01T16:08:23.693Z PASS [ 1.351s] ( 156/2983) installinator write::tests::proptest_write_artifact
56412026-07-01T16:08:23.706Z PASS [ 0.291s] ( 157/2983) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
56422026-07-01T16:08:23.713Z PASS [ 0.020s] ( 158/2983) internal-dns-types config::test::display_hosts
56432026-07-01T16:08:23.716Z PASS [ 0.246s] ( 159/2983) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
56442026-07-01T16:08:23.726Z PASS [ 0.020s] ( 160/2983) internal-dns-types config::test::display_srv_service
56452026-07-01T16:08:23.734Z PASS [ 0.020s] ( 161/2983) internal-dns-types config::test::host_zone_switch_publishes_all_services
56462026-07-01T16:08:23.737Z PASS [ 0.021s] ( 162/2983) internal-dns-types config::test::test_builder_errors
56472026-07-01T16:08:23.748Z PASS [ 0.022s] ( 163/2983) internal-dns-types config::test::test_builder_output
56482026-07-01T16:08:23.754Z PASS [ 0.020s] ( 164/2983) internal-dns-types diff::test::diff_different
56492026-07-01T16:08:23.757Z PASS [ 0.021s] ( 165/2983) internal-dns-types diff::test::diff_equivalent
56502026-07-01T16:08:23.769Z PASS [ 0.021s] ( 166/2983) internal-dns-types diff::test::diff_invalid
56512026-07-01T16:08:23.772Z PASS [ 0.018s] ( 167/2983) ipcc tests::deserialize_fixed_value
56522026-07-01T16:08:23.776Z PASS [ 0.020s] ( 168/2983) ipcc tests::installinator_image_id_round_trip
56532026-07-01T16:08:23.789Z PASS [ 0.148s] ( 169/2983) internal-dns-resolver resolver::test::update_record
56542026-07-01T16:08:23.792Z PASS [ 0.020s] ( 170/2983) ipcc tests::serialized_size
56552026-07-01T16:08:23.792Z PASS [ 0.019s] ( 171/2983) key-manager tests::different_disks_produce_different_keys
56562026-07-01T16:08:23.796Z PASS [ 0.020s] ( 172/2983) key-manager tests::different_ikm_produces_different_keys
56572026-07-01T16:08:23.813Z PASS [ 0.022s] ( 173/2983) key-manager tests::disk_encryption_key_epoch_0
56582026-07-01T16:08:23.816Z PASS [ 0.026s] ( 174/2983) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
56592026-07-01T16:08:23.829Z PASS [ 0.038s] ( 175/2983) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
56602026-07-01T16:08:23.838Z PASS [ 0.042s] ( 176/2983) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
56612026-07-01T16:08:23.853Z PASS [ 0.041s] ( 177/2983) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
56622026-07-01T16:08:23.856Z PASS [ 0.040s] ( 178/2983) nexus-auth authn::external::session_cookie::test::test_get_token
56632026-07-01T16:08:23.867Z PASS [ 0.037s] ( 179/2983) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
56642026-07-01T16:08:23.874Z PASS [ 0.036s] ( 180/2983) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
56652026-07-01T16:08:23.889Z PASS [ 0.035s] ( 181/2983) nexus-auth authn::external::session_cookie::test::test_missing_cookie
56662026-07-01T16:08:23.898Z PASS [ 0.041s] ( 182/2983) nexus-auth authn::external::session_cookie::test::test_other_cookie
56672026-07-01T16:08:23.905Z PASS [ 0.038s] ( 183/2983) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
56682026-07-01T16:08:23.909Z PASS [ 0.035s] ( 184/2983) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
56692026-07-01T16:08:23.930Z PASS [ 0.041s] ( 185/2983) nexus-auth authn::external::session_cookie::test::test_valid_cookie
56702026-07-01T16:08:23.960Z PASS [ 0.062s] ( 186/2983) nexus-auth authn::external::spoof::test::test_make_header_value
56712026-07-01T16:08:23.963Z PASS [ 0.033s] ( 187/2983) nexus-auth authn::external::spoof::test::test_spoof_header_missing
56722026-07-01T16:08:23.966Z PASS [ 0.059s] ( 188/2983) nexus-auth authn::external::spoof::test::test_make_header_value_raw
56732026-07-01T16:08:23.969Z PASS [ 0.057s] ( 189/2983) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
56742026-07-01T16:08:24.000Z PASS [ 0.037s] ( 190/2983) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
56752026-07-01T16:08:24.013Z PASS [ 0.049s] ( 191/2983) nexus-auth authn::external::test::test_authn_sequence
56762026-07-01T16:08:24.016Z PASS [ 0.047s] ( 192/2983) nexus-auth authn::external::token::test::test_make_header_value
56772026-07-01T16:08:24.038Z PASS [ 0.077s] ( 193/2983) nexus-auth authn::external::spoof::test::test_spoof_header_valid
56782026-07-01T16:08:24.044Z PASS [ 0.044s] ( 194/2983) nexus-auth authn::external::token::test::test_token_header_bad_utf8
56792026-07-01T16:08:24.053Z PASS [ 0.039s] ( 195/2983) nexus-auth authn::external::token::test::test_token_header_missing
56802026-07-01T16:08:24.065Z PASS [ 0.051s] ( 196/2983) nexus-auth authn::external::token::test::test_token_header_valid
56812026-07-01T16:08:24.074Z PASS [ 0.036s] ( 197/2983) nexus-auth authn::test::test_internal_users
56822026-07-01T16:08:24.105Z PASS [ 0.052s] ( 198/2983) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
56832026-07-01T16:08:24.133Z PASS [ 0.088s] ( 199/2983) nexus-auth authz::context::test::test_unregistered_resource
56842026-07-01T16:08:24.136Z PASS [ 0.070s] ( 200/2983) nexus-auth context::test::test_background_context
56852026-07-01T16:08:24.151Z PASS [ 0.077s] ( 201/2983) nexus-auth context::test::test_child_context
56862026-07-01T16:08:24.171Z PASS [ 0.038s] ( 202/2983) nexus-config nexus_config::test::test_bad_authn_schemes
56872026-07-01T16:08:24.175Z PASS [ 0.040s] ( 203/2983) nexus-config nexus_config::test::test_config_bad_toml
56882026-07-01T16:08:24.178Z PASS [ 0.074s] ( 204/2983) nexus-auth context::test::test_test_context
56892026-07-01T16:08:24.181Z PASS [ 0.030s] ( 205/2983) nexus-config nexus_config::test::test_config_empty
56902026-07-01T16:08:24.200Z PASS [ 0.029s] ( 206/2983) nexus-config nexus_config::test::test_config_nonexistent
56912026-07-01T16:08:24.214Z PASS [ 0.036s] ( 207/2983) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
56922026-07-01T16:08:24.214Z PASS [ 0.039s] ( 208/2983) nexus-config nexus_config::test::test_deployment_config_schema
56932026-07-01T16:08:24.222Z PASS [ 0.040s] ( 209/2983) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
56942026-07-01T16:08:24.242Z PASS [ 0.043s] ( 210/2983) nexus-config nexus_config::test::test_repo_configs_are_valid
56952026-07-01T16:08:24.248Z PASS [ 0.033s] ( 211/2983) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
56962026-07-01T16:08:24.261Z PASS [ 0.039s] ( 212/2983) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
56972026-07-01T16:08:24.264Z PASS [ 0.046s] ( 213/2983) nexus-config nexus_config::test::test_valid
56982026-07-01T16:08:24.271Z PASS [ 0.029s] ( 214/2983) nexus-config postgres_config::test::test_all_addresses_single_host
56992026-07-01T16:08:24.282Z PASS [ 0.034s] ( 215/2983) nexus-config postgres_config::test::test_bad_url
57002026-07-01T16:08:24.291Z PASS [ 0.030s] ( 216/2983) nexus-config postgres_config::test::test_example_url
57012026-07-01T16:08:24.294Z PASS [ 0.029s] ( 217/2983) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
57022026-07-01T16:08:24.301Z PASS [ 0.029s] ( 218/2983) nexus-db-fixed-data test::test_allowlist_id_is_valid
57032026-07-01T16:08:24.314Z PASS [ 0.030s] ( 219/2983) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
57042026-07-01T16:08:24.325Z PASS [ 0.034s] ( 220/2983) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
57052026-07-01T16:08:24.331Z PASS [ 0.030s] ( 221/2983) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
57062026-07-01T16:08:24.347Z PASS [ 0.034s] ( 222/2983) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
57072026-07-01T16:08:24.371Z PASS [ 0.045s] ( 223/2983) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
57082026-07-01T16:08:24.375Z PASS [ 0.044s] ( 224/2983) nexus-db-model bytecount::test::test_bytecount_i64_conversions
57092026-07-01T16:08:24.382Z PASS [ 0.035s] ( 225/2983) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
57102026-07-01T16:08:24.400Z PASS [ 0.029s] ( 226/2983) nexus-db-model device_auth::test::test_generate_user_code
57112026-07-01T16:08:24.407Z PASS [ 0.032s] ( 227/2983) nexus-db-model instance_state::tests::test_from_str_roundtrips
57122026-07-01T16:08:24.414Z PASS [ 0.032s] ( 228/2983) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
57132026-07-01T16:08:24.433Z PASS [ 0.033s] ( 229/2983) nexus-db-model role_assignment::tests::test_role_assignment_from_database
57142026-07-01T16:08:24.457Z PASS [ 0.042s] ( 230/2983) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
57152026-07-01T16:08:24.472Z PASS [ 0.065s] ( 231/2983) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
57162026-07-01T16:08:24.489Z PASS [ 0.056s] ( 232/2983) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
57172026-07-01T16:08:24.511Z PASS [ 0.054s] ( 233/2983) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
57182026-07-01T16:08:24.526Z PASS [ 0.054s] ( 234/2983) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
57192026-07-01T16:08:24.542Z PASS [ 0.053s] ( 235/2983) nexus-db-model schema_versions::test::test_classify_create_index
57202026-07-01T16:08:24.559Z PASS [ 0.048s] ( 236/2983) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
57212026-07-01T16:08:24.574Z PASS [ 0.048s] ( 237/2983) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
57222026-07-01T16:08:24.591Z PASS [ 0.049s] ( 238/2983) nexus-db-model schema_versions::test::test_classify_dml_ignored
57232026-07-01T16:08:24.610Z PASS [ 0.051s] ( 239/2983) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
57242026-07-01T16:08:24.624Z PASS [ 0.033s] ( 240/2983) nexus-db-model schema_versions::test::test_known_versions
57252026-07-01T16:08:24.631Z PASS [ 0.057s] ( 241/2983) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
57262026-07-01T16:08:24.670Z PASS [ 0.045s] ( 242/2983) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
57272026-07-01T16:08:24.673Z PASS [ 0.040s] ( 243/2983) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
57282026-07-01T16:08:24.707Z PASS [ 0.038s] ( 244/2983) nexus-db-model schema_versions::test::test_one_ddl_enforcement
57292026-07-01T16:08:24.719Z PASS [ 0.110s] ( 245/2983) nexus-db-model schema_versions::test::test_migration_verification_files
57302026-07-01T16:08:24.726Z PASS [ 0.055s] ( 246/2983) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
57312026-07-01T16:08:24.739Z PASS [ 0.032s] ( 247/2983) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
57322026-07-01T16:08:24.764Z PASS [ 0.044s] ( 248/2983) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
57332026-07-01T16:08:24.778Z PASS [ 0.052s] ( 249/2983) nexus-db-model schema_versions::test::test_preprocess_storing
57342026-07-01T16:08:24.789Z PASS [ 0.050s] ( 250/2983) nexus-db-model schema_versions::test::test_preprocess_type_array
57352026-07-01T16:08:24.800Z PASS [ 0.036s] ( 251/2983) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
57362026-07-01T16:08:24.815Z PASS [ 0.037s] ( 252/2983) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
57372026-07-01T16:08:24.832Z PASS [ 0.042s] ( 253/2983) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
57382026-07-01T16:08:24.838Z PASS [ 0.037s] ( 254/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
57392026-07-01T16:08:24.846Z PASS [ 0.031s] ( 255/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
57402026-07-01T16:08:24.865Z PASS [ 0.033s] ( 256/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
57412026-07-01T16:08:24.872Z PASS [ 0.035s] ( 257/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
57422026-07-01T16:08:24.877Z PASS [ 0.031s] ( 258/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
57432026-07-01T16:08:24.893Z PASS [ 0.028s] ( 259/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
57442026-07-01T16:08:24.904Z PASS [ 0.032s] ( 260/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
57452026-07-01T16:08:24.913Z PASS [ 0.034s] ( 261/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
57462026-07-01T16:08:24.930Z PASS [ 0.037s] ( 262/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
57472026-07-01T16:08:24.947Z PASS [ 0.043s] ( 263/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
57482026-07-01T16:08:24.952Z PASS [ 0.040s] ( 264/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
57492026-07-01T16:08:24.959Z PASS [ 0.029s] ( 265/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
57502026-07-01T16:08:24.980Z PASS [ 0.032s] ( 266/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
57512026-07-01T16:08:24.993Z PASS [ 0.041s] ( 267/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
57522026-07-01T16:08:25.007Z PASS [ 0.048s] ( 268/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
57532026-07-01T16:08:25.019Z PASS [ 0.040s] ( 269/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
57542026-07-01T16:08:25.029Z PASS [ 0.037s] ( 270/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
57552026-07-01T16:08:25.042Z PASS [ 0.035s] ( 271/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
57562026-07-01T16:08:25.051Z PASS [ 0.031s] ( 272/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
57572026-07-01T16:08:25.057Z PASS [ 0.028s] ( 273/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
57582026-07-01T16:08:25.074Z PASS [ 0.032s] ( 274/2983) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
57592026-07-01T16:08:25.087Z PASS [ 0.035s] ( 275/2983) nexus-db-model schema_versions::test::test_verification_query_add_constraint
57602026-07-01T16:08:25.093Z PASS [ 0.036s] ( 276/2983) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
57612026-07-01T16:08:25.106Z PASS [ 0.032s] ( 277/2983) nexus-db-model schema_versions::test::test_verification_query_create_index
57622026-07-01T16:08:25.131Z PASS [ 0.044s] ( 278/2983) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
57632026-07-01T16:08:25.134Z PASS [ 0.040s] ( 279/2983) nexus-db-model schema_versions::test::test_verify
57642026-07-01T16:08:25.149Z PASS [ 0.042s] ( 280/2983) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
57652026-07-01T16:08:25.170Z PASS [ 0.039s] ( 281/2983) nexus-db-model semver_version::test::test_to_from_sortable_string
57662026-07-01T16:08:25.174Z PASS [ 0.039s] ( 282/2983) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
57672026-07-01T16:08:25.177Z PASS [ 0.029s] ( 283/2983) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
57682026-07-01T16:08:25.202Z PASS [ 0.032s] ( 284/2983) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
57692026-07-01T16:08:25.207Z PASS [ 0.034s] ( 285/2983) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
57702026-07-01T16:08:25.211Z PASS [ 0.034s] ( 286/2983) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
57712026-07-01T16:08:25.232Z PASS [ 0.030s] ( 287/2983) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
57722026-07-01T16:08:25.239Z PASS [ 0.031s] ( 288/2983) nexus-db-model tests::test_ip_subnet_check_requestable_address
57732026-07-01T16:08:25.245Z PASS [ 0.034s] ( 289/2983) nexus-db-model tests::test_ipv6_net_random_subnet
57742026-07-01T16:08:25.264Z PASS [ 0.032s] ( 290/2983) nexus-db-model tests::test_roles_database_strings
57752026-07-01T16:08:25.270Z PASS [ 0.031s] ( 291/2983) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
57762026-07-01T16:08:25.279Z PASS [ 0.033s] ( 292/2983) nexus-db-model typed_uuid::tests::test_compare_consistency
57772026-07-01T16:08:25.293Z PASS [ 0.029s] ( 293/2983) nexus-db-model typed_uuid::tests::test_hash_equality
57782026-07-01T16:08:25.301Z PASS [ 0.031s] ( 294/2983) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
57792026-07-01T16:08:25.310Z PASS [ 0.031s] ( 295/2983) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
57802026-07-01T16:08:25.328Z PASS [ 0.035s] ( 296/2983) nexus-db-model vmm_state::tests::test_from_str_roundtrips
57812026-07-01T16:08:25.334Z PASS [ 0.033s] ( 297/2983) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
57822026-07-01T16:08:25.341Z PASS [ 0.030s] ( 298/2983) nexus-db-model vmm_state::tests::test_terminal_states_consistent
57832026-07-01T16:08:27.055Z PASS [ 2.761s] ( 299/2983) nexus-db-lookup::integration lookup::test_lookup
57842026-07-01T16:08:27.194Z PASS [ 19.747s] ( 300/2983) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
57852026-07-01T16:08:27.499Z PASS [ 20.051s] ( 301/2983) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
57862026-07-01T16:08:28.073Z PASS [ 2.744s] ( 302/2983) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
57872026-07-01T16:08:28.489Z PASS [ 3.149s] ( 303/2983) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
57882026-07-01T16:08:28.550Z PASS [ 3.194s] ( 304/2983) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
57892026-07-01T16:08:29.619Z PASS [ 2.564s] ( 305/2983) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
57902026-07-01T16:08:30.090Z PASS [ 2.895s] ( 306/2983) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
57912026-07-01T16:08:30.279Z PASS [ 2.781s] ( 307/2983) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
57922026-07-01T16:08:30.335Z PASS [ 0.056s] ( 308/2983) nexus-db-queries db::collection_attach::test::test_verify_query
57932026-07-01T16:08:30.594Z PASS [ 23.150s] ( 309/2983) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
57942026-07-01T16:08:30.618Z PASS [ 23.171s] ( 310/2983) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
57952026-07-01T16:08:30.683Z PASS [ 2.610s] ( 311/2983) nexus-db-queries db::collection_attach::test::test_attach_once
57962026-07-01T16:08:30.803Z PASS [ 23.354s] ( 312/2983) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
57972026-07-01T16:08:30.989Z PASS [ 23.542s] ( 313/2983) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
57982026-07-01T16:08:31.084Z PASS [ 2.595s] ( 314/2983) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
57992026-07-01T16:08:31.134Z PASS [ 0.048s] ( 315/2983) nexus-db-queries db::collection_detach::test::test_verify_query
58002026-07-01T16:08:31.251Z PASS [ 2.723s] ( 316/2983) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
58012026-07-01T16:08:31.444Z PASS [ 23.993s] ( 317/2983) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
58022026-07-01T16:08:32.115Z PASS [ 24.673s] ( 318/2983) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58032026-07-01T16:08:32.115Z PASS [ 24.674s] ( 319/2983) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58042026-07-01T16:08:32.171Z PASS [ 2.552s] ( 320/2983) nexus-db-queries db::collection_attach::test::test_attach_with_filters
58052026-07-01T16:08:32.285Z PASS [ 24.845s] ( 321/2983) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58062026-07-01T16:08:32.538Z PASS [ 25.097s] ( 322/2983) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58072026-07-01T16:08:32.820Z PASS [ 2.730s] ( 323/2983) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
58082026-07-01T16:08:32.873Z PASS [ 0.053s] ( 324/2983) nexus-db-queries db::collection_detach_many::test::test_verify_query
58092026-07-01T16:08:32.894Z PASS [ 25.448s] ( 325/2983) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58102026-07-01T16:08:32.908Z PASS [ 25.466s] ( 326/2983) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58112026-07-01T16:08:32.960Z PASS [ 0.051s] ( 327/2983) nexus-db-queries db::collection_insert::test::test_verify_query
58122026-07-01T16:08:32.987Z PASS [ 2.652s] ( 328/2983) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
58132026-07-01T16:08:33.020Z PASS [ 0.060s] ( 329/2983) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
58142026-07-01T16:08:33.036Z PASS [ 0.049s] ( 330/2983) nexus-db-queries db::column_walker::test::test_walk_columns
58152026-07-01T16:08:33.070Z PASS [ 0.050s] ( 331/2983) nexus-db-queries db::column_walker::test::test_walk_table
58162026-07-01T16:08:33.176Z PASS [ 2.582s] ( 332/2983) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
58172026-07-01T16:08:33.257Z PASS [ 2.640s] ( 333/2983) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
58182026-07-01T16:08:33.385Z PASS [ 2.703s] ( 334/2983) nexus-db-queries db::collection_detach::test::test_detach_once
58192026-07-01T16:08:33.565Z PASS [ 2.764s] ( 335/2983) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
58202026-07-01T16:08:33.704Z PASS [ 2.715s] ( 336/2983) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
58212026-07-01T16:08:33.827Z PASS [ 2.694s] ( 337/2983) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
58222026-07-01T16:08:33.887Z PASS [ 2.635s] ( 338/2983) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
58232026-07-01T16:08:34.235Z PASS [ 2.791s] ( 339/2983) nexus-db-queries db::collection_detach_many::test::test_detach_many
58242026-07-01T16:08:34.829Z PASS [ 2.657s] ( 340/2983) nexus-db-queries db::collection_detach_many::test::test_detach_once
58252026-07-01T16:08:34.927Z PASS [ 2.812s] ( 341/2983) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
58262026-07-01T16:08:34.947Z PASS [ 2.662s] ( 342/2983) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
58272026-07-01T16:08:34.967Z PASS [ 2.852s] ( 343/2983) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
58282026-07-01T16:08:35.192Z PASS [ 2.653s] ( 344/2983) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
58292026-07-01T16:08:35.372Z PASS [ 2.499s] ( 345/2983) nexus-db-queries db::collection_insert::test::test_collection_not_present
58302026-07-01T16:08:35.444Z PASS [ 2.550s] ( 346/2983) nexus-db-queries db::collection_insert::test::test_collection_present
58312026-07-01T16:08:35.970Z PASS [ 28.523s] ( 347/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
58322026-07-01T16:08:37.351Z PASS [ 4.314s] ( 348/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
58332026-07-01T16:08:37.357Z PASS [ 4.287s] ( 349/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
58342026-07-01T16:08:37.545Z PASS [ 4.287s] ( 350/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
58352026-07-01T16:08:37.772Z PASS [ 4.386s] ( 351/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
58362026-07-01T16:08:37.854Z PASS [ 30.404s] ( 352/2983) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58372026-07-01T16:08:38.195Z PASS [ 4.491s] ( 353/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
58382026-07-01T16:08:38.215Z PASS [ 4.329s] ( 354/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
58392026-07-01T16:08:38.445Z PASS [ 4.210s] ( 355/2983) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
58402026-07-01T16:08:38.504Z PASS [ 4.939s] ( 356/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
58412026-07-01T16:08:38.755Z PASS [ 4.928s] ( 357/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
58422026-07-01T16:08:39.185Z PASS [ 31.744s] ( 358/2983) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58432026-07-01T16:08:39.298Z PASS [ 4.469s] ( 359/2983) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
58442026-07-01T16:08:39.374Z PASS [ 4.448s] ( 360/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
58452026-07-01T16:08:39.514Z PASS [ 6.339s] ( 361/2983) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
58462026-07-01T16:08:39.552Z PASS [ 4.605s] ( 362/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
58472026-07-01T16:08:39.657Z PASS [ 4.465s] ( 363/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
58482026-07-01T16:08:39.853Z PASS [ 4.480s] ( 364/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
58492026-07-01T16:08:40.458Z PASS [ 5.014s] ( 365/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
58502026-07-01T16:08:40.565Z PASS [ 4.595s] ( 366/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
58512026-07-01T16:08:41.277Z PASS [ 33.836s] ( 367/2983) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58522026-07-01T16:08:41.464Z PASS [ 34.014s] ( 368/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
58532026-07-01T16:08:41.577Z PASS [ 6.610s] ( 369/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
58542026-07-01T16:08:41.595Z PASS [ 4.237s] ( 370/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
58552026-07-01T16:08:41.655Z PASS [ 4.111s] ( 371/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
58562026-07-01T16:08:42.214Z PASS [ 2.839s] ( 372/2983) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
58572026-07-01T16:08:42.214Z PASS [ 4.863s] ( 373/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
58582026-07-01T16:08:42.310Z PASS [ 4.094s] ( 374/2983) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
58592026-07-01T16:08:42.356Z PASS [ 4.584s] ( 375/2983) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
58602026-07-01T16:08:42.428Z PASS [ 3.982s] ( 376/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
58612026-07-01T16:08:42.494Z PASS [ 3.990s] ( 377/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
58622026-07-01T16:08:42.740Z PASS [ 3.985s] ( 378/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
58632026-07-01T16:08:43.089Z PASS [ 3.903s] ( 379/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
58642026-07-01T16:08:43.147Z PASS [ 3.849s] ( 380/2983) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
58652026-07-01T16:08:43.609Z PASS [ 5.753s] ( 381/2983) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
58662026-07-01T16:08:43.693Z PASS [ 4.177s] ( 382/2983) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
58672026-07-01T16:08:43.696Z PASS [ 4.144s] ( 383/2983) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
58682026-07-01T16:08:43.745Z PASS [ 4.088s] ( 384/2983) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
58692026-07-01T16:08:43.878Z PASS [ 5.682s] ( 385/2983) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
58702026-07-01T16:08:44.050Z PASS [ 4.197s] ( 386/2983) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
58712026-07-01T16:08:44.226Z PASS [ 1.079s] ( 387/2983) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
58722026-07-01T16:08:44.314Z PASS [ 1.225s] ( 388/2983) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
58732026-07-01T16:08:44.501Z PASS [ 37.051s] ( 389/2983) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58742026-07-01T16:08:44.512Z PASS [ 4.053s] ( 390/2983) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
58752026-07-01T16:08:44.771Z PASS [ 4.206s] ( 391/2983) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
58762026-07-01T16:08:44.923Z PASS [ 37.482s] ( 392/2983) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
58772026-07-01T16:08:45.013Z PASS [ 37.572s] ( 393/2983) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
58782026-07-01T16:08:45.071Z PASS [ 2.715s] ( 394/2983) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
58792026-07-01T16:08:45.145Z PASS [ 3.868s] ( 395/2983) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
58802026-07-01T16:08:45.382Z PASS [ 2.888s] ( 396/2983) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
58812026-07-01T16:08:45.395Z PASS [ 3.933s] ( 397/2983) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
58822026-07-01T16:08:45.516Z PASS [ 3.939s] ( 398/2983) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
58832026-07-01T16:08:45.556Z PASS [ 3.961s] ( 399/2983) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
58842026-07-01T16:08:45.655Z PASS [ 4.000s] ( 400/2983) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
58852026-07-01T16:08:45.836Z PASS [ 3.408s] ( 401/2983) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
58862026-07-01T16:08:45.906Z PASS [ 0.983s] ( 402/2983) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
58872026-07-01T16:08:45.992Z PASS [ 0.978s] ( 403/2983) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
58882026-07-01T16:08:46.255Z PASS [ 1.110s] ( 404/2983) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
58892026-07-01T16:08:46.404Z PASS [ 4.190s] ( 405/2983) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
58902026-07-01T16:08:46.473Z PASS [ 2.865s] ( 406/2983) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
58912026-07-01T16:08:46.492Z PASS [ 4.278s] ( 407/2983) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
58922026-07-01T16:08:46.576Z PASS [ 3.836s] ( 408/2983) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
58932026-07-01T16:08:46.683Z PASS [ 4.373s] ( 409/2983) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
58942026-07-01T16:08:46.746Z PASS [ 0.254s] ( 410/2983) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
58952026-07-01T16:08:46.764Z PASS [ 3.019s] ( 411/2983) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
58962026-07-01T16:08:46.789Z PASS [ 3.093s] ( 412/2983) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
58972026-07-01T16:08:46.799Z PASS [ 3.107s] ( 413/2983) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
58982026-07-01T16:08:46.799Z PASS [ 2.921s] ( 414/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
58992026-07-01T16:08:46.970Z PASS [ 2.920s] ( 415/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
59002026-07-01T16:08:47.006Z PASS [ 2.781s] ( 416/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
59012026-07-01T16:08:47.082Z PASS [ 2.768s] ( 417/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
59022026-07-01T16:08:47.209Z PASS [ 2.707s] ( 418/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
59032026-07-01T16:08:47.226Z PASS [ 2.714s] ( 419/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
59042026-07-01T16:08:47.258Z PASS [ 0.049s] ( 420/2983) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
59052026-07-01T16:08:47.561Z PASS [ 2.790s] ( 421/2983) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
59062026-07-01T16:08:47.937Z PASS [ 2.555s] ( 422/2983) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
59072026-07-01T16:08:48.005Z PASS [ 2.488s] ( 423/2983) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
59082026-07-01T16:08:48.026Z PASS [ 2.631s] ( 424/2983) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
59092026-07-01T16:08:48.056Z PASS [ 2.500s] ( 425/2983) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
59102026-07-01T16:08:48.152Z PASS [ 2.497s] ( 426/2983) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
59112026-07-01T16:08:48.323Z PASS [ 0.267s] ( 427/2983) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
59122026-07-01T16:08:48.376Z PASS [ 2.470s] ( 428/2983) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
59132026-07-01T16:08:48.397Z PASS [ 2.562s] ( 429/2983) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
59142026-07-01T16:08:48.433Z PASS [ 0.280s] ( 430/2983) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
59152026-07-01T16:08:48.586Z PASS [ 0.263s] ( 431/2983) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
59162026-07-01T16:08:48.645Z PASS [ 0.269s] ( 432/2983) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
59172026-07-01T16:08:49.010Z PASS [ 2.434s] ( 433/2983) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
59182026-07-01T16:08:49.029Z PASS [ 3.957s] ( 434/2983) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
59192026-07-01T16:08:49.459Z PASS [ 42.018s] ( 435/2983) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59202026-07-01T16:08:50.302Z PASS [ 4.310s] ( 436/2983) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
59212026-07-01T16:08:50.389Z PASS [ 4.133s] ( 437/2983) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
59222026-07-01T16:08:50.437Z PASS [ 3.964s] ( 438/2983) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
59232026-07-01T16:08:50.480Z PASS [ 4.076s] ( 439/2983) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
59242026-07-01T16:08:50.777Z PASS [ 4.031s] ( 440/2983) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
59252026-07-01T16:08:50.983Z PASS [ 4.193s] ( 441/2983) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
59262026-07-01T16:08:51.091Z PASS [ 2.693s] ( 442/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
59272026-07-01T16:08:51.154Z PASS [ 2.720s] ( 443/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
59282026-07-01T16:08:51.299Z PASS [ 4.071s] ( 444/2983) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
59292026-07-01T16:08:51.306Z PASS [ 4.507s] ( 445/2983) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
59302026-07-01T16:08:51.333Z PASS [ 4.251s] ( 446/2983) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
59312026-07-01T16:08:51.385Z PASS [ 2.799s] ( 447/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
59322026-07-01T16:08:51.445Z PASS [ 2.800s] ( 448/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
59332026-07-01T16:08:51.515Z PASS [ 4.545s] ( 449/2983) nexus-db-queries db::datastore::deployment::tests::test_set_target
59342026-07-01T16:08:51.527Z PASS [ 4.269s] ( 450/2983) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
59352026-07-01T16:08:51.612Z PASS [ 4.848s] ( 451/2983) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
59362026-07-01T16:08:51.765Z PASS [ 5.082s] ( 452/2983) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
59372026-07-01T16:08:51.773Z PASS [ 4.767s] ( 453/2983) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
59382026-07-01T16:08:51.824Z PASS [ 2.794s] ( 454/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
59392026-07-01T16:08:51.828Z PASS [ 2.817s] ( 455/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
59402026-07-01T16:08:52.099Z PASS [ 2.639s] ( 456/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
59412026-07-01T16:08:52.134Z PASS [ 4.107s] ( 457/2983) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
59422026-07-01T16:08:52.169Z PASS [ 4.232s] ( 458/2983) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
59432026-07-01T16:08:52.312Z PASS [ 4.307s] ( 459/2983) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
59442026-07-01T16:08:52.493Z PASS [ 4.931s] ( 460/2983) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
59452026-07-01T16:08:52.669Z PASS [ 5.868s] ( 461/2983) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
59462026-07-01T16:08:52.752Z PASS [ 2.450s] ( 462/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
59472026-07-01T16:08:52.848Z PASS [ 2.459s] ( 463/2983) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
59482026-07-01T16:08:52.876Z PASS [ 2.439s] ( 464/2983) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
59492026-07-01T16:08:53.033Z PASS [ 2.552s] ( 465/2983) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
59502026-07-01T16:08:54.540Z PASS [ 3.763s] ( 466/2983) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
59512026-07-01T16:08:54.999Z PASS [ 4.016s] ( 467/2983) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
59522026-07-01T16:08:55.112Z PASS [ 4.021s] ( 468/2983) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
59532026-07-01T16:08:55.295Z PASS [ 4.141s] ( 469/2983) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
59542026-07-01T16:08:55.306Z PASS [ 3.922s] ( 470/2983) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
59552026-07-01T16:08:55.474Z PASS [ 4.168s] ( 471/2983) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
59562026-07-01T16:08:55.532Z PASS [ 4.017s] ( 472/2983) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
59572026-07-01T16:08:55.535Z PASS [ 4.089s] ( 473/2983) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
59582026-07-01T16:08:55.558Z PASS [ 4.031s] ( 474/2983) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
59592026-07-01T16:08:55.629Z PASS [ 4.017s] ( 475/2983) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
59602026-07-01T16:08:55.799Z PASS [ 4.465s] ( 476/2983) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
59612026-07-01T16:08:55.799Z PASS [ 4.025s] ( 477/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
59622026-07-01T16:08:55.873Z PASS [ 4.049s] ( 478/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
59632026-07-01T16:08:55.885Z PASS [ 4.121s] ( 479/2983) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
59642026-07-01T16:08:55.905Z PASS [ 4.607s] ( 480/2983) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
59652026-07-01T16:08:55.919Z PASS [ 4.092s] ( 481/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
59662026-07-01T16:08:56.104Z PASS [ 3.971s] ( 482/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
59672026-07-01T16:08:56.180Z PASS [ 4.081s] ( 483/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
59682026-07-01T16:08:56.229Z PASS [ 4.060s] ( 484/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
59692026-07-01T16:08:56.264Z PASS [ 3.952s] ( 485/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
59702026-07-01T16:08:56.345Z PASS [ 0.241s] ( 486/2983) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
59712026-07-01T16:08:56.415Z PASS [ 0.235s] ( 487/2983) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
59722026-07-01T16:08:56.476Z PASS [ 0.247s] ( 488/2983) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
59732026-07-01T16:08:56.530Z PASS [ 4.037s] ( 489/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
59742026-07-01T16:08:56.644Z PASS [ 3.977s] ( 490/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
59752026-07-01T16:08:56.934Z PASS [ 4.086s] ( 491/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
59762026-07-01T16:08:57.036Z PASS [ 4.284s] ( 492/2983) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
59772026-07-01T16:08:57.039Z PASS [ 4.164s] ( 493/2983) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
59782026-07-01T16:08:57.240Z PASS [ 4.207s] ( 494/2983) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
59792026-07-01T16:08:58.569Z PASS [ 4.029s] ( 495/2983) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
59802026-07-01T16:08:58.939Z PASS [ 2.674s] ( 496/2983) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
59812026-07-01T16:08:59.002Z PASS [ 2.657s] ( 497/2983) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
59822026-07-01T16:08:59.180Z PASS [ 4.180s] ( 498/2983) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
59832026-07-01T16:08:59.183Z PASS [ 4.070s] ( 499/2983) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
59842026-07-01T16:08:59.214Z PASS [ 2.737s] ( 500/2983) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
59852026-07-01T16:08:59.302Z PASS [ 4.007s] ( 501/2983) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
59862026-07-01T16:08:59.308Z PASS [ 2.778s] ( 502/2983) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
59872026-07-01T16:08:59.436Z PASS [ 3.021s] ( 503/2983) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
59882026-07-01T16:08:59.471Z PASS [ 4.165s] ( 504/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
59892026-07-01T16:08:59.642Z PASS [ 4.168s] ( 505/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
59902026-07-01T16:08:59.688Z PASS [ 4.154s] ( 506/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
59912026-07-01T16:08:59.796Z PASS [ 4.264s] ( 507/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
59922026-07-01T16:08:59.825Z PASS [ 3.953s] ( 508/2983) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
59932026-07-01T16:08:59.873Z PASS [ 4.074s] ( 509/2983) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
59942026-07-01T16:08:59.893Z PASS [ 4.334s] ( 510/2983) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
59952026-07-01T16:08:59.893Z PASS [ 4.094s] ( 511/2983) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
59962026-07-01T16:08:59.902Z PASS [ 4.272s] ( 512/2983) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
59972026-07-01T16:08:59.943Z PASS [ 4.023s] ( 513/2983) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
59982026-07-01T16:09:00.003Z PASS [ 52.560s] ( 514/2983) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59992026-07-01T16:09:00.026Z PASS [ 4.140s] ( 515/2983) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
60002026-07-01T16:09:00.159Z PASS [ 4.207s] ( 516/2983) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
60012026-07-01T16:09:01.121Z PASS [ 4.085s] ( 517/2983) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
60022026-07-01T16:09:01.224Z PASS [ 4.184s] ( 518/2983) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
60032026-07-01T16:09:01.280Z PASS [ 4.039s] ( 519/2983) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
60042026-07-01T16:09:01.821Z PASS [ 4.887s] ( 520/2983) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
60052026-07-01T16:09:02.725Z PASS [ 4.155s] ( 521/2983) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
60062026-07-01T16:09:03.362Z PASS [ 4.424s] ( 522/2983) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
60072026-07-01T16:09:03.428Z PASS [ 4.426s] ( 523/2983) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
60082026-07-01T16:09:03.558Z PASS [ 4.378s] ( 524/2983) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
60092026-07-01T16:09:03.640Z PASS [ 4.427s] ( 525/2983) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
60102026-07-01T16:09:03.680Z PASS [ 4.244s] ( 526/2983) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
60112026-07-01T16:09:03.792Z PASS [ 4.490s] ( 527/2983) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
60122026-07-01T16:09:03.828Z PASS [ 4.520s] ( 528/2983) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
60132026-07-01T16:09:03.855Z PASS [ 4.673s] ( 529/2983) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
60142026-07-01T16:09:04.098Z PASS [ 4.456s] ( 530/2983) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
60152026-07-01T16:09:04.157Z PASS [ 4.468s] ( 531/2983) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
60162026-07-01T16:09:04.379Z PASS [ 4.353s] ( 532/2983) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
60172026-07-01T16:09:04.518Z PASS [ 4.646s] ( 533/2983) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
60182026-07-01T16:09:04.526Z PASS [ 4.624s] ( 534/2983) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
60192026-07-01T16:09:04.575Z PASS [ 4.778s] ( 535/2983) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
60202026-07-01T16:09:04.602Z PASS [ 4.659s] ( 536/2983) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
60212026-07-01T16:09:04.605Z PASS [ 4.713s] ( 537/2983) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
60222026-07-01T16:09:04.627Z PASS [ 4.734s] ( 538/2983) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
60232026-07-01T16:09:04.630Z PASS [ 4.804s] ( 539/2983) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
60242026-07-01T16:09:04.870Z PASS [ 0.243s] ( 540/2983) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
60252026-07-01T16:09:04.873Z PASS [ 0.265s] ( 541/2983) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
60262026-07-01T16:09:04.894Z PASS [ 0.292s] ( 542/2983) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
60272026-07-01T16:09:04.926Z PASS [ 4.813s] ( 543/2983) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
60282026-07-01T16:09:05.301Z PASS [ 5.829s] ( 544/2983) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
60292026-07-01T16:09:05.307Z PASS [ 5.305s] ( 545/2983) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
60302026-07-01T16:09:06.001Z PASS [ 4.720s] ( 546/2983) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
60312026-07-01T16:09:06.133Z PASS [ 2.770s] ( 547/2983) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
60322026-07-01T16:09:06.204Z PASS [ 2.775s] ( 548/2983) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
60332026-07-01T16:09:06.219Z PASS [ 4.995s] ( 549/2983) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
60342026-07-01T16:09:06.388Z PASS [ 2.830s] ( 550/2983) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
60352026-07-01T16:09:06.513Z PASS [ 2.872s] ( 551/2983) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
60362026-07-01T16:09:06.673Z PASS [ 4.851s] ( 552/2983) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
60372026-07-01T16:09:07.381Z PASS [ 4.656s] ( 553/2983) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
60382026-07-01T16:09:07.449Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
60392026-07-01T16:09:07.455Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
60402026-07-01T16:09:07.458Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60412026-07-01T16:09:08.029Z PASS [ 4.349s] ( 554/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
60422026-07-01T16:09:08.073Z PASS [ 4.281s] ( 555/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
60432026-07-01T16:09:08.131Z PASS [ 4.276s] ( 556/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
60442026-07-01T16:09:08.255Z PASS [ 4.426s] ( 557/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
60452026-07-01T16:09:08.263Z PASS [ 4.164s] ( 558/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
60462026-07-01T16:09:08.319Z PASS [ 4.163s] ( 559/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
60472026-07-01T16:09:08.422Z PASS [ 4.042s] ( 560/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
60482026-07-01T16:09:08.630Z PASS [ 4.112s] ( 561/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
60492026-07-01T16:09:08.669Z PASS [ 4.143s] ( 562/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
60502026-07-01T16:09:08.786Z PASS [ 7.663s] ( 563/2983) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
60512026-07-01T16:09:08.800Z PASS [ 4.225s] ( 564/2983) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
60522026-07-01T16:09:09.239Z PASS [ 4.369s] ( 565/2983) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
60532026-07-01T16:09:09.305Z PASS [ 4.378s] ( 566/2983) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
60542026-07-01T16:09:09.332Z PASS [ 4.438s] ( 567/2983) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
60552026-07-01T16:09:09.465Z PASS [ 4.165s] ( 568/2983) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
60562026-07-01T16:09:09.595Z PASS [ 4.966s] ( 569/2983) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
60572026-07-01T16:09:09.599Z PASS [ 4.726s] ( 570/2983) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
60582026-07-01T16:09:09.668Z PASS [ 4.360s] ( 571/2983) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
60592026-07-01T16:09:10.584Z PASS [ 4.583s] ( 572/2983) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
60602026-07-01T16:09:10.749Z PASS [ 4.530s] ( 573/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
60612026-07-01T16:09:10.799Z PASS [ 4.666s] ( 574/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
60622026-07-01T16:09:10.799Z PASS [ 4.595s] ( 575/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_assigned_to_system_services
60632026-07-01T16:09:10.919Z PASS [ 4.531s] ( 576/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
60642026-07-01T16:09:11.160Z PASS [ 4.647s] ( 577/2983) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
60652026-07-01T16:09:11.724Z PASS [ 5.051s] ( 578/2983) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
60662026-07-01T16:09:12.266Z PASS [ 4.885s] ( 579/2983) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
60672026-07-01T16:09:12.649Z PASS [ 4.576s] ( 580/2983) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
60682026-07-01T16:09:12.705Z PASS [ 4.574s] ( 581/2983) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
60692026-07-01T16:09:12.754Z PASS [ 4.725s] ( 582/2983) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
60702026-07-01T16:09:12.760Z PASS [ 4.441s] ( 583/2983) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
60712026-07-01T16:09:12.804Z PASS [ 4.549s] ( 584/2983) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
60722026-07-01T16:09:12.821Z PASS [ 4.559s] ( 585/2983) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
60732026-07-01T16:09:13.123Z PASS [ 4.702s] ( 586/2983) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
60742026-07-01T16:09:13.485Z PASS [ 4.855s] ( 587/2983) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
60752026-07-01T16:09:13.534Z PASS [ 4.734s] ( 588/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
60762026-07-01T16:09:13.618Z PASS [ 4.949s] ( 589/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
60772026-07-01T16:09:13.933Z PASS [ 4.628s] ( 590/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
60782026-07-01T16:09:13.959Z PASS [ 4.627s] ( 591/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
60792026-07-01T16:09:14.021Z PASS [ 4.781s] ( 592/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
60802026-07-01T16:09:14.024Z PASS [ 5.238s] ( 593/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
60812026-07-01T16:09:14.063Z PASS [ 4.598s] ( 594/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
60822026-07-01T16:09:14.433Z PASS [ 4.835s] ( 595/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
60832026-07-01T16:09:14.525Z PASS [ 4.857s] ( 596/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
60842026-07-01T16:09:14.701Z PASS [ 5.105s] ( 597/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
60852026-07-01T16:09:15.647Z PASS [ 4.847s] ( 598/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
60862026-07-01T16:09:15.723Z PASS [ 4.923s] ( 599/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
60872026-07-01T16:09:15.727Z PASS [ 5.141s] ( 600/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
60882026-07-01T16:09:15.762Z PASS [ 5.013s] ( 601/2983) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
60892026-07-01T16:09:16.225Z PASS [ 5.305s] ( 602/2983) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
60902026-07-01T16:09:16.479Z PASS [ 5.319s] ( 603/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
60912026-07-01T16:09:16.731Z PASS [ 4.465s] ( 604/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
60922026-07-01T16:09:17.130Z PASS [ 20.485s] ( 605/2983) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
60932026-07-01T16:09:17.429Z PASS [ 5.705s] ( 606/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
60942026-07-01T16:09:17.967Z PASS [ 5.163s] ( 607/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
60952026-07-01T16:09:18.057Z PASS [ 5.408s] ( 608/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
60962026-07-01T16:09:18.173Z PASS [ 5.468s] ( 609/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
60972026-07-01T16:09:18.193Z PASS [ 5.432s] ( 610/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
60982026-07-01T16:09:18.239Z PASS [ 5.485s] ( 611/2983) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
60992026-07-01T16:09:18.256Z PASS [ 5.435s] ( 612/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
61002026-07-01T16:09:18.277Z PASS [ 70.830s] ( 613/2983) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61012026-07-01T16:09:18.565Z PASS [ 5.441s] ( 614/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
61022026-07-01T16:09:18.755Z PASS [ 5.270s] ( 615/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
61032026-07-01T16:09:18.824Z PASS [ 5.290s] ( 616/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
61042026-07-01T16:09:18.874Z PASS [ 5.256s] ( 617/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
61052026-07-01T16:09:19.097Z PASS [ 4.396s] ( 618/2983) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
61062026-07-01T16:09:19.142Z PASS [ 5.209s] ( 619/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
61072026-07-01T16:09:19.253Z PASS [ 5.190s] ( 620/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
61082026-07-01T16:09:19.318Z PASS [ 5.359s] ( 621/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
61092026-07-01T16:09:19.440Z PASS [ 5.007s] ( 622/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
61102026-07-01T16:09:19.546Z PASS [ 5.525s] ( 623/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
61112026-07-01T16:09:19.576Z PASS [ 5.553s] ( 624/2983) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
61122026-07-01T16:09:19.605Z PASS [ 5.080s] ( 625/2983) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
61132026-07-01T16:09:20.314Z PASS [ 4.667s] ( 626/2983) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
61142026-07-01T16:09:20.742Z PASS [ 4.980s] ( 627/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
61152026-07-01T16:09:20.832Z PASS [ 5.106s] ( 628/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
61162026-07-01T16:09:20.849Z PASS [ 5.127s] ( 629/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
61172026-07-01T16:09:21.338Z PASS [ 4.859s] ( 630/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
61182026-07-01T16:09:21.442Z PASS [ 5.218s] ( 631/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
61192026-07-01T16:09:21.457Z PASS [ 4.028s] ( 632/2983) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
61202026-07-01T16:09:21.850Z PASS [ 5.119s] ( 633/2983) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
61212026-07-01T16:09:22.223Z PASS [ 4.256s] ( 634/2983) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
61222026-07-01T16:09:22.321Z PASS [ 4.128s] ( 635/2983) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
61232026-07-01T16:09:22.355Z PASS [ 4.298s] ( 636/2983) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
61242026-07-01T16:09:22.405Z PASS [ 0.049s] ( 637/2983) nexus-db-queries db::datastore::region::test::test_extent_count
61252026-07-01T16:09:22.416Z PASS [ 4.139s] ( 638/2983) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
61262026-07-01T16:09:22.910Z PASS [ 4.154s] ( 639/2983) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
61272026-07-01T16:09:22.940Z PASS [ 4.768s] ( 640/2983) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
61282026-07-01T16:09:22.954Z PASS [ 5.824s] ( 641/2983) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
61292026-07-01T16:09:23.030Z PASS [ 4.791s] ( 642/2983) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
61302026-07-01T16:09:23.055Z PASS [ 4.230s] ( 643/2983) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
61312026-07-01T16:09:23.465Z PASS [ 4.323s] ( 644/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
61322026-07-01T16:09:23.495Z PASS [ 4.398s] ( 645/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
61332026-07-01T16:09:23.561Z PASS [ 4.242s] ( 646/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
61342026-07-01T16:09:23.668Z PASS [ 4.793s] ( 647/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
61352026-07-01T16:09:23.679Z PASS [ 4.426s] ( 648/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
61362026-07-01T16:09:23.768Z PASS [ 4.329s] ( 649/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
61372026-07-01T16:09:23.776Z PASS [ 4.200s] ( 650/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
61382026-07-01T16:09:23.853Z PASS [ 4.306s] ( 651/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
61392026-07-01T16:09:24.105Z PASS [ 4.499s] ( 652/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
61402026-07-01T16:09:25.045Z PASS [ 4.730s] ( 653/2983) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
61412026-07-01T16:09:25.161Z PASS [ 4.312s] ( 654/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
61422026-07-01T16:09:25.321Z PASS [ 4.489s] ( 655/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
61432026-07-01T16:09:25.552Z PASS [ 4.214s] ( 656/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
61442026-07-01T16:09:26.114Z PASS [ 4.657s] ( 657/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
61452026-07-01T16:09:26.146Z PASS [ 4.703s] ( 658/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
61462026-07-01T16:09:26.215Z PASS [ 3.991s] ( 659/2983) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
61472026-07-01T16:09:26.421Z PASS [ 4.016s] ( 660/2983) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
61482026-07-01T16:09:26.437Z PASS [ 4.020s] ( 661/2983) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
61492026-07-01T16:09:26.448Z PASS [ 4.126s] ( 662/2983) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
61502026-07-01T16:09:26.492Z PASS [ 4.642s] ( 663/2983) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
61512026-07-01T16:09:26.579Z PASS [ 5.837s] ( 664/2983) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
61522026-07-01T16:09:26.870Z PASS [ 3.960s] ( 665/2983) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
61532026-07-01T16:09:27.043Z PASS [ 4.102s] ( 666/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
61542026-07-01T16:09:27.065Z PASS [ 4.111s] ( 667/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
61552026-07-01T16:09:27.164Z PASS [ 4.134s] ( 668/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
61562026-07-01T16:09:27.208Z PASS [ 4.154s] ( 669/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
61572026-07-01T16:09:27.373Z PASS [ 3.908s] ( 670/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
61582026-07-01T16:09:27.414Z PASS [ 3.919s] ( 671/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
61592026-07-01T16:09:27.605Z PASS [ 3.926s] ( 672/2983) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
61602026-07-01T16:09:27.610Z PASS [ 3.943s] ( 673/2983) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
61612026-07-01T16:09:27.617Z PASS [ 4.056s] ( 674/2983) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
61622026-07-01T16:09:27.732Z PASS [ 3.963s] ( 675/2983) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
61632026-07-01T16:09:27.916Z PASS [ 4.063s] ( 676/2983) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
61642026-07-01T16:09:27.943Z PASS [ 4.167s] ( 677/2983) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
61652026-07-01T16:09:28.034Z PASS [ 3.851s] ( 678/2983) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
61662026-07-01T16:09:28.088Z PASS [ 9.831s] ( 679/2983) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
61672026-07-01T16:09:29.046Z PASS [ 3.725s] ( 680/2983) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
61682026-07-01T16:09:29.046Z PASS [ 3.885s] ( 681/2983) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
61692026-07-01T16:09:29.101Z PASS [ 4.055s] ( 682/2983) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
61702026-07-01T16:09:29.902Z PASS [ 4.350s] ( 683/2983) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
61712026-07-01T16:09:30.474Z PASS [ 4.360s] ( 684/2983) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
61722026-07-01T16:09:30.581Z PASS [ 4.435s] ( 685/2983) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
61732026-07-01T16:09:30.729Z PASS [ 4.514s] ( 686/2983) nexus-db-queries db::datastore::sled::test::affinity_multi_group
61742026-07-01T16:09:30.777Z PASS [ 4.329s] ( 687/2983) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
61752026-07-01T16:09:30.789Z PASS [ 4.368s] ( 688/2983) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
61762026-07-01T16:09:30.821Z PASS [ 4.384s] ( 689/2983) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
61772026-07-01T16:09:30.848Z PASS [ 4.355s] ( 690/2983) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
61782026-07-01T16:09:30.888Z PASS [ 4.309s] ( 691/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
61792026-07-01T16:09:31.286Z PASS [ 4.416s] ( 692/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
61802026-07-01T16:09:31.467Z PASS [ 4.424s] ( 693/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
61812026-07-01T16:09:31.610Z PASS [ 4.545s] ( 694/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
61822026-07-01T16:09:31.678Z PASS [ 4.514s] ( 695/2983) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
61832026-07-01T16:09:32.198Z PASS [ 4.989s] ( 696/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation
61842026-07-01T16:09:32.523Z PASS [ 4.912s] ( 697/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
61852026-07-01T16:09:32.836Z PASS [ 5.463s] ( 698/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
61862026-07-01T16:09:32.887Z PASS [ 5.472s] ( 699/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
61872026-07-01T16:09:32.978Z PASS [ 5.373s] ( 700/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
61882026-07-01T16:09:33.105Z PASS [ 5.159s] ( 701/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
61892026-07-01T16:09:33.164Z PASS [ 5.546s] ( 702/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
61902026-07-01T16:09:33.167Z PASS [ 5.209s] ( 703/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
61912026-07-01T16:09:33.290Z PASS [ 5.201s] ( 704/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
61922026-07-01T16:09:33.315Z PASS [ 5.583s] ( 705/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
61932026-07-01T16:09:33.536Z PASS [ 5.620s] ( 706/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
61942026-07-01T16:09:34.473Z PASS [ 15.907s] ( 707/2983) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
61952026-07-01T16:09:35.399Z PASS [ 4.511s] ( 708/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
61962026-07-01T16:09:35.451Z PASS [ 4.661s] ( 709/2983) nexus-db-queries db::datastore::sled::test::sled_list_batch
61972026-07-01T16:09:35.480Z PASS [ 4.633s] ( 710/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
61982026-07-01T16:09:35.509Z PASS [ 4.687s] ( 711/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
61992026-07-01T16:09:35.720Z PASS [ 4.435s] ( 712/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
62002026-07-01T16:09:36.069Z PASS [ 4.391s] ( 713/2983) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
62012026-07-01T16:09:36.088Z PASS [ 4.479s] ( 714/2983) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
62022026-07-01T16:09:36.178Z PASS [ 5.596s] ( 715/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
62032026-07-01T16:09:36.336Z PASS [ 4.869s] ( 716/2983) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
62042026-07-01T16:09:36.340Z PASS [ 4.141s] ( 717/2983) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
62052026-07-01T16:09:36.392Z PASS [ 5.663s] ( 718/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
62062026-07-01T16:09:36.532Z PASS [ 5.755s] ( 719/2983) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
62072026-07-01T16:09:36.535Z PASS [ 6.061s] ( 720/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
62082026-07-01T16:09:37.107Z PASS [ 4.129s] ( 721/2983) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
62092026-07-01T16:09:37.185Z PASS [ 4.299s] ( 722/2983) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
62102026-07-01T16:09:37.212Z PASS [ 4.110s] ( 723/2983) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
62112026-07-01T16:09:37.272Z PASS [ 4.436s] ( 724/2983) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
62122026-07-01T16:09:37.481Z PASS [ 4.192s] ( 725/2983) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
62132026-07-01T16:09:37.520Z PASS [ 4.355s] ( 726/2983) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
62142026-07-01T16:09:37.544Z PASS [ 4.381s] ( 727/2983) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
62152026-07-01T16:09:37.626Z PASS [ 4.311s] ( 728/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
62162026-07-01T16:09:37.714Z PASS [ 4.178s] ( 729/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
62172026-07-01T16:09:39.546Z PASS [ 7.023s] ( 730/2983) nexus-db-queries db::datastore::sled::test::test_sled_transitions
62182026-07-01T16:09:39.738Z PASS [ 4.230s] ( 731/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
62192026-07-01T16:09:39.849Z PASS [ 5.376s] ( 732/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
62202026-07-01T16:09:39.854Z PASS [ 4.133s] ( 733/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
62212026-07-01T16:09:40.283Z PASS [ 4.194s] ( 734/2983) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
62222026-07-01T16:09:40.374Z PASS [ 4.305s] ( 735/2983) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
62232026-07-01T16:09:40.389Z PASS [ 3.997s] ( 736/2983) nexus-db-queries db::datastore::target_release::test::target_release_datastore
62242026-07-01T16:09:40.443Z PASS [ 4.103s] ( 737/2983) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
62252026-07-01T16:09:40.448Z PASS [ 4.112s] ( 738/2983) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
62262026-07-01T16:09:40.505Z PASS [ 4.327s] ( 739/2983) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
62272026-07-01T16:09:40.707Z PASS [ 5.226s] ( 740/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
62282026-07-01T16:09:40.717Z PASS [ 4.181s] ( 741/2983) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
62292026-07-01T16:09:40.893Z PASS [ 5.441s] ( 742/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
62302026-07-01T16:09:40.903Z PASS [ 5.504s] ( 743/2983) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
62312026-07-01T16:09:40.920Z PASS [ 4.388s] ( 744/2983) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
62322026-07-01T16:09:41.104Z PASS [ 3.997s] ( 745/2983) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
62332026-07-01T16:09:41.202Z PASS [ 3.989s] ( 746/2983) nexus-db-queries db::datastore::test::test_project_creation
62342026-07-01T16:09:41.317Z PASS [ 4.045s] ( 747/2983) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
62352026-07-01T16:09:41.349Z PASS [ 4.163s] ( 748/2983) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
62362026-07-01T16:09:41.801Z PASS [ 4.320s] ( 749/2983) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
62372026-07-01T16:09:41.820Z PASS [ 4.275s] ( 750/2983) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
62382026-07-01T16:09:42.044Z PASS [ 4.330s] ( 751/2983) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
62392026-07-01T16:09:42.316Z PASS [ 4.690s] ( 752/2983) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
62402026-07-01T16:09:44.239Z PASS [ 3.957s] ( 753/2983) nexus-db-queries db::datastore::test::test_session_cleanup_batch
62412026-07-01T16:09:44.346Z PASS [ 3.897s] ( 754/2983) nexus-db-queries db::datastore::test::test_table_scan
62422026-07-01T16:09:44.411Z PASS [ 4.021s] ( 755/2983) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
62432026-07-01T16:09:44.442Z PASS [ 4.066s] ( 756/2983) nexus-db-queries db::datastore::test::test_session_methods
62442026-07-01T16:09:44.512Z PASS [ 4.024s] ( 757/2983) nexus-db-queries db::datastore::test::test_ssh_keys
62452026-07-01T16:09:44.725Z PASS [ 4.008s] ( 758/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
62462026-07-01T16:09:44.793Z PASS [ 4.086s] ( 759/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
62472026-07-01T16:09:44.863Z PASS [ 4.358s] ( 760/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
62482026-07-01T16:09:45.157Z PASS [ 4.264s] ( 761/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
62492026-07-01T16:09:45.269Z PASS [ 4.366s] ( 762/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
62502026-07-01T16:09:45.523Z PASS [ 4.602s] ( 763/2983) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
62512026-07-01T16:09:45.540Z PASS [ 4.191s] ( 764/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
62522026-07-01T16:09:45.639Z PASS [ 4.322s] ( 765/2983) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
62532026-07-01T16:09:45.713Z PASS [ 8.193s] ( 766/2983) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
62542026-07-01T16:09:46.157Z PASS [ 4.954s] ( 767/2983) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
62552026-07-01T16:09:46.160Z PASS [ 4.337s] ( 768/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
62562026-07-01T16:09:46.443Z PASS [ 4.399s] ( 769/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
62572026-07-01T16:09:46.483Z PASS [ 4.682s] ( 770/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
62582026-07-01T16:09:46.502Z PASS [ 0.058s] ( 771/2983) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
62592026-07-01T16:09:46.536Z PASS [ 0.054s] ( 772/2983) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
62602026-07-01T16:09:47.350Z PASS [ 7.804s] ( 773/2983) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
62612026-07-01T16:09:47.601Z PASS [ 5.285s] ( 774/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
62622026-07-01T16:09:47.715Z PASS [ 7.977s] ( 775/2983) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
62632026-07-01T16:09:48.317Z PASS [ 8.463s] ( 776/2983) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
62642026-07-01T16:09:48.456Z PASS [ 4.016s] ( 777/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
62652026-07-01T16:09:48.578Z PASS [ 4.338s] ( 778/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
62662026-07-01T16:09:48.690Z PASS [ 4.344s] ( 779/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
62672026-07-01T16:09:48.887Z PASS [ 4.162s] ( 780/2983) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
62682026-07-01T16:09:48.977Z PASS [ 4.184s] ( 781/2983) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
62692026-07-01T16:09:49.095Z PASS [ 4.627s] ( 782/2983) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
62702026-07-01T16:09:49.116Z PASS [ 4.705s] ( 783/2983) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
62712026-07-01T16:09:49.165Z PASS [ 4.302s] ( 784/2983) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
62722026-07-01T16:09:49.218Z PASS [ 0.240s] ( 785/2983) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
62732026-07-01T16:09:49.223Z PASS [ 9.375s] ( 786/2983) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
62742026-07-01T16:09:49.347Z PASS [ 4.189s] ( 787/2983) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
62752026-07-01T16:09:49.471Z PASS [ 4.201s] ( 788/2983) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
62762026-07-01T16:09:49.525Z PASS [ 4.002s] ( 789/2983) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
62772026-07-01T16:09:49.649Z PASS [ 3.935s] ( 790/2983) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
62782026-07-01T16:09:49.654Z PASS [ 4.114s] ( 791/2983) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
62792026-07-01T16:09:49.888Z PASS [ 4.248s] ( 792/2983) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
62802026-07-01T16:09:50.266Z PASS [ 4.109s] ( 793/2983) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
62812026-07-01T16:09:50.319Z PASS [ 0.053s] ( 794/2983) nexus-db-queries db::pagination::test::test_paginator
62822026-07-01T16:09:51.264Z PASS [ 3.914s] ( 795/2983) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
62832026-07-01T16:09:51.486Z PASS [ 3.885s] ( 796/2983) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
62842026-07-01T16:09:51.633Z PASS [ 3.917s] ( 797/2983) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
62852026-07-01T16:09:51.699Z PASS [ 1.379s] ( 798/2983) nexus-db-queries db::pool::test::test_pool_can_be_terminated
62862026-07-01T16:09:51.706Z PASS [ 2.542s] ( 799/2983) nexus-db-queries db::explain::test::test_explain_async
62872026-07-01T16:09:51.825Z PASS [ 2.608s] ( 800/2983) nexus-db-queries db::explain::test::test_explain_full_table_scan
62882026-07-01T16:09:51.881Z PASS [ 2.787s] ( 801/2983) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
62892026-07-01T16:09:52.119Z PASS [ 2.895s] ( 802/2983) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
62902026-07-01T16:09:52.232Z PASS [ 2.886s] ( 803/2983) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
62912026-07-01T16:09:52.364Z PASS [ 2.893s] ( 804/2983) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
62922026-07-01T16:09:52.440Z PASS [ 2.914s] ( 805/2983) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
62932026-07-01T16:09:52.516Z PASS [ 0.283s] ( 806/2983) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
62942026-07-01T16:09:52.622Z PASS [ 2.968s] ( 807/2983) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
62952026-07-01T16:09:52.630Z PASS [ 0.267s] ( 808/2983) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
62962026-07-01T16:09:52.639Z PASS [ 2.991s] ( 809/2983) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
62972026-07-01T16:09:52.642Z PASS [ 4.323s] ( 810/2983) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
62982026-07-01T16:09:52.690Z PASS [ 1.426s] ( 811/2983) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
62992026-07-01T16:09:52.706Z PASS [ 0.267s] ( 812/2983) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
63002026-07-01T16:09:52.719Z PASS [ 4.262s] ( 813/2983) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
63012026-07-01T16:09:52.758Z PASS [ 0.242s] ( 814/2983) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
63022026-07-01T16:09:52.781Z PASS [ 2.893s] ( 815/2983) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
63032026-07-01T16:09:53.237Z PASS [ 4.120s] ( 816/2983) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
63042026-07-01T16:09:53.279Z PASS [ 4.589s] ( 817/2983) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
63052026-07-01T16:09:53.488Z PASS [ 0.251s] ( 818/2983) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
63062026-07-01T16:09:53.521Z PASS [ 0.242s] ( 819/2983) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
63072026-07-01T16:09:53.729Z PASS [ 5.151s] ( 820/2983) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
63082026-07-01T16:09:53.775Z PASS [ 0.254s] ( 821/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
63092026-07-01T16:09:54.021Z PASS [ 7.862s] ( 822/2983) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
63102026-07-01T16:09:54.055Z PASS [ 0.326s] ( 823/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
63112026-07-01T16:09:54.063Z PASS [ 0.288s] ( 824/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
63122026-07-01T16:09:54.102Z PASS [ 5.215s] ( 825/2983) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
63132026-07-01T16:09:54.291Z PASS [ 0.271s] ( 826/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
63142026-07-01T16:09:54.322Z PASS [ 2.624s] ( 827/2983) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
63152026-07-01T16:09:54.344Z PASS [ 0.289s] ( 828/2983) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
63162026-07-01T16:09:54.348Z PASS [ 0.284s] ( 829/2983) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
63172026-07-01T16:09:54.626Z PASS [ 8.124s] ( 830/2983) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
63182026-07-01T16:09:54.806Z PASS [ 8.269s] ( 831/2983) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
63192026-07-01T16:09:55.391Z PASS [ 0.765s] ( 832/2983) nexus-db-queries db::queries::network_interface::tests::expectorate_query
63202026-07-01T16:09:55.720Z PASS [ 4.013s] ( 833/2983) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
63212026-07-01T16:09:55.784Z PASS [ 4.151s] ( 834/2983) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
63222026-07-01T16:09:55.817Z PASS [ 4.331s] ( 835/2983) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
63232026-07-01T16:09:55.866Z PASS [ 0.049s] ( 836/2983) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
63242026-07-01T16:09:56.252Z PASS [ 4.427s] ( 837/2983) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
63252026-07-01T16:09:56.389Z PASS [ 4.508s] ( 838/2983) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
63262026-07-01T16:09:56.404Z PASS [ 2.917s] ( 839/2983) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
63272026-07-01T16:09:56.469Z PASS [ 4.345s] ( 840/2983) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
63282026-07-01T16:09:56.801Z PASS [ 4.110s] ( 841/2983) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
63292026-07-01T16:09:56.809Z PASS [ 4.169s] ( 842/2983) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
63302026-07-01T16:09:56.829Z PASS [ 4.122s] ( 843/2983) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
63312026-07-01T16:09:56.896Z PASS [ 4.256s] ( 844/2983) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
63322026-07-01T16:09:57.272Z PASS [ 4.513s] ( 845/2983) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
63332026-07-01T16:09:57.292Z PASS [ 4.573s] ( 846/2983) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
63342026-07-01T16:09:57.350Z PASS [ 4.727s] ( 847/2983) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
63352026-07-01T16:09:57.359Z PASS [ 4.728s] ( 848/2983) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
63362026-07-01T16:09:57.378Z PASS [ 4.596s] ( 849/2983) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
63372026-07-01T16:09:58.331Z PASS [ 4.229s] ( 850/2983) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
63382026-07-01T16:09:58.381Z PASS [ 0.050s] ( 851/2983) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
63392026-07-01T16:09:58.468Z PASS [ 4.120s] ( 852/2983) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
63402026-07-01T16:09:58.531Z PASS [ 4.186s] ( 853/2983) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
63412026-07-01T16:09:58.821Z PASS [ 4.531s] ( 854/2983) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
63422026-07-01T16:09:58.912Z PASS [ 4.589s] ( 855/2983) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
63432026-07-01T16:09:58.932Z PASS [ 4.126s] ( 856/2983) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
63442026-07-01T16:09:58.983Z PASS [ 0.050s] ( 857/2983) nexus-db-queries db::queries::next_item::tests::test_shift_indices
63452026-07-01T16:10:00.140Z PASS [ 4.273s] ( 858/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
63462026-07-01T16:10:00.143Z PASS [ 4.422s] ( 859/2983) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
63472026-07-01T16:10:00.224Z PASS [ 4.832s] ( 860/2983) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
63482026-07-01T16:10:00.343Z PASS [ 3.938s] ( 861/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
63492026-07-01T16:10:00.465Z PASS [ 4.075s] ( 862/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
63502026-07-01T16:10:00.490Z PASS [ 0.348s] ( 863/2983) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
63512026-07-01T16:10:00.493Z PASS [ 0.352s] ( 864/2983) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
63522026-07-01T16:10:00.518Z PASS [ 0.052s] ( 865/2983) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
63532026-07-01T16:10:00.552Z PASS [ 0.062s] ( 866/2983) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
63542026-07-01T16:10:00.580Z PASS [ 4.328s] ( 867/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
63552026-07-01T16:10:00.765Z PASS [ 3.965s] ( 868/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
63562026-07-01T16:10:00.775Z PASS [ 4.310s] ( 869/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
63572026-07-01T16:10:00.799Z PASS [ 5.014s] ( 870/2983) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
63582026-07-01T16:10:00.809Z PASS [ 4.000s] ( 871/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
63592026-07-01T16:10:00.916Z PASS [ 4.087s] ( 872/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
63602026-07-01T16:10:01.019Z PASS [ 4.124s] ( 873/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
63612026-07-01T16:10:01.067Z PASS [ 0.257s] ( 874/2983) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
63622026-07-01T16:10:01.305Z PASS [ 0.285s] ( 875/2983) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
63632026-07-01T16:10:01.374Z PASS [ 2.906s] ( 876/2983) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
63642026-07-01T16:10:01.378Z PASS [ 0.308s] ( 877/2983) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
63652026-07-01T16:10:01.510Z PASS [ 2.979s] ( 878/2983) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
63662026-07-01T16:10:01.517Z PASS [ 1.025s] ( 879/2983) nexus-db-queries db::queries::region_allocation::test::expectorate_query
63672026-07-01T16:10:01.534Z PASS [ 4.262s] ( 880/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
63682026-07-01T16:10:01.548Z PASS [ 4.256s] ( 881/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
63692026-07-01T16:10:01.575Z PASS [ 4.198s] ( 882/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
63702026-07-01T16:10:01.605Z PASS [ 4.255s] ( 883/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
63712026-07-01T16:10:01.609Z PASS [ 4.250s] ( 884/2983) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
63722026-07-01T16:10:01.742Z PASS [ 0.233s] ( 885/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
63732026-07-01T16:10:01.746Z PASS [ 0.226s] ( 886/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
63742026-07-01T16:10:01.753Z PASS [ 0.449s] ( 887/2983) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
63752026-07-01T16:10:01.773Z PASS [ 2.862s] ( 888/2983) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
63762026-07-01T16:10:01.777Z PASS [ 2.953s] ( 889/2983) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
63772026-07-01T16:10:01.777Z PASS [ 0.241s] ( 890/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
63782026-07-01T16:10:01.781Z PASS [ 0.233s] ( 891/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
63792026-07-01T16:10:01.838Z PASS [ 0.084s] ( 892/2983) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
63802026-07-01T16:10:01.842Z PASS [ 0.099s] ( 893/2983) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
63812026-07-01T16:10:01.879Z PASS [ 2.897s] ( 894/2983) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
63822026-07-01T16:10:01.883Z PASS [ 0.109s] ( 895/2983) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
63832026-07-01T16:10:01.889Z PASS [ 0.114s] ( 896/2983) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
63842026-07-01T16:10:01.893Z PASS [ 0.119s] ( 897/2983) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
63852026-07-01T16:10:02.093Z PASS [ 0.312s] ( 898/2983) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
63862026-07-01T16:10:02.211Z PASS [ 0.329s] ( 899/2983) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
63872026-07-01T16:10:02.627Z PASS [ 4.245s] ( 900/2983) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
63882026-07-01T16:10:02.672Z PASS [ 2.449s] ( 901/2983) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
63892026-07-01T16:10:02.913Z PASS [ 2.570s] ( 902/2983) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
63902026-07-01T16:10:03.087Z PASS [ 2.570s] ( 903/2983) nexus-db-queries db::queries::region_allocation::test::explainable
63912026-07-01T16:10:03.290Z PASS [ 2.374s] ( 904/2983) nexus-db-queries db::queries::regions_hard_delete::test::explainable
63922026-07-01T16:10:03.942Z PASS [ 2.568s] ( 905/2983) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
63932026-07-01T16:10:04.018Z PASS [ 2.643s] ( 906/2983) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
63942026-07-01T16:10:04.042Z PASS [ 0.023s] ( 907/2983) nexus-defaults tests::test_random_vpc_ipv6_prefix
63952026-07-01T16:10:04.068Z PASS [ 0.027s] ( 908/2983) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
63962026-07-01T16:10:04.085Z PASS [ 2.480s] ( 909/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
63972026-07-01T16:10:04.088Z PASS [ 2.512s] ( 910/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
63982026-07-01T16:10:04.100Z PASS [ 0.032s] ( 911/2983) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
63992026-07-01T16:10:04.120Z PASS [ 0.035s] ( 912/2983) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
64002026-07-01T16:10:04.140Z PASS [ 0.053s] ( 913/2983) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
64012026-07-01T16:10:04.144Z PASS [ 2.534s] ( 914/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
64022026-07-01T16:10:04.162Z PASS [ 0.042s] ( 915/2983) nexus-fm builder::case::tests::dirty_bits_default_false
64032026-07-01T16:10:04.179Z PASS [ 0.036s] ( 916/2983) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
64042026-07-01T16:10:04.182Z PASS [ 0.040s] ( 917/2983) nexus-fm builder::case::tests::request_alert_flips_alert_state
64052026-07-01T16:10:04.195Z PASS [ 0.095s] ( 918/2983) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
64062026-07-01T16:10:04.203Z PASS [ 0.039s] ( 919/2983) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
64072026-07-01T16:10:04.225Z PASS [ 0.040s] ( 920/2983) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
64082026-07-01T16:10:04.229Z PASS [ 0.049s] ( 921/2983) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
64092026-07-01T16:10:04.242Z PASS [ 0.046s] ( 922/2983) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
64102026-07-01T16:10:04.246Z PASS [ 0.045s] ( 923/2983) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
64112026-07-01T16:10:04.262Z PASS [ 0.041s] ( 924/2983) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
64122026-07-01T16:10:04.274Z PASS [ 0.045s] ( 925/2983) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
64132026-07-01T16:10:04.287Z PASS [ 0.040s] ( 926/2983) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
64142026-07-01T16:10:04.290Z PASS [ 0.048s] ( 927/2983) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
64152026-07-01T16:10:04.293Z PASS [ 2.549s] ( 928/2983) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
64162026-07-01T16:10:04.305Z PASS [ 0.044s] ( 929/2983) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
64172026-07-01T16:10:04.328Z PASS [ 0.054s] ( 930/2983) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
64182026-07-01T16:10:04.343Z PASS [ 0.053s] ( 931/2983) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
64192026-07-01T16:10:04.344Z PASS [ 0.057s] ( 932/2983) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
64202026-07-01T16:10:04.348Z PASS [ 0.054s] ( 933/2983) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
64212026-07-01T16:10:04.359Z PASS [ 0.052s] ( 934/2983) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
64222026-07-01T16:10:04.379Z PASS [ 0.050s] ( 935/2983) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
64232026-07-01T16:10:04.391Z PASS [ 2.553s] ( 936/2983) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
64242026-07-01T16:10:04.396Z PASS [ 0.051s] ( 937/2983) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
64252026-07-01T16:10:04.407Z PASS [ 0.061s] ( 938/2983) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
64262026-07-01T16:10:04.412Z PASS [ 0.053s] ( 939/2983) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
64272026-07-01T16:10:04.415Z PASS [ 0.069s] ( 940/2983) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
64282026-07-01T16:10:04.427Z PASS [ 0.048s] ( 941/2983) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
64292026-07-01T16:10:04.435Z PASS [ 0.041s] ( 942/2983) nexus-inventory builder::test::test_empty
64302026-07-01T16:10:04.443Z PASS [ 0.052s] ( 943/2983) nexus-inventory builder::test::test_basic
64312026-07-01T16:10:04.448Z PASS [ 0.042s] ( 944/2983) nexus-inventory builder::test::test_problems
64322026-07-01T16:10:04.526Z PASS [ 2.684s] ( 945/2983) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
64332026-07-01T16:10:04.535Z PASS [ 2.655s] ( 946/2983) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
64342026-07-01T16:10:04.777Z PASS [ 0.350s] ( 947/2983) nexus-inventory collector::test::test_multi_mgs_failure
64352026-07-01T16:10:04.798Z PASS [ 4.217s] ( 948/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
64362026-07-01T16:10:04.817Z PASS [ 4.265s] ( 949/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
64372026-07-01T16:10:04.914Z PASS [ 4.115s] ( 950/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
64382026-07-01T16:10:04.973Z PASS [ 4.199s] ( 951/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
64392026-07-01T16:10:04.976Z PASS [ 0.538s] ( 952/2983) nexus-inventory collector::test::test_sled_agent_failure
64402026-07-01T16:10:05.005Z PASS [ 4.239s] ( 953/2983) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
64412026-07-01T16:10:05.124Z PASS [ 0.712s] ( 954/2983) nexus-inventory collector::test::test_basic
64422026-07-01T16:10:05.301Z PASS [ 1.359s] ( 955/2983) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
64432026-07-01T16:10:05.357Z PASS [ 0.944s] ( 956/2983) nexus-inventory collector::test::test_multi_mgs
64442026-07-01T16:10:05.455Z PASS [ 0.920s] ( 957/2983) nexus-mgs-updates driver_update::test::test_rot_basic_failures
64452026-07-01T16:10:05.627Z PASS [ 0.849s] ( 958/2983) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
64462026-07-01T16:10:05.754Z PASS [ 0.841s] ( 959/2983) nexus-mgs-updates driver_update::test::test_sp_basic_failures
64472026-07-01T16:10:05.809Z PASS [ 3.920s] ( 960/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
64482026-07-01T16:10:05.849Z PASS [ 0.040s] ( 961/2983) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
64492026-07-01T16:10:05.854Z PASS [ 3.961s] ( 962/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
64502026-07-01T16:10:05.874Z PASS [ 0.248s] ( 963/2983) nexus-mgs-updates test_util::step_through::test::test_basic
64512026-07-01T16:10:05.890Z PASS [ 0.040s] ( 964/2983) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
64522026-07-01T16:10:05.901Z PASS [ 3.689s] ( 965/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
64532026-07-01T16:10:05.901Z PASS [ 3.808s] ( 966/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
64542026-07-01T16:10:05.905Z PASS [ 0.051s] ( 967/2983) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
64552026-07-01T16:10:05.919Z PASS [ 0.045s] ( 968/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
64562026-07-01T16:10:05.932Z PASS [ 0.042s] ( 969/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
64572026-07-01T16:10:05.946Z PASS [ 0.045s] ( 970/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
64582026-07-01T16:10:05.951Z PASS [ 0.050s] ( 971/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
64592026-07-01T16:10:05.955Z PASS [ 0.047s] ( 972/2983) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
64602026-07-01T16:10:05.963Z PASS [ 0.209s] ( 973/2983) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
64612026-07-01T16:10:05.966Z PASS [ 0.044s] ( 974/2983) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
64622026-07-01T16:10:05.977Z PASS [ 0.045s] ( 975/2983) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
64632026-07-01T16:10:05.991Z PASS [ 0.045s] ( 976/2983) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
64642026-07-01T16:10:05.997Z PASS [ 0.044s] ( 977/2983) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
64652026-07-01T16:10:06.002Z PASS [ 0.048s] ( 978/2983) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
64662026-07-01T16:10:06.007Z PASS [ 0.044s] ( 979/2983) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
64672026-07-01T16:10:06.013Z PASS [ 0.050s] ( 980/2983) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
64682026-07-01T16:10:06.021Z PASS [ 0.044s] ( 981/2983) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
64692026-07-01T16:10:06.035Z PASS [ 0.043s] ( 982/2983) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
64702026-07-01T16:10:06.040Z PASS [ 0.045s] ( 983/2983) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
64712026-07-01T16:10:06.048Z PASS [ 0.048s] ( 984/2983) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
64722026-07-01T16:10:06.063Z PASS [ 0.056s] ( 985/2983) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
64732026-07-01T16:10:06.069Z PASS [ 0.047s] ( 986/2983) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
64742026-07-01T16:10:06.230Z PASS [ 25.125s] ( 987/2983) nexus-db-queries db::datastore::update::test::test_list_unpruned
64752026-07-01T16:10:06.298Z PASS [ 0.068s] ( 988/2983) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
64762026-07-01T16:10:06.329Z PASS [ 3.703s] ( 989/2983) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
64772026-07-01T16:10:06.360Z PASS [ 0.062s] ( 990/2983) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
64782026-07-01T16:10:06.382Z PASS [ 0.052s] ( 991/2983) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
64792026-07-01T16:10:06.419Z PASS [ 0.058s] ( 992/2983) nexus-reconfigurator-execution dns::test::test_dns_compute_update
64802026-07-01T16:10:06.465Z PASS [ 1.163s] ( 993/2983) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
64812026-07-01T16:10:06.728Z PASS [ 3.438s] ( 994/2983) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
64822026-07-01T16:10:06.868Z PASS [ 3.780s] ( 995/2983) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
64832026-07-01T16:10:06.995Z PASS [ 2.551s] ( 996/2983) nexus-metrics-producer-gc tests::test_prune_expired_producers
64842026-07-01T16:10:07.060Z PASS [ 0.066s] ( 997/2983) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
64852026-07-01T16:10:07.122Z PASS [ 2.596s] ( 998/2983) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
64862026-07-01T16:10:07.160Z PASS [ 0.038s] ( 999/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
64872026-07-01T16:10:07.194Z PASS [ 0.034s] (1000/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
64882026-07-01T16:10:07.230Z PASS [ 0.035s] (1001/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
64892026-07-01T16:10:07.282Z PASS [ 0.052s] (1002/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
64902026-07-01T16:10:07.323Z PASS [ 0.040s] (1003/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
64912026-07-01T16:10:07.362Z PASS [ 0.040s] (1004/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
64922026-07-01T16:10:07.405Z PASS [ 0.042s] (1005/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
64932026-07-01T16:10:07.442Z PASS [ 0.037s] (1006/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
64942026-07-01T16:10:07.456Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
64952026-07-01T16:10:07.460Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64962026-07-01T16:10:07.484Z PASS [ 0.042s] (1007/2983) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
64972026-07-01T16:10:07.514Z PASS [ 0.030s] (1008/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
64982026-07-01T16:10:07.531Z PASS [ 3.082s] (1009/2983) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
64992026-07-01T16:10:07.552Z PASS [ 0.038s] (1010/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
65002026-07-01T16:10:07.562Z PASS [ 0.032s] (1011/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
65012026-07-01T16:10:07.583Z PASS [ 0.030s] (1012/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
65022026-07-01T16:10:07.591Z PASS [ 0.028s] (1013/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
65032026-07-01T16:10:07.609Z PASS [ 0.027s] (1014/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
65042026-07-01T16:10:07.619Z PASS [ 0.029s] (1015/2983) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
65052026-07-01T16:10:07.637Z PASS [ 0.028s] (1016/2983) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
65062026-07-01T16:10:07.664Z PASS [ 0.045s] (1017/2983) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
65072026-07-01T16:10:07.895Z PASS [ 0.230s] (1018/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
65082026-07-01T16:10:08.134Z PASS [ 0.240s] (1019/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
65092026-07-01T16:10:08.374Z PASS [ 0.239s] (1020/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
65102026-07-01T16:10:08.443Z PASS [ 0.070s] (1021/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
65112026-07-01T16:10:08.478Z PASS [ 0.034s] (1022/2983) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
65122026-07-01T16:10:08.525Z PASS [ 0.047s] (1023/2983) nexus-reconfigurator-planning example::tests::builder_all_zone_types
65132026-07-01T16:10:08.576Z PASS [ 0.051s] (1024/2983) nexus-reconfigurator-planning example::tests::builder_zone_counts
65142026-07-01T16:10:09.507Z PASS [ 4.503s] (1025/2983) nexus-mgs-updates driver_update::test::test_sp_update_watched
65152026-07-01T16:10:09.539Z PASS [ 0.031s] (1026/2983) nexus-reconfigurator-planning example::tests::instances_on_examples
65162026-07-01T16:10:09.592Z PASS [ 0.053s] (1027/2983) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
65172026-07-01T16:10:09.636Z PASS [ 0.043s] (1028/2983) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
65182026-07-01T16:10:09.679Z PASS [ 0.043s] (1029/2983) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
65192026-07-01T16:10:09.724Z PASS [ 0.046s] (1030/2983) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
65202026-07-01T16:10:09.769Z PASS [ 0.045s] (1031/2983) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
65212026-07-01T16:10:09.813Z PASS [ 0.044s] (1032/2983) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
65222026-07-01T16:10:09.837Z PASS [ 2.201s] (1033/2983) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
65232026-07-01T16:10:09.857Z PASS [ 0.044s] (1034/2983) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
65242026-07-01T16:10:09.879Z PASS [ 0.041s] (1035/2983) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
65252026-07-01T16:10:09.912Z PASS [ 0.055s] (1036/2983) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
65262026-07-01T16:10:09.926Z PASS [ 0.047s] (1037/2983) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
65272026-07-01T16:10:09.967Z PASS [ 0.054s] (1038/2983) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
65282026-07-01T16:10:10.034Z PASS [ 0.107s] (1039/2983) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
65292026-07-01T16:10:10.040Z PASS [ 0.073s] (1040/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
65302026-07-01T16:10:10.119Z PASS [ 0.077s] (1041/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
65312026-07-01T16:10:10.141Z PASS [ 0.107s] (1042/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
65322026-07-01T16:10:10.260Z PASS [ 0.142s] (1043/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
65332026-07-01T16:10:10.343Z PASS [ 0.202s] (1044/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
65342026-07-01T16:10:10.398Z PASS [ 0.138s] (1045/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
65352026-07-01T16:10:10.413Z PASS [ 0.070s] (1046/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
65362026-07-01T16:10:10.461Z PASS [ 0.063s] (1047/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
65372026-07-01T16:10:10.491Z PASS [ 0.078s] (1048/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
65382026-07-01T16:10:10.558Z PASS [ 0.096s] (1049/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
65392026-07-01T16:10:10.584Z PASS [ 0.093s] (1050/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
65402026-07-01T16:10:10.619Z PASS [ 4.550s] (1051/2983) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
65412026-07-01T16:10:10.635Z PASS [ 0.076s] (1052/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
65422026-07-01T16:10:10.682Z PASS [ 4.634s] (1053/2983) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
65432026-07-01T16:10:10.713Z PASS [ 4.650s] (1054/2983) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
65442026-07-01T16:10:10.753Z PASS [ 0.134s] (1055/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
65452026-07-01T16:10:10.757Z PASS [ 0.120s] (1056/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
65462026-07-01T16:10:10.777Z PASS [ 0.095s] (1057/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
65472026-07-01T16:10:10.791Z PASS [ 4.749s] (1058/2983) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
65482026-07-01T16:10:10.806Z PASS [ 5.681s] (1059/2983) nexus-mgs-updates driver_update::test_host_phase_1::basic
65492026-07-01T16:10:10.812Z PASS [ 0.098s] (1060/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
65502026-07-01T16:10:10.844Z PASS [ 0.090s] (1061/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
65512026-07-01T16:10:10.864Z PASS [ 0.086s] (1062/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
65522026-07-01T16:10:10.868Z PASS [ 0.078s] (1063/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
65532026-07-01T16:10:11.242Z PASS [ 0.657s] (1064/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
65542026-07-01T16:10:11.479Z PASS [ 0.725s] (1065/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
65552026-07-01T16:10:11.549Z PASS [ 0.070s] (1066/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
65562026-07-01T16:10:11.560Z PASS [ 6.742s] (1067/2983) nexus-mgs-updates driver_update::test::test_rot_update_basic
65572026-07-01T16:10:11.581Z PASS [ 3.005s] (1068/2983) nexus-reconfigurator-planning example::tests::dns_resolution_works
65582026-07-01T16:10:11.641Z PASS [ 6.843s] (1069/2983) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
65592026-07-01T16:10:11.922Z PASS [ 1.053s] (1070/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
65602026-07-01T16:10:11.941Z PASS [ 0.019s] (1071/2983) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
65612026-07-01T16:10:11.959Z PASS [ 1.147s] (1072/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
65622026-07-01T16:10:11.975Z PASS [ 0.034s] (1073/2983) nexus-saga-recovery recovery::test::test_execution_basic
65632026-07-01T16:10:11.992Z PASS [ 0.033s] (1074/2983) nexus-saga-recovery recovery::test::test_plan_basic
65642026-07-01T16:10:12.005Z PASS [ 0.029s] (1075/2983) nexus-saga-recovery recovery::test::test_read_all_from_channel
65652026-07-01T16:10:12.028Z PASS [ 0.036s] (1076/2983) nexus-saga-recovery test::test_basic
65662026-07-01T16:10:12.034Z PASS [ 0.029s] (1077/2983) nexus-switch-config tests::all_problems_are_accumulated
65672026-07-01T16:10:12.057Z PASS [ 0.028s] (1078/2983) nexus-switch-config tests::empty_port_list_is_reported
65682026-07-01T16:10:12.063Z PASS [ 0.029s] (1079/2983) nexus-switch-config tests::illegal_max_paths_is_reported
65692026-07-01T16:10:12.083Z PASS [ 0.026s] (1080/2983) nexus-switch-config tests::malformed_uplink_address_is_reported
65702026-07-01T16:10:12.089Z PASS [ 0.026s] (1081/2983) nexus-switch-config tests::missing_rack_subnet_is_reported
65712026-07-01T16:10:12.115Z PASS [ 0.032s] (1082/2983) nexus-switch-config tests::no_silent_port_drops
65722026-07-01T16:10:12.120Z PASS [ 0.031s] (1083/2983) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
65732026-07-01T16:10:12.177Z PASS [ 0.062s] (1084/2983) nexus-switch-config tests::peered_port_requires_switch_bgp_config
65742026-07-01T16:10:12.185Z PASS [ 1.341s] (1085/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
65752026-07-01T16:10:12.215Z PASS [ 0.038s] (1086/2983) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
65762026-07-01T16:10:12.229Z PASS [ 0.044s] (1087/2983) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
65772026-07-01T16:10:12.281Z PASS [ 0.052s] (1088/2983) nexus-types alert::tests::test_from_str_roundtrips
65782026-07-01T16:10:12.286Z PASS [ 0.166s] (1089/2983) nexus-switch-config tests::peered_port_switch_asn
65792026-07-01T16:10:12.310Z PASS [ 0.029s] (1090/2983) nexus-types alert::tests::test_is_test
65802026-07-01T16:10:12.317Z PASS [ 0.031s] (1091/2983) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
65812026-07-01T16:10:12.340Z PASS [ 0.030s] (1092/2983) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
65822026-07-01T16:10:12.347Z PASS [ 0.030s] (1093/2983) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
65832026-07-01T16:10:12.371Z PASS [ 0.031s] (1094/2983) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
65842026-07-01T16:10:12.377Z PASS [ 0.031s] (1095/2983) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
65852026-07-01T16:10:12.405Z PASS [ 0.034s] (1096/2983) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
65862026-07-01T16:10:12.411Z PASS [ 0.031s] (1097/2983) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
65872026-07-01T16:10:12.445Z PASS [ 0.036s] (1098/2983) nexus-types deployment::test::test_serialize_pending_mgs_updates
65882026-07-01T16:10:12.478Z PASS [ 0.033s] (1099/2983) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
65892026-07-01T16:10:12.514Z PASS [ 0.036s] (1100/2983) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
65902026-07-01T16:10:12.537Z PASS [ 1.732s] (1101/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
65912026-07-01T16:10:12.549Z PASS [ 0.035s] (1102/2983) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
65922026-07-01T16:10:12.568Z PASS [ 0.030s] (1103/2983) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
65932026-07-01T16:10:12.583Z PASS [ 0.034s] (1104/2983) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
65942026-07-01T16:10:12.602Z PASS [ 0.034s] (1105/2983) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
65952026-07-01T16:10:12.613Z PASS [ 0.030s] (1106/2983) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
65962026-07-01T16:10:12.633Z PASS [ 0.030s] (1107/2983) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
65972026-07-01T16:10:12.650Z PASS [ 0.037s] (1108/2983) nexus-types fm::case::tests::test_case_display
65982026-07-01T16:10:12.663Z PASS [ 0.030s] (1109/2983) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
65992026-07-01T16:10:12.681Z PASS [ 0.031s] (1110/2983) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
66002026-07-01T16:10:12.697Z PASS [ 0.034s] (1111/2983) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
66012026-07-01T16:10:12.720Z PASS [ 0.039s] (1112/2983) nexus-types quiesce::test::test_drained_blueprint
66022026-07-01T16:10:12.736Z PASS [ 0.039s] (1113/2983) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
66032026-07-01T16:10:12.767Z PASS [ 0.046s] (1114/2983) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
66042026-07-01T16:10:12.782Z PASS [ 0.046s] (1115/2983) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
66052026-07-01T16:10:12.815Z PASS [ 0.048s] (1116/2983) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
66062026-07-01T16:10:12.825Z PASS [ 0.043s] (1117/2983) nexus-types quiesce::test::test_quiesce_block_on_reassignment
66072026-07-01T16:10:12.853Z PASS [ 0.038s] (1118/2983) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
66082026-07-01T16:10:12.875Z PASS [ 0.050s] (1119/2983) nexus-types quiesce::test::test_quiesce_block_on_saga_started
66092026-07-01T16:10:12.875Z PASS [ 2.011s] (1120/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
66102026-07-01T16:10:12.916Z PASS [ 0.062s] (1121/2983) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
66112026-07-01T16:10:12.935Z PASS [ 0.059s] (1122/2983) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
66122026-07-01T16:10:12.948Z PASS [ 0.073s] (1123/2983) nexus-types quiesce::test::test_quiesce_noop
66132026-07-01T16:10:12.972Z PASS [ 0.036s] (1124/2983) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
66142026-07-01T16:10:12.979Z PASS [ 0.064s] (1125/2983) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
66152026-07-01T16:10:13.002Z PASS [ 0.053s] (1126/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
66162026-07-01T16:10:13.014Z PASS [ 0.043s] (1127/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
66172026-07-01T16:10:13.031Z PASS [ 0.052s] (1128/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
66182026-07-01T16:10:13.039Z PASS [ 0.037s] (1129/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
66192026-07-01T16:10:13.061Z PASS [ 0.046s] (1130/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
66202026-07-01T16:10:13.080Z PASS [ 0.049s] (1131/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
66212026-07-01T16:10:13.087Z PASS [ 0.047s] (1132/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
66222026-07-01T16:10:13.106Z PASS [ 0.046s] (1133/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
66232026-07-01T16:10:13.120Z PASS [ 0.040s] (1134/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
66242026-07-01T16:10:13.121Z PASS [ 0.034s] (1135/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
66252026-07-01T16:10:13.177Z PASS [ 0.054s] (1136/2983) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
66262026-07-01T16:10:13.213Z PASS [ 0.036s] (1137/2983) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
66272026-07-01T16:10:13.216Z PASS [ 0.094s] (1138/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
66282026-07-01T16:10:13.223Z PASS [ 0.117s] (1139/2983) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
66292026-07-01T16:10:13.248Z PASS [ 0.035s] (1140/2983) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
66302026-07-01T16:10:13.252Z PASS [ 0.037s] (1141/2983) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
66312026-07-01T16:10:13.255Z PASS [ 0.032s] (1142/2983) nexus-types-versions impls::policy::tests::test_policy_parsing
66322026-07-01T16:10:13.276Z PASS [ 0.027s] (1143/2983) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
66332026-07-01T16:10:13.281Z PASS [ 0.029s] (1144/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
66342026-07-01T16:10:13.285Z PASS [ 0.029s] (1145/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
66352026-07-01T16:10:13.303Z PASS [ 0.027s] (1146/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
66362026-07-01T16:10:13.310Z PASS [ 0.029s] (1147/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
66372026-07-01T16:10:13.313Z PASS [ 0.027s] (1148/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
66382026-07-01T16:10:13.330Z PASS [ 0.027s] (1149/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
66392026-07-01T16:10:13.337Z PASS [ 0.027s] (1150/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
66402026-07-01T16:10:13.361Z PASS [ 0.048s] (1151/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
66412026-07-01T16:10:13.361Z PASS [ 0.030s] (1152/2983) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
66422026-07-01T16:10:13.426Z PASS [ 0.089s] (1153/2983) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
66432026-07-01T16:10:13.477Z PASS [ 0.115s] (1154/2983) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
66442026-07-01T16:10:13.510Z PASS [ 0.149s] (1155/2983) omicron-certificates tests::test_cert_extended_key_usage
66452026-07-01T16:10:13.519Z PASS [ 0.092s] (1156/2983) omicron-certificates tests::test_common_name_is_validated
66462026-07-01T16:10:13.575Z PASS [ 0.098s] (1157/2983) omicron-certificates tests::test_subject_alternate_names_are_validated
66472026-07-01T16:10:13.585Z PASS [ 0.076s] (1158/2983) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
66482026-07-01T16:10:13.652Z PASS [ 8.679s] (1159/2983) nexus-mgs-updates driver_update::test::test_sp_update_basic
66492026-07-01T16:10:14.603Z PASS [ 3.361s] (1160/2983) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
66502026-07-01T16:10:15.024Z PASS [ 1.438s] (1161/2983) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
66512026-07-01T16:10:15.038Z PASS [ 2.823s] (1162/2983) nexus-test-utils test::test_suite_password_matches_hash
66522026-07-01T16:10:15.060Z PASS [ 0.022s] (1163/2983) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
66532026-07-01T16:10:15.067Z PASS [ 1.415s] (1164/2983) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
66542026-07-01T16:10:15.092Z PASS [ 0.031s] (1165/2983) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
66552026-07-01T16:10:15.113Z PASS [ 0.021s] (1166/2983) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
66562026-07-01T16:10:15.135Z PASS [ 0.022s] (1167/2983) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
66572026-07-01T16:10:15.156Z PASS [ 0.021s] (1168/2983) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
66582026-07-01T16:10:15.181Z PASS [ 0.024s] (1169/2983) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
66592026-07-01T16:10:15.202Z PASS [ 9.747s] (1170/2983) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
66602026-07-01T16:10:15.207Z PASS [ 0.026s] (1171/2983) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
66612026-07-01T16:10:15.227Z PASS [ 0.025s] (1172/2983) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
66622026-07-01T16:10:15.233Z PASS [ 0.025s] (1173/2983) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
66632026-07-01T16:10:15.264Z PASS [ 0.037s] (1174/2983) omicron-common address::test::test_dns_subnets
66642026-07-01T16:10:15.278Z PASS [ 0.044s] (1175/2983) omicron-common address::test::test_ip_range_checks_non_decreasing
66652026-07-01T16:10:15.291Z PASS [ 0.027s] (1176/2983) omicron-common address::test::test_ip_range_enum_deserialization
66662026-07-01T16:10:15.296Z PASS [ 0.019s] (1177/2983) omicron-common address::test::test_ip_range_iter
66672026-07-01T16:10:15.321Z PASS [ 0.024s] (1178/2983) omicron-common address::test::test_ip_range_try_from
66682026-07-01T16:10:15.327Z PASS [ 0.031s] (1179/2983) omicron-common address::test::test_ip_range_length
66692026-07-01T16:10:15.340Z PASS [ 0.019s] (1180/2983) omicron-common address::test::test_ipv6_subnet_deserialize
66702026-07-01T16:10:15.347Z PASS [ 0.025s] (1181/2983) omicron-common address::test::test_sled_address
66712026-07-01T16:10:15.364Z PASS [ 0.024s] (1182/2983) omicron-common api::external::error::test::test_bail_unless
66722026-07-01T16:10:15.369Z PASS [ 0.022s] (1183/2983) omicron-common api::external::error::test::test_context
66732026-07-01T16:10:15.393Z PASS [ 0.028s] (1184/2983) omicron-common api::external::http_pagination::test::test_pagination_examples
66742026-07-01T16:10:15.397Z PASS [ 0.326s] (1185/2983) omicron-cockroach-metrics tests::test_cluster_client_caching
66752026-07-01T16:10:15.437Z PASS [ 0.044s] (1186/2983) omicron-common api::external::http_pagination::test::test_scan_by_id
66762026-07-01T16:10:15.441Z PASS [ 0.068s] (1187/2983) omicron-common api::external::http_pagination::test::test_pagination_schemas
66772026-07-01T16:10:15.462Z PASS [ 0.064s] (1188/2983) omicron-common api::external::http_pagination::test::test_scan_by_name
66782026-07-01T16:10:15.517Z PASS [ 0.037s] (1189/2983) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
66792026-07-01T16:10:15.521Z PASS [ 0.035s] (1190/2983) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
66802026-07-01T16:10:15.521Z PASS [ 0.078s] (1191/2983) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
66812026-07-01T16:10:15.537Z PASS [ 0.061s] (1192/2983) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
66822026-07-01T16:10:15.537Z PASS [ 0.038s] (1193/2983) omicron-common api::external::test::test_bytecount
66832026-07-01T16:10:15.557Z PASS [ 0.042s] (1194/2983) omicron-common api::external::test::test_bytecount_display
66842026-07-01T16:10:15.562Z PASS [ 0.026s] (1195/2983) omicron-common api::external::test::test_digest
66852026-07-01T16:10:15.585Z PASS [ 0.043s] (1196/2983) omicron-common api::external::test::test_firewall_deserialization
66862026-07-01T16:10:15.589Z PASS [ 0.031s] (1197/2983) omicron-common api::external::test::test_firewall_rule_host_filter_parse
66872026-07-01T16:10:15.607Z PASS [ 0.044s] (1198/2983) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
66882026-07-01T16:10:15.621Z PASS [ 0.032s] (1199/2983) omicron-common api::external::test::test_generation_display_parse
66892026-07-01T16:10:15.634Z PASS [ 0.049s] (1200/2983) omicron-common api::external::test::test_firewall_rule_target_parse
66902026-07-01T16:10:15.638Z PASS [ 0.031s] (1201/2983) omicron-common api::external::test::test_generation_from_int
66912026-07-01T16:10:15.657Z PASS [ 0.022s] (1202/2983) omicron-common api::external::test::test_generation_serde
66922026-07-01T16:10:15.670Z PASS [ 0.032s] (1203/2983) omicron-common api::external::test::test_hostname_from_str
66932026-07-01T16:10:15.691Z PASS [ 0.034s] (1204/2983) omicron-common api::external::test::test_ip_port_range_from_str
66942026-07-01T16:10:15.701Z PASS [ 0.031s] (1205/2983) omicron-common api::external::test::test_ip_port_range_into_str
66952026-07-01T16:10:15.718Z PASS [ 0.027s] (1206/2983) omicron-common api::external::test::test_ipv6_net_operations
66962026-07-01T16:10:15.728Z PASS [ 0.026s] (1207/2983) omicron-common api::external::test::test_mac_system_iterator
66972026-07-01T16:10:15.747Z PASS [ 0.126s] (1208/2983) omicron-common api::external::test::test_generation_overflow
66982026-07-01T16:10:15.752Z PASS [ 0.030s] (1209/2983) omicron-common api::external::test::test_mac_to_int_conversions
66992026-07-01T16:10:15.756Z PASS [ 0.025s] (1210/2983) omicron-common api::external::test::test_macaddr
67002026-07-01T16:10:15.770Z PASS [ 0.022s] (1211/2983) omicron-common api::external::test::test_name_parse
67012026-07-01T16:10:15.774Z PASS [ 0.027s] (1212/2983) omicron-common api::external::test::test_name_parse_from_param
67022026-07-01T16:10:15.790Z PASS [ 0.037s] (1213/2983) omicron-common api::external::test::test_resource_name_parse
67032026-07-01T16:10:15.806Z PASS [ 0.035s] (1214/2983) omicron-common api::external::test::test_route_destination_parse
67042026-07-01T16:10:15.816Z PASS [ 0.026s] (1215/2983) omicron-common api::external::test::test_semver_serialize
67052026-07-01T16:10:15.816Z PASS [ 0.041s] (1216/2983) omicron-common api::external::test::test_route_target_parse
67062026-07-01T16:10:15.845Z PASS [ 0.029s] (1217/2983) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
67072026-07-01T16:10:15.849Z PASS [ 0.039s] (1218/2983) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
67082026-07-01T16:10:15.855Z PASS [ 0.038s] (1219/2983) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
67092026-07-01T16:10:15.870Z PASS [ 0.025s] (1220/2983) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
67102026-07-01T16:10:15.878Z PASS [ 0.027s] (1221/2983) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
67112026-07-01T16:10:15.885Z PASS [ 0.031s] (1222/2983) omicron-common disk::tests::parse_dataset_name
67122026-07-01T16:10:15.900Z PASS [ 0.030s] (1223/2983) omicron-common zpool_name::test::test_parse_bad_zpool_names
67132026-07-01T16:10:15.907Z PASS [ 0.029s] (1224/2983) omicron-common zpool_name::test::test_parse_external_zpool_name
67142026-07-01T16:10:15.916Z PASS [ 0.031s] (1225/2983) omicron-common zpool_name::test::test_parse_internal_zpool_name
67152026-07-01T16:10:15.937Z PASS [ 0.030s] (1226/2983) omicron-common zpool_name::test::test_zpool_name_regex
67162026-07-01T16:10:15.952Z PASS [ 0.051s] (1227/2983) omicron-common zpool_name::test::test_parse_zpool_name_json
67172026-07-01T16:10:16.091Z PASS [ 0.174s] (1228/2983) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
67182026-07-01T16:10:16.122Z PASS [ 0.184s] (1229/2983) omicron-dev::test-omicron-dev test_omicron_dev_no_args
67192026-07-01T16:10:16.223Z PASS [ 0.101s] (1230/2983) omicron-gateway management_switch::location_map::tests::test_config_validation
67202026-07-01T16:10:16.227Z PASS [ 1.204s] (1231/2983) omicron-cockroach-admin context::tests::test_node_id
67212026-07-01T16:10:16.257Z PASS [ 0.034s] (1232/2983) omicron-gateway management_switch::location_map::tests::test_resolve_location
67222026-07-01T16:10:16.306Z PASS [ 0.048s] (1233/2983) omicron-gateway::test_all integration_tests::config::read_production_smf_config
67232026-07-01T16:10:16.540Z PASS [ 0.313s] (1234/2983) omicron-gateway::test_all integration_tests::component_list::component_list
67242026-07-01T16:10:16.656Z PASS [ 0.351s] (1235/2983) omicron-gateway::test_all integration_tests::ereports::ereports_basic
67252026-07-01T16:10:16.762Z PASS [ 0.222s] (1236/2983) omicron-gateway::test_all integration_tests::ereports::ereports_commit
67262026-07-01T16:10:16.916Z PASS [ 0.259s] (1237/2983) omicron-gateway::test_all integration_tests::ereports::ereports_limit
67272026-07-01T16:10:16.955Z PASS [ 3.437s] (1238/2983) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
67282026-07-01T16:10:17.283Z PASS [ 0.521s] (1239/2983) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
67292026-07-01T16:10:17.287Z PASS [ 0.331s] (1240/2983) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
67302026-07-01T16:10:17.320Z PASS [ 0.034s] (1241/2983) omicron-ledger test::test_commit_handles_write_failures
67312026-07-01T16:10:17.347Z PASS [ 0.026s] (1242/2983) omicron-ledger test::test_create_default_ledger
67322026-07-01T16:10:17.353Z PASS [ 0.438s] (1243/2983) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
67332026-07-01T16:10:17.373Z PASS [ 0.026s] (1244/2983) omicron-ledger test::test_create_ledger_reads_from_storage
67342026-07-01T16:10:17.379Z PASS [ 0.026s] (1245/2983) omicron-ledger test::test_create_ledger_reads_latest_from_storage
67352026-07-01T16:10:17.393Z PASS [ 0.020s] (1246/2983) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
67362026-07-01T16:10:17.398Z PASS [ 0.019s] (1247/2983) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
67372026-07-01T16:10:17.522Z PASS [ 0.239s] (1248/2983) omicron-gateway::test_all integration_tests::task_dump::task_dump
67382026-07-01T16:10:17.837Z PASS [ 15.164s] (1249/2983) nexus-db-queries policy_test::test_conferred_roles
67392026-07-01T16:10:17.900Z PASS [ 0.063s] (1250/2983) omicron-nexus app::alert::tests::test_alert_class_list
67402026-07-01T16:10:19.506Z PASS [ 14.532s] (1251/2983) nexus-mgs-updates driver_update::test::test_sp_update_takeover
67412026-07-01T16:10:19.640Z PASS [ 6.065s] (1252/2983) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
67422026-07-01T16:10:19.864Z PASS [ 5.261s] (1253/2983) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
67432026-07-01T16:10:20.466Z PASS [ 13.405s] (1254/2983) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
67442026-07-01T16:10:20.553Z PASS [ 13.825s] (1255/2983) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
67452026-07-01T16:10:21.278Z PASS [ 14.813s] (1256/2983) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
67462026-07-01T16:10:21.694Z PASS [ 14.827s] (1257/2983) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
67472026-07-01T16:10:21.747Z PASS [ 0.052s] (1258/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
67482026-07-01T16:10:21.798Z PASS [ 0.051s] (1259/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
67492026-07-01T16:10:21.847Z PASS [ 0.049s] (1260/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
67502026-07-01T16:10:21.898Z PASS [ 0.051s] (1261/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
67512026-07-01T16:10:21.949Z PASS [ 0.051s] (1262/2983) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
67522026-07-01T16:10:24.540Z PASS [ 137.087s] (1263/2983) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67532026-07-01T16:10:24.961Z PASS [ 19.603s] (1264/2983) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
67542026-07-01T16:10:26.099Z PASS [ 13.693s] (1265/2983) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
67552026-07-01T16:10:27.947Z PASS [ 11.995s] (1266/2983) omicron-dev::test-omicron-dev test_run_all
67562026-07-01T16:10:29.049Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
67572026-07-01T16:10:29.049Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
67582026-07-01T16:10:29.102Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
67592026-07-01T16:10:29.905Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
67602026-07-01T16:10:31.756Z PASS [ 7.216s] (1267/2983) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
67612026-07-01T16:10:31.772Z PASS [ 6.811s] (1268/2983) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
67622026-07-01T16:10:33.318Z PASS [ 13.812s] (1269/2983) omicron-nexus app::background::driver::test::test_driver_basic
67632026-07-01T16:10:33.548Z PASS [ 21.966s] (1270/2983) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
67642026-07-01T16:10:33.554Z PASS [ 7.455s] (1271/2983) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
67652026-07-01T16:10:34.582Z PASS [ 23.032s] (1272/2983) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
67662026-07-01T16:10:34.785Z PASS [ 16.884s] (1273/2983) omicron-nexus app::background::driver::test::test_activation_in_progress
67672026-07-01T16:10:34.863Z PASS [ 0.078s] (1274/2983) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
67682026-07-01T16:10:35.910Z PASS [ 14.631s] (1275/2983) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
67692026-07-01T16:10:37.079Z PASS [ 17.439s] (1276/2983) omicron-nexus app::background::init::test::test_dns_propagation_basic
67702026-07-01T16:10:38.995Z PASS [ 27.353s] (1277/2983) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
67712026-07-01T16:10:39.477Z PASS [ 5.923s] (1278/2983) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
67722026-07-01T16:10:39.955Z PASS [ 6.406s] (1279/2983) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
67732026-07-01T16:10:40.352Z PASS [ 28.793s] (1280/2983) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
67742026-07-01T16:10:41.167Z PASS [ 7.849s] (1281/2983) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
67752026-07-01T16:10:41.199Z PASS [ 6.617s] (1282/2983) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
67762026-07-01T16:10:41.252Z PASS [ 35.238s] (1283/2983) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
67772026-07-01T16:10:43.682Z PASS [ 23.818s] (1284/2983) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
67782026-07-01T16:10:44.033Z PASS [ 26.634s] (1285/2983) omicron-ls-apis::test_dependencies test_api_dependencies
67792026-07-01T16:10:44.425Z PASS [ 26.902s] (1286/2983) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
67802026-07-01T16:10:44.770Z PASS [ 27.376s] (1287/2983) omicron-ls-apis::test_dependencies test_api_check
67812026-07-01T16:10:45.364Z PASS [ 24.811s] (1288/2983) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
67822026-07-01T16:10:45.471Z PASS [ 25.005s] (1289/2983) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
67832026-07-01T16:10:47.597Z PASS [ 6.430s] (1290/2983) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
67842026-07-01T16:10:47.649Z PASS [ 6.450s] (1291/2983) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
67852026-07-01T16:10:47.831Z PASS [ 16.075s] (1292/2983) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
67862026-07-01T16:10:48.648Z PASS [ 20.701s] (1293/2983) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
67872026-07-01T16:10:48.667Z PASS [ 7.415s] (1294/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
67882026-07-01T16:10:49.581Z PASS [ 14.717s] (1295/2983) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
67892026-07-01T16:10:50.156Z PASS [ 14.246s] (1296/2983) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
67902026-07-01T16:10:50.450Z PASS [ 6.767s] (1297/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
67912026-07-01T16:10:50.742Z PASS [ 6.710s] (1298/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
67922026-07-01T16:10:51.074Z PASS [ 13.995s] (1299/2983) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
67932026-07-01T16:10:51.688Z PASS [ 6.918s] (1300/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
67942026-07-01T16:10:51.742Z PASS [ 0.054s] (1301/2983) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
67952026-07-01T16:10:51.798Z PASS [ 0.056s] (1302/2983) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
67962026-07-01T16:10:51.856Z PASS [ 0.058s] (1303/2983) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
67972026-07-01T16:10:51.863Z PASS [ 7.438s] (1304/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
67982026-07-01T16:10:51.916Z PASS [ 0.053s] (1305/2983) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
67992026-07-01T16:10:51.921Z PASS [ 0.065s] (1306/2983) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
68002026-07-01T16:10:51.965Z PASS [ 0.048s] (1307/2983) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
68012026-07-01T16:10:51.976Z PASS [ 0.055s] (1308/2983) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
68022026-07-01T16:10:52.018Z PASS [ 0.053s] (1309/2983) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
68032026-07-01T16:10:52.028Z PASS [ 0.052s] (1310/2983) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
68042026-07-01T16:10:52.086Z PASS [ 0.057s] (1311/2983) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
68052026-07-01T16:10:52.131Z PASS [ 0.113s] (1312/2983) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
68062026-07-01T16:10:52.138Z PASS [ 0.053s] (1313/2983) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
68072026-07-01T16:10:52.185Z PASS [ 0.054s] (1314/2983) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
68082026-07-01T16:10:52.197Z PASS [ 0.059s] (1315/2983) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
68092026-07-01T16:10:52.305Z PASS [ 6.833s] (1316/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
68102026-07-01T16:10:52.321Z PASS [ 0.136s] (1317/2983) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
68112026-07-01T16:10:52.375Z PASS [ 0.053s] (1318/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
68122026-07-01T16:10:52.427Z PASS [ 0.052s] (1319/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
68132026-07-01T16:10:52.487Z PASS [ 0.060s] (1320/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
68142026-07-01T16:10:52.506Z PASS [ 0.201s] (1321/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
68152026-07-01T16:10:52.510Z PASS [ 0.312s] (1322/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
68162026-07-01T16:10:52.532Z PASS [ 20.760s] (1323/2983) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
68172026-07-01T16:10:52.536Z PASS [ 0.049s] (1324/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
68182026-07-01T16:10:52.607Z PASS [ 0.098s] (1325/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
68192026-07-01T16:10:52.612Z PASS [ 0.106s] (1326/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
68202026-07-01T16:10:52.626Z PASS [ 7.262s] (1327/2983) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
68212026-07-01T16:10:52.636Z PASS [ 0.104s] (1328/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
68222026-07-01T16:10:52.652Z PASS [ 0.116s] (1329/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
68232026-07-01T16:10:52.673Z PASS [ 0.047s] (1330/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
68242026-07-01T16:10:52.677Z PASS [ 0.065s] (1331/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
68252026-07-01T16:10:52.682Z PASS [ 0.075s] (1332/2983) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
68262026-07-01T16:10:53.201Z PASS [ 14.206s] (1333/2983) omicron-nexus app::background::tasks::dns_config::test::test_basic
68272026-07-01T16:10:53.600Z PASS [ 5.951s] (1334/2983) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
68282026-07-01T16:10:54.004Z PASS [ 14.527s] (1335/2983) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
68292026-07-01T16:10:54.247Z PASS [ 6.649s] (1336/2983) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
68302026-07-01T16:10:54.588Z PASS [ 14.634s] (1337/2983) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
68312026-07-01T16:10:55.476Z PASS [ 39.385s] (1338/2983) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
68322026-07-01T16:10:55.627Z PASS [ 15.274s] (1339/2983) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
68332026-07-01T16:10:56.520Z PASS [ 5.778s] (1340/2983) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
68342026-07-01T16:11:02.915Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
68352026-07-01T16:11:06.038Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
68362026-07-01T16:11:06.384Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
68372026-07-01T16:11:06.420Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
68382026-07-01T16:11:07.458Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
68392026-07-01T16:11:08.381Z PASS [ 17.308s] (1341/2983) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
68402026-07-01T16:11:08.847Z PASS [ 46.898s] (1342/2983) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
68412026-07-01T16:11:10.640Z PASS [ 17.957s] (1343/2983) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
68422026-07-01T16:11:10.669Z PASS [ 17.069s] (1344/2983) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
68432026-07-01T16:11:10.960Z PASS [ 17.759s] (1345/2983) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
68442026-07-01T16:11:11.020Z PASS [ 18.342s] (1346/2983) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
68452026-07-01T16:11:11.106Z PASS [ 20.656s] (1347/2983) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
68462026-07-01T16:11:11.111Z PASS [ 17.107s] (1348/2983) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
68472026-07-01T16:11:11.569Z PASS [ 17.322s] (1349/2983) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
68482026-07-01T16:11:11.747Z PASS [ 68.834s] (1350/2983) nexus-db-queries policy_test::test_iam_roles_behavior
68492026-07-01T16:11:11.852Z PASS [ 16.376s] (1351/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
68502026-07-01T16:11:12.009Z PASS [ 23.361s] (1352/2983) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
68512026-07-01T16:11:12.109Z PASS [ 17.521s] (1353/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
68522026-07-01T16:11:12.113Z PASS [ 16.485s] (1354/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
68532026-07-01T16:11:13.478Z PASS [ 23.897s] (1355/2983) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
68542026-07-01T16:11:14.568Z PASS [ 3.898s] (1356/2983) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
68552026-07-01T16:11:14.660Z PASS [ 22.023s] (1357/2983) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
68562026-07-01T16:11:14.854Z PASS [ 3.834s] (1358/2983) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
68572026-07-01T16:11:16.122Z PASS [ 5.016s] (1359/2983) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
68582026-07-01T16:11:16.228Z PASS [ 5.115s] (1360/2983) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
68592026-07-01T16:11:16.615Z PASS [ 23.963s] (1361/2983) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
68602026-07-01T16:11:16.944Z PASS [ 70.909s] (1362/2983) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
68612026-07-01T16:11:17.026Z PASS [ 0.081s] (1363/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
68622026-07-01T16:11:17.089Z PASS [ 0.063s] (1364/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
68632026-07-01T16:11:17.153Z PASS [ 20.633s] (1365/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
68642026-07-01T16:11:17.154Z PASS [ 0.065s] (1366/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
68652026-07-01T16:11:17.289Z PASS [ 0.135s] (1367/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
68662026-07-01T16:11:17.294Z PASS [ 0.137s] (1368/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
68672026-07-01T16:11:17.401Z PASS [ 0.110s] (1369/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
68682026-07-01T16:11:17.413Z PASS [ 0.124s] (1370/2983) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
68692026-07-01T16:11:18.001Z PASS [ 0.587s] (1371/2983) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
68702026-07-01T16:11:18.063Z PASS [ 0.662s] (1372/2983) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
68712026-07-01T16:11:18.378Z PASS [ 0.377s] (1373/2983) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
68722026-07-01T16:11:18.518Z PASS [ 0.140s] (1374/2983) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
68732026-07-01T16:11:18.582Z PASS [ 0.064s] (1375/2983) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
68742026-07-01T16:11:18.635Z PASS [ 0.054s] (1376/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
68752026-07-01T16:11:18.688Z PASS [ 0.052s] (1377/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
68762026-07-01T16:11:18.746Z PASS [ 0.056s] (1378/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
68772026-07-01T16:11:18.794Z PASS [ 0.050s] (1379/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
68782026-07-01T16:11:18.846Z PASS [ 0.053s] (1380/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
68792026-07-01T16:11:18.904Z PASS [ 0.057s] (1381/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
68802026-07-01T16:11:18.956Z PASS [ 0.053s] (1382/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
68812026-07-01T16:11:19.011Z PASS [ 0.054s] (1383/2983) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
68822026-07-01T16:11:19.066Z PASS [ 0.055s] (1384/2983) omicron-nexus app::crucible::test::upstairs_health_search
68832026-07-01T16:11:19.143Z PASS [ 0.077s] (1385/2983) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
68842026-07-01T16:11:19.217Z PASS [ 0.073s] (1386/2983) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
68852026-07-01T16:11:19.291Z PASS [ 0.074s] (1387/2983) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
68862026-07-01T16:11:19.773Z PASS [ 1.710s] (1388/2983) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
68872026-07-01T16:11:19.892Z PASS [ 0.119s] (1389/2983) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
68882026-07-01T16:11:19.998Z PASS [ 0.707s] (1390/2983) omicron-nexus app::external_endpoints::test::test_authority
68892026-07-01T16:11:20.152Z PASS [ 0.153s] (1391/2983) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
68902026-07-01T16:11:20.224Z PASS [ 0.073s] (1392/2983) omicron-nexus app::external_endpoints::test::test_no_endpoint
68912026-07-01T16:11:20.284Z PASS [ 0.059s] (1393/2983) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
68922026-07-01T16:11:20.353Z PASS [ 0.069s] (1394/2983) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
68932026-07-01T16:11:20.418Z PASS [ 0.065s] (1395/2983) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
68942026-07-01T16:11:20.497Z PASS [ 0.079s] (1396/2983) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
68952026-07-01T16:11:20.578Z PASS [ 0.081s] (1397/2983) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
68962026-07-01T16:11:20.635Z PASS [ 0.057s] (1398/2983) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
68972026-07-01T16:11:20.729Z PASS [ 0.094s] (1399/2983) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
68982026-07-01T16:11:20.749Z PASS [ 28.075s] (1400/2983) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
68992026-07-01T16:11:20.796Z PASS [ 0.067s] (1401/2983) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
69002026-07-01T16:11:20.818Z PASS [ 0.069s] (1402/2983) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
69012026-07-01T16:11:20.862Z PASS [ 0.066s] (1403/2983) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
69022026-07-01T16:11:20.882Z PASS [ 0.064s] (1404/2983) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
69032026-07-01T16:11:20.925Z PASS [ 0.063s] (1405/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
69042026-07-01T16:11:20.944Z PASS [ 0.062s] (1406/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
69052026-07-01T16:11:20.985Z PASS [ 0.060s] (1407/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
69062026-07-01T16:11:21.011Z PASS [ 0.066s] (1408/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
69072026-07-01T16:11:21.048Z PASS [ 0.062s] (1409/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
69082026-07-01T16:11:21.070Z PASS [ 0.060s] (1410/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
69092026-07-01T16:11:21.102Z PASS [ 0.054s] (1411/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
69102026-07-01T16:11:21.125Z PASS [ 0.054s] (1412/2983) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
69112026-07-01T16:11:21.164Z PASS [ 0.062s] (1413/2983) omicron-nexus app::multicast::tests::test_is_ssm_address
69122026-07-01T16:11:21.619Z PASS [ 75.237s] (1414/2983) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
69132026-07-01T16:11:21.910Z PASS [ 13.063s] (1415/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
69142026-07-01T16:11:21.969Z PASS [ 0.059s] (1416/2983) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
69152026-07-01T16:11:22.244Z PASS [ 2.352s] (1417/2983) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
69162026-07-01T16:11:23.553Z PASS [ 12.913s] (1418/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
69172026-07-01T16:11:25.049Z PASS [ 12.937s] (1419/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
69182026-07-01T16:11:25.116Z PASS [ 13.263s] (1420/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
69192026-07-01T16:11:25.218Z PASS [ 13.109s] (1421/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
69202026-07-01T16:11:25.670Z PASS [ 14.709s] (1422/2983) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
69212026-07-01T16:11:26.786Z PASS [ 12.126s] (1423/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
69222026-07-01T16:11:27.073Z PASS [ 18.691s] (1424/2983) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
69232026-07-01T16:11:27.119Z PASS [ 15.372s] (1425/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
69242026-07-01T16:11:27.822Z PASS [ 15.812s] (1426/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
69252026-07-01T16:11:28.146Z PASS [ 16.576s] (1427/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
69262026-07-01T16:11:28.702Z PASS [ 40.871s] (1428/2983) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
69272026-07-01T16:11:29.050Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
69282026-07-01T16:11:29.051Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
69292026-07-01T16:11:29.103Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
69302026-07-01T16:11:29.715Z PASS [ 120.668s] (1429/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
69312026-07-01T16:11:29.906Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
69322026-07-01T16:11:30.126Z PASS [ 15.272s] (1430/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
69332026-07-01T16:11:30.872Z PASS [ 120.969s] (1431/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
69342026-07-01T16:11:31.026Z PASS [ 121.925s] (1432/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
69352026-07-01T16:11:31.311Z PASS [ 15.189s] (1433/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
69362026-07-01T16:11:31.761Z PASS [ 15.145s] (1434/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
69372026-07-01T16:11:31.930Z PASS [ 41.773s] (1435/2983) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
69382026-07-01T16:11:31.967Z PASS [ 43.299s] (1436/2983) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69392026-07-01T16:11:33.041Z PASS [ 18.473s] (1437/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
69402026-07-01T16:11:33.064Z PASS [ 16.837s] (1438/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
69412026-07-01T16:11:33.737Z PASS [ 87.318s] (1439/2983) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
69422026-07-01T16:11:35.635Z PASS [ 22.157s] (1440/2983) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
69432026-07-01T16:11:37.319Z PASS [ 15.699s] (1441/2983) omicron-nexus app::quiesce::test::test_quiesce_multi
69442026-07-01T16:11:37.621Z PASS [ 16.496s] (1442/2983) omicron-nexus app::quiesce::test::test_quiesce_easy
69452026-07-01T16:11:37.799Z PASS [ 16.635s] (1443/2983) omicron-nexus app::quiesce::test::test_quiesce_full
69462026-07-01T16:11:42.409Z PASS [ 20.439s] (1444/2983) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
69472026-07-01T16:11:45.458Z PASS [ 23.213s] (1445/2983) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
69482026-07-01T16:11:46.386Z PASS [ 22.833s] (1446/2983) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
69492026-07-01T16:11:46.527Z PASS [ 21.309s] (1447/2983) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
69502026-07-01T16:11:47.351Z PASS [ 22.301s] (1448/2983) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
69512026-07-01T16:11:51.049Z PASS [ 19.737s] (1449/2983) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
69522026-07-01T16:11:51.209Z PASS [ 19.447s] (1450/2983) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
69532026-07-01T16:11:51.313Z PASS [ 19.346s] (1451/2983) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
69542026-07-01T16:11:51.814Z PASS [ 19.885s] (1452/2983) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
69552026-07-01T16:11:51.938Z PASS [ 18.897s] (1453/2983) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
69562026-07-01T16:11:51.963Z PASS [ 18.226s] (1454/2983) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
69572026-07-01T16:11:54.356Z PASS [ 16.734s] (1455/2983) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
69582026-07-01T16:11:54.391Z PASS [ 17.072s] (1456/2983) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
69592026-07-01T16:11:58.461Z PASS [ 30.315s] (1457/2983) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
69602026-07-01T16:11:58.511Z PASS [ 25.446s] (1458/2983) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
69612026-07-01T16:11:59.442Z PASS [ 29.726s] (1459/2983) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
69622026-07-01T16:12:01.023Z PASS [ 35.353s] (1460/2983) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
69632026-07-01T16:12:02.825Z PASS [ 16.439s] (1461/2983) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
69642026-07-01T16:12:02.876Z PASS [ 16.348s] (1462/2983) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
69652026-07-01T16:12:03.515Z PASS [ 36.395s] (1463/2983) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
69662026-07-01T16:12:06.803Z PASS [ 19.452s] (1464/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
69672026-07-01T16:12:07.459Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
69682026-07-01T16:12:11.143Z PASS [ 19.935s] (1465/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
69692026-07-01T16:12:11.705Z PASS [ 43.884s] (1466/2983) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
69702026-07-01T16:12:12.483Z PASS [ 41.457s] (1467/2983) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
69712026-07-01T16:12:12.754Z PASS [ 20.816s] (1468/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
69722026-07-01T16:12:12.884Z PASS [ 21.571s] (1469/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
69732026-07-01T16:12:13.055Z PASS [ 21.092s] (1470/2983) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
69742026-07-01T16:12:14.358Z PASS [ 36.558s] (1471/2983) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
69752026-07-01T16:12:14.844Z PASS [ 20.452s] (1472/2983) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
69762026-07-01T16:12:15.336Z PASS [ 50.219s] (1473/2983) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
69772026-07-01T16:12:15.499Z PASS [ 45.373s] (1474/2983) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
69782026-07-01T16:12:17.175Z PASS [ 50.102s] (1475/2983) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
69792026-07-01T16:12:20.113Z PASS [ 21.652s] (1476/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
69802026-07-01T16:12:20.268Z PASS [ 20.826s] (1477/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
69812026-07-01T16:12:20.421Z PASS [ 53.634s] (1478/2983) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
69822026-07-01T16:12:20.783Z PASS [ 49.911s] (1479/2983) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
69832026-07-01T16:12:23.244Z PASS [ 22.221s] (1480/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
69842026-07-01T16:12:23.872Z PASS [ 41.463s] (1481/2983) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
69852026-07-01T16:12:24.339Z PASS [ 21.463s] (1482/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
69862026-07-01T16:12:26.361Z PASS [ 22.845s] (1483/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
69872026-07-01T16:12:26.398Z PASS [ 10.898s] (1484/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
69882026-07-01T16:12:28.459Z PASS [ 11.284s] (1485/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
69892026-07-01T16:12:28.706Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
69902026-07-01T16:12:29.053Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
69912026-07-01T16:12:30.872Z PASS [ 62.169s] (1486/2983) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
69922026-07-01T16:12:32.314Z PASS [ 12.201s] (1487/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
69932026-07-01T16:12:32.588Z PASS [ 21.445s] (1488/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
69942026-07-01T16:12:32.729Z PASS [ 12.308s] (1489/2983) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
69952026-07-01T16:12:32.993Z PASS [ 12.210s] (1490/2983) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
69962026-07-01T16:12:33.065Z PASS [ 0.072s] (1491/2983) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
69972026-07-01T16:12:33.621Z PASS [ 13.353s] (1492/2983) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
69982026-07-01T16:12:34.881Z PASS [ 19.545s] (1493/2983) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
69992026-07-01T16:12:34.891Z PASS [ 21.836s] (1494/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
70002026-07-01T16:12:35.283Z PASS [ 11.410s] (1495/2983) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
70012026-07-01T16:12:35.336Z PASS [ 23.630s] (1496/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
70022026-07-01T16:12:35.516Z PASS [ 22.762s] (1497/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
70032026-07-01T16:12:35.639Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
70042026-07-01T16:12:37.092Z PASS [ 22.734s] (1498/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
70052026-07-01T16:12:39.167Z PASS [ 12.807s] (1499/2983) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
70062026-07-01T16:12:40.915Z PASS [ 65.280s] (1500/2983) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
70072026-07-01T16:12:44.265Z PASS [ 29.420s] (1501/2983) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
70082026-07-01T16:12:44.616Z PASS [ 11.887s] (1502/2983) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
70092026-07-01T16:12:45.461Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70102026-07-01T16:12:49.868Z PASS [ 10.700s] (1503/2983) omicron-nexus app::sagas::test_saga::test_saga_stuck
70112026-07-01T16:12:51.051Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70122026-07-01T16:12:51.201Z PASS [ 24.803s] (1504/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
70132026-07-01T16:12:51.818Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70142026-07-01T16:12:52.836Z PASS [ 17.944s] (1505/2983) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
70152026-07-01T16:12:53.050Z PASS [ 17.767s] (1506/2983) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
70162026-07-01T16:12:53.156Z PASS [ 17.640s] (1507/2983) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
70172026-07-01T16:12:53.520Z PASS [ 18.184s] (1508/2983) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
70182026-07-01T16:12:54.358Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70192026-07-01T16:12:54.434Z PASS [ 13.519s] (1509/2983) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
70202026-07-01T16:12:54.742Z PASS [ 56.231s] (1510/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
70212026-07-01T16:12:54.991Z PASS [ 17.899s] (1511/2983) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
70222026-07-01T16:12:55.669Z PASS [ 70.211s] (1512/2983) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70232026-07-01T16:12:56.229Z PASS [ 11.613s] (1513/2983) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
70242026-07-01T16:12:56.866Z PASS [ 24.551s] (1514/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
70252026-07-01T16:12:56.916Z PASS [ 12.652s] (1515/2983) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
70262026-07-01T16:13:02.828Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70272026-07-01T16:13:03.748Z PASS [ 31.159s] (1516/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
70282026-07-01T16:13:03.791Z PASS [ 13.916s] (1517/2983) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
70292026-07-01T16:13:03.871Z PASS [ 0.087s] (1518/2983) omicron-nexus app::update::test::test_problems_all_unhealthy
70302026-07-01T16:13:03.953Z PASS [ 0.081s] (1519/2983) omicron-nexus app::update::test::test_problems_healthy_system
70312026-07-01T16:13:04.042Z PASS [ 0.089s] (1520/2983) omicron-nexus app::update::test::test_problems_missing_sleds
70322026-07-01T16:13:04.166Z PASS [ 0.124s] (1521/2983) omicron-nexus app::update::test::test_problems_stale_inventory
70332026-07-01T16:13:04.254Z PASS [ 0.088s] (1522/2983) omicron-nexus app::update::test::test_problems_stuck_sagas
70342026-07-01T16:13:04.350Z PASS [ 0.095s] (1523/2983) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
70352026-07-01T16:13:04.431Z PASS [ 0.081s] (1524/2983) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
70362026-07-01T16:13:04.522Z PASS [ 0.091s] (1525/2983) omicron-nexus app::update::test::test_problems_stuck_update
70372026-07-01T16:13:04.610Z PASS [ 0.088s] (1526/2983) omicron-nexus app::update::test::test_problems_unhealthy_services
70382026-07-01T16:13:04.692Z PASS [ 0.081s] (1527/2983) omicron-nexus app::update::test::test_problems_unhealthy_zpools
70392026-07-01T16:13:04.772Z PASS [ 0.081s] (1528/2983) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
70402026-07-01T16:13:04.863Z PASS [ 41.619s] (1529/2983) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
70412026-07-01T16:13:04.924Z PASS [ 0.061s] (1530/2983) omicron-nexus external_api::console_api::test::test_accept_gz
70422026-07-01T16:13:04.982Z PASS [ 0.058s] (1531/2983) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
70432026-07-01T16:13:05.083Z PASS [ 0.101s] (1532/2983) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
70442026-07-01T16:13:05.146Z PASS [ 0.063s] (1533/2983) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
70452026-07-01T16:13:05.221Z PASS [ 0.075s] (1534/2983) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
70462026-07-01T16:13:05.285Z PASS [ 0.064s] (1535/2983) omicron-nexus external_api::console_api::test::test_find_file_finds_file
70472026-07-01T16:13:05.347Z PASS [ 0.062s] (1536/2983) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
70482026-07-01T16:13:05.413Z PASS [ 0.065s] (1537/2983) omicron-nexus external_api::console_api::test::test_relative_uri
70492026-07-01T16:13:06.352Z PASS [ 12.831s] (1538/2983) omicron-nexus app::update::test::test_contact_support_healthy_system
70502026-07-01T16:13:06.582Z PASS [ 13.426s] (1539/2983) omicron-nexus app::update::test::test_contact_support_all_unhealthy
70512026-07-01T16:13:06.727Z PASS [ 15.526s] (1540/2983) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
70522026-07-01T16:13:06.805Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
70532026-07-01T16:13:06.867Z PASS [ 12.433s] (1541/2983) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
70542026-07-01T16:13:07.085Z PASS [ 2.313s] (1542/2983) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
70552026-07-01T16:13:07.460Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
70562026-07-01T16:13:07.589Z PASS [ 12.847s] (1543/2983) omicron-nexus app::update::test::test_contact_support_missing_sleds
70572026-07-01T16:13:07.687Z PASS [ 12.695s] (1544/2983) omicron-nexus app::update::test::test_contact_support_stuck_saga
70582026-07-01T16:13:08.067Z PASS [ 12.397s] (1545/2983) omicron-nexus app::update::test::test_contact_support_stuck_update
70592026-07-01T16:13:08.504Z PASS [ 15.669s] (1546/2983) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
70602026-07-01T16:13:08.888Z PASS [ 12.659s] (1547/2983) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
70612026-07-01T16:13:09.019Z PASS [ 12.153s] (1548/2983) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
70622026-07-01T16:13:09.121Z PASS [ 12.205s] (1549/2983) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
70632026-07-01T16:13:09.354Z PASS [ 16.304s] (1550/2983) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
70642026-07-01T16:13:11.212Z PASS [ 37.590s] (1551/2983) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
70652026-07-01T16:13:11.685Z PASS [ 64.881s] (1552/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
70662026-07-01T16:13:12.485Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70672026-07-01T16:13:12.887Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70682026-07-01T16:13:15.394Z PASS [ 11.645s] (1553/2983) omicron-nexus app::update::test::test_contact_support_update_in_progress
70692026-07-01T16:13:18.374Z PASS [ 54.034s] (1554/2983) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
70702026-07-01T16:13:19.641Z PASS [ 13.290s] (1555/2983) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
70712026-07-01T16:13:20.148Z PASS [ 13.565s] (1556/2983) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
70722026-07-01T16:13:21.350Z PASS [ 52.889s] (1557/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
70732026-07-01T16:13:21.808Z PASS [ 0.459s] (1558/2983) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
70742026-07-01T16:13:21.945Z PASS [ 2.303s] (1559/2983) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
70752026-07-01T16:13:22.330Z PASS [ 2.182s] (1560/2983) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
70762026-07-01T16:13:23.615Z PASS [ 14.493s] (1561/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
70772026-07-01T16:13:25.235Z PASS [ 16.214s] (1562/2983) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
70782026-07-01T16:13:25.545Z PASS [ 17.955s] (1563/2983) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
70792026-07-01T16:13:25.856Z PASS [ 19.128s] (1564/2983) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
70802026-07-01T16:13:26.294Z PASS [ 19.427s] (1565/2983) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
70812026-07-01T16:13:26.513Z PASS [ 17.625s] (1566/2983) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
70822026-07-01T16:13:26.782Z PASS [ 19.095s] (1567/2983) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
70832026-07-01T16:13:27.240Z PASS [ 19.173s] (1568/2983) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
70842026-07-01T16:13:29.055Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
70852026-07-01T16:13:29.985Z PASS [ 98.170s] (1569/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70862026-07-01T16:13:30.159Z PASS [ 11.785s] (1570/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
70872026-07-01T16:13:30.563Z PASS [ 18.878s] (1571/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
70882026-07-01T16:13:30.874Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
70892026-07-01T16:13:33.068Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
70902026-07-01T16:13:34.595Z PASS [ 12.650s] (1572/2983) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
70912026-07-01T16:13:34.770Z PASS [ 12.962s] (1573/2983) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
70922026-07-01T16:13:34.882Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
70932026-07-01T16:13:35.163Z PASS [ 19.769s] (1574/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
70942026-07-01T16:13:35.510Z PASS [ 13.180s] (1575/2983) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
70952026-07-01T16:13:35.675Z PASS [ 12.060s] (1576/2983) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
70962026-07-01T16:13:36.413Z PASS [ 27.909s] (1577/2983) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
70972026-07-01T16:13:36.596Z PASS [ 29.510s] (1578/2983) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
70982026-07-01T16:13:37.041Z PASS [ 11.496s] (1579/2983) omicron-nexus::test_all integration_tests::basic::test_basic_failures
70992026-07-01T16:13:37.647Z PASS [ 11.353s] (1580/2983) omicron-nexus::test_all integration_tests::basic::test_ping
71002026-07-01T16:13:38.061Z PASS [ 12.827s] (1581/2983) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
71012026-07-01T16:13:38.411Z PASS [ 63.530s] (1582/2983) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
71022026-07-01T16:13:38.610Z PASS [ 0.199s] (1583/2983) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
71032026-07-01T16:13:38.782Z PASS [ 107.732s] (1584/2983) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71042026-07-01T16:13:39.158Z PASS [ 1.511s] (1585/2983) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
71052026-07-01T16:13:39.196Z PASS [ 11.956s] (1586/2983) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
71062026-07-01T16:13:39.756Z PASS [ 1.695s] (1587/2983) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
71072026-07-01T16:13:41.822Z PASS [ 11.837s] (1588/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
71082026-07-01T16:13:42.434Z PASS [ 12.275s] (1589/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
71092026-07-01T16:13:43.182Z PASS [ 37.770s] (1590/2983) omicron-nexus populate::test::test_populators
71102026-07-01T16:13:43.720Z PASS [ 13.156s] (1591/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
71112026-07-01T16:13:45.088Z PASS [ 92.605s] (1592/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
71122026-07-01T16:13:45.120Z PASS [ 74.248s] (1593/2983) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
71132026-07-01T16:13:46.383Z PASS [ 19.870s] (1594/2983) omicron-nexus::test_all integration_tests::basic::test_projects_basic
71142026-07-01T16:13:47.173Z PASS [ 12.578s] (1595/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
71152026-07-01T16:13:47.476Z PASS [ 94.591s] (1596/2983) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
71162026-07-01T16:13:47.702Z PASS [ 12.931s] (1597/2983) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
71172026-07-01T16:13:48.754Z PASS [ 13.244s] (1598/2983) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
71182026-07-01T16:13:48.809Z PASS [ 12.396s] (1599/2983) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
71192026-07-01T16:13:49.114Z PASS [ 23.258s] (1600/2983) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
71202026-07-01T16:13:49.497Z PASS [ 12.456s] (1601/2983) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
71212026-07-01T16:13:49.574Z PASS [ 12.978s] (1602/2983) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
71222026-07-01T16:13:49.654Z PASS [ 14.490s] (1603/2983) omicron-nexus::test_all integration_tests::certificates::test_crud
71232026-07-01T16:13:50.327Z PASS [ 11.717s] (1604/2983) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
71242026-07-01T16:13:50.543Z PASS [ 11.762s] (1605/2983) omicron-nexus::test_all integration_tests::console_api::test_assets
71252026-07-01T16:13:50.947Z PASS [ 24.165s] (1606/2983) omicron-nexus::test_all integration_tests::basic::test_projects_list
71262026-07-01T16:13:51.458Z PASS [ 40.246s] (1607/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
71272026-07-01T16:13:51.579Z PASS [ 12.420s] (1608/2983) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
71282026-07-01T16:13:51.735Z PASS [ 108.909s] (1609/2983) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71292026-07-01T16:13:53.939Z PASS [ 12.116s] (1610/2983) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
71302026-07-01T16:13:54.360Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71312026-07-01T16:13:56.726Z PASS [ 21.051s] (1611/2983) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
71322026-07-01T16:13:56.816Z PASS [ 83.750s] (1612/2983) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
71332026-07-01T16:13:57.083Z PASS [ 13.363s] (1613/2983) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
71342026-07-01T16:13:57.132Z PASS [ 12.012s] (1614/2983) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
71352026-07-01T16:13:57.823Z PASS [ 18.627s] (1615/2983) omicron-nexus::test_all integration_tests::console_api::test_console_pages
71362026-07-01T16:13:57.841Z PASS [ 14.658s] (1616/2983) omicron-nexus::test_all integration_tests::console_api::test_session_me
71372026-07-01T16:13:58.176Z PASS [ 15.742s] (1617/2983) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
71382026-07-01T16:13:58.259Z PASS [ 18.502s] (1618/2983) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
71392026-07-01T16:14:02.719Z PASS [ 17.630s] (1619/2983) omicron-nexus::test_all integration_tests::console_api::test_sessions
71402026-07-01T16:14:07.462Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
71412026-07-01T16:14:07.830Z PASS [ 360.381s] (1620/2983) oximeter-db client::tests::test_replicated
71422026-07-01T16:14:08.317Z PASS [ 11.185s] (1621/2983) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
71432026-07-01T16:14:09.346Z PASS [ 11.170s] (1622/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
71442026-07-01T16:14:09.355Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
71452026-07-01T16:14:09.458Z PASS [ 1.629s] (1623/2983) omicron-clickhouse-admin context::tests::test_database_usage
71462026-07-01T16:14:09.470Z PASS [ 11.211s] (1624/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
71472026-07-01T16:14:09.488Z PASS [ 0.029s] (1625/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
71482026-07-01T16:14:09.519Z PASS [ 0.031s] (1626/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
71492026-07-01T16:14:09.547Z PASS [ 0.028s] (1627/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
71502026-07-01T16:14:09.581Z PASS [ 0.034s] (1628/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
71512026-07-01T16:14:09.614Z PASS [ 0.033s] (1629/2983) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
71522026-07-01T16:14:09.664Z PASS [ 11.823s] (1630/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
71532026-07-01T16:14:10.515Z PASS [ 0.901s] (1631/2983) omicron-clickhouse-admin context::tests::test_retention_policy
71542026-07-01T16:14:11.118Z PASS [ 0.601s] (1632/2983) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
71552026-07-01T16:14:11.306Z PASS [ 0.189s] (1633/2983) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
71562026-07-01T16:14:11.496Z PASS [ 0.189s] (1634/2983) omicron-clickhouse-admin::integration_test test_lgif_parsing
71572026-07-01T16:14:11.673Z PASS [ 0.177s] (1635/2983) omicron-clickhouse-admin::integration_test test_raft_config_parsing
71582026-07-01T16:14:11.806Z PASS [ 0.133s] (1636/2983) omicron-clickhouse-admin::integration_test test_teardown
71592026-07-01T16:14:11.858Z PASS [ 0.053s] (1637/2983) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
71602026-07-01T16:14:16.589Z PASS [ 13.870s] (1638/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
71612026-07-01T16:14:17.204Z PASS [ 30.031s] (1639/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
71622026-07-01T16:14:17.701Z PASS [ 19.877s] (1640/2983) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
71632026-07-01T16:14:17.987Z PASS [ 8.640s] (1641/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
71642026-07-01T16:14:18.174Z PASS [ 143.817s] (1642/2983) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71652026-07-01T16:14:21.531Z PASS [ 13.214s] (1643/2983) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
71662026-07-01T16:14:21.570Z PASS [ 12.100s] (1644/2983) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
71672026-07-01T16:14:21.820Z PASS [ 32.246s] (1645/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
71682026-07-01T16:14:29.056Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
71692026-07-01T16:14:32.467Z PASS [ 40.732s] (1646/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
71702026-07-01T16:14:32.794Z PASS [ 46.410s] (1647/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
71712026-07-01T16:14:34.500Z PASS [ 40.560s] (1648/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
71722026-07-01T16:14:35.972Z PASS [ 46.319s] (1649/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
71732026-07-01T16:14:41.157Z PASS [ 53.681s] (1650/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
71742026-07-01T16:14:43.808Z PASS [ 34.144s] (1651/2983) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
71752026-07-01T16:14:43.883Z PASS [ 55.129s] (1652/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
71762026-07-01T16:14:46.925Z PASS [ 56.381s] (1653/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
71772026-07-01T16:14:47.705Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
71782026-07-01T16:14:48.179Z PASS [ 15.712s] (1654/2983) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
71792026-07-01T16:14:48.812Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
71802026-07-01T16:14:48.900Z PASS [ 58.572s] (1655/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
71812026-07-01T16:14:49.116Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
71822026-07-01T16:14:49.388Z PASS [ 60.274s] (1656/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
71832026-07-01T16:14:49.499Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
71842026-07-01T16:14:49.895Z PASS [ 33.305s] (1657/2983) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
71852026-07-01T16:14:50.949Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
71862026-07-01T16:14:51.460Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
71872026-07-01T16:14:51.581Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
71882026-07-01T16:14:52.116Z PASS [ 61.168s] (1658/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
71892026-07-01T16:14:52.413Z PASS [ 55.597s] (1659/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
71902026-07-01T16:14:56.729Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
71912026-07-01T16:14:57.021Z PASS [ 13.137s] (1660/2983) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
71922026-07-01T16:14:57.086Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71932026-07-01T16:14:57.522Z PASS [ 39.348s] (1661/2983) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
71942026-07-01T16:14:57.794Z PASS [ 40.561s] (1662/2983) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
71952026-07-01T16:14:59.251Z PASS [ 70.441s] (1663/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
71962026-07-01T16:15:01.130Z PASS [ 111.776s] (1664/2983) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
71972026-07-01T16:15:01.177Z PASS [ 14.252s] (1665/2983) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
71982026-07-01T16:15:01.426Z PASS [ 64.699s] (1666/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
71992026-07-01T16:15:01.971Z PASS [ 44.270s] (1667/2983) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
72002026-07-01T16:15:03.562Z PASS [ 14.662s] (1668/2983) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
72012026-07-01T16:15:04.314Z PASS [ 74.817s] (1669/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
72022026-07-01T16:15:04.858Z PASS [ 43.326s] (1670/2983) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
72032026-07-01T16:15:06.099Z PASS [ 22.290s] (1671/2983) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
72042026-07-01T16:15:10.089Z PASS [ 20.701s] (1672/2983) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
72052026-07-01T16:15:11.861Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
72062026-07-01T16:15:12.487Z PASS [ 60.628s] (1673/2983) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
72072026-07-01T16:15:13.973Z PASS [ 32.816s] (1674/2983) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
72082026-07-01T16:15:13.982Z PASS [ 55.995s] (1675/2983) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
72092026-07-01T16:15:15.628Z PASS [ 3.141s] (1676/2983) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
72102026-07-01T16:15:16.221Z PASS [ 79.138s] (1677/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
72112026-07-01T16:15:17.552Z PASS [ 44.758s] (1678/2983) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
72122026-07-01T16:15:18.674Z PASS [ 26.260s] (1679/2983) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
72132026-07-01T16:15:21.372Z PASS [ 59.802s] (1680/2983) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
72142026-07-01T16:15:21.823Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
72152026-07-01T16:15:22.048Z PASS [ 20.622s] (1681/2983) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
72162026-07-01T16:15:22.591Z PASS [ 25.570s] (1682/2983) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
72172026-07-01T16:15:24.097Z PASS [ 62.276s] (1683/2983) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
72182026-07-01T16:15:24.444Z PASS [ 34.549s] (1684/2983) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
72192026-07-01T16:15:25.604Z PASS [ 33.488s] (1685/2983) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
72202026-07-01T16:15:27.355Z PASS [ 11.134s] (1686/2983) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
72212026-07-01T16:15:27.697Z PASS [ 12.068s] (1687/2983) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
72222026-07-01T16:15:28.477Z PASS [ 96.898s] (1688/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
72232026-07-01T16:15:28.874Z PASS [ 11.322s] (1689/2983) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
72242026-07-01T16:15:29.057Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
72252026-07-01T16:15:29.459Z PASS [ 54.959s] (1690/2983) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
72262026-07-01T16:15:31.809Z PASS [ 13.135s] (1691/2983) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
72272026-07-01T16:15:33.659Z PASS [ 12.287s] (1692/2983) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
72282026-07-01T16:15:33.991Z PASS [ 106.288s] (1693/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
72292026-07-01T16:15:34.690Z PASS [ 32.718s] (1694/2983) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
72302026-07-01T16:15:34.926Z PASS [ 12.877s] (1695/2983) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
72312026-07-01T16:15:35.482Z PASS [ 12.891s] (1696/2983) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
72322026-07-01T16:15:35.975Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
72332026-07-01T16:15:36.082Z PASS [ 29.983s] (1697/2983) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
72342026-07-01T16:15:36.208Z PASS [ 31.350s] (1698/2983) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
72352026-07-01T16:15:37.068Z PASS [ 26.979s] (1699/2983) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
72362026-07-01T16:15:37.303Z PASS [ 61.330s] (1700/2983) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
72372026-07-01T16:15:37.306Z PASS [ 12.860s] (1701/2983) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
72382026-07-01T16:15:37.603Z PASS [ 13.507s] (1702/2983) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
72392026-07-01T16:15:40.765Z PASS [ 52.586s] (1703/2983) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
72402026-07-01T16:15:41.307Z PASS [ 15.702s] (1704/2983) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
72412026-07-01T16:15:45.396Z PASS [ 17.699s] (1705/2983) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
72422026-07-01T16:15:45.728Z PASS [ 18.373s] (1706/2983) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
72432026-07-01T16:15:46.573Z PASS [ 48.807s] (1707/2983) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
72442026-07-01T16:15:46.796Z PASS [ 45.619s] (1708/2983) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
72452026-07-01T16:15:47.167Z PASS [ 33.194s] (1709/2983) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
72462026-07-01T16:15:47.233Z PASS [ 42.918s] (1710/2983) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
72472026-07-01T16:15:47.331Z PASS [ 18.854s] (1711/2983) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
72482026-07-01T16:15:48.134Z PASS [ 50.612s] (1712/2983) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
72492026-07-01T16:15:48.636Z PASS [ 49.384s] (1713/2983) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
72502026-07-01T16:15:48.862Z PASS [ 45.300s] (1714/2983) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
72512026-07-01T16:15:49.887Z PASS [ 16.227s] (1715/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
72522026-07-01T16:15:50.832Z PASS [ 14.623s] (1716/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
72532026-07-01T16:15:51.462Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
72542026-07-01T16:15:51.666Z PASS [ 16.976s] (1717/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
72552026-07-01T16:15:51.755Z PASS [ 37.773s] (1718/2983) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
72562026-07-01T16:15:52.101Z PASS [ 23.227s] (1719/2983) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
72572026-07-01T16:15:52.149Z PASS [ 16.667s] (1720/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
72582026-07-01T16:15:52.953Z PASS [ 16.871s] (1721/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
72592026-07-01T16:15:53.842Z PASS [ 16.774s] (1722/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
72602026-07-01T16:15:54.495Z PASS [ 16.892s] (1723/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
72612026-07-01T16:15:55.534Z PASS [ 18.229s] (1724/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
72622026-07-01T16:15:56.410Z PASS [ 19.106s] (1725/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
72632026-07-01T16:15:57.027Z PASS [ 23.036s] (1726/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
72642026-07-01T16:15:58.210Z PASS [ 57.078s] (1727/2983) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
72652026-07-01T16:15:58.444Z PASS [ 17.678s] (1728/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
72662026-07-01T16:15:59.787Z PASS [ 24.862s] (1729/2983) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
72672026-07-01T16:16:01.950Z PASS [ 14.618s] (1730/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
72682026-07-01T16:16:03.835Z PASS [ 15.701s] (1731/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
72692026-07-01T16:16:04.061Z PASS [ 16.828s] (1732/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
72702026-07-01T16:16:04.152Z PASS [ 5.708s] (1733/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
72712026-07-01T16:16:04.699Z PASS [ 35.239s] (1734/2983) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
72722026-07-01T16:16:04.816Z PASS [ 17.649s] (1735/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
72732026-07-01T16:16:05.081Z PASS [ 33.270s] (1736/2983) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
72742026-07-01T16:16:05.449Z PASS [ 18.875s] (1737/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
72752026-07-01T16:16:05.681Z PASS [ 7.471s] (1738/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
72762026-07-01T16:16:06.351Z PASS [ 17.715s] (1739/2983) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
72772026-07-01T16:16:06.433Z PASS [ 25.125s] (1740/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
72782026-07-01T16:16:06.525Z PASS [ 19.729s] (1741/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
72792026-07-01T16:16:06.958Z PASS [ 21.562s] (1742/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
72802026-07-01T16:16:07.029Z PASS [ 10.002s] (1743/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
72812026-07-01T16:16:08.045Z PASS [ 19.182s] (1744/2983) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
72822026-07-01T16:16:09.243Z PASS [ 18.412s] (1745/2983) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
72832026-07-01T16:16:09.700Z PASS [ 138.241s] (1746/2983) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
72842026-07-01T16:16:10.156Z PASS [ 10.369s] (1747/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
72852026-07-01T16:16:10.989Z PASS [ 21.101s] (1748/2983) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
72862026-07-01T16:16:12.208Z PASS [ 15.798s] (1749/2983) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
72872026-07-01T16:16:16.355Z PASS [ 22.513s] (1750/2983) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
72882026-07-01T16:16:16.386Z PASS [ 24.236s] (1751/2983) omicron-nexus::test_all integration_tests::images::test_image_promotion
72892026-07-01T16:16:17.506Z PASS [ 23.010s] (1752/2983) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
72902026-07-01T16:16:17.906Z PASS [ 25.805s] (1753/2983) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
72912026-07-01T16:16:19.498Z PASS [ 17.548s] (1754/2983) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
72922026-07-01T16:16:19.515Z PASS [ 27.759s] (1755/2983) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
72932026-07-01T16:16:19.534Z PASS [ 23.999s] (1756/2983) omicron-nexus::test_all integration_tests::images::test_silo_image_create
72942026-07-01T16:16:20.786Z PASS [ 16.949s] (1757/2983) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
72952026-07-01T16:16:22.346Z PASS [ 15.914s] (1758/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
72962026-07-01T16:16:22.586Z PASS [ 15.557s] (1759/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
72972026-07-01T16:16:22.662Z PASS [ 16.311s] (1760/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
72982026-07-01T16:16:24.185Z PASS [ 19.487s] (1761/2983) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
72992026-07-01T16:16:24.440Z PASS [ 31.486s] (1762/2983) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
73002026-07-01T16:16:27.542Z PASS [ 22.461s] (1763/2983) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
73012026-07-01T16:16:27.919Z PASS [ 18.675s] (1764/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
73022026-07-01T16:16:27.926Z PASS [ 18.226s] (1765/2983) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
73032026-07-01T16:16:29.059Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73042026-07-01T16:16:30.436Z PASS [ 26.284s] (1766/2983) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
73052026-07-01T16:16:32.670Z PASS [ 26.145s] (1767/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
73062026-07-01T16:16:34.069Z PASS [ 17.715s] (1768/2983) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
73072026-07-01T16:16:34.593Z PASS [ 27.635s] (1769/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
73082026-07-01T16:16:34.825Z PASS [ 29.376s] (1770/2983) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
73092026-07-01T16:16:35.022Z PASS [ 49.293s] (1771/2983) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
73102026-07-01T16:16:35.491Z PASS [ 27.444s] (1772/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
73112026-07-01T16:16:35.910Z PASS [ 19.523s] (1773/2983) omicron-nexus::test_all integration_tests::instances::test_instance_access
73122026-07-01T16:16:36.616Z PASS [ 32.554s] (1774/2983) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
73132026-07-01T16:16:39.456Z PASS [ 21.950s] (1775/2983) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
73142026-07-01T16:16:39.901Z PASS [ 48.235s] (1776/2983) omicron-nexus::test_all integration_tests::images::test_image_create
73152026-07-01T16:16:40.748Z PASS [ 21.214s] (1777/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
73162026-07-01T16:16:40.949Z PASS [ 35.268s] (1778/2983) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
73172026-07-01T16:16:42.888Z PASS [ 14.962s] (1779/2983) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
73182026-07-01T16:16:43.309Z PASS [ 22.523s] (1780/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
73192026-07-01T16:16:43.321Z PASS [ 20.656s] (1781/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
73202026-07-01T16:16:45.100Z PASS [ 40.284s] (1782/2983) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
73212026-07-01T16:16:45.256Z PASS [ 25.757s] (1783/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
73222026-07-01T16:16:45.566Z PASS [ 26.051s] (1784/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
73232026-07-01T16:16:45.616Z PASS [ 17.697s] (1785/2983) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
73242026-07-01T16:16:50.535Z PASS [ 26.094s] (1786/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
73252026-07-01T16:16:51.492Z PASS [ 27.306s] (1787/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
73262026-07-01T16:16:51.700Z PASS [ 21.264s] (1788/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
73272026-07-01T16:16:53.207Z PASS [ 42.218s] (1789/2983) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
73282026-07-01T16:16:54.951Z PASS [ 22.281s] (1790/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
73292026-07-01T16:16:55.831Z PASS [ 21.006s] (1791/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
73302026-07-01T16:16:56.307Z PASS [ 22.237s] (1792/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
73312026-07-01T16:16:56.752Z PASS [ 21.730s] (1793/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
73322026-07-01T16:16:56.782Z PASS [ 34.195s] (1794/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
73332026-07-01T16:16:57.890Z PASS [ 45.682s] (1795/2983) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
73342026-07-01T16:16:58.086Z PASS [ 23.492s] (1796/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
73352026-07-01T16:16:58.716Z PASS [ 13.616s] (1797/2983) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
73362026-07-01T16:16:59.361Z PASS [ 13.794s] (1798/2983) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
73372026-07-01T16:16:59.868Z PASS [ 37.521s] (1799/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
73382026-07-01T16:17:00.014Z PASS [ 14.758s] (1800/2983) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
73392026-07-01T16:17:00.526Z PASS [ 50.369s] (1801/2983) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
73402026-07-01T16:17:00.943Z PASS [ 15.328s] (1802/2983) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
73412026-07-01T16:17:01.715Z PASS [ 34.174s] (1803/2983) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
73422026-07-01T16:17:03.502Z PASS [ 20.193s] (1804/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
73432026-07-01T16:17:03.672Z PASS [ 20.351s] (1805/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
73442026-07-01T16:17:04.291Z PASS [ 27.674s] (1806/2983) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
73452026-07-01T16:17:06.435Z PASS [ 26.533s] (1807/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
73462026-07-01T16:17:08.004Z PASS [ 27.256s] (1808/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
73472026-07-01T16:17:09.763Z PASS [ 30.306s] (1809/2983) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
73482026-07-01T16:17:09.795Z PASS [ 28.846s] (1810/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
73492026-07-01T16:17:10.216Z PASS [ 27.328s] (1811/2983) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
73502026-07-01T16:17:10.761Z PASS [ 19.061s] (1812/2983) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
73512026-07-01T16:17:13.645Z PASS [ 16.863s] (1813/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
73522026-07-01T16:17:14.193Z PASS [ 14.832s] (1814/2983) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
73532026-07-01T16:17:15.003Z PASS [ 57.097s] (1815/2983) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
73542026-07-01T16:17:15.465Z PASS [ 11.963s] (1816/2983) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
73552026-07-01T16:17:15.942Z PASS [ 19.635s] (1817/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
73562026-07-01T16:17:16.621Z PASS [ 40.712s] (1818/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
73572026-07-01T16:17:17.223Z PASS [ 19.137s] (1819/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
73582026-07-01T16:17:17.719Z PASS [ 19.003s] (1820/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
73592026-07-01T16:17:18.296Z PASS [ 20.405s] (1821/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
73602026-07-01T16:17:18.854Z PASS [ 15.182s] (1822/2983) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
73612026-07-01T16:17:18.955Z PASS [ 14.664s] (1823/2983) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
73622026-07-01T16:17:19.693Z PASS [ 18.750s] (1824/2983) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
73632026-07-01T16:17:19.813Z PASS [ 19.945s] (1825/2983) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
73642026-07-01T16:17:19.973Z PASS [ 19.959s] (1826/2983) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
73652026-07-01T16:17:21.383Z PASS [ 26.431s] (1827/2983) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
73662026-07-01T16:17:21.646Z PASS [ 15.211s] (1828/2983) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
73672026-07-01T16:17:21.811Z PASS [ 12.015s] (1829/2983) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
73682026-07-01T16:17:23.169Z PASS [ 27.337s] (1830/2983) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
73692026-07-01T16:17:23.967Z PASS [ 22.252s] (1831/2983) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
73702026-07-01T16:17:23.986Z PASS [ 33.452s] (1832/2983) omicron-nexus::test_all integration_tests::instances::test_instance_serial
73712026-07-01T16:17:24.728Z PASS [ 31.520s] (1833/2983) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
73722026-07-01T16:17:29.061Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73732026-07-01T16:17:29.429Z PASS [ 12.807s] (1834/2983) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
73742026-07-01T16:17:31.087Z PASS [ 23.082s] (1835/2983) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
73752026-07-01T16:17:32.152Z PASS [ 31.626s] (1836/2983) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
73762026-07-01T16:17:32.267Z PASS [ 40.775s] (1837/2983) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
73772026-07-01T16:17:32.700Z PASS [ 17.234s] (1838/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
73782026-07-01T16:17:33.015Z PASS [ 14.160s] (1839/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
73792026-07-01T16:17:33.046Z PASS [ 23.283s] (1840/2983) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
73802026-07-01T16:17:33.140Z PASS [ 22.379s] (1841/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
73812026-07-01T16:17:33.850Z PASS [ 17.907s] (1842/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
73822026-07-01T16:17:33.958Z PASS [ 14.145s] (1843/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
73832026-07-01T16:17:34.033Z PASS [ 16.313s] (1844/2983) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
73842026-07-01T16:17:34.707Z PASS [ 59.218s] (1845/2983) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
73852026-07-01T16:17:34.887Z PASS [ 14.914s] (1846/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
73862026-07-01T16:17:35.117Z PASS [ 13.735s] (1847/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
73872026-07-01T16:17:35.312Z PASS [ 25.095s] (1848/2983) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
73882026-07-01T16:17:35.372Z PASS [ 21.727s] (1849/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
73892026-07-01T16:17:35.469Z PASS [ 15.775s] (1850/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
73902026-07-01T16:17:35.586Z PASS [ 13.941s] (1851/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
73912026-07-01T16:17:35.819Z PASS [ 14.009s] (1852/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
73922026-07-01T16:17:35.976Z PASS [ 20.972s] (1853/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
73932026-07-01T16:17:36.201Z PASS [ 17.246s] (1854/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
73942026-07-01T16:17:37.312Z PASS [ 14.143s] (1855/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
73952026-07-01T16:17:37.657Z PASS [ 23.464s] (1856/2983) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
73962026-07-01T16:17:37.979Z PASS [ 13.992s] (1857/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
73972026-07-01T16:17:40.064Z PASS [ 21.768s] (1858/2983) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
73982026-07-01T16:17:40.193Z PASS [ 22.970s] (1859/2983) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
73992026-07-01T16:17:40.795Z PASS [ 16.827s] (1860/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
74002026-07-01T16:17:42.157Z PASS [ 12.728s] (1861/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
74012026-07-01T16:17:45.007Z PASS [ 20.279s] (1862/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
74022026-07-01T16:17:46.638Z PASS [ 13.938s] (1863/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
74032026-07-01T16:17:47.870Z PASS [ 15.603s] (1864/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
74042026-07-01T16:17:49.517Z PASS [ 18.430s] (1865/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
74052026-07-01T16:17:50.580Z PASS [ 16.621s] (1866/2983) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
74062026-07-01T16:17:50.799Z PASS [ 15.912s] (1867/2983) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
74072026-07-01T16:17:51.829Z PASS [ 17.122s] (1868/2983) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
74082026-07-01T16:17:54.047Z PASS [ 21.895s] (1869/2983) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
74092026-07-01T16:17:55.099Z PASS [ 19.981s] (1870/2983) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
74102026-07-01T16:17:56.754Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
74112026-07-01T16:17:56.863Z PASS [ 23.848s] (1871/2983) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
74122026-07-01T16:17:58.860Z PASS [ 25.720s] (1872/2983) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
74132026-07-01T16:17:59.224Z PASS [ 26.177s] (1873/2983) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
74142026-07-01T16:18:01.902Z PASS [ 11.322s] (1874/2983) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
74152026-07-01T16:18:02.309Z PASS [ 26.840s] (1875/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
74162026-07-01T16:18:03.136Z PASS [ 29.103s] (1876/2983) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
74172026-07-01T16:18:03.215Z PASS [ 15.345s] (1877/2983) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
74182026-07-01T16:18:03.984Z PASS [ 26.005s] (1878/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
74192026-07-01T16:18:04.422Z PASS [ 13.623s] (1879/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion
74202026-07-01T16:18:05.633Z PASS [ 16.115s] (1880/2983) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
74212026-07-01T16:18:05.676Z PASS [ 13.847s] (1881/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
74222026-07-01T16:18:07.867Z PASS [ 13.820s] (1882/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
74232026-07-01T16:18:07.982Z PASS [ 27.918s] (1883/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
74242026-07-01T16:18:09.235Z PASS [ 29.041s] (1884/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
74252026-07-01T16:18:10.731Z PASS [ 34.911s] (1885/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
74262026-07-01T16:18:11.931Z PASS [ 36.344s] (1886/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
74272026-07-01T16:18:12.169Z PASS [ 34.856s] (1887/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
74282026-07-01T16:18:14.580Z PASS [ 32.422s] (1888/2983) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
74292026-07-01T16:18:15.346Z PASS [ 39.369s] (1889/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
74302026-07-01T16:18:15.646Z PASS [ 41.796s] (1890/2983) omicron-nexus::test_all integration_tests::metrics::test_metrics
74312026-07-01T16:18:16.131Z PASS [ 12.916s] (1891/2983) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
74322026-07-01T16:18:16.390Z PASS [ 31.383s] (1892/2983) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
74332026-07-01T16:18:17.553Z PASS [ 18.329s] (1893/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
74342026-07-01T16:18:17.731Z PASS [ 12.055s] (1894/2983) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
74352026-07-01T16:18:17.883Z PASS [ 0.151s] (1895/2983) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
74362026-07-01T16:18:17.941Z PASS [ 21.079s] (1896/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
74372026-07-01T16:18:17.997Z PASS [ 0.114s] (1897/2983) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
74382026-07-01T16:18:18.057Z PASS [ 0.115s] (1898/2983) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
74392026-07-01T16:18:18.119Z PASS [ 0.122s] (1899/2983) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
74402026-07-01T16:18:18.169Z PASS [ 0.113s] (1900/2983) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
74412026-07-01T16:18:18.798Z PASS [ 15.661s] (1901/2983) omicron-nexus::test_all integration_tests::projects::test_projects
74422026-07-01T16:18:19.430Z PASS [ 17.121s] (1902/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
74432026-07-01T16:18:19.744Z PASS [ 11.877s] (1903/2983) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
74442026-07-01T16:18:20.098Z PASS [ 16.113s] (1904/2983) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
74452026-07-01T16:18:20.730Z PASS [ 16.307s] (1905/2983) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
74462026-07-01T16:18:20.849Z PASS [ 0.119s] (1906/2983) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
74472026-07-01T16:18:22.483Z PASS [ 14.501s] (1907/2983) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
74482026-07-01T16:18:23.875Z PASS [ 13.144s] (1908/2983) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
74492026-07-01T16:18:23.993Z PASS [ 0.118s] (1909/2983) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
74502026-07-01T16:18:24.096Z PASS [ 0.102s] (1910/2983) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
74512026-07-01T16:18:24.661Z PASS [ 43.865s] (1911/2983) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
74522026-07-01T16:18:25.042Z PASS [ 29.943s] (1912/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
74532026-07-01T16:18:25.254Z PASS [ 13.085s] (1913/2983) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
74542026-07-01T16:18:25.944Z PASS [ 50.572s] (1914/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
74552026-07-01T16:18:27.019Z PASS [ 28.158s] (1915/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
74562026-07-01T16:18:27.042Z PASS [ 17.807s] (1916/2983) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
74572026-07-01T16:18:27.346Z PASS [ 15.415s] (1917/2983) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
74582026-07-01T16:18:28.125Z PASS [ 13.543s] (1918/2983) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
74592026-07-01T16:18:29.062Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74602026-07-01T16:18:29.173Z PASS [ 52.971s] (1919/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
74612026-07-01T16:18:29.876Z PASS [ 2.529s] (1920/2983) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
74622026-07-01T16:18:30.961Z PASS [ 53.304s] (1921/2983) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
74632026-07-01T16:18:31.879Z PASS [ 13.710s] (1922/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
74642026-07-01T16:18:31.879Z PASS [ 13.081s] (1923/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
74652026-07-01T16:18:32.093Z PASS [ 13.974s] (1924/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
74662026-07-01T16:18:32.171Z PASS [ 2.296s] (1925/2983) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
74672026-07-01T16:18:32.260Z PASS [ 12.830s] (1926/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
74682026-07-01T16:18:32.288Z PASS [ 15.898s] (1927/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
74692026-07-01T16:18:32.525Z PASS [ 12.781s] (1928/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
74702026-07-01T16:18:32.576Z PASS [ 16.929s] (1929/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
74712026-07-01T16:18:32.848Z PASS [ 17.502s] (1930/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
74722026-07-01T16:18:32.862Z PASS [ 12.764s] (1931/2983) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
74732026-07-01T16:18:33.312Z PASS [ 58.000s] (1932/2983) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
74742026-07-01T16:18:33.423Z PASS [ 15.870s] (1933/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
74752026-07-01T16:18:33.591Z PASS [ 1.712s] (1934/2983) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
74762026-07-01T16:18:33.784Z PASS [ 1.496s] (1935/2983) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
74772026-07-01T16:18:33.883Z PASS [ 1.712s] (1936/2983) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
74782026-07-01T16:18:33.896Z PASS [ 13.047s] (1937/2983) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
74792026-07-01T16:18:34.362Z PASS [ 11.880s] (1938/2983) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
74802026-07-01T16:18:34.492Z PASS [ 1.630s] (1939/2983) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
74812026-07-01T16:18:34.816Z PASS [ 1.225s] (1940/2983) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
74822026-07-01T16:18:35.041Z PASS [ 10.946s] (1941/2983) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
74832026-07-01T16:18:35.219Z PASS [ 19.088s] (1942/2983) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
74842026-07-01T16:18:35.263Z PASS [ 10.602s] (1943/2983) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
74852026-07-01T16:18:35.619Z PASS [ 10.577s] (1944/2983) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
74862026-07-01T16:18:35.881Z PASS [ 10.627s] (1945/2983) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
74872026-07-01T16:18:37.117Z PASS [ 35.214s] (1946/2983) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
74882026-07-01T16:18:37.548Z PASS [ 3.664s] (1947/2983) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
74892026-07-01T16:18:37.819Z PASS [ 32.186s] (1948/2983) omicron-nexus::test_all integration_tests::quotas::test_quotas
74902026-07-01T16:18:41.473Z PASS [ 54.834s] (1949/2983) omicron-nexus::test_all integration_tests::password_login::test_local_users
74912026-07-01T16:18:44.947Z PASS [ 9.906s] (1950/2983) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
74922026-07-01T16:18:45.629Z PASS [ 10.366s] (1951/2983) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
74932026-07-01T16:18:45.702Z PASS [ 9.821s] (1952/2983) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
74942026-07-01T16:18:46.318Z PASS [ 11.098s] (1953/2983) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
74952026-07-01T16:18:47.505Z PASS [ 10.388s] (1954/2983) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
74962026-07-01T16:18:48.219Z PASS [ 10.671s] (1955/2983) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
74972026-07-01T16:18:48.301Z PASS [ 10.754s] (1956/2983) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
74982026-07-01T16:18:48.490Z PASS [ 10.942s] (1957/2983) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
74992026-07-01T16:18:48.578Z PASS [ 12.958s] (1958/2983) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
75002026-07-01T16:18:48.599Z PASS [ 11.052s] (1959/2983) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
75012026-07-01T16:18:49.369Z PASS [ 11.550s] (1960/2983) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
75022026-07-01T16:18:51.467Z PASS [ 9.995s] (1961/2983) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
75032026-07-01T16:18:55.232Z PASS [ 10.285s] (1962/2983) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
75042026-07-01T16:18:55.903Z PASS [ 9.586s] (1963/2983) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
75052026-07-01T16:18:55.962Z PASS [ 10.333s] (1964/2983) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
75062026-07-01T16:18:56.092Z PASS [ 10.389s] (1965/2983) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
75072026-07-01T16:18:56.756Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
75082026-07-01T16:18:57.069Z PASS [ 9.564s] (1966/2983) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
75092026-07-01T16:18:57.839Z PASS [ 9.620s] (1967/2983) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
75102026-07-01T16:18:58.826Z PASS [ 10.525s] (1968/2983) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
75112026-07-01T16:18:59.043Z PASS [ 10.553s] (1969/2983) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
75122026-07-01T16:18:59.149Z PASS [ 10.550s] (1970/2983) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
75132026-07-01T16:18:59.264Z PASS [ 10.686s] (1971/2983) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
75142026-07-01T16:18:59.495Z PASS [ 10.126s] (1972/2983) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
75152026-07-01T16:19:02.614Z PASS [ 11.146s] (1973/2983) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
75162026-07-01T16:19:04.709Z PASS [ 9.477s] (1974/2983) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
75172026-07-01T16:19:05.191Z PASS [ 9.288s] (1975/2983) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
75182026-07-01T16:19:05.738Z PASS [ 9.775s] (1976/2983) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
75192026-07-01T16:19:06.580Z PASS [ 10.489s] (1977/2983) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
75202026-07-01T16:19:07.476Z PASS [ 130.723s] (1978/2983) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
75212026-07-01T16:19:07.674Z PASS [ 10.604s] (1979/2983) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
75222026-07-01T16:19:08.690Z PASS [ 9.864s] (1980/2983) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
75232026-07-01T16:19:09.026Z PASS [ 9.762s] (1981/2983) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
75242026-07-01T16:19:09.142Z PASS [ 9.646s] (1982/2983) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
75252026-07-01T16:19:10.193Z PASS [ 11.044s] (1983/2983) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
75262026-07-01T16:19:10.761Z PASS [ 11.717s] (1984/2983) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
75272026-07-01T16:19:12.321Z PASS [ 9.707s] (1985/2983) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
75282026-07-01T16:19:12.766Z PASS [ 14.927s] (1986/2983) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
75292026-07-01T16:19:12.874Z PASS [ 38.382s] (1987/2983) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
75302026-07-01T16:19:14.318Z PASS [ 9.608s] (1988/2983) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
75312026-07-01T16:19:14.639Z PASS [ 9.448s] (1989/2983) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
75322026-07-01T16:19:16.546Z PASS [ 42.761s] (1990/2983) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
75332026-07-01T16:19:17.186Z PASS [ 42.823s] (1991/2983) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
75342026-07-01T16:19:18.378Z PASS [ 10.901s] (1992/2983) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
75352026-07-01T16:19:19.659Z PASS [ 10.969s] (1993/2983) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
75362026-07-01T16:19:20.270Z PASS [ 14.532s] (1994/2983) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
75372026-07-01T16:19:20.790Z PASS [ 11.649s] (1995/2983) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
75382026-07-01T16:19:22.258Z PASS [ 15.677s] (1996/2983) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
75392026-07-01T16:19:23.304Z PASS [ 15.630s] (1997/2983) omicron-nexus::test_all integration_tests::silos::test_silos
75402026-07-01T16:19:24.044Z PASS [ 13.282s] (1998/2983) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
75412026-07-01T16:19:24.609Z PASS [ 11.732s] (1999/2983) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
75422026-07-01T16:19:27.871Z PASS [ 18.845s] (2000/2983) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
75432026-07-01T16:19:28.936Z PASS [ 16.062s] (2001/2983) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
75442026-07-01T16:19:29.017Z PASS [ 18.823s] (2002/2983) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
75452026-07-01T16:19:29.063Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75462026-07-01T16:19:29.694Z PASS [ 16.820s] (2003/2983) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
75472026-07-01T16:19:30.340Z PASS [ 16.022s] (2004/2983) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
75482026-07-01T16:19:30.569Z PASS [ 13.383s] (2005/2983) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
75492026-07-01T16:19:31.545Z PASS [ 14.358s] (2006/2983) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
75502026-07-01T16:19:32.213Z PASS [ 12.553s] (2007/2983) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
75512026-07-01T16:19:32.662Z PASS [ 12.392s] (2008/2983) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
75522026-07-01T16:19:33.335Z PASS [ 12.544s] (2009/2983) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
75532026-07-01T16:19:34.420Z PASS [ 12.161s] (2010/2983) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
75542026-07-01T16:19:34.819Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
75552026-07-01T16:19:35.008Z PASS [ 22.687s] (2011/2983) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
75562026-07-01T16:19:36.460Z PASS [ 11.854s] (2012/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
75572026-07-01T16:19:36.516Z PASS [ 13.212s] (2013/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
75582026-07-01T16:19:36.722Z PASS [ 23.848s] (2014/2983) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
75592026-07-01T16:19:37.532Z PASS [ 20.345s] (2015/2983) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
75602026-07-01T16:19:37.730Z PASS [ 13.686s] (2016/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
75612026-07-01T16:19:39.205Z PASS [ 1.672s] (2017/2983) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
75622026-07-01T16:19:39.643Z PASS [ 11.771s] (2018/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
75632026-07-01T16:19:41.793Z PASS [ 23.416s] (2019/2983) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
75642026-07-01T16:19:42.068Z PASS [ 25.522s] (2020/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
75652026-07-01T16:19:43.096Z PASS [ 26.550s] (2021/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
75662026-07-01T16:19:43.933Z PASS [ 29.293s] (2022/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
75672026-07-01T16:19:44.259Z PASS [ 27.072s] (2023/2983) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
75682026-07-01T16:19:44.462Z PASS [ 69.645s] (2024/2983) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
75692026-07-01T16:19:44.788Z PASS [ 15.771s] (2025/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
75702026-07-01T16:19:45.660Z PASS [ 12.997s] (2026/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
75712026-07-01T16:19:46.286Z PASS [ 15.717s] (2027/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
75722026-07-01T16:19:47.701Z PASS [ 31.155s] (2028/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
75732026-07-01T16:19:49.184Z PASS [ 14.764s] (2029/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
75742026-07-01T16:19:49.472Z PASS [ 19.131s] (2030/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
75752026-07-01T16:19:49.489Z PASS [ 17.943s] (2031/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
75762026-07-01T16:19:50.549Z PASS [ 14.033s] (2032/2983) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
75772026-07-01T16:19:50.912Z PASS [ 15.904s] (2033/2983) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
75782026-07-01T16:19:50.992Z PASS [ 17.657s] (2034/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
75792026-07-01T16:19:51.640Z PASS [ 19.427s] (2035/2983) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
75802026-07-01T16:19:52.039Z PASS [ 14.309s] (2036/2983) omicron-nexus::test_all integration_tests::updates::test_repo_list
75812026-07-01T16:19:52.220Z PASS [ 39.453s] (2037/2983) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
75822026-07-01T16:19:53.285Z PASS [ 11.487s] (2038/2983) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
75832026-07-01T16:19:53.379Z PASS [ 14.174s] (2039/2983) omicron-nexus::test_all integration_tests::updates::test_repo_prune
75842026-07-01T16:19:56.278Z PASS [ 39.732s] (2040/2983) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
75852026-07-01T16:19:56.714Z PASS [ 14.646s] (2041/2983) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
75862026-07-01T16:19:57.312Z PASS [ 14.216s] (2042/2983) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
75872026-07-01T16:19:57.646Z PASS [ 28.710s] (2043/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
75882026-07-01T16:19:57.743Z PASS [ 13.810s] (2044/2983) omicron-nexus::test_all integration_tests::updates::test_update_status
75892026-07-01T16:19:57.781Z PASS [ 13.521s] (2045/2983) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
75902026-07-01T16:19:59.834Z PASS [ 20.191s] (2046/2983) omicron-nexus::test_all integration_tests::updates::test_repo_upload
75912026-07-01T16:20:03.622Z PASS [ 27.162s] (2047/2983) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
75922026-07-01T16:20:06.755Z PASS [ 21.967s] (2048/2983) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
75932026-07-01T16:20:06.867Z PASS [ 22.405s] (2049/2983) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
75942026-07-01T16:20:11.816Z PASS [ 27.354s] (2050/2983) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
75952026-07-01T16:20:12.376Z PASS [ 23.190s] (2051/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
75962026-07-01T16:20:13.484Z PASS [ 27.824s] (2052/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
75972026-07-01T16:20:16.352Z PASS [ 23.072s] (2053/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
75982026-07-01T16:20:19.716Z PASS [ 32.015s] (2054/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
75992026-07-01T16:20:19.910Z PASS [ 29.361s] (2055/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
76002026-07-01T16:20:20.344Z PASS [ 50.650s] (2056/2983) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
76012026-07-01T16:20:24.300Z PASS [ 39.838s] (2057/2983) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
76022026-07-01T16:20:27.855Z PASS [ 36.863s] (2058/2983) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
76032026-07-01T16:20:29.064Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76042026-07-01T16:20:29.769Z PASS [ 9.425s] (2059/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
76052026-07-01T16:20:29.843Z PASS [ 32.062s] (2060/2983) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
76062026-07-01T16:20:32.413Z PASS [ 42.923s] (2061/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
76072026-07-01T16:20:33.019Z PASS [ 40.799s] (2062/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
76082026-07-01T16:20:33.969Z PASS [ 9.668s] (2063/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
76092026-07-01T16:20:35.345Z PASS [ 21.860s] (2064/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
76102026-07-01T16:20:35.452Z PASS [ 23.077s] (2065/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
76112026-07-01T16:20:36.725Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
76122026-07-01T16:20:37.264Z PASS [ 33.641s] (2066/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
76132026-07-01T16:20:37.373Z PASS [ 9.518s] (2067/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
76142026-07-01T16:20:37.637Z PASS [ 44.258s] (2068/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
76152026-07-01T16:20:38.315Z PASS [ 41.601s] (2069/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
76162026-07-01T16:20:39.523Z PASS [ 9.679s] (2070/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
76172026-07-01T16:20:39.627Z PASS [ 9.857s] (2071/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
76182026-07-01T16:20:39.930Z PASS [ 42.187s] (2072/2983) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
76192026-07-01T16:20:39.999Z PASS [ 0.068s] (2073/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
76202026-07-01T16:20:40.862Z PASS [ 49.949s] (2074/2983) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
76212026-07-01T16:20:41.587Z PASS [ 52.115s] (2075/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
76222026-07-01T16:20:42.892Z PASS [ 9.872s] (2076/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
76232026-07-01T16:20:43.086Z PASS [ 10.674s] (2077/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
76242026-07-01T16:20:44.418Z PASS [ 10.448s] (2078/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
76252026-07-01T16:20:44.464Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
76262026-07-01T16:20:44.520Z PASS [ 47.208s] (2079/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
76272026-07-01T16:20:45.189Z PASS [ 25.473s] (2080/2983) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
76282026-07-01T16:20:45.546Z PASS [ 53.507s] (2081/2983) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
76292026-07-01T16:20:46.290Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
76302026-07-01T16:20:46.885Z PASS [ 11.540s] (2082/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
76312026-07-01T16:20:49.271Z PASS [ 11.898s] (2083/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
76322026-07-01T16:20:49.575Z PASS [ 12.312s] (2084/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
76332026-07-01T16:20:50.026Z PASS [ 14.573s] (2085/2983) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
76342026-07-01T16:20:50.135Z PASS [ 12.498s] (2086/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
76352026-07-01T16:20:51.152Z PASS [ 12.837s] (2087/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
76362026-07-01T16:20:51.642Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
76372026-07-01T16:20:51.986Z PASS [ 12.359s] (2088/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
76382026-07-01T16:20:52.075Z PASS [ 40.258s] (2089/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
76392026-07-01T16:20:52.142Z PASS [ 12.618s] (2090/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
76402026-07-01T16:20:52.321Z PASS [ 54.674s] (2091/2983) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
76412026-07-01T16:20:52.813Z PASS [ 45.945s] (2092/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
76422026-07-01T16:20:53.058Z PASS [ 66.771s] (2093/2983) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
76432026-07-01T16:20:54.203Z PASS [ 13.342s] (2094/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
76442026-07-01T16:20:54.849Z PASS [ 13.262s] (2095/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
76452026-07-01T16:20:55.609Z PASS [ 12.523s] (2096/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
76462026-07-01T16:20:55.827Z PASS [ 12.935s] (2097/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
76472026-07-01T16:20:56.280Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
76482026-07-01T16:20:56.896Z PASS [ 72.434s] (2098/2983) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
76492026-07-01T16:20:57.008Z PASS [ 12.590s] (2099/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
76502026-07-01T16:20:57.051Z PASS [ 12.531s] (2100/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
76512026-07-01T16:20:59.838Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
76522026-07-01T16:21:00.720Z PASS [ 13.835s] (2101/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
76532026-07-01T16:21:02.907Z PASS [ 13.636s] (2102/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
76542026-07-01T16:21:03.201Z PASS [ 66.923s] (2103/2983) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
76552026-07-01T16:21:03.265Z PASS [ 13.130s] (2104/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
76562026-07-01T16:21:03.634Z PASS [ 14.059s] (2105/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
76572026-07-01T16:21:04.550Z PASS [ 14.525s] (2106/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
76582026-07-01T16:21:06.758Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
76592026-07-01T16:21:07.624Z PASS [ 51.271s] (2107/2983) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
76602026-07-01T16:21:07.713Z PASS [ 15.392s] (2108/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
76612026-07-01T16:21:08.071Z PASS [ 91.349s] (2109/2983) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
76622026-07-01T16:21:08.241Z PASS [ 16.166s] (2110/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
76632026-07-01T16:21:08.317Z PASS [ 15.504s] (2111/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
76642026-07-01T16:21:08.704Z PASS [ 16.718s] (2112/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
76652026-07-01T16:21:08.804Z PASS [ 48.894s] (2113/2983) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
76662026-07-01T16:21:08.932Z PASS [ 62.177s] (2114/2983) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
76672026-07-01T16:21:09.839Z PASS [ 78.199s] (2115/2983) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
76682026-07-01T16:21:09.929Z PASS [ 29.931s] (2116/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
76692026-07-01T16:21:09.948Z PASS [ 17.806s] (2117/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
76702026-07-01T16:21:12.118Z PASS [ 19.060s] (2118/2983) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
76712026-07-01T16:21:15.543Z PASS [ 20.694s] (2119/2983) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
76722026-07-01T16:21:15.576Z PASS [ 0.025s] (2120/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
76732026-07-01T16:21:15.593Z PASS [ 0.025s] (2121/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
76742026-07-01T16:21:15.709Z PASS [ 0.114s] (2122/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
76752026-07-01T16:21:15.737Z PASS [ 0.028s] (2123/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
76762026-07-01T16:21:15.757Z PASS [ 0.022s] (2124/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
76772026-07-01T16:21:15.780Z PASS [ 0.023s] (2125/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
76782026-07-01T16:21:15.805Z PASS [ 0.025s] (2126/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
76792026-07-01T16:21:15.828Z PASS [ 0.023s] (2127/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
76802026-07-01T16:21:15.850Z PASS [ 0.021s] (2128/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
76812026-07-01T16:21:15.870Z PASS [ 0.021s] (2129/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
76822026-07-01T16:21:15.893Z PASS [ 0.022s] (2130/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
76832026-07-01T16:21:15.914Z PASS [ 0.021s] (2131/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
76842026-07-01T16:21:15.937Z PASS [ 0.022s] (2132/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
76852026-07-01T16:21:15.961Z PASS [ 0.025s] (2133/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
76862026-07-01T16:21:15.982Z PASS [ 0.021s] (2134/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
76872026-07-01T16:21:16.004Z PASS [ 0.022s] (2135/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
76882026-07-01T16:21:16.026Z PASS [ 0.022s] (2136/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
76892026-07-01T16:21:16.046Z PASS [ 0.020s] (2137/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
76902026-07-01T16:21:16.067Z PASS [ 0.020s] (2138/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
76912026-07-01T16:21:16.089Z PASS [ 0.022s] (2139/2983) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
76922026-07-01T16:21:18.081Z PASS [ 21.072s] (2140/2983) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
76932026-07-01T16:21:18.896Z PASS [ 15.262s] (2141/2983) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
76942026-07-01T16:21:19.378Z PASS [ 25.175s] (2142/2983) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
76952026-07-01T16:21:19.424Z PASS [ 0.046s] (2143/2983) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
76962026-07-01T16:21:19.466Z PASS [ 0.041s] (2144/2983) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
76972026-07-01T16:21:19.507Z PASS [ 0.041s] (2145/2983) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
76982026-07-01T16:21:19.523Z PASS [ 0.017s] (2146/2983) omicron-package config::tests::multi_preset_arg
76992026-07-01T16:21:19.549Z PASS [ 0.026s] (2147/2983) omicron-package dot::test::test_bad_dependency
77002026-07-01T16:21:19.580Z PASS [ 0.031s] (2148/2983) omicron-package dot::test::test_dot_output
77012026-07-01T16:21:19.600Z PASS [ 15.050s] (2149/2983) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
77022026-07-01T16:21:19.625Z PASS [ 0.025s] (2150/2983) omicron-passwords test::test_password_constraints
77032026-07-01T16:21:19.678Z PASS [ 22.626s] (2151/2983) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
77042026-07-01T16:21:19.716Z PASS [ 28.564s] (2152/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
77052026-07-01T16:21:19.757Z PASS [ 0.041s] (2153/2983) omicron-passwords test::test_stable
77062026-07-01T16:21:19.777Z PASS [ 0.020s] (2154/2983) omicron-passwords test::test_weak_hashes
77072026-07-01T16:21:19.798Z PASS [ 0.021s] (2155/2983) omicron-rpaths internal::tests::test_configure_from_path
77082026-07-01T16:21:19.818Z PASS [ 0.020s] (2156/2983) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
77092026-07-01T16:21:19.841Z PASS [ 0.023s] (2157/2983) omicron-rpaths internal::tests::test_emit_rpath
77102026-07-01T16:21:20.105Z PASS [ 0.263s] (2158/2983) omicron-sled-agent artifact_store::test::generations
77112026-07-01T16:21:20.195Z PASS [ 0.090s] (2159/2983) omicron-sled-agent artifact_store::test::issue_7796
77122026-07-01T16:21:20.283Z PASS [ 0.088s] (2160/2983) omicron-sled-agent artifact_store::test::list_get_put
77132026-07-01T16:21:20.310Z PASS [ 19.589s] (2161/2983) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
77142026-07-01T16:21:20.365Z PASS [ 0.080s] (2162/2983) omicron-sled-agent artifact_store::test::no_dataset
77152026-07-01T16:21:20.407Z PASS [ 0.043s] (2163/2983) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
77162026-07-01T16:21:20.410Z PASS [ 0.098s] (2164/2983) omicron-sled-agent artifact_store::test::wrong_hash
77172026-07-01T16:21:20.448Z PASS [ 0.042s] (2165/2983) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
77182026-07-01T16:21:20.452Z PASS [ 0.043s] (2166/2983) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
77192026-07-01T16:21:20.480Z PASS [ 0.031s] (2167/2983) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
77202026-07-01T16:21:20.486Z PASS [ 0.035s] (2168/2983) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
77212026-07-01T16:21:20.517Z PASS [ 0.037s] (2169/2983) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
77222026-07-01T16:21:20.522Z PASS [ 0.036s] (2170/2983) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
77232026-07-01T16:21:20.545Z PASS [ 0.028s] (2171/2983) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
77242026-07-01T16:21:20.552Z PASS [ 0.030s] (2172/2983) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
77252026-07-01T16:21:20.603Z PASS [ 0.051s] (2173/2983) omicron-sled-agent fmd::tests::boolean_array
77262026-07-01T16:21:20.620Z PASS [ 0.075s] (2174/2983) omicron-sled-agent config::test::test_smf_configs
77272026-07-01T16:21:20.634Z PASS [ 0.032s] (2175/2983) omicron-sled-agent fmd::tests::boolean_presence
77282026-07-01T16:21:20.651Z PASS [ 0.031s] (2176/2983) omicron-sled-agent fmd::tests::boolean_value
77292026-07-01T16:21:20.663Z PASS [ 0.029s] (2177/2983) omicron-sled-agent fmd::tests::double
77302026-07-01T16:21:20.683Z PASS [ 0.032s] (2178/2983) omicron-sled-agent fmd::tests::hrtime
77312026-07-01T16:21:20.694Z PASS [ 0.031s] (2179/2983) omicron-sled-agent fmd::tests::integer_arrays
77322026-07-01T16:21:20.725Z PASS [ 0.042s] (2180/2983) omicron-sled-agent fmd::tests::integers
77332026-07-01T16:21:20.738Z PASS [ 0.044s] (2181/2983) omicron-sled-agent fmd::tests::string
77342026-07-01T16:21:20.764Z PASS [ 0.036s] (2182/2983) omicron-sled-agent fmd::tests::string_array
77352026-07-01T16:21:20.770Z PASS [ 711.721s] (2183/2983) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77362026-07-01T16:21:20.774Z PASS [ 0.036s] (2184/2983) omicron-sled-agent fmd::tests::unknown_type
77372026-07-01T16:21:20.798Z PASS [ 0.034s] (2185/2983) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
77382026-07-01T16:21:20.807Z PASS [ 0.037s] (2186/2983) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
77392026-07-01T16:21:20.814Z PASS [ 0.040s] (2187/2983) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
77402026-07-01T16:21:20.830Z PASS [ 0.032s] (2188/2983) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
77412026-07-01T16:21:20.842Z PASS [ 0.034s] (2189/2983) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
77422026-07-01T16:21:20.850Z PASS [ 0.036s] (2190/2983) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
77432026-07-01T16:21:20.863Z PASS [ 0.033s] (2191/2983) omicron-sled-agent instance::tests::add_new_floating_ip
77442026-07-01T16:21:20.872Z PASS [ 0.031s] (2192/2983) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
77452026-07-01T16:21:20.887Z PASS [ 0.037s] (2193/2983) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
77462026-07-01T16:21:20.897Z PASS [ 0.033s] (2194/2983) omicron-sled-agent instance::tests::prune_existing_floating_ip
77472026-07-01T16:21:21.165Z PASS [ 0.293s] (2195/2983) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
77482026-07-01T16:21:21.187Z PASS [ 0.299s] (2196/2983) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
77492026-07-01T16:21:21.357Z PASS [ 0.460s] (2197/2983) omicron-sled-agent instance::tests::test_instance_create_events_normal
77502026-07-01T16:21:21.666Z PASS [ 24.769s] (2198/2983) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
77512026-07-01T16:21:21.709Z PASS [ 0.043s] (2199/2983) omicron-sled-agent instance::tests::test_multicast_membership_equality
77522026-07-01T16:21:21.744Z PASS [ 0.036s] (2200/2983) omicron-sled-agent metrics::test_samples_per_collection
77532026-07-01T16:21:21.816Z PASS [ 0.458s] (2201/2983) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
77542026-07-01T16:21:21.862Z PASS [ 0.046s] (2202/2983) omicron-sled-agent probe_manager::test::probe_state_set_ops
77552026-07-01T16:21:21.904Z PASS [ 0.042s] (2203/2983) omicron-sled-agent profile::tests::empty_profile
77562026-07-01T16:21:21.943Z PASS [ 0.039s] (2204/2983) omicron-sled-agent profile::tests::test_disabled_instance
77572026-07-01T16:21:21.985Z PASS [ 0.042s] (2205/2983) omicron-sled-agent profile::tests::test_instance
77582026-07-01T16:21:22.019Z PASS [ 0.034s] (2206/2983) omicron-sled-agent profile::tests::test_multiple
77592026-07-01T16:21:22.054Z PASS [ 19.138s] (2207/2983) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
77602026-07-01T16:21:22.061Z PASS [ 0.037s] (2208/2983) omicron-sled-agent profile::tests::test_property
77612026-07-01T16:21:22.082Z PASS [ 0.037s] (2209/2983) omicron-sled-agent profile::tests::test_property_group
77622026-07-01T16:21:22.094Z PASS [ 0.038s] (2210/2983) omicron-sled-agent profile::tests::test_service
77632026-07-01T16:21:22.123Z PASS [ 0.040s] (2211/2983) omicron-sled-agent profile::tests::test_service_property_group
77642026-07-01T16:21:22.135Z PASS [ 0.041s] (2212/2983) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
77652026-07-01T16:21:22.165Z PASS [ 0.042s] (2213/2983) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
77662026-07-01T16:21:22.188Z PASS [ 0.053s] (2214/2983) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
77672026-07-01T16:21:22.201Z PASS [ 1.036s] (2215/2983) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
77682026-07-01T16:21:22.218Z PASS [ 0.053s] (2216/2983) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
77692026-07-01T16:21:22.232Z PASS [ 0.044s] (2217/2983) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
77702026-07-01T16:21:22.262Z PASS [ 0.044s] (2218/2983) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
77712026-07-01T16:21:22.275Z PASS [ 0.042s] (2219/2983) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
77722026-07-01T16:21:22.306Z PASS [ 0.043s] (2220/2983) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
77732026-07-01T16:21:22.338Z PASS [ 0.063s] (2221/2983) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
77742026-07-01T16:21:22.355Z PASS [ 0.049s] (2222/2983) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
77752026-07-01T16:21:22.385Z PASS [ 0.047s] (2223/2983) omicron-sled-agent sim::storage::test::nested_dataset
77762026-07-01T16:21:22.400Z PASS [ 0.044s] (2224/2983) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
77772026-07-01T16:21:22.417Z PASS [ 1.230s] (2225/2983) omicron-sled-agent instance::tests::test_instance_manager_creation
77782026-07-01T16:21:22.431Z PASS [ 0.046s] (2226/2983) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
77792026-07-01T16:21:22.439Z PASS [ 0.040s] (2227/2983) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
77802026-07-01T16:21:22.448Z PASS [ 36.902s] (2228/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
77812026-07-01T16:21:22.460Z PASS [ 0.043s] (2229/2983) omicron-sled-agent sim::storage::test::snapshot_needs_region
77822026-07-01T16:21:22.486Z PASS [ 0.046s] (2230/2983) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
77832026-07-01T16:21:22.495Z PASS [ 0.063s] (2231/2983) omicron-sled-agent support_bundle::storage::tests::basic_crud
77842026-07-01T16:21:22.507Z PASS [ 0.058s] (2232/2983) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
77852026-07-01T16:21:22.521Z PASS [ 0.061s] (2233/2983) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
77862026-07-01T16:21:22.558Z PASS [ 0.063s] (2234/2983) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
77872026-07-01T16:21:22.561Z PASS [ 0.073s] (2235/2983) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
77882026-07-01T16:21:22.568Z PASS [ 0.061s] (2236/2983) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
77892026-07-01T16:21:22.597Z PASS [ 0.076s] (2237/2983) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
77902026-07-01T16:21:22.627Z PASS [ 0.067s] (2238/2983) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
77912026-07-01T16:21:22.631Z PASS [ 0.070s] (2239/2983) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
77922026-07-01T16:21:22.650Z PASS [ 0.082s] (2240/2983) omicron-sled-agent support_bundle::storage::tests::ranges
77932026-07-01T16:21:22.665Z PASS [ 0.068s] (2241/2983) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
77942026-07-01T16:21:22.670Z PASS [ 0.041s] (2242/2983) omicron-sled-agent updates::test::test_query_no_components
77952026-07-01T16:21:22.674Z PASS [ 0.046s] (2243/2983) omicron-sled-agent updates::test::test_query_sled_agent_version
77962026-07-01T16:21:22.695Z PASS [ 0.045s] (2244/2983) omicron-sled-agent updates::test::test_query_zone_version
77972026-07-01T16:21:22.703Z PASS [ 26.874s] (2245/2983) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
77982026-07-01T16:21:22.715Z PASS [ 0.049s] (2246/2983) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
77992026-07-01T16:21:22.746Z PASS [ 0.050s] (2247/2983) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
78002026-07-01T16:21:23.422Z PASS [ 3.794s] (2248/2983) omicron-passwords test::test_reproducible
78012026-07-01T16:21:23.477Z PASS [ 0.057s] (2249/2983) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
78022026-07-01T16:21:23.521Z PASS [ 0.044s] (2250/2983) omicron-sled-agent zone_bundle::tests::test_dir_size
78032026-07-01T16:21:23.623Z PASS [ 0.102s] (2251/2983) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
78042026-07-01T16:21:23.638Z PASS [ 15.925s] (2252/2983) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
78052026-07-01T16:21:23.689Z PASS [ 0.052s] (2253/2983) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
78062026-07-01T16:21:23.799Z PASS [ 0.176s] (2254/2983) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
78072026-07-01T16:21:23.867Z PASS [ 0.044s] (2255/2983) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
78082026-07-01T16:21:23.875Z PASS [ 0.032s] (2256/2983) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
78092026-07-01T16:21:23.879Z PASS [ 13.950s] (2257/2983) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
78102026-07-01T16:21:24.016Z PASS [ 14.067s] (2258/2983) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
78112026-07-01T16:21:24.134Z PASS [ 0.259s] (2259/2983) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
78122026-07-01T16:21:24.157Z PASS [ 16.086s] (2260/2983) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
78132026-07-01T16:21:24.171Z PASS [ 0.037s] (2261/2983) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
78142026-07-01T16:21:24.188Z PASS [ 20.987s] (2262/2983) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
78152026-07-01T16:21:24.196Z PASS [ 0.039s] (2263/2983) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
78162026-07-01T16:21:24.222Z PASS [ 0.342s] (2264/2983) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
78172026-07-01T16:21:24.365Z PASS [ 0.676s] (2265/2983) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
78182026-07-01T16:21:24.463Z PASS [ 0.292s] (2266/2983) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
78192026-07-01T16:21:24.480Z PASS [ 0.284s] (2267/2983) omicron-test-utils dev::db::test::test_bad_cmd
78202026-07-01T16:21:24.561Z PASS [ 16.937s] (2268/2983) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
78212026-07-01T16:21:24.638Z PASS [ 0.449s] (2269/2983) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
78222026-07-01T16:21:24.683Z PASS [ 0.046s] (2270/2983) omicron-test-utils dev::db::test::test_make_pg_config_fail
78232026-07-01T16:21:24.722Z PASS [ 0.038s] (2271/2983) omicron-test-utils dev::db::test::test_make_pg_config_ok
78242026-07-01T16:21:24.761Z PASS [ 0.039s] (2272/2983) omicron-test-utils dev::db::test::test_parse_http_addr
78252026-07-01T16:21:24.770Z PASS [ 15.965s] (2273/2983) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
78262026-07-01T16:21:24.777Z PASS [ 0.297s] (2274/2983) omicron-test-utils dev::db::test::test_database_start_hang
78272026-07-01T16:21:24.788Z PASS [ 0.566s] (2275/2983) omicron-test-utils dev::db::test::test_cmd_fails
78282026-07-01T16:21:24.796Z PASS [ 0.035s] (2276/2983) omicron-test-utils dev::db::test::test_process_exit_abnormal
78292026-07-01T16:21:24.813Z PASS [ 0.043s] (2277/2983) omicron-test-utils dev::db::test::test_process_exit_normal
78302026-07-01T16:21:24.853Z PASS [ 0.040s] (2278/2983) omicron-test-utils dev::db::test::test_starter_tmpdir
78312026-07-01T16:21:24.895Z PASS [ 0.041s] (2279/2983) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
78322026-07-01T16:21:24.930Z PASS [ 0.035s] (2280/2983) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
78332026-07-01T16:21:24.966Z PASS [ 0.036s] (2281/2983) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
78342026-07-01T16:21:24.975Z PASS [ 39.787s] (2282/2983) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
78352026-07-01T16:21:25.004Z PASS [ 0.038s] (2283/2983) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
78362026-07-01T16:21:25.007Z PASS [ 0.030s] (2284/2983) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
78372026-07-01T16:21:25.050Z PASS [ 0.046s] (2285/2983) omicron-test-utils dev::test_cmds::tests::test_redact_extra
78382026-07-01T16:21:25.053Z PASS [ 1.035s] (2286/2983) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
78392026-07-01T16:21:25.065Z PASS [ 0.058s] (2287/2983) omicron-test-utils dev::test_cmds::tests::test_redact_section
78402026-07-01T16:21:25.104Z PASS [ 0.053s] (2288/2983) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
78412026-07-01T16:21:25.182Z PASS [ 0.078s] (2289/2983) oximeter-collector agent::tests::test_self_stat_collection_count
78422026-07-01T16:21:25.219Z PASS [ 0.441s] (2290/2983) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
78432026-07-01T16:21:25.236Z PASS [ 0.186s] (2291/2983) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
78442026-07-01T16:21:25.253Z PASS [ 0.188s] (2292/2983) oximeter test::timeseries_schema_consistency
78452026-07-01T16:21:25.270Z PASS [ 0.087s] (2293/2983) oximeter-collector agent::tests::test_self_stat_error_counter
78462026-07-01T16:21:25.301Z PASS [ 16.368s] (2294/2983) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
78472026-07-01T16:21:25.309Z PASS [ 0.039s] (2295/2983) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
78482026-07-01T16:21:25.312Z PASS [ 0.094s] (2296/2983) oximeter-collector agent::tests::test_self_stat_unreachable_counter
78492026-07-01T16:21:25.322Z PASS [ 3.121s] (2297/2983) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
78502026-07-01T16:21:25.334Z PASS [ 0.097s] (2298/2983) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
78512026-07-01T16:21:25.345Z PASS [ 0.035s] (2299/2983) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
78522026-07-01T16:21:25.345Z PASS [ 0.783s] (2300/2983) omicron-test-utils dev::db::test::test_http_addr_integration
78532026-07-01T16:21:25.345Z PASS [ 0.032s] (2301/2983) oximeter-collector self_stats::tests::test_failure_reason_serialization
78542026-07-01T16:21:25.353Z PASS [ 0.100s] (2302/2983) oximeter-collector agent::tests::verify_producer_details
78552026-07-01T16:21:25.367Z PASS [ 0.034s] (2303/2983) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
78562026-07-01T16:21:25.370Z PASS [ 0.067s] (2304/2983) oximeter-collector results_sink::tests::test_batch_handoff_overflow
78572026-07-01T16:21:25.385Z PASS [ 0.038s] (2305/2983) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
78582026-07-01T16:21:25.390Z PASS [ 0.037s] (2306/2983) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
78592026-07-01T16:21:25.393Z PASS [ 0.046s] (2307/2983) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
78602026-07-01T16:21:25.393Z PASS [ 0.049s] (2308/2983) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
78612026-07-01T16:21:25.476Z PASS [ 0.153s] (2309/2983) oximeter-collector::test_commands test_oximeter_no_args
78622026-07-01T16:21:25.511Z PASS [ 0.035s] (2310/2983) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
78632026-07-01T16:21:25.676Z PASS [ 2.974s] (2311/2983) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
78642026-07-01T16:21:25.780Z PASS [ 13.658s] (2312/2983) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
78652026-07-01T16:21:25.827Z PASS [ 0.048s] (2313/2983) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
78662026-07-01T16:21:25.860Z PASS [ 1.063s] (2314/2983) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
78672026-07-01T16:21:25.960Z PASS [ 1.494s] (2315/2983) omicron-test-utils dev::db::test::test_database_concurrent
78682026-07-01T16:21:26.042Z PASS [ 16.193s] (2316/2983) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
78692026-07-01T16:21:26.067Z PASS [ 3.343s] (2317/2983) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
78702026-07-01T16:21:26.137Z PASS [ 0.619s] (2318/2983) oximeter-db client::tests::can_ping_clickhouse
78712026-07-01T16:21:26.191Z PASS [ 0.794s] (2319/2983) oximeter-db client::oxql::tests::test_get_fields_query
78722026-07-01T16:21:26.238Z PASS [ 3.479s] (2320/2983) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
78732026-07-01T16:21:26.266Z PASS [ 0.864s] (2321/2983) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
78742026-07-01T16:21:26.266Z PASS [ 0.865s] (2322/2983) oximeter-db client::oxql::tests::test_get_entire_table
78752026-07-01T16:21:26.266Z PASS [ 0.848s] (2323/2983) oximeter-db client::oxql::tests::test_get_one_timeseries
78762026-07-01T16:21:26.266Z PASS [ 0.861s] (2324/2983) oximeter-db client::oxql::tests::test_get_fields
78772026-07-01T16:21:26.267Z PASS [ 0.852s] (2325/2983) oximeter-db client::oxql::tests::test_limit_operations
78782026-07-01T16:21:26.577Z PASS [ 6.962s] (2326/2983) omicron-passwords test::test_compatible
78792026-07-01T16:21:26.603Z PASS [ 3.901s] (2327/2983) omicron-sled-agent zone_bundle::illumos_tests::test_context
78802026-07-01T16:21:26.718Z PASS [ 0.626s] (2328/2983) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
78812026-07-01T16:21:26.748Z PASS [ 0.763s] (2329/2983) oximeter-db client::tests::read_latest_version_reports_max
78822026-07-01T16:21:26.776Z PASS [ 0.699s] (2330/2983) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
78832026-07-01T16:21:26.845Z PASS [ 0.707s] (2331/2983) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
78842026-07-01T16:21:26.879Z PASS [ 0.646s] (2332/2983) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
78852026-07-01T16:21:26.893Z PASS [ 0.037s] (2333/2983) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
78862026-07-01T16:21:26.979Z PASS [ 0.775s] (2334/2983) oximeter-db client::tests::select_timeseries_with_select_one
78872026-07-01T16:21:26.995Z PASS [ 0.745s] (2335/2983) oximeter-db client::tests::test_database_version_will_not_downgrade
78882026-07-01T16:21:27.020Z PASS [ 0.750s] (2336/2983) oximeter-db client::tests::test_database_version_will_not_upgrade
78892026-07-01T16:21:27.021Z PASS [ 0.757s] (2337/2983) oximeter-db client::tests::test_differentiate_by_timeseries_name
78902026-07-01T16:21:27.021Z PASS [ 0.773s] (2338/2983) oximeter-db client::tests::test_client_select_timeseries_one
78912026-07-01T16:21:27.021Z PASS [ 0.775s] (2339/2983) oximeter-db client::tests::test_database_version_update_is_idempotent
78922026-07-01T16:21:27.040Z PASS [ 0.039s] (2340/2983) oximeter-db client::tests::test_read_schema_upgrade_sql_files
78932026-07-01T16:21:27.054Z PASS [ 0.040s] (2341/2983) oximeter-db client::tests::test_read_timeseries_to_delete
78942026-07-01T16:21:27.054Z PASS [ 0.037s] (2342/2983) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
78952026-07-01T16:21:27.054Z PASS [ 0.039s] (2343/2983) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
78962026-07-01T16:21:27.102Z PASS [ 4.412s] (2344/2983) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
78972026-07-01T16:21:27.368Z PASS [ 0.815s] (2345/2983) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
78982026-07-01T16:21:27.368Z PASS [ 0.783s] (2346/2983) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
78992026-07-01T16:21:27.428Z PASS [ 1.595s] (2347/2983) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
79002026-07-01T16:21:27.441Z PASS [ 0.746s] (2348/2983) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
79012026-07-01T16:21:27.449Z PASS [ 0.726s] (2349/2983) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
79022026-07-01T16:21:27.595Z PASS [ 0.720s] (2350/2983) oximeter-db client::tests::test_insert_samples
79032026-07-01T16:21:27.601Z PASS [ 0.730s] (2351/2983) oximeter-db client::tests::test_field_record_count
79042026-07-01T16:21:27.657Z PASS [ 0.697s] (2352/2983) oximeter-db client::tests::test_is_oximeter_cluster
79052026-07-01T16:21:27.695Z PASS [ 0.963s] (2353/2983) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
79062026-07-01T16:21:27.735Z PASS [ 8.839s] (2354/2983) omicron-omdb::test_all_output test_omdb_usage_errors
79072026-07-01T16:21:27.742Z PASS [ 0.757s] (2355/2983) oximeter-db client::tests::test_list_timeseries
79082026-07-01T16:21:27.765Z PASS [ 0.029s] (2356/2983) oximeter-db client::tests::test_unravel_index
79092026-07-01T16:21:27.781Z PASS [ 0.040s] (2357/2983) oximeter-db client::tests::test_verify_schema_upgrades
79102026-07-01T16:21:27.785Z PASS [ 0.739s] (2358/2983) oximeter-db client::tests::test_schema_mismatch
79112026-07-01T16:21:27.795Z PASS [ 0.750s] (2359/2983) oximeter-db client::tests::test_schema_update
79122026-07-01T16:21:27.805Z PASS [ 0.040s] (2360/2983) oximeter-db model::fields::tests::test_extract_fields_as_block
79132026-07-01T16:21:27.814Z PASS [ 0.033s] (2361/2983) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
79142026-07-01T16:21:27.819Z PASS [ 0.037s] (2362/2983) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
79152026-07-01T16:21:27.830Z PASS [ 0.035s] (2363/2983) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
79162026-07-01T16:21:27.846Z PASS [ 0.040s] (2364/2983) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
79172026-07-01T16:21:27.849Z PASS [ 0.034s] (2365/2983) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
79182026-07-01T16:21:27.852Z PASS [ 0.032s] (2366/2983) oximeter-db native::block::tests::concat_blocks
79192026-07-01T16:21:27.860Z PASS [ 0.030s] (2367/2983) oximeter-db native::block::tests::datetime64_scale_checks_range
79202026-07-01T16:21:27.869Z PASS [ 0.790s] (2368/2983) oximeter-db client::tests::test_select_all_datum_types
79212026-07-01T16:21:27.875Z PASS [ 0.030s] (2369/2983) oximeter-db native::block::tests::parse_date_time
79222026-07-01T16:21:27.878Z PASS [ 2.019s] (2370/2983) oximeter-db client::tests::insert_samples_fails_fast
79232026-07-01T16:21:27.881Z PASS [ 0.030s] (2371/2983) oximeter-db native::block::tests::parse_date_time64
79242026-07-01T16:21:27.886Z PASS [ 0.035s] (2372/2983) oximeter-db native::block::tests::parse_escaped_date_time64
79252026-07-01T16:21:27.888Z PASS [ 0.843s] (2373/2983) oximeter-db client::tests::test_schema_reinserted_after_redeployment
79262026-07-01T16:21:27.894Z PASS [ 0.030s] (2374/2983) oximeter-db native::block::tests::test_data_type_to_string
79272026-07-01T16:21:27.897Z PASS [ 0.027s] (2375/2983) oximeter-db native::block::tests::test_datetime64_conversions
79282026-07-01T16:21:27.906Z PASS [ 0.028s] (2376/2983) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
79292026-07-01T16:21:27.909Z PASS [ 0.034s] (2377/2983) oximeter-db native::block::tests::test_parse_all_known_timezones
79302026-07-01T16:21:27.912Z PASS [ 0.031s] (2378/2983) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
79312026-07-01T16:21:27.916Z PASS [ 0.030s] (2379/2983) oximeter-db native::block::tests::test_parse_enum8
79322026-07-01T16:21:27.919Z PASS [ 0.032s] (2380/2983) oximeter-db native::block::tests::test_parse_enum_variant
79332026-07-01T16:21:27.922Z PASS [ 0.032s] (2381/2983) oximeter-db native::block::tests::test_parse_invalid_data_type
79342026-07-01T16:21:28.051Z PASS [ 1.018s] (2382/2983) oximeter-db client::tests::test_recall_of_all_fields
79352026-07-01T16:21:28.149Z PASS [ 0.791s] (2383/2983) oximeter-db client::tests::test_select_all_field_types
79362026-07-01T16:21:28.192Z PASS [ 0.834s] (2384/2983) oximeter-db client::tests::test_select_timeseries_with_all
79372026-07-01T16:21:28.230Z PASS [ 0.037s] (2385/2983) oximeter-db native::io::block::tests::test_decode_block_with_nulls
79382026-07-01T16:21:28.260Z PASS [ 0.030s] (2386/2983) oximeter-db native::io::block::tests::test_decode_full_block
79392026-07-01T16:21:28.293Z PASS [ 0.033s] (2387/2983) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
79402026-07-01T16:21:28.324Z PASS [ 0.031s] (2388/2983) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
79412026-07-01T16:21:28.334Z PASS [ 0.888s] (2389/2983) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
79422026-07-01T16:21:28.360Z PASS [ 0.032s] (2390/2983) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
79432026-07-01T16:21:28.367Z PASS [ 0.033s] (2391/2983) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
79442026-07-01T16:21:28.387Z PASS [ 0.031s] (2392/2983) oximeter-db native::io::column::tests::test_decode_string_column
79452026-07-01T16:21:28.398Z PASS [ 0.979s] (2393/2983) oximeter-db client::tests::test_select_timeseries_with_limit
79462026-07-01T16:21:28.402Z PASS [ 0.031s] (2394/2983) oximeter-db native::io::column::tests::test_decode_uint64_column
79472026-07-01T16:21:28.407Z PASS [ 0.971s] (2395/2983) oximeter-db client::tests::test_select_timeseries_with_order
79482026-07-01T16:21:28.413Z PASS [ 0.812s] (2396/2983) oximeter-db client::tests::test_select_timeseries_with_start_time
79492026-07-01T16:21:28.416Z PASS [ 0.821s] (2397/2983) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
79502026-07-01T16:21:28.420Z PASS [ 0.032s] (2398/2983) oximeter-db native::io::column::tests::test_decode_uint8_column
79512026-07-01T16:21:28.420Z PASS [ 0.724s] (2399/2983) oximeter-db client::tests::test_timeseries_schema_list
79522026-07-01T16:21:28.429Z PASS [ 0.032s] (2400/2983) oximeter-db native::io::column::tests::test_decode_uuid_column
79532026-07-01T16:21:28.432Z PASS [ 0.034s] (2401/2983) oximeter-db native::io::column::tests::test_encode_decode_column
79542026-07-01T16:21:28.433Z PASS [ 0.030s] (2402/2983) oximeter-db native::io::packet::server::tests::test_decode_full_hello
79552026-07-01T16:21:28.449Z PASS [ 0.035s] (2403/2983) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
79562026-07-01T16:21:28.455Z PASS [ 0.040s] (2404/2983) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
79572026-07-01T16:21:28.460Z PASS [ 0.039s] (2405/2983) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
79582026-07-01T16:21:28.463Z PASS [ 0.032s] (2406/2983) oximeter-db native::io::packet::server::tests::test_decode_pong
79592026-07-01T16:21:28.463Z PASS [ 0.041s] (2407/2983) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
79602026-07-01T16:21:28.463Z PASS [ 0.030s] (2408/2983) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
79612026-07-01T16:21:28.467Z PASS [ 0.033s] (2409/2983) oximeter-db native::io::packet::server::tests::test_decode_single_exception
79622026-07-01T16:21:28.479Z PASS [ 0.031s] (2410/2983) oximeter-db native::io::string::test::test_encode_decode
79632026-07-01T16:21:28.484Z PASS [ 4.117s] (2411/2983) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
79642026-07-01T16:21:28.487Z PASS [ 0.031s] (2412/2983) oximeter-db native::io::string::test::test_encode_hello_world
79652026-07-01T16:21:28.491Z PASS [ 0.029s] (2413/2983) oximeter-db native::io::table_columns::tests::test_column_count
79662026-07-01T16:21:28.496Z PASS [ 0.033s] (2414/2983) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
79672026-07-01T16:21:28.500Z PASS [ 0.034s] (2415/2983) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
79682026-07-01T16:21:28.500Z PASS [ 0.034s] (2416/2983) oximeter-db native::io::table_columns::tests::test_column_description_with_default
79692026-07-01T16:21:28.500Z PASS [ 0.032s] (2417/2983) oximeter-db native::io::table_columns::tests::test_column_descriptions
79702026-07-01T16:21:28.517Z PASS [ 0.034s] (2418/2983) oximeter-db native::io::varuint::test_encode_decode_varuint
79712026-07-01T16:21:28.520Z PASS [ 0.029s] (2419/2983) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
79722026-07-01T16:21:28.520Z PASS [ 0.033s] (2420/2983) oximeter-db oxql::ast::grammar::tests::test_align_table_op
79732026-07-01T16:21:28.520Z PASS [ 0.623s] (2421/2983) oximeter-db native::connection::tests::test_basic_select_query
79742026-07-01T16:21:28.523Z PASS [ 0.033s] (2422/2983) oximeter-db oxql::ast::grammar::tests::test_comparison
79752026-07-01T16:21:28.527Z PASS [ 0.033s] (2423/2983) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
79762026-07-01T16:21:28.534Z PASS [ 0.035s] (2424/2983) oximeter-db oxql::ast::grammar::tests::test_double_literal
79772026-07-01T16:21:28.538Z PASS [ 0.036s] (2425/2983) oximeter-db oxql::ast::grammar::tests::test_duration_literal
79782026-07-01T16:21:28.541Z PASS [ 0.043s] (2426/2983) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
79792026-07-01T16:21:28.547Z PASS [ 0.034s] (2427/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
79802026-07-01T16:21:28.550Z PASS [ 0.640s] (2428/2983) oximeter-db native::connection::tests::test_exchange_hello
79812026-07-01T16:21:28.557Z PASS [ 0.041s] (2429/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
79822026-07-01T16:21:28.557Z PASS [ 0.640s] (2430/2983) oximeter-db native::connection::tests::test_insert_and_select_uuid
79832026-07-01T16:21:28.557Z PASS [ 0.041s] (2431/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
79842026-07-01T16:21:28.558Z PASS [ 0.033s] (2432/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
79852026-07-01T16:21:28.562Z PASS [ 0.637s] (2433/2983) oximeter-db native::connection::tests::test_select_array_of_nullable_column
79862026-07-01T16:21:28.562Z PASS [ 0.040s] (2434/2983) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
79872026-07-01T16:21:28.562Z PASS [ 0.650s] (2435/2983) oximeter-db native::connection::tests::test_insert_and_select_data
79882026-07-01T16:21:28.565Z PASS [ 0.036s] (2436/2983) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
79892026-07-01T16:21:28.565Z PASS [ 0.642s] (2437/2983) oximeter-db native::connection::tests::test_select_array_column
79902026-07-01T16:21:28.565Z PASS [ 0.035s] (2438/2983) oximeter-db oxql::ast::grammar::tests::test_get_table_op
79912026-07-01T16:21:28.579Z PASS [ 0.045s] (2439/2983) oximeter-db oxql::ast::grammar::tests::test_group_by
79922026-07-01T16:21:28.579Z PASS [ 0.039s] (2440/2983) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
79932026-07-01T16:21:28.586Z PASS [ 0.036s] (2441/2983) oximeter-db oxql::ast::grammar::tests::test_integer_literal
79942026-07-01T16:21:28.589Z PASS [ 0.042s] (2442/2983) oximeter-db oxql::ast::grammar::tests::test_ident
79952026-07-01T16:21:28.592Z PASS [ 0.034s] (2443/2983) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
79962026-07-01T16:21:28.601Z PASS [ 0.042s] (2444/2983) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
79972026-07-01T16:21:28.604Z PASS [ 0.045s] (2445/2983) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
79982026-07-01T16:21:28.610Z PASS [ 0.051s] (2446/2983) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
79992026-07-01T16:21:28.610Z PASS [ 0.050s] (2447/2983) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
80002026-07-01T16:21:28.615Z PASS [ 0.053s] (2448/2983) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
80012026-07-01T16:21:28.619Z PASS [ 0.053s] (2449/2983) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
80022026-07-01T16:21:28.622Z PASS [ 0.040s] (2450/2983) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
80032026-07-01T16:21:28.622Z PASS [ 0.033s] (2451/2983) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
80042026-07-01T16:21:28.622Z PASS [ 0.041s] (2452/2983) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
80052026-07-01T16:21:28.622Z PASS [ 0.060s] (2453/2983) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
80062026-07-01T16:21:28.622Z PASS [ 0.032s] (2454/2983) oximeter-db oxql::ast::grammar::tests::test_reducer
80072026-07-01T16:21:28.625Z PASS [ 0.061s] (2455/2983) oximeter-db oxql::ast::grammar::tests::test_query
80082026-07-01T16:21:28.625Z PASS [ 0.033s] (2456/2983) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
80092026-07-01T16:21:28.634Z PASS [ 0.726s] (2457/2983) oximeter-db native::connection::tests::test_can_cancel_query
80102026-07-01T16:21:28.643Z PASS [ 0.029s] (2458/2983) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
80112026-07-01T16:21:28.643Z PASS [ 0.032s] (2459/2983) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
80122026-07-01T16:21:28.646Z PASS [ 0.031s] (2460/2983) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
80132026-07-01T16:21:28.646Z PASS [ 0.029s] (2461/2983) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
80142026-07-01T16:21:28.646Z PASS [ 0.033s] (2462/2983) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
80152026-07-01T16:21:28.646Z PASS [ 0.032s] (2463/2983) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
80162026-07-01T16:21:28.653Z PASS [ 0.032s] (2464/2983) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
80172026-07-01T16:21:28.658Z PASS [ 0.035s] (2465/2983) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
80182026-07-01T16:21:28.667Z PASS [ 0.045s] (2466/2983) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
80192026-07-01T16:21:28.670Z PASS [ 0.051s] (2467/2983) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
80202026-07-01T16:21:28.673Z PASS [ 0.051s] (2468/2983) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
80212026-07-01T16:21:28.673Z PASS [ 1.016s] (2469/2983) oximeter-db client::tests::test_sql_query_output
80222026-07-01T16:21:28.713Z PASS [ 0.052s] (2470/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
80232026-07-01T16:21:28.713Z PASS [ 0.055s] (2471/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
80242026-07-01T16:21:28.714Z PASS [ 0.049s] (2472/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
80252026-07-01T16:21:28.714Z PASS [ 0.051s] (2473/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
80262026-07-01T16:21:28.714Z PASS [ 0.632s] (2474/2983) oximeter-db native::connection::tests::test_select_nullable_column
80272026-07-01T16:21:28.714Z PASS [ 0.040s] (2475/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
80282026-07-01T16:21:28.714Z PASS [ 0.043s] (2476/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
80292026-07-01T16:21:28.714Z PASS [ 0.030s] (2477/2983) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
80302026-07-01T16:21:28.714Z PASS [ 0.052s] (2478/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
80312026-07-01T16:21:28.714Z PASS [ 0.043s] (2479/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
80322026-07-01T16:21:28.714Z PASS [ 0.034s] (2480/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
80332026-07-01T16:21:28.714Z PASS [ 0.044s] (2481/2983) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
80342026-07-01T16:21:28.714Z PASS [ 0.035s] (2482/2983) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
80352026-07-01T16:21:28.714Z PASS [ 0.032s] (2483/2983) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
80362026-07-01T16:21:28.720Z PASS [ 0.037s] (2484/2983) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
80372026-07-01T16:21:28.720Z PASS [ 0.040s] (2485/2983) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
80382026-07-01T16:21:28.723Z PASS [ 0.042s] (2486/2983) oximeter-db oxql::plan::align::test::test_align_input_schema
80392026-07-01T16:21:28.759Z PASS [ 0.610s] (2487/2983) oximeter-db native::connection::tests::test_send_cancel_with_no_query
80402026-07-01T16:21:28.762Z PASS [ 0.085s] (2488/2983) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
80412026-07-01T16:21:28.772Z PASS [ 0.090s] (2489/2983) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
80422026-07-01T16:21:28.775Z PASS [ 0.090s] (2490/2983) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
80432026-07-01T16:21:28.779Z PASS [ 0.093s] (2491/2983) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
80442026-07-01T16:21:28.779Z PASS [ 0.091s] (2492/2983) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
80452026-07-01T16:21:28.779Z PASS [ 0.092s] (2493/2983) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
80462026-07-01T16:21:28.784Z PASS [ 0.093s] (2494/2983) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
80472026-07-01T16:21:28.784Z PASS [ 0.092s] (2495/2983) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
80482026-07-01T16:21:28.788Z PASS [ 0.097s] (2496/2983) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
80492026-07-01T16:21:28.788Z PASS [ 0.099s] (2497/2983) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
80502026-07-01T16:21:28.788Z PASS [ 0.098s] (2498/2983) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
80512026-07-01T16:21:28.792Z PASS [ 0.089s] (2499/2983) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
80522026-07-01T16:21:28.795Z PASS [ 0.084s] (2500/2983) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
80532026-07-01T16:21:28.795Z PASS [ 0.091s] (2501/2983) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
80542026-07-01T16:21:28.799Z PASS [ 0.077s] (2502/2983) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
80552026-07-01T16:21:28.799Z PASS [ 0.083s] (2503/2983) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
80562026-07-01T16:21:28.836Z PASS [ 0.050s] (2504/2983) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
80572026-07-01T16:21:28.836Z PASS [ 0.075s] (2505/2983) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
80582026-07-01T16:21:28.836Z PASS [ 0.056s] (2506/2983) oximeter-db oxql::query::tests::test_coalesce_limits
80592026-07-01T16:21:28.836Z PASS [ 0.056s] (2507/2983) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
80602026-07-01T16:21:28.840Z PASS [ 0.074s] (2508/2983) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
80612026-07-01T16:21:28.840Z PASS [ 0.055s] (2509/2983) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
80622026-07-01T16:21:28.843Z PASS [ 0.054s] (2510/2983) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
80632026-07-01T16:21:28.847Z PASS [ 0.053s] (2511/2983) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
80642026-07-01T16:21:28.847Z PASS [ 0.051s] (2512/2983) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
80652026-07-01T16:21:28.850Z PASS [ 0.074s] (2513/2983) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
80662026-07-01T16:21:28.850Z PASS [ 0.052s] (2514/2983) oximeter-db oxql::query::tests::test_coalesce_predicates
80672026-07-01T16:21:28.850Z PASS [ 0.053s] (2515/2983) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
80682026-07-01T16:21:28.850Z PASS [ 0.051s] (2516/2983) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
80692026-07-01T16:21:28.854Z PASS [ 0.076s] (2517/2983) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
80702026-07-01T16:21:28.863Z PASS [ 0.086s] (2518/2983) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
80712026-07-01T16:21:28.876Z PASS [ 0.038s] (2519/2983) oximeter-db oxql::query::tests::test_insert_filters
80722026-07-01T16:21:28.876Z PASS [ 0.097s] (2520/2983) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
80732026-07-01T16:21:28.880Z PASS [ 0.099s] (2521/2983) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
80742026-07-01T16:21:28.880Z PASS [ 0.044s] (2522/2983) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
80752026-07-01T16:21:28.884Z PASS [ 0.047s] (2523/2983) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
80762026-07-01T16:21:28.888Z PASS [ 0.054s] (2524/2983) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
80772026-07-01T16:21:28.888Z PASS [ 0.054s] (2525/2983) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
80782026-07-01T16:21:28.892Z PASS [ 0.046s] (2526/2983) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
80792026-07-01T16:21:28.892Z PASS [ 0.052s] (2527/2983) oximeter-db oxql::query::tests::test_query_end_time
80802026-07-01T16:21:28.895Z PASS [ 0.045s] (2528/2983) oximeter-db query::tests::test_field_cmp
80812026-07-01T16:21:28.896Z PASS [ 0.048s] (2529/2983) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
80822026-07-01T16:21:28.896Z PASS [ 0.054s] (2530/2983) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
80832026-07-01T16:21:28.900Z PASS [ 0.047s] (2531/2983) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
80842026-07-01T16:21:28.906Z PASS [ 0.050s] (2532/2983) oximeter-db query::tests::test_field_value_as_db_str
80852026-07-01T16:21:28.908Z PASS [ 0.054s] (2533/2983) oximeter-db query::tests::test_field_selector_as_query
80862026-07-01T16:21:28.908Z PASS [ 0.054s] (2534/2983) oximeter-db oxql::query::tests::test_split_query
80872026-07-01T16:21:28.912Z PASS [ 0.043s] (2535/2983) oximeter-db query::tests::test_select_query_builder_field_selectors
80882026-07-01T16:21:28.925Z PASS [ 0.046s] (2536/2983) oximeter-db query::tests::test_select_query_builder_limit_offset
80892026-07-01T16:21:28.929Z PASS [ 0.053s] (2537/2983) oximeter-db query::tests::test_select_query_builder_filter_raw
80902026-07-01T16:21:28.929Z PASS [ 0.053s] (2538/2983) oximeter-db query::tests::test_select_query_builder_from_parts
80912026-07-01T16:21:28.932Z PASS [ 0.052s] (2539/2983) oximeter-db query::tests::test_select_query_builder_full
80922026-07-01T16:21:28.938Z PASS [ 0.048s] (2540/2983) oximeter-db query::tests::test_string_field_selector
80932026-07-01T16:21:28.941Z PASS [ 0.050s] (2541/2983) oximeter-db query::tests::test_time_range
80942026-07-01T16:21:28.941Z PASS [ 0.056s] (2542/2983) oximeter-db query::tests::test_select_query_builder_no_fields
80952026-07-01T16:21:28.945Z PASS [ 0.055s] (2543/2983) oximeter-db query::tests::test_select_query_builder_no_selectors
80962026-07-01T16:21:28.949Z PASS [ 0.058s] (2544/2983) oximeter-db sql::tests::test_allow_limit_offset
80972026-07-01T16:21:28.952Z PASS [ 0.057s] (2545/2983) oximeter-db sql::tests::test_cannot_name_database
80982026-07-01T16:21:28.952Z PASS [ 0.058s] (2546/2983) oximeter-db sql::tests::test_allow_subqueries
80992026-07-01T16:21:28.953Z PASS [ 0.057s] (2547/2983) oximeter-db sql::tests::test_ctes_are_not_supported
81002026-07-01T16:21:28.957Z PASS [ 0.058s] (2548/2983) oximeter-db sql::tests::test_function_allow_list
81012026-07-01T16:21:28.957Z PASS [ 0.053s] (2549/2983) oximeter-db sql::tests::test_multiple_statements_are_not_supported
81022026-07-01T16:21:28.962Z PASS [ 0.052s] (2550/2983) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
81032026-07-01T16:21:28.966Z PASS [ 0.059s] (2551/2983) oximeter-db sql::tests::test_query_must_be_select_statement
81042026-07-01T16:21:28.969Z PASS [ 0.039s] (2552/2983) oximeter-db tests::test_timeseries_key_field_stability
81052026-07-01T16:21:28.972Z PASS [ 0.067s] (2553/2983) oximeter-db sql::tests::test_join_must_be_inner
81062026-07-01T16:21:28.972Z PASS [ 0.045s] (2554/2983) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
81072026-07-01T16:21:28.972Z PASS [ 0.045s] (2555/2983) oximeter-db sql::tests::test_with_comma_join_fails
81082026-07-01T16:21:28.975Z PASS [ 0.036s] (2556/2983) oximeter-db tests::test_timeseries_key_sample_stability
81092026-07-01T16:21:28.983Z PASS [ 0.051s] (2557/2983) oximeter-db sql::tests::test_require_table_is_timeseries_name
81102026-07-01T16:21:28.987Z PASS [ 0.039s] (2558/2983) oximeter-db::integration_test test_schemas_are_not_modified
81112026-07-01T16:21:28.995Z PASS [ 0.040s] (2559/2983) oximeter-instruments kstat::cpu::tests::test_kstat_interested
81122026-07-01T16:21:29.000Z PASS [ 0.044s] (2560/2983) oximeter-instruments http::tests::test_latency_tracker
81132026-07-01T16:21:29.006Z PASS [ 0.052s] (2561/2983) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
81142026-07-01T16:21:29.011Z PASS [ 0.047s] (2562/2983) oximeter-instruments kstat::link::tests::test_kstat_interested
81152026-07-01T16:21:29.016Z PASS [ 0.024s] (2563/2983) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
81162026-07-01T16:21:29.016Z PASS [ 0.025s] (2564/2983) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
81172026-07-01T16:21:29.032Z PASS [ 0.023s] (2565/2983) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
81182026-07-01T16:21:29.035Z PASS [ 0.073s] (2566/2983) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
81192026-07-01T16:21:29.035Z PASS [ 0.071s] (2567/2983) oximeter-instruments kstat::link::tests::test_kstat_sampler
81202026-07-01T16:21:29.035Z PASS [ 0.057s] (2568/2983) oximeter-instruments kstat::link::tests::test_sled_datalink
81212026-07-01T16:21:29.039Z PASS [ 0.030s] (2569/2983) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
81222026-07-01T16:21:29.044Z PASS [ 0.072s] (2570/2983) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
81232026-07-01T16:21:29.049Z PASS [ 0.077s] (2571/2983) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
81242026-07-01T16:21:29.052Z PASS [ 0.068s] (2572/2983) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
81252026-07-01T16:21:29.052Z PASS [ 0.032s] (2573/2983) oximeter-instruments kstat::zone::tests::test_kstat_interested
81262026-07-01T16:21:29.052Z PASS [ 0.075s] (2574/2983) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
81272026-07-01T16:21:29.052Z PASS [ 0.083s] (2575/2983) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
81282026-07-01T16:21:29.056Z PASS [ 0.037s] (2576/2983) oximeter-instruments kstat::zone::tests::test_zone_samples
81292026-07-01T16:21:29.056Z PASS [ 0.084s] (2577/2983) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
81302026-07-01T16:21:29.059Z PASS [ 0.022s] (2578/2983) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
81312026-07-01T16:21:29.060Z PASS [ 0.024s] (2579/2983) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
81322026-07-01T16:21:29.063Z PASS [ 0.030s] (2580/2983) oximeter-instruments zfs::usage::tests::test_dataset_samples
81332026-07-01T16:21:29.066Z PASS [ 0.023s] (2581/2983) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
81342026-07-01T16:21:29.071Z PASS [ 0.023s] (2582/2983) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
81352026-07-01T16:21:29.071Z PASS [ 0.022s] (2583/2983) oximeter-macro-impl tests::test_metric_annotated_field
81362026-07-01T16:21:29.075Z PASS [ 0.025s] (2584/2983) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
81372026-07-01T16:21:29.075Z PASS [ 0.022s] (2585/2983) oximeter-macro-impl tests::test_metric_enum
81382026-07-01T16:21:29.075Z PASS [ 0.046s] (2586/2983) oximeter-instruments zfs::usage::tests::test_collect_zpools
81392026-07-01T16:21:29.078Z PASS [ 0.028s] (2587/2983) oximeter-macro-impl tests::test_metric_datum_field
81402026-07-01T16:21:29.078Z PASS [ 0.127s] (2588/2983) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
81412026-07-01T16:21:29.085Z PASS [ 0.023s] (2589/2983) oximeter-macro-impl tests::test_target
81422026-07-01T16:21:29.085Z PASS [ 0.025s] (2590/2983) oximeter-macro-impl tests::test_metric_without_datum_field
81432026-07-01T16:21:29.085Z PASS [ 0.021s] (2591/2983) oximeter-macro-impl tests::test_target_enum
81442026-07-01T16:21:29.085Z PASS [ 0.023s] (2592/2983) oximeter-macro-impl tests::test_target_empty_struct
81452026-07-01T16:21:29.090Z PASS [ 0.022s] (2593/2983) oximeter-macro-impl tests::test_target_unit_struct
81462026-07-01T16:21:29.095Z PASS [ 0.064s] (2594/2983) oximeter-instruments zfs::usage::tests::test_collect_datasets
81472026-07-01T16:21:29.095Z PASS [ 0.025s] (2595/2983) oximeter-macro-impl tests::test_target_with_datum_field
81482026-07-01T16:21:29.120Z PASS [ 0.026s] (2596/2983) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
81492026-07-01T16:21:29.125Z PASS [ 0.040s] (2597/2983) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
81502026-07-01T16:21:29.125Z PASS [ 0.028s] (2598/2983) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
81512026-07-01T16:21:29.125Z PASS [ 0.041s] (2599/2983) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
81522026-07-01T16:21:29.125Z PASS [ 0.041s] (2600/2983) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
81532026-07-01T16:21:29.125Z PASS [ 0.039s] (2601/2983) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
81542026-07-01T16:21:29.129Z PASS [ 0.052s] (2602/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
81552026-07-01T16:21:29.129Z PASS [ 0.055s] (2603/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
81562026-07-01T16:21:29.129Z PASS [ 0.053s] (2604/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
81572026-07-01T16:21:29.129Z PASS [ 0.049s] (2605/2983) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
81582026-07-01T16:21:29.129Z PASS [ 0.050s] (2606/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
81592026-07-01T16:21:29.133Z PASS [ 0.051s] (2607/2983) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
81602026-07-01T16:21:29.133Z PASS [ 0.058s] (2608/2983) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
81612026-07-01T16:21:29.141Z PASS [ 0.021s] (2609/2983) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
81622026-07-01T16:21:29.141Z PASS [ 0.021s] (2610/2983) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
81632026-07-01T16:21:29.144Z PASS [ 0.023s] (2611/2983) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
81642026-07-01T16:21:29.144Z PASS [ 0.025s] (2612/2983) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
81652026-07-01T16:21:29.147Z PASS [ 0.022s] (2613/2983) oximeter-schema ir::tests::fail_on_empty_metric_name
81662026-07-01T16:21:29.153Z PASS [ 0.026s] (2614/2983) oximeter-schema ir::tests::fail_on_empty_descriptions
81672026-07-01T16:21:29.153Z PASS [ 0.586s] (2615/2983) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
81682026-07-01T16:21:29.157Z PASS [ 0.029s] (2616/2983) oximeter-schema ir::tests::fail_on_empty_target_name
81692026-07-01T16:21:29.157Z PASS [ 0.030s] (2617/2983) oximeter-schema ir::tests::fail_on_very_long_field_names
81702026-07-01T16:21:29.161Z PASS [ 0.030s] (2618/2983) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
81712026-07-01T16:21:29.161Z PASS [ 0.030s] (2619/2983) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
81722026-07-01T16:21:29.162Z PASS [ 0.032s] (2620/2983) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
81732026-07-01T16:21:29.162Z PASS [ 0.028s] (2621/2983) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
81742026-07-01T16:21:29.166Z PASS [ 0.033s] (2622/2983) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
81752026-07-01T16:21:29.169Z PASS [ 0.027s] (2623/2983) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
81762026-07-01T16:21:29.174Z PASS [ 0.022s] (2624/2983) oximeter-schema ir::tests::only_support_format_version_1
81772026-07-01T16:21:29.174Z PASS [ 0.028s] (2625/2983) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
81782026-07-01T16:21:29.174Z PASS [ 0.021s] (2626/2983) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
81792026-07-01T16:21:29.178Z PASS [ 0.030s] (2627/2983) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
81802026-07-01T16:21:29.178Z PASS [ 0.033s] (2628/2983) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
81812026-07-01T16:21:29.178Z PASS [ 0.028s] (2629/2983) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
81822026-07-01T16:21:29.178Z PASS [ 0.020s] (2630/2983) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
81832026-07-01T16:21:29.185Z PASS [ 0.021s] (2631/2983) oximeter-types queue::tests::test_bounded_queue
81842026-07-01T16:21:29.192Z PASS [ 0.024s] (2632/2983) oximeter-types queue::tests::test_bounded_queue_overflow
81852026-07-01T16:21:29.197Z PASS [ 0.023s] (2633/2983) oximeter-types traits::tests::test_metric_trait
81862026-07-01T16:21:29.197Z PASS [ 0.026s] (2634/2983) oximeter-types queue::tests::test_bounded_queue_sample_overflow
81872026-07-01T16:21:29.200Z PASS [ 0.024s] (2635/2983) oximeter-types-versions impls::histogram::tests::test_bin_range
81882026-07-01T16:21:29.202Z PASS [ 0.026s] (2636/2983) oximeter-types traits::tests::test_target_trait
81892026-07-01T16:21:29.202Z PASS [ 0.025s] (2637/2983) oximeter-types-versions impls::histogram::tests::test_bin_range_to
81902026-07-01T16:21:29.206Z PASS [ 0.025s] (2638/2983) oximeter-types-versions impls::histogram::tests::test_bin_range_from
81912026-07-01T16:21:29.206Z PASS [ 0.031s] (2639/2983) oximeter-types traits::tests::test_producer_trait
81922026-07-01T16:21:29.209Z PASS [ 0.023s] (2640/2983) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
81932026-07-01T16:21:29.214Z PASS [ 0.021s] (2641/2983) oximeter-types-versions impls::histogram::tests::test_ensure_finite
81942026-07-01T16:21:29.220Z PASS [ 0.021s] (2642/2983) oximeter-types-versions impls::histogram::tests::test_histogram
81952026-07-01T16:21:29.220Z PASS [ 0.021s] (2643/2983) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
81962026-07-01T16:21:29.223Z PASS [ 0.021s] (2644/2983) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
81972026-07-01T16:21:29.223Z PASS [ 0.019s] (2645/2983) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
81982026-07-01T16:21:29.223Z PASS [ 0.018s] (2646/2983) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
81992026-07-01T16:21:29.228Z PASS [ 0.026s] (2647/2983) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
82002026-07-01T16:21:29.232Z PASS [ 0.025s] (2648/2983) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
82012026-07-01T16:21:29.232Z PASS [ 0.023s] (2649/2983) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
82022026-07-01T16:21:29.235Z PASS [ 0.021s] (2650/2983) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
82032026-07-01T16:21:29.241Z PASS [ 0.023s] (2651/2983) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
82042026-07-01T16:21:29.244Z PASS [ 0.022s] (2652/2983) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
82052026-07-01T16:21:29.248Z PASS [ 0.025s] (2653/2983) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
82062026-07-01T16:21:29.248Z PASS [ 0.026s] (2654/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
82072026-07-01T16:21:29.248Z PASS [ 0.026s] (2655/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
82082026-07-01T16:21:29.248Z PASS [ 0.022s] (2656/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
82092026-07-01T16:21:29.253Z PASS [ 0.096s] (2657/2983) oximeter-test-utils tests::test_sample_struct
82102026-07-01T16:21:29.253Z PASS [ 0.096s] (2658/2983) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
82112026-07-01T16:21:29.253Z PASS [ 0.022s] (2659/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
82122026-07-01T16:21:29.257Z PASS [ 0.019s] (2660/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
82132026-07-01T16:21:29.257Z PASS [ 0.097s] (2661/2983) oximeter-test-utils tests::test_timeseries_schema_from_parts
82142026-07-01T16:21:29.257Z PASS [ 0.096s] (2662/2983) oximeter-test-utils tests::test_timeseries_schema_from_sample
82152026-07-01T16:21:29.257Z PASS [ 0.026s] (2663/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
82162026-07-01T16:21:29.261Z PASS [ 0.018s] (2664/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
82172026-07-01T16:21:29.261Z PASS [ 0.019s] (2665/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
82182026-07-01T16:21:29.261Z PASS [ 0.105s] (2666/2983) oximeter-test-utils tests::test_gen_test_samples
82192026-07-01T16:21:29.266Z PASS [ 0.021s] (2667/2983) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
82202026-07-01T16:21:29.269Z PASS [ 0.023s] (2668/2983) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
82212026-07-01T16:21:29.272Z PASS [ 0.022s] (2669/2983) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
82222026-07-01T16:21:29.272Z PASS [ 0.025s] (2670/2983) oximeter-types-versions impls::histogram::tests::test_span_decades
82232026-07-01T16:21:29.276Z PASS [ 0.022s] (2671/2983) oximeter-types-versions impls::quantile::tests::test_default_percentiles
82242026-07-01T16:21:29.276Z PASS [ 0.022s] (2672/2983) oximeter-types-versions impls::quantile::tests::test_find_cells
82252026-07-01T16:21:29.280Z PASS [ 0.023s] (2673/2983) oximeter-types-versions impls::quantile::tests::test_float_observations
82262026-07-01T16:21:29.280Z PASS [ 0.022s] (2674/2983) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
82272026-07-01T16:21:29.280Z PASS [ 0.024s] (2675/2983) oximeter-types-versions impls::quantile::tests::test_empty_observations
82282026-07-01T16:21:29.280Z PASS [ 0.026s] (2676/2983) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
82292026-07-01T16:21:29.283Z PASS [ 0.023s] (2677/2983) oximeter-types-versions impls::quantile::tests::test_max_p
82302026-07-01T16:21:29.283Z PASS [ 0.021s] (2678/2983) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
82312026-07-01T16:21:29.283Z PASS [ 0.026s] (2679/2983) oximeter-types-versions impls::quantile::tests::test_integer_observations
82322026-07-01T16:21:29.283Z PASS [ 0.023s] (2680/2983) oximeter-types-versions impls::quantile::tests::test_min_p
82332026-07-01T16:21:29.287Z PASS [ 0.022s] (2681/2983) oximeter-types-versions impls::quantile::tests::test_rounding
82342026-07-01T16:21:29.290Z PASS [ 0.020s] (2682/2983) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
82352026-07-01T16:21:29.293Z PASS [ 0.024s] (2683/2983) oximeter-types-versions impls::schema::tests::test_timeseries_name
82362026-07-01T16:21:29.297Z PASS [ 0.019s] (2684/2983) oximeter-types-versions impls::types::tests::test_cumulative_i64
82372026-07-01T16:21:29.297Z PASS [ 0.021s] (2685/2983) oximeter-types-versions impls::types::tests::test_cumulative_f64
82382026-07-01T16:21:29.303Z PASS [ 0.026s] (2686/2983) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
82392026-07-01T16:21:29.303Z PASS [ 0.020s] (2687/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
82402026-07-01T16:21:29.303Z PASS [ 0.021s] (2688/2983) oximeter-types-versions impls::types::tests::test_datum
82412026-07-01T16:21:29.303Z PASS [ 0.020s] (2689/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
82422026-07-01T16:21:29.303Z PASS [ 0.022s] (2690/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
82432026-07-01T16:21:29.303Z PASS [ 0.019s] (2691/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
82442026-07-01T16:21:29.309Z PASS [ 0.022s] (2692/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
82452026-07-01T16:21:29.309Z PASS [ 0.022s] (2693/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
82462026-07-01T16:21:29.309Z PASS [ 0.021s] (2694/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
82472026-07-01T16:21:29.315Z PASS [ 0.019s] (2695/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
82482026-07-01T16:21:29.316Z PASS [ 0.020s] (2696/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
82492026-07-01T16:21:29.319Z PASS [ 0.020s] (2697/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
82502026-07-01T16:21:29.319Z PASS [ 0.019s] (2698/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
82512026-07-01T16:21:29.319Z PASS [ 0.021s] (2699/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
82522026-07-01T16:21:29.319Z PASS [ 0.021s] (2700/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
82532026-07-01T16:21:29.322Z PASS [ 0.021s] (2701/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
82542026-07-01T16:21:29.323Z PASS [ 0.020s] (2702/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
82552026-07-01T16:21:29.323Z PASS [ 0.022s] (2703/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
82562026-07-01T16:21:29.323Z PASS [ 0.021s] (2704/2983) oximeter-types-versions impls::types::tests::test_measurement
82572026-07-01T16:21:29.323Z PASS [ 0.023s] (2705/2983) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
82582026-07-01T16:21:29.327Z PASS [ 0.019s] (2706/2983) oxlog tests::test_is_oxide_smf_log_file
82592026-07-01T16:21:29.328Z PASS [ 0.021s] (2707/2983) oximeter-types-versions impls::types::tests::test_verify_field_names
82602026-07-01T16:21:29.328Z PASS [ 0.021s] (2708/2983) oxlog tests::test_daterange_filter
82612026-07-01T16:21:29.328Z PASS [ 0.019s] (2709/2983) oxlog tests::test_oxide_smf_service_name_from_log_file_name
82622026-07-01T16:21:29.328Z PASS [ 0.017s] (2710/2983) oxlog tests::test_sort_logs
82632026-07-01T16:21:29.336Z PASS [ 0.021s] (2711/2983) oxlog::bin/oxlog tests::test_parse_timestamp
82642026-07-01T16:21:29.339Z PASS [ 0.023s] (2712/2983) oxql-types point::tests::test_cast_points_from_bool
82652026-07-01T16:21:29.343Z PASS [ 0.023s] (2713/2983) oxql-types point::tests::test_cast_points_from_double
82662026-07-01T16:21:29.343Z PASS [ 0.021s] (2714/2983) oxql-types point::tests::test_cast_points_from_string
82672026-07-01T16:21:29.343Z PASS [ 0.022s] (2715/2983) oxql-types point::tests::test_cast_points_from_int_distribution
82682026-07-01T16:21:29.343Z PASS [ 0.022s] (2716/2983) oxql-types point::tests::test_cast_points_from_integer
82692026-07-01T16:21:29.343Z PASS [ 0.024s] (2717/2983) oxql-types point::tests::test_cast_points_from_double_distribution
82702026-07-01T16:21:29.347Z PASS [ 0.021s] (2718/2983) oxql-types point::tests::test_point_delta_between
82712026-07-01T16:21:29.348Z PASS [ 0.022s] (2719/2983) oxql-types point::tests::test_join_point_arrays
82722026-07-01T16:21:29.348Z PASS [ 0.021s] (2720/2983) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
82732026-07-01T16:21:29.348Z PASS [ 0.020s] (2721/2983) oxql-types point::tests::test_push_concrete_values
82742026-07-01T16:21:29.348Z PASS [ 0.021s] (2722/2983) oxql-types point::tests::test_point_delta_between_with_new_epoch
82752026-07-01T16:21:29.352Z PASS [ 0.023s] (2723/2983) oxql-types point::tests::test_sub_between_histogram_distributions
82762026-07-01T16:21:29.364Z PASS [ 0.023s] (2724/2983) range-requests test::parse_range_valid
82772026-07-01T16:21:29.367Z PASS [ 0.024s] (2725/2983) range-requests test::invalid_ranges
82782026-07-01T16:21:29.367Z PASS [ 0.024s] (2726/2983) range-requests test::parse_range_invalid
82792026-07-01T16:21:29.367Z PASS [ 0.024s] (2727/2983) range-requests test::range_into_str
82802026-07-01T16:21:29.370Z PASS [ 0.032s] (2728/2983) range-requests test::get_response_no_range
82812026-07-01T16:21:29.373Z PASS [ 0.031s] (2729/2983) range-requests test::get_response_with_range
82822026-07-01T16:21:29.373Z PASS [ 0.028s] (2730/2983) range-requests test::single_range_parsing_does_not_crash
82832026-07-01T16:21:29.373Z PASS [ 0.030s] (2731/2983) range-requests test::potential_range_parsing_does_not_crash
82842026-07-01T16:21:29.452Z PASS [ 0.080s] (2732/2983) parallel-task-set test::test_spawn_many
82852026-07-01T16:21:29.536Z PASS [ 0.190s] (2733/2983) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
82862026-07-01T16:21:29.577Z PASS [ 0.209s] (2734/2983) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
82872026-07-01T16:21:29.588Z PASS [ 0.220s] (2735/2983) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
82882026-07-01T16:21:29.595Z PASS [ 0.224s] (2736/2983) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
82892026-07-01T16:21:29.632Z PASS [ 0.288s] (2737/2983) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
82902026-07-01T16:21:29.635Z PASS [ 0.289s] (2738/2983) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
82912026-07-01T16:21:29.637Z PASS [ 0.286s] (2739/2983) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
82922026-07-01T16:21:29.643Z PASS [ 0.299s] (2740/2983) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
82932026-07-01T16:21:29.680Z PASS [ 0.315s] (2741/2983) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
82942026-07-01T16:21:29.685Z PASS [ 0.318s] (2742/2983) reconfigurator-cli::test-scripts script::cmds-example.txt
82952026-07-01T16:21:29.769Z PASS [ 0.133s] (2743/2983) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
82962026-07-01T16:21:29.787Z PASS [ 0.198s] (2744/2983) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
82972026-07-01T16:21:29.829Z PASS [ 34.219s] (2745/2983) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
82982026-07-01T16:21:29.842Z PASS [ 0.199s] (2746/2983) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
82992026-07-01T16:21:29.874Z PASS [ 0.191s] (2747/2983) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
83002026-07-01T16:21:29.880Z PASS [ 0.199s] (2748/2983) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
83012026-07-01T16:21:29.970Z PASS [ 0.182s] (2749/2983) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
83022026-07-01T16:21:30.062Z PASS [ 0.188s] (2750/2983) reconfigurator-cli::test-scripts script::cmds.txt
83032026-07-01T16:21:30.080Z PASS [ 0.710s] (2751/2983) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
83042026-07-01T16:21:30.084Z PASS [ 0.709s] (2752/2983) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
83052026-07-01T16:21:30.104Z PASS [ 0.697s] (2753/2983) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
83062026-07-01T16:21:30.136Z PASS [ 0.600s] (2754/2983) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
83072026-07-01T16:21:30.333Z PASS [ 0.699s] (2755/2983) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
83082026-07-01T16:21:30.418Z PASS [ 0.830s] (2756/2983) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
83092026-07-01T16:21:30.474Z PASS [ 1.101s] (2757/2983) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
83102026-07-01T16:21:30.526Z PASS [ 0.697s] (2758/2983) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
83112026-07-01T16:21:30.735Z PASS [ 1.102s] (2759/2983) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
83122026-07-01T16:21:30.769Z PASS [ 0.890s] (2760/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
83132026-07-01T16:21:30.794Z PASS [ 0.059s] (2761/2983) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
83142026-07-01T16:21:30.804Z PASS [ 0.034s] (2762/2983) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
83152026-07-01T16:21:30.852Z PASS [ 0.058s] (2763/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
83162026-07-01T16:21:30.861Z PASS [ 0.056s] (2764/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
83172026-07-01T16:21:30.902Z PASS [ 0.051s] (2765/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
83182026-07-01T16:21:30.912Z PASS [ 0.052s] (2766/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
83192026-07-01T16:21:30.946Z PASS [ 0.033s] (2767/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
83202026-07-01T16:21:30.957Z PASS [ 0.055s] (2768/2983) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
83212026-07-01T16:21:30.988Z PASS [ 0.043s] (2769/2983) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
83222026-07-01T16:21:31.021Z PASS [ 1.433s] (2770/2983) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
83232026-07-01T16:21:31.025Z PASS [ 0.054s] (2771/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
83242026-07-01T16:21:31.030Z PASS [ 0.039s] (2772/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
83252026-07-01T16:21:31.050Z PASS [ 1.208s] (2773/2983) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
83262026-07-01T16:21:31.055Z PASS [ 0.042s] (2774/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
83272026-07-01T16:21:31.055Z PASS [ 0.043s] (2775/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
83282026-07-01T16:21:31.072Z PASS [ 0.043s] (2776/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
83292026-07-01T16:21:31.090Z PASS [ 0.039s] (2777/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
83302026-07-01T16:21:31.093Z PASS [ 0.039s] (2778/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
83312026-07-01T16:21:31.096Z PASS [ 0.040s] (2779/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
83322026-07-01T16:21:31.096Z PASS [ 0.623s] (2780/2983) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
83332026-07-01T16:21:31.109Z PASS [ 0.039s] (2781/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
83342026-07-01T16:21:31.132Z PASS [ 0.041s] (2782/2983) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
83352026-07-01T16:21:31.142Z PASS [ 0.042s] (2783/2983) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
83362026-07-01T16:21:31.149Z PASS [ 0.044s] (2784/2983) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
83372026-07-01T16:21:31.182Z PASS [ 0.042s] (2785/2983) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
83382026-07-01T16:21:31.190Z PASS [ 0.040s] (2786/2983) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
83392026-07-01T16:21:31.236Z PASS [ 0.045s] (2787/2983) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
83402026-07-01T16:21:31.254Z PASS [ 0.054s] (2788/2983) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
83412026-07-01T16:21:31.265Z PASS [ 1.285s] (2789/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
83422026-07-01T16:21:31.278Z PASS [ 0.166s] (2790/2983) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
83432026-07-01T16:21:31.303Z PASS [ 0.044s] (2791/2983) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
83442026-07-01T16:21:31.304Z PASS [ 0.060s] (2792/2983) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
83452026-07-01T16:21:31.312Z PASS [ 0.047s] (2793/2983) sled-agent-config-reconciler ledger::tests::read_existing_config
83462026-07-01T16:21:31.321Z PASS [ 0.044s] (2794/2983) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
83472026-07-01T16:21:31.338Z PASS [ 0.043s] (2795/2983) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
83482026-07-01T16:21:31.339Z PASS [ 0.043s] (2796/2983) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
83492026-07-01T16:21:31.358Z PASS [ 0.044s] (2797/2983) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
83502026-07-01T16:21:31.371Z PASS [ 0.040s] (2798/2983) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
83512026-07-01T16:21:31.371Z PASS [ 0.043s] (2799/2983) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
83522026-07-01T16:21:31.394Z PASS [ 0.031s] (2800/2983) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
83532026-07-01T16:21:31.406Z PASS [ 1.284s] (2801/2983) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
83542026-07-01T16:21:31.436Z PASS [ 6.640s] (2802/2983) omicron-test-utils dev::db::test::test_setup_database_default_dir
83552026-07-01T16:21:31.455Z PASS [ 0.026s] (2803/2983) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
83562026-07-01T16:21:31.468Z PASS [ 0.939s] (2804/2983) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
83572026-07-01T16:21:31.501Z PASS [ 0.045s] (2805/2983) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
83582026-07-01T16:21:31.518Z PASS [ 0.038s] (2806/2983) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
83592026-07-01T16:21:31.540Z PASS [ 0.040s] (2807/2983) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
83602026-07-01T16:21:31.547Z PASS [ 0.039s] (2808/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
83612026-07-01T16:21:31.550Z PASS [ 1.460s] (2809/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
83622026-07-01T16:21:31.578Z PASS [ 0.039s] (2810/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
83632026-07-01T16:21:31.586Z PASS [ 0.038s] (2811/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
83642026-07-01T16:21:31.586Z PASS [ 0.038s] (2812/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
83652026-07-01T16:21:31.617Z PASS [ 0.039s] (2813/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
83662026-07-01T16:21:31.625Z PASS [ 0.044s] (2814/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
83672026-07-01T16:21:31.629Z PASS [ 0.047s] (2815/2983) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
83682026-07-01T16:21:31.645Z PASS [ 0.029s] (2816/2983) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
83692026-07-01T16:21:31.650Z PASS [ 1.882s] (2817/2983) reconfigurator-cli::test-scripts script::cmds-target-release.txt
83702026-07-01T16:21:31.661Z PASS [ 0.034s] (2818/2983) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
83712026-07-01T16:21:31.680Z PASS [ 0.034s] (2819/2983) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
83722026-07-01T16:21:31.686Z PASS [ 0.033s] (2820/2983) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
83732026-07-01T16:21:31.693Z PASS [ 0.032s] (2821/2983) sled-agent-rack-setup service::test::parse_rack_initialization
83742026-07-01T16:21:31.709Z PASS [ 1.647s] (2822/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
83752026-07-01T16:21:31.712Z PASS [ 0.030s] (2823/2983) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
83762026-07-01T16:21:31.725Z PASS [ 0.037s] (2824/2983) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
83772026-07-01T16:21:31.742Z PASS [ 0.032s] (2825/2983) sled-agent-rack-setup service::test::test_subnets
83782026-07-01T16:21:31.750Z PASS [ 0.041s] (2826/2983) sled-agent-rack-setup service::test::test_omicron_zone_configs
83792026-07-01T16:21:31.754Z PASS [ 0.057s] (2827/2983) sled-agent-rack-setup service::test::test_extra_certs
83802026-07-01T16:21:31.754Z PASS [ 0.031s] (2828/2983) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
83812026-07-01T16:21:31.817Z PASS [ 0.029s] (2829/2983) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
83822026-07-01T16:21:31.828Z PASS [ 0.033s] (2830/2983) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
83832026-07-01T16:21:31.828Z PASS [ 2.718s] (2831/2983) oximeter-producer tests::test_producer_registration_task
83842026-07-01T16:21:31.828Z PASS [ 0.040s] (2832/2983) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
83852026-07-01T16:21:31.828Z PASS [ 0.038s] (2833/2983) sled-agent-resolvable-files manifest::tests::read_success
83862026-07-01T16:21:31.828Z PASS [ 0.024s] (2834/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
83872026-07-01T16:21:31.828Z PASS [ 0.024s] (2835/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
83882026-07-01T16:21:31.828Z PASS [ 0.028s] (2836/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
83892026-07-01T16:21:31.841Z PASS [ 0.032s] (2837/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
83902026-07-01T16:21:31.841Z PASS [ 0.029s] (2838/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
83912026-07-01T16:21:31.841Z PASS [ 0.036s] (2839/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
83922026-07-01T16:21:31.847Z PASS [ 0.024s] (2840/2983) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
83932026-07-01T16:21:31.847Z PASS [ 0.025s] (2841/2983) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
83942026-07-01T16:21:31.852Z PASS [ 0.025s] (2842/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
83952026-07-01T16:21:31.855Z PASS [ 0.030s] (2843/2983) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
83962026-07-01T16:21:31.855Z PASS [ 0.029s] (2844/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
83972026-07-01T16:21:31.860Z PASS [ 0.026s] (2845/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
83982026-07-01T16:21:31.870Z PASS [ 0.025s] (2846/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
83992026-07-01T16:21:31.877Z PASS [ 0.025s] (2847/2983) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
84002026-07-01T16:21:31.881Z PASS [ 0.026s] (2848/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
84012026-07-01T16:21:31.887Z PASS [ 0.030s] (2849/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
84022026-07-01T16:21:31.904Z PASS [ 0.027s] (2850/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
84032026-07-01T16:21:31.904Z PASS [ 0.027s] (2851/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
84042026-07-01T16:21:31.904Z PASS [ 0.027s] (2852/2983) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
84052026-07-01T16:21:31.908Z PASS [ 0.026s] (2853/2983) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
84062026-07-01T16:21:31.920Z PASS [ 0.027s] (2854/2983) sled-agent-resolvable-files mupdate_override::tests::read_both_present
84072026-07-01T16:21:31.929Z PASS [ 0.032s] (2855/2983) sled-agent-resolvable-files mupdate_override::tests::read_different_values
84082026-07-01T16:21:31.931Z PASS [ 0.025s] (2856/2983) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
84092026-07-01T16:21:31.938Z PASS [ 0.299s] (2857/2983) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
84102026-07-01T16:21:31.938Z PASS [ 0.030s] (2858/2983) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
84112026-07-01T16:21:31.938Z PASS [ 0.030s] (2859/2983) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
84122026-07-01T16:21:31.943Z PASS [ 0.032s] (2860/2983) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
84132026-07-01T16:21:31.953Z PASS [ 0.020s] (2861/2983) sled-agent-types zone_bundle::tests::test_compare_bundles
84142026-07-01T16:21:31.959Z PASS [ 0.035s] (2862/2983) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
84152026-07-01T16:21:31.959Z PASS [ 0.037s] (2863/2983) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
84162026-07-01T16:21:31.974Z PASS [ 0.027s] (2864/2983) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
84172026-07-01T16:21:31.978Z PASS [ 0.045s] (2865/2983) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
84182026-07-01T16:21:31.982Z PASS [ 0.028s] (2866/2983) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
84192026-07-01T16:21:31.986Z PASS [ 0.050s] (2867/2983) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
84202026-07-01T16:21:31.986Z PASS [ 0.042s] (2868/2983) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
84212026-07-01T16:21:31.989Z PASS [ 0.028s] (2869/2983) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
84222026-07-01T16:21:31.992Z PASS [ 0.018s] (2870/2983) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
84232026-07-01T16:21:31.997Z PASS [ 0.017s] (2871/2983) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
84242026-07-01T16:21:32.001Z PASS [ 0.018s] (2872/2983) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
84252026-07-01T16:21:32.006Z PASS [ 0.020s] (2873/2983) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
84262026-07-01T16:21:32.009Z PASS [ 0.021s] (2874/2983) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
84272026-07-01T16:21:32.013Z PASS [ 0.019s] (2875/2983) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
84282026-07-01T16:21:32.013Z PASS [ 0.019s] (2876/2983) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
84292026-07-01T16:21:32.045Z PASS [ 0.030s] (2877/2983) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
84302026-07-01T16:21:32.070Z PASS [ 0.024s] (2878/2983) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
84312026-07-01T16:21:32.116Z PASS [ 0.046s] (2879/2983) sled-diagnostics queries::test::test_command_stderr_is_correct
84322026-07-01T16:21:32.144Z PASS [ 0.158s] (2880/2983) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
84332026-07-01T16:21:32.147Z PASS [ 0.036s] (2881/2983) sled-diagnostics queries::test::test_command_stdout_is_correct
84342026-07-01T16:21:32.186Z PASS [ 0.039s] (2882/2983) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
84352026-07-01T16:21:32.193Z PASS [ 1.860s] (2883/2983) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
84362026-07-01T16:21:32.198Z PASS [ 1.065s] (2884/2983) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
84372026-07-01T16:21:32.205Z PASS [ 0.022s] (2885/2983) sled-hardware disk::test::test_disk_paths
84382026-07-01T16:21:32.222Z PASS [ 0.029s] (2886/2983) sled-hardware disk::test::test_partition_device_paths
84392026-07-01T16:21:32.230Z PASS [ 0.033s] (2887/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
84402026-07-01T16:21:32.234Z PASS [ 0.029s] (2888/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
84412026-07-01T16:21:32.251Z PASS [ 0.028s] (2889/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
84422026-07-01T16:21:32.262Z PASS [ 0.032s] (2890/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
84432026-07-01T16:21:32.269Z PASS [ 0.033s] (2891/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
84442026-07-01T16:21:32.279Z PASS [ 0.029s] (2892/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
84452026-07-01T16:21:32.292Z PASS [ 0.030s] (2893/2983) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
84462026-07-01T16:21:32.297Z PASS [ 0.029s] (2894/2983) sled-hardware illumos::tests::parse_smbios_invalid
84472026-07-01T16:21:32.309Z PASS [ 0.029s] (2895/2983) sled-hardware illumos::tests::parse_smbios_valid
84482026-07-01T16:21:32.314Z PASS [ 0.017s] (2896/2983) sled-storage dataset::test::serialize_dataset_name
84492026-07-01T16:21:32.317Z PASS [ 0.023s] (2897/2983) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
84502026-07-01T16:21:32.349Z PASS [ 0.040s] (2898/2983) support-bundle-collection zip::test::test_bundle_to_stream
84512026-07-01T16:21:32.367Z PASS [ 0.052s] (2899/2983) support-bundle-collection zip::test::test_bundle_to_zipfile
84522026-07-01T16:21:32.371Z PASS [ 0.057s] (2900/2983) support-bundle-collection zip::test::test_bundle_to_writer
84532026-07-01T16:21:32.388Z PASS [ 0.039s] (2901/2983) trust-quorum proxy::tests::proxy_roundtrip_concurrent
84542026-07-01T16:21:32.396Z PASS [ 2.260s] (2902/2983) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
84552026-07-01T16:21:32.410Z PASS [ 0.043s] (2903/2983) trust-quorum proxy::tests::proxy_roundtrip_disconnected
84562026-07-01T16:21:32.424Z PASS [ 0.052s] (2904/2983) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
84572026-07-01T16:21:32.500Z PASS [ 1.172s] (2905/2983) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
84582026-07-01T16:21:32.676Z PASS [ 0.529s] (2906/2983) sled-diagnostics queries::test::test_long_running_command_is_aborted
84592026-07-01T16:21:32.796Z PASS [ 1.433s] (2907/2983) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
84602026-07-01T16:21:32.993Z PASS [ 1.615s] (2908/2983) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
84612026-07-01T16:21:33.077Z PASS [ 1.072s] (2909/2983) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
84622026-07-01T16:21:33.232Z PASS [ 1.226s] (2910/2983) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
84632026-07-01T16:21:33.242Z PASS [ 1.855s] (2911/2983) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
84642026-07-01T16:21:33.269Z PASS [ 0.034s] (2912/2983) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
84652026-07-01T16:21:33.273Z PASS [ 0.032s] (2913/2983) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
84662026-07-01T16:21:33.308Z PASS [ 0.034s] (2914/2983) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
84672026-07-01T16:21:33.393Z PASS [ 0.126s] (2915/2983) trust-quorum-protocol node::tests::initial_configuration
84682026-07-01T16:21:33.396Z PASS [ 0.087s] (2916/2983) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
84692026-07-01T16:21:33.399Z PASS [ 1.399s] (2917/2983) sled-diagnostics logs::illumos_tests::collect_current_logs
84702026-07-01T16:21:33.444Z PASS [ 1.034s] (2918/2983) trust-quorum task::tests::tq_initial_config
84712026-07-01T16:21:33.459Z PASS [ 1.036s] (2919/2983) trust-quorum task::tests::tq_initial_config_prepare_and_commit
84722026-07-01T16:21:33.481Z PASS [ 0.088s] (2920/2983) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
84732026-07-01T16:21:33.526Z PASS [ 0.044s] (2921/2983) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
84742026-07-01T16:21:33.542Z PASS [ 2.179s] (2922/2983) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
84752026-07-01T16:21:33.561Z PASS [ 1.551s] (2923/2983) sled-diagnostics logs::illumos_tests::log_snapshots_work
84762026-07-01T16:21:33.608Z PASS [ 0.051s] (2924/2983) update-common artifacts::update_plan::tests::test_bad_rot_versions
84772026-07-01T16:21:33.612Z PASS [ 0.054s] (2925/2983) update-common artifacts::update_plan::tests::test_multi_rot_bord
84782026-07-01T16:21:33.615Z PASS [ 0.038s] (2926/2983) update-common artifacts::update_plan::tests::test_split_control_plane
84792026-07-01T16:21:33.615Z PASS [ 0.054s] (2927/2983) update-common artifacts::update_plan::tests::test_multi_rot_version
84802026-07-01T16:21:33.635Z PASS [ 0.036s] (2928/2983) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
84812026-07-01T16:21:33.657Z PASS [ 0.043s] (2929/2983) update-common artifacts::update_plan::tests::test_too_many_rot_bord
84822026-07-01T16:21:33.669Z PASS [ 0.054s] (2930/2983) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
84832026-07-01T16:21:33.678Z PASS [ 0.599s] (2931/2983) trust-quorum-protocol crypto::tests::rack_secret_test
84842026-07-01T16:21:33.699Z PASS [ 0.030s] (2932/2983) update-engine display::line_display_shared::tests::test_format_progress_counter
84852026-07-01T16:21:33.702Z PASS [ 0.026s] (2933/2983) update-engine display::line_display_shared::tests::test_start_line
84862026-07-01T16:21:33.707Z PASS [ 0.309s] (2934/2983) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
84872026-07-01T16:21:33.710Z PASS [ 0.051s] (2935/2983) update-engine display::group_display::tests::test_stats
84882026-07-01T16:21:33.731Z PASS [ 0.029s] (2936/2983) update-engine events::tests::progress_event_parse_unknown
84892026-07-01T16:21:33.734Z PASS [ 0.033s] (2937/2983) update-engine engine::tests::error_exits_early
84902026-07-01T16:21:33.738Z PASS [ 0.029s] (2938/2983) update-engine spec::tests::test_merge_anyhow_list
84912026-07-01T16:21:33.741Z PASS [ 0.108s] (2939/2983) update-engine buffer::tests::test_buffer
84922026-07-01T16:21:33.744Z PASS [ 0.035s] (2940/2983) update-engine events::tests::step_event_parse_unknown
84932026-07-01T16:21:33.752Z PASS [ 0.020s] (2941/2983) wicket state::inventory::tests::component_id_display
84942026-07-01T16:21:33.757Z PASS [ 0.019s] (2942/2983) wicket state::rack::tests::prev_next_are_opposites
84952026-07-01T16:21:33.761Z PASS [ 0.030s] (2943/2983) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
84962026-07-01T16:21:33.765Z PASS [ 0.021s] (2944/2983) wicket state::rack::tests::up_down_are_opposites
84972026-07-01T16:21:33.771Z PASS [ 0.323s] (2945/2983) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
84982026-07-01T16:21:33.775Z PASS [ 0.021s] (2946/2983) wicket-common rack_setup::tests::invalid_router_peer_address
84992026-07-01T16:21:33.778Z PASS [ 0.021s] (2947/2983) wicket-common rack_setup::tests::invalid_uplink_address
85002026-07-01T16:21:33.783Z PASS [ 0.020s] (2948/2983) wicket-common rack_setup::tests::roundtrip_router_peer_address
85012026-07-01T16:21:33.787Z PASS [ 0.023s] (2949/2983) wicket-common rack_setup::tests::roundtrip_import_export_policy
85022026-07-01T16:21:33.790Z PASS [ 0.021s] (2950/2983) wicket-common rack_setup::tests::roundtrip_uplink_address
85032026-07-01T16:21:33.793Z PASS [ 0.019s] (2951/2983) wicket-common rack_update::tests::test_rollup_update_state
85042026-07-01T16:21:33.793Z PASS [ 1.398s] (2952/2983) trust-quorum task::tests::test_network_config
85052026-07-01T16:21:33.814Z PASS [ 0.072s] (2953/2983) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
85062026-07-01T16:21:33.820Z PASS [ 0.037s] (2954/2983) wicketd installinator_progress::tests::test_states
85072026-07-01T16:21:33.820Z PASS [ 0.032s] (2955/2983) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
85082026-07-01T16:21:33.823Z PASS [ 0.037s] (2956/2983) wicketd rss_config::tests::test_bgp_auth_key_states
85092026-07-01T16:21:33.875Z PASS [ 1.486s] (2957/2983) trust-quorum task::tests::full_mesh_connectivity
85102026-07-01T16:21:33.938Z PASS [ 17.849s] (2958/2983) omicron-omdb::test_all_output test_omdb_env_settings
85112026-07-01T16:21:34.008Z PASS [ 1.016s] (2959/2983) trust-quorum task::tests::tq_upgrade_from_lrtq
85122026-07-01T16:21:34.078Z PASS [ 1.402s] (2960/2983) trust-quorum task::tests::tq_proxy
85132026-07-01T16:21:34.244Z PASS [ 1.448s] (2961/2983) trust-quorum task::tests::tq_reconfig_with_commit_advance
85142026-07-01T16:21:34.271Z PASS [ 1.771s] (2962/2983) trust-quorum task::tests::tq_persistent_state
85152026-07-01T16:21:34.360Z PASS [ 0.570s] (2963/2983) wicketd::mod integration_tests::inventory::test_inventory
85162026-07-01T16:21:34.384Z PASS [ 3.966s] (2964/2983) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
85172026-07-01T16:21:34.512Z PASS [ 0.719s] (2965/2983) wicketd::mod integration_tests::updates::test_update_races
85182026-07-01T16:21:34.634Z PASS [ 0.840s] (2966/2983) wicketd::mod integration_tests::updates::test_installinator_fetch
85192026-07-01T16:21:34.643Z PASS [ 14.965s] (2967/2983) omicron-passwords test::test_smoke
85202026-07-01T16:21:35.779Z PASS [ 1.964s] (2968/2983) wicketd::mod integration_tests::updates::test_updates
85212026-07-01T16:21:36.001Z PASS [ 2.541s] (2969/2983) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
85222026-07-01T16:21:36.143Z PASS [ 5.052s] (2970/2983) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
85232026-07-01T16:21:37.509Z PASS [ 8.554s] (2971/2983) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
85242026-07-01T16:21:37.736Z PASS [ 7.655s] (2972/2983) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
85252026-07-01T16:21:43.234Z PASS [ 14.289s] (2973/2983) oximeter-db::integration_test test_schemas_disjoint
85262026-07-01T16:21:43.418Z PASS [ 103.583s] (2974/2983) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
85272026-07-01T16:21:51.553Z PASS [ 48.288s] (2975/2983) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
85282026-07-01T16:21:52.117Z PASS [ 43.875s] (2976/2983) omicron-nexus::test_all integration_tests::webhooks::test_probe
85292026-07-01T16:21:52.181Z PASS [ 23.240s] (2977/2983) oximeter-db::integration_test test_cluster
85302026-07-01T16:21:53.688Z PASS [ 35.603s] (2978/2983) omicron-omdb::test_all_output test_omdb_success_cases
85312026-07-01T16:21:53.856Z PASS [ 32.112s] (2979/2983) omicron-sled-agent nexus::test::nexus_self_notification_test
85322026-07-01T16:21:55.967Z PASS [ 30.060s] (2980/2983) oximeter-db client::tests::cannot_ping_nonexistent_server
85332026-07-01T16:21:55.967Z PASS [ 47.482s] (2981/2983) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
85342026-07-01T16:21:57.896Z PASS [ 49.190s] (2982/2983) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
85352026-07-01T16:22:26.207Z PASS [ 52.810s] (2983/2983) trust-quorum-protocol::cluster test_trust_quorum_protocol
85362026-07-01T16:22:26.210Z────────────
85372026-07-01T16:22:26.211Z Summary [ 916.209s] 2983 tests run: 2983 passed (46 slow), 6 skipped
85382026-07-01T16:22:26.298Z
85392026-07-01T16:22:26.299Zreal 15:31.102606163
85402026-07-01T16:22:26.299Zuser 5:23:47.472429519
85412026-07-01T16:22:26.302Zsys 1:12:52.924373240
85422026-07-01T16:22:26.302Ztrap 3:47.167300548
85432026-07-01T16:22:26.302Ztflt 7.439989400
85442026-07-01T16:22:26.302Zdflt 40.810292770
85452026-07-01T16:22:26.302Zkflt 0.629556207
85462026-07-01T16:22:26.302Zlock 2131:50:16.083694018
85472026-07-01T16:22:26.302Zslp 130:24:55.501036607
85482026-07-01T16:22:26.302Zlat 5:15:16.520833625
85492026-07-01T16:22:26.302Zstop 59:07.496534616
85502026-07-01T16:22:26.303Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
85512026-07-01T16:22:26.463Zinfo: exported run 61c7ba03-d4c4-45ad-aa04-243620c9f8f8 to /tmp/nextest-run-archive.zip (2941205 bytes)
85522026-07-01T16:22:26.470Z
85532026-07-01T16:22:26.470Zreal 0.159188608
85542026-07-01T16:22:26.470Zuser 0.112181330
85552026-07-01T16:22:26.470Zsys 0.040671734
85562026-07-01T16:22:26.472Ztrap 0.000020750
85572026-07-01T16:22:26.472Ztflt 0.000007710
85582026-07-01T16:22:26.472Zdflt 0.000015920
85592026-07-01T16:22:26.472Zkflt 0.000000000
85602026-07-01T16:22:26.472Zlock 0.041480724
85612026-07-01T16:22:26.472Zslp 0.214762837
85622026-07-01T16:22:26.472Zlat 0.000910650
85632026-07-01T16:22:26.472Zstop 0.000358580
85642026-07-01T16:22:26.472Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
85652026-07-01T16:22:26.664Zinfo: wrote Chrome trace for run 61c7ba03-d4c4-45ad-aa04-243620c9f8f8 to /tmp/nextest-chrome-trace.json
85662026-07-01T16:22:26.670Z
85672026-07-01T16:22:26.673Zreal 0.197821593
85682026-07-01T16:22:26.673Zuser 0.144252181
85692026-07-01T16:22:26.673Zsys 0.047526276
85702026-07-01T16:22:26.673Ztrap 0.000012930
85712026-07-01T16:22:26.673Ztflt 0.000037070
85722026-07-01T16:22:26.673Zdflt 0.000023200
85732026-07-01T16:22:26.673Zkflt 0.000000000
85742026-07-01T16:22:26.673Zlock 0.040929694
85752026-07-01T16:22:26.673Zslp 0.214828927
85762026-07-01T16:22:26.673Zlat 0.000718760
85772026-07-01T16:22:26.673Zstop 0.000384960
85782026-07-01T16:22:26.673Z+ [[ 0 -ne 0 ]]
85792026-07-01T16:22:26.673Z+ banner doctest
85802026-07-01T16:22:26.673Z
85812026-07-01T16:22:26.674Z ##### #### #### ##### ###### #### #####
85822026-07-01T16:22:26.674Z # # # # # # # # # #
85832026-07-01T16:22:26.675Z # # # # # # ##### #### #
85842026-07-01T16:22:26.675Z # # # # # # # # #
85852026-07-01T16:22:26.675Z # # # # # # # # # # #
85862026-07-01T16:22:26.675Z ##### #### #### # ###### #### #
85872026-07-01T16:22:26.675Z
85882026-07-01T16:22:26.675Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
85892026-07-01T16:22:27.772Z Fresh unicode-ident v1.0.24
85902026-07-01T16:22:27.776Z Fresh cfg-if v1.0.4
85912026-07-01T16:22:27.777Z Fresh memchr v2.8.0
85922026-07-01T16:22:27.777Z Fresh smallvec v1.15.1
85932026-07-01T16:22:27.777Z Fresh version_check v0.9.5
85942026-07-01T16:22:27.777Z Fresh log v0.4.29
85952026-07-01T16:22:27.777Z Fresh itoa v1.0.17
85962026-07-01T16:22:27.777Z Fresh autocfg v1.5.0
85972026-07-01T16:22:27.777Z Fresh scopeguard v1.2.0
85982026-07-01T16:22:27.777Z Fresh stable_deref_trait v1.2.1
85992026-07-01T16:22:27.777Z Fresh percent-encoding v2.3.2
86002026-07-01T16:22:27.777Z Fresh litemap v0.8.1
86012026-07-01T16:22:27.777Z Fresh writeable v0.6.2
86022026-07-01T16:22:27.778Z Fresh rand_core v0.10.0
86032026-07-01T16:22:27.778Z Fresh utf8_iter v1.0.4
86042026-07-01T16:22:27.778Z Fresh pin-project-lite v0.2.17
86052026-07-01T16:22:27.778Z Fresh critical-section v1.2.0
86062026-07-01T16:22:27.778Z Fresh subtle v2.6.1
86072026-07-01T16:22:27.778Z Fresh proc-macro2 v1.0.106
86082026-07-01T16:22:27.778Z Fresh lock_api v0.4.14
86092026-07-01T16:22:27.778Z Fresh form_urlencoded v1.2.2
86102026-07-01T16:22:27.778Z Fresh shlex v1.3.0
86112026-07-01T16:22:27.778Z Fresh find-msvc-tools v0.1.9
86122026-07-01T16:22:27.778Z Fresh fnv v1.0.7
86132026-07-01T16:22:27.780Z Fresh equivalent v1.0.2
86142026-07-01T16:22:27.780Z Fresh heck v0.5.0
86152026-07-01T16:22:27.780Z Fresh iana-time-zone v0.1.65
86162026-07-01T16:22:27.780Z Fresh regex-syntax v0.8.10
86172026-07-01T16:22:27.781Z Fresh strsim v0.11.1
86182026-07-01T16:22:27.781Z Fresh hashbrown v0.17.0
86192026-07-01T16:22:27.781Z Fresh futures-core v0.3.32
86202026-07-01T16:22:27.781Z Fresh dyn-clone v1.0.20
86212026-07-01T16:22:27.789Z Fresh quote v1.0.45
86222026-07-01T16:22:27.789Z Fresh libc v0.2.185
86232026-07-01T16:22:27.789Z Fresh serde_core v1.0.228
86242026-07-01T16:22:27.789Z Fresh zmij v1.0.21
86252026-07-01T16:22:27.789Z Fresh libm v0.2.16
86262026-07-01T16:22:27.791Z Fresh icu_normalizer_data v2.1.1
86272026-07-01T16:22:27.791Z Fresh icu_properties_data v2.1.2
86282026-07-01T16:22:27.791Z Fresh portable-atomic v1.13.1
86292026-07-01T16:22:27.791Z Fresh aho-corasick v1.1.4
86302026-07-01T16:22:27.792Z Fresh byteorder v1.5.0
86312026-07-01T16:22:27.792Z Fresh const-oid v0.9.6
86322026-07-01T16:22:27.792Z Fresh futures-sink v0.3.32
86332026-07-01T16:22:27.792Z Fresh futures-task v0.3.32
86342026-07-01T16:22:27.792Z Fresh futures-io v0.3.32
86352026-07-01T16:22:27.792Z Fresh slab v0.4.12
86362026-07-01T16:22:27.792Z Fresh cpufeatures v0.2.17
86372026-07-01T16:22:27.792Z Fresh ident_case v1.0.1
86382026-07-01T16:22:27.792Z Fresh pkg-config v0.3.32
86392026-07-01T16:22:27.793Z Fresh base64 v0.22.1
86402026-07-01T16:22:27.793Z Fresh time-core v0.1.8
86412026-07-01T16:22:27.793Z Fresh powerfmt v0.2.0
86422026-07-01T16:22:27.793Z Fresh syn v2.0.117
86432026-07-01T16:22:27.793Z Fresh errno v0.3.14
86442026-07-01T16:22:27.793Z Fresh serde_json v1.0.150
86452026-07-01T16:22:27.793Z Fresh num-traits v0.2.19
86462026-07-01T16:22:27.793Z Fresh bitflags v2.11.0
86472026-07-01T16:22:27.793Z Fresh semver v1.0.28
86482026-07-01T16:22:27.793Z Fresh parking_lot_core v0.9.12
86492026-07-01T16:22:27.793Z Fresh getrandom v0.4.1
86502026-07-01T16:22:27.793Z Fresh getrandom v0.2.17
86512026-07-01T16:22:27.794Z Fresh once_cell v1.21.3
86522026-07-01T16:22:27.794Z Fresh typenum v1.19.0
86532026-07-01T16:22:27.794Z Fresh jobserver v0.1.34
86542026-07-01T16:22:27.794Z Fresh mio v1.2.0
86552026-07-01T16:22:27.795Z Fresh socket2 v0.6.3
86562026-07-01T16:22:27.795Z Fresh rustversion v1.0.22
86572026-07-01T16:22:27.795Z Fresh indexmap v2.14.0
86582026-07-01T16:22:27.795Z Fresh regex-automata v0.4.14
86592026-07-01T16:22:27.795Z Fresh futures-channel v0.3.32
86602026-07-01T16:22:27.795Z Fresh either v1.15.0
86612026-07-01T16:22:27.795Z Fresh num-conv v0.2.0
86622026-07-01T16:22:27.795Z Fresh deranged v0.5.8
86632026-07-01T16:22:27.795Z Fresh base64ct v1.8.3
86642026-07-01T16:22:27.795Z Fresh num_threads v0.1.7
86652026-07-01T16:22:27.795Z Fresh utf8parse v0.2.2
86662026-07-01T16:22:27.795Z Fresh anstyle v1.0.14
86672026-07-01T16:22:27.795Z Fresh serde_derive v1.0.228
86682026-07-01T16:22:27.795Z Fresh zeroize_derive v1.4.3
86692026-07-01T16:22:27.796Z Fresh synstructure v0.13.2
86702026-07-01T16:22:27.796Z Fresh zerovec-derive v0.11.2
86712026-07-01T16:22:27.796Z Fresh displaydoc v0.2.5
86722026-07-01T16:22:27.796Z Fresh zerocopy-derive v0.8.40
86732026-07-01T16:22:27.796Z Fresh parking_lot v0.12.5
86742026-07-01T16:22:27.796Z Fresh rand_core v0.6.4
86752026-07-01T16:22:27.796Z Fresh thiserror-impl v2.0.18
86762026-07-01T16:22:27.796Z Fresh cc v1.2.56
86772026-07-01T16:22:27.796Z Fresh signal-hook-registry v1.4.8
86782026-07-01T16:22:27.798Z Fresh uuid v1.23.4
86792026-07-01T16:22:27.798Z Fresh tokio-macros v2.7.0
86802026-07-01T16:22:27.798Z Fresh serde_derive_internals v0.29.1
86812026-07-01T16:22:27.798Z Fresh rustix v1.1.3
86822026-07-01T16:22:27.798Z Fresh futures-macro v0.3.32
86832026-07-01T16:22:27.798Z Fresh thiserror-impl v1.0.69
86842026-07-01T16:22:27.798Z Fresh syn v1.0.109
86852026-07-01T16:22:27.799Z Fresh getrandom v0.3.4
86862026-07-01T16:22:27.799Z Fresh regex v1.12.3
86872026-07-01T16:22:27.799Z Fresh anyhow v1.0.102
86882026-07-01T16:22:27.799Z Fresh tracing-attributes v0.1.31
86892026-07-01T16:22:27.799Z Fresh tracing-core v0.1.36
86902026-07-01T16:22:27.799Z Fresh time-macros v0.2.27
86912026-07-01T16:22:27.799Z Fresh anstyle-query v1.1.5
86922026-07-01T16:22:27.799Z Fresh is_terminal_polyfill v1.70.2
86932026-07-01T16:22:27.799Z Fresh colorchoice v1.0.4
86942026-07-01T16:22:27.799Z Fresh pem-rfc7468 v0.7.0
86952026-07-01T16:22:27.799Z Fresh dunce v1.0.5
86962026-07-01T16:22:27.799Z Fresh allocator-api2 v0.2.21
86972026-07-01T16:22:27.800Z Fresh serde v1.0.228
86982026-07-01T16:22:27.800Z Fresh zeroize v1.8.2
86992026-07-01T16:22:27.800Z Fresh zerofrom-derive v0.1.6
87002026-07-01T16:22:27.800Z Fresh yoke-derive v0.8.1
87012026-07-01T16:22:27.800Z Fresh zerocopy v0.8.40
87022026-07-01T16:22:27.800Z Fresh thiserror v2.0.18
87032026-07-01T16:22:27.801Z Fresh schemars_derive v0.8.22
87042026-07-01T16:22:27.802Z Fresh futures-util v0.3.32
87052026-07-01T16:22:27.803Z Fresh thiserror v1.0.69
87062026-07-01T16:22:27.803Z Fresh tracing v0.1.44
87072026-07-01T16:22:27.803Z Fresh time v0.3.47
87082026-07-01T16:22:27.803Z Fresh crossbeam-utils v0.8.21
87092026-07-01T16:22:27.803Z Fresh rand_core v0.9.5
87102026-07-01T16:22:27.803Z Fresh cmake v0.1.57
87112026-07-01T16:22:27.803Z Fresh fs_extra v1.3.0
87122026-07-01T16:22:27.803Z Fresh terminal_size v0.4.3
87132026-07-01T16:22:27.803Z Fresh der_derive v0.7.3
87142026-07-01T16:22:27.803Z Fresh anstyle-parse v1.0.0
87152026-07-01T16:22:27.803Z Fresh flagset v0.4.7
87162026-07-01T16:22:27.803Z Fresh clap_lex v1.0.0
87172026-07-01T16:22:27.803Z Fresh clap_derive v4.6.1
87182026-07-01T16:22:27.803Z Fresh atomic-waker v1.1.2
87192026-07-01T16:22:27.870Z Fresh ryu v1.0.23
87202026-07-01T16:22:27.870Z Fresh try-lock v0.2.5
87212026-07-01T16:22:27.871Z Fresh httpdate v1.0.3
87222026-07-01T16:22:27.871Z Fresh spin v0.9.8
87232026-07-01T16:22:27.871Z Fresh fastrand v2.3.0
87242026-07-01T16:22:27.871Z Fresh tower-layer v0.3.3
87252026-07-01T16:22:27.871Z Fresh bytes v1.11.1
87262026-07-01T16:22:27.871Z Fresh zerofrom v0.1.6
87272026-07-01T16:22:27.871Z Fresh chrono v0.4.44
87282026-07-01T16:22:27.871Z Fresh generic-array v0.14.7
87292026-07-01T16:22:27.871Z Fresh ppv-lite86 v0.2.21
87302026-07-01T16:22:27.872Z Fresh ipnet v2.11.0
87312026-07-01T16:22:27.872Z Fresh serde_tokenstream v0.2.3
87322026-07-01T16:22:27.872Z Fresh httparse v1.10.1
87332026-07-01T16:22:27.872Z Fresh der v0.7.10
87342026-07-01T16:22:27.872Z Fresh erased-serde v0.3.31
87352026-07-01T16:22:27.872Z Fresh anstream v1.0.0
87362026-07-01T16:22:27.872Z Fresh rustls-pki-types v1.14.0
87372026-07-01T16:22:27.872Z Fresh want v0.3.1
87382026-07-01T16:22:27.872Z Fresh tower-service v0.3.3
87392026-07-01T16:22:27.872Z Fresh untrusted v0.7.1
87402026-07-01T16:22:27.872Z Fresh hex v0.4.3
87412026-07-01T16:22:27.872Z Fresh rustc_version v0.4.1
87422026-07-01T16:22:27.872Z Fresh ucd-trie v0.1.7
87432026-07-01T16:22:27.873Z Fresh async-trait v0.1.89
87442026-07-01T16:22:27.873Z Fresh pretty-hex v0.4.1
87452026-07-01T16:22:27.873Z Fresh untrusted v0.9.0
87462026-07-01T16:22:27.873Z Fresh mime v0.3.17
87472026-07-01T16:22:27.873Z Fresh tempfile v3.25.0
87482026-07-01T16:22:27.873Z Fresh plain v0.2.3
87492026-07-01T16:22:27.873Z Fresh openssl-probe v0.2.1
87502026-07-01T16:22:27.873Z Fresh unicode-segmentation v1.12.0
87512026-07-01T16:22:27.873Z Fresh simd-adler32 v0.3.8
87522026-07-01T16:22:27.873Z Fresh serde_urlencoded v0.7.1
87532026-07-01T16:22:27.873Z Fresh yoke v0.8.1
87542026-07-01T16:22:27.873Z Fresh tokio v1.52.1
87552026-07-01T16:22:27.873Z Fresh crypto-common v0.1.7
87562026-07-01T16:22:27.874Z Fresh block-buffer v0.10.4
87572026-07-01T16:22:27.874Z Fresh http v1.4.2
87582026-07-01T16:22:27.874Z Fresh block-padding v0.3.3
87592026-07-01T16:22:27.874Z Fresh slog v2.8.2
87602026-07-01T16:22:27.874Z Fresh rand_chacha v0.9.0
87612026-07-01T16:22:27.874Z Fresh clap_builder v4.6.0
87622026-07-01T16:22:27.874Z Fresh camino v1.2.2
87632026-07-01T16:22:27.874Z Fresh spki v0.7.3
87642026-07-01T16:22:27.874Z Fresh pest v2.8.6
87652026-07-01T16:22:27.875Z Fresh rand_chacha v0.3.1
87662026-07-01T16:22:27.875Z Fresh encoding_rs v0.8.35
87672026-07-01T16:22:27.875Z Fresh adler2 v2.0.1
87682026-07-01T16:22:27.875Z Fresh vcpkg v0.2.15
87692026-07-01T16:22:27.875Z Fresh foldhash v0.2.0
87702026-07-01T16:22:27.875Z Fresh darling_core v0.21.3
87712026-07-01T16:22:27.875Z Fresh sync_wrapper v1.0.2
87722026-07-01T16:22:27.875Z Fresh futures-executor v0.3.32
87732026-07-01T16:22:27.875Z Fresh iri-string v0.7.10
87742026-07-01T16:22:27.875Z Fresh lazy_static v1.5.0
87752026-07-01T16:22:27.875Z Fresh openapiv3 v2.2.0
87762026-07-01T16:22:27.875Z Fresh hubpack_derive v0.1.1
87772026-07-01T16:22:27.875Z Fresh static_assertions v1.1.0
87782026-07-01T16:22:27.875Z Fresh litrs v1.0.0
87792026-07-01T16:22:27.875Z Fresh winnow v1.0.3
87802026-07-01T16:22:27.875Z Fresh rustls-native-certs v0.8.3
87812026-07-01T16:22:27.875Z Fresh scroll_derive v0.13.1
87822026-07-01T16:22:27.876Z Fresh zerovec v0.11.5
87832026-07-01T16:22:27.876Z Fresh zerotrie v0.2.3
87842026-07-01T16:22:27.876Z Fresh digest v0.10.7
87852026-07-01T16:22:27.876Z Fresh inout v0.1.4
87862026-07-01T16:22:27.876Z Fresh tokio-util v0.7.18
87872026-07-01T16:22:27.876Z Fresh http-body v1.0.1
87882026-07-01T16:22:27.876Z Fresh clap v4.6.1
87892026-07-01T16:22:27.876Z Fresh rand v0.9.2
87902026-07-01T16:22:27.876Z Fresh aws-lc-sys v0.40.0
87912026-07-01T16:22:27.876Z Fresh pest_meta v2.8.6
87922026-07-01T16:22:27.876Z Fresh rand v0.8.6
87932026-07-01T16:22:27.876Z Fresh miniz_oxide v0.8.9
87942026-07-01T16:22:27.877Z Fresh hashbrown v0.16.1
87952026-07-01T16:22:27.877Z Fresh tower v0.5.3
87962026-07-01T16:22:27.877Z Fresh darling_macro v0.21.3
87972026-07-01T16:22:27.877Z Fresh futures v0.3.32
87982026-07-01T16:22:27.877Z Fresh hubpack v0.1.2
87992026-07-01T16:22:27.877Z Fresh toml_parser v1.1.2+spec-1.1.0
88002026-07-01T16:22:27.877Z Fresh document-features v0.2.12
88012026-07-01T16:22:27.877Z Fresh psl-types v2.0.11
88022026-07-01T16:22:27.877Z Fresh scroll v0.13.0
88032026-07-01T16:22:27.877Z Fresh strum_macros v0.26.4
88042026-07-01T16:22:27.877Z Fresh zlib-rs v0.6.2
88052026-07-01T16:22:27.878Z Fresh tinyvec_macros v0.1.1
88062026-07-01T16:22:27.879Z Fresh num-integer v0.1.46
88072026-07-01T16:22:27.879Z Fresh data-encoding v2.10.0
88082026-07-01T16:22:27.880Z Fresh winnow v0.7.14
88092026-07-01T16:22:27.880Z Fresh tinystr v0.8.2
88102026-07-01T16:22:27.880Z Fresh potential_utf v0.1.4
88112026-07-01T16:22:27.881Z Fresh cipher v0.4.4
88122026-07-01T16:22:27.881Z Fresh sha2 v0.10.9
88132026-07-01T16:22:27.881Z Fresh hmac v0.12.1
88142026-07-01T16:22:27.881Z Fresh h2 v0.4.15
88152026-07-01T16:22:27.881Z Fresh aws-lc-rs v1.16.3
88162026-07-01T16:22:27.881Z Fresh pest_generator v2.8.6
88172026-07-01T16:22:27.881Z Fresh http-body-util v0.1.3
88182026-07-01T16:22:27.881Z Fresh darling v0.21.3
88192026-07-01T16:22:27.898Z Fresh tower-http v0.6.8
88202026-07-01T16:22:27.898Z Fresh signature v2.2.0
88212026-07-01T16:22:27.898Z Fresh crc32fast v1.5.0
88222026-07-01T16:22:27.898Z Fresh cookie v0.18.1
88232026-07-01T16:22:27.898Z Fresh strum v0.26.3
88242026-07-01T16:22:27.898Z Fresh goblin v0.10.5
88252026-07-01T16:22:27.898Z Fresh tinyvec v1.10.0
88262026-07-01T16:22:27.898Z Fresh serde_spanned v0.6.9
88272026-07-01T16:22:27.899Z Fresh toml_datetime v0.6.11
88282026-07-01T16:22:27.899Z Fresh darling_core v0.20.11
88292026-07-01T16:22:27.899Z Fresh thread-id v5.1.0
88302026-07-01T16:22:27.900Z Fresh bit-vec v0.8.0
88312026-07-01T16:22:27.900Z Fresh base16ct v0.2.0
88322026-07-01T16:22:27.900Z Fresh ff v0.13.1
88332026-07-01T16:22:27.900Z Fresh memmap2 v0.9.10
88342026-07-01T16:22:27.900Z Fresh wait-timeout v0.2.1
88352026-07-01T16:22:27.900Z Fresh icu_locale_core v2.1.1
88362026-07-01T16:22:27.900Z Fresh icu_collections v2.1.1
88372026-07-01T16:22:27.900Z Fresh hyper v1.10.1
88382026-07-01T16:22:27.900Z Fresh aes v0.8.4
88392026-07-01T16:22:27.901Z Fresh pbkdf2 v0.12.2
88402026-07-01T16:22:27.901Z Fresh salsa20 v0.10.2
88412026-07-01T16:22:27.901Z Fresh rustls-webpki v0.103.9
88422026-07-01T16:22:27.901Z Fresh cbc v0.1.2
88432026-07-01T16:22:27.901Z Fresh pest_derive v2.8.6
88442026-07-01T16:22:27.901Z Fresh paste v1.0.15
88452026-07-01T16:22:27.901Z Fresh flate2 v1.1.9
88462026-07-01T16:22:27.901Z Fresh dof v0.4.0
88472026-07-01T16:22:27.901Z Fresh bit-set v0.8.0
88482026-07-01T16:22:27.901Z Fresh darling_macro v0.20.11
88492026-07-01T16:22:27.901Z Fresh hkdf v0.12.4
88502026-07-01T16:22:27.901Z Fresh group v0.13.0
88512026-07-01T16:22:27.901Z Fresh num-iter v0.1.45
88522026-07-01T16:22:27.901Z Fresh crypto-bigint v0.5.5
88532026-07-01T16:22:27.901Z Fresh anstyle-parse v0.2.7
88542026-07-01T16:22:27.902Z Fresh scroll_derive v0.12.1
88552026-07-01T16:22:27.902Z Fresh siphasher v1.0.2
88562026-07-01T16:22:27.902Z Fresh quick-error v1.2.3
88572026-07-01T16:22:27.902Z Fresh rand_xorshift v0.4.0
88582026-07-01T16:22:27.902Z Fresh crossbeam-epoch v0.9.18
88592026-07-01T16:22:27.902Z Fresh zerocopy-derive v0.7.35
88602026-07-01T16:22:27.902Z Fresh bstr v1.12.1
88612026-07-01T16:22:27.902Z Fresh icu_provider v2.1.1
88622026-07-01T16:22:27.902Z Fresh hyper-util v0.1.20
88632026-07-01T16:22:27.902Z Fresh scrypt v0.11.0
88642026-07-01T16:22:27.902Z Fresh rustls v0.23.41
88652026-07-01T16:22:27.902Z Fresh dtrace-parser v0.3.0
88662026-07-01T16:22:27.902Z Fresh object v0.37.3
88672026-07-01T16:22:27.902Z Fresh darling v0.20.11
88682026-07-01T16:22:27.903Z Fresh ahash v0.8.12
88692026-07-01T16:22:27.903Z Fresh rusty-fork v0.3.1
88702026-07-01T16:22:27.903Z Fresh anstream v0.6.21
88712026-07-01T16:22:27.903Z Fresh scroll v0.12.0
88722026-07-01T16:22:27.903Z Fresh unarray v0.1.4
88732026-07-01T16:22:27.903Z Fresh winnow v0.5.40
88742026-07-01T16:22:27.903Z Fresh zerocopy v0.7.35
88752026-07-01T16:22:27.903Z Fresh sha1 v0.10.6
88762026-07-01T16:22:27.914Z Fresh x509-cert v0.2.5
88772026-07-01T16:22:27.914Z Fresh heck v0.4.1
88782026-07-01T16:22:27.914Z Fresh itertools v0.13.0
88792026-07-01T16:22:27.914Z Fresh dtrace-parser v0.2.0
88802026-07-01T16:22:27.915Z Fresh rfc6979 v0.4.0
88812026-07-01T16:22:27.915Z Fresh curve25519-dalek-derive v0.1.1
88822026-07-01T16:22:27.918Z Fresh thread-id v4.2.2
88832026-07-01T16:22:27.918Z Fresh cfg_aliases v0.2.1
88842026-07-01T16:22:27.918Z Fresh foreign-types-shared v0.1.1
88852026-07-01T16:22:27.918Z Fresh openssl-sys v0.9.115
88862026-07-01T16:22:27.918Z Fresh openssl-macros v0.1.1
88872026-07-01T16:22:27.918Z Fresh icu_normalizer v2.1.1
88882026-07-01T16:22:27.919Z Fresh icu_properties v2.1.2
88892026-07-01T16:22:27.919Z Fresh pkcs5 v0.7.1
88902026-07-01T16:22:27.919Z Fresh tokio-rustls v0.26.4
88912026-07-01T16:22:27.919Z Fresh rustls-platform-verifier v0.6.2
88922026-07-01T16:22:27.919Z Fresh usdt-impl v0.6.0
88932026-07-01T16:22:27.919Z Fresh derive_builder_core v0.20.2
88942026-07-01T16:22:27.919Z Fresh toml_edit v0.19.15
88952026-07-01T16:22:27.919Z Fresh rustix v0.38.44
88962026-07-01T16:22:27.919Z Fresh num-bigint-dig v0.8.6
88972026-07-01T16:22:27.919Z Fresh proptest v1.10.0
88982026-07-01T16:22:27.919Z Fresh goblin v0.8.2
88992026-07-01T16:22:27.919Z Fresh memoffset v0.9.1
89002026-07-01T16:22:27.919Z Fresh foreign-types v0.3.2
89012026-07-01T16:22:27.919Z Fresh daft-derive v0.1.7
89022026-07-01T16:22:27.919Z Fresh cargo-platform v0.3.2
89032026-07-01T16:22:27.920Z Fresh env_filter v1.0.0
89042026-07-01T16:22:27.920Z Fresh same-file v1.0.6
89052026-07-01T16:22:27.920Z Fresh keccak v0.1.6
89062026-07-01T16:22:27.920Z Fresh serde_with_macros v3.17.0
89072026-07-01T16:22:27.921Z Fresh bitflags v1.3.2
89082026-07-01T16:22:27.921Z Fresh unicode-normalization v0.1.25
89092026-07-01T16:22:27.922Z Fresh idna_adapter v1.2.1
89102026-07-01T16:22:27.922Z Fresh pkcs8 v0.10.2
89112026-07-01T16:22:27.922Z Fresh hyper-rustls v0.27.7
89122026-07-01T16:22:27.922Z Fresh usdt-macro v0.6.0
89132026-07-01T16:22:27.922Z Fresh usdt-attr-macro v0.6.0
89142026-07-01T16:22:27.922Z Fresh derive_builder_macro v0.20.2
89152026-07-01T16:22:27.922Z Fresh dof v0.3.0
89162026-07-01T16:22:27.922Z Fresh curve25519-dalek v4.1.3
89172026-07-01T16:22:27.922Z Fresh sha3 v0.10.8
89182026-07-01T16:22:27.922Z Fresh openssl v0.10.79
89192026-07-01T16:22:27.940Z Fresh cargo_metadata v0.23.1
89202026-07-01T16:22:27.940Z Fresh walkdir v2.5.0
89212026-07-01T16:22:27.941Z Fresh env_logger v0.11.9
89222026-07-01T16:22:27.941Z Fresh enum-as-inner v0.6.1
89232026-07-01T16:22:27.941Z Fresh managed v0.8.0
89242026-07-01T16:22:27.941Z Fresh phf_shared v0.11.3
89252026-07-01T16:22:27.941Z Fresh ref-cast-impl v1.0.25
89262026-07-01T16:22:27.941Z Fresh precomputed-hash v0.1.1
89272026-07-01T16:22:27.942Z Fresh fixedbitset v0.4.2
89282026-07-01T16:22:27.942Z Fresh new_debug_unreachable v1.0.6
89292026-07-01T16:22:27.942Z Fresh toml v0.7.8
89302026-07-01T16:22:27.942Z Fresh globset v0.4.18
89312026-07-01T16:22:27.942Z Fresh pin-project-internal v1.1.11
89322026-07-01T16:22:27.942Z Fresh idna v1.1.0
89332026-07-01T16:22:27.942Z Fresh sec1 v0.7.3
89342026-07-01T16:22:27.942Z Fresh pkcs1 v0.7.5
89352026-07-01T16:22:27.942Z Fresh usdt v0.6.0
89362026-07-01T16:22:27.942Z Fresh derive_builder v0.20.2
89372026-07-01T16:22:27.942Z Fresh usdt-impl v0.5.0
89382026-07-01T16:22:27.942Z Fresh ed25519 v2.2.3
89392026-07-01T16:22:27.942Z Fresh nix v0.31.2
89402026-07-01T16:22:27.942Z Fresh bzip2-sys v0.1.13+1.0.8
89412026-07-01T16:22:27.942Z Fresh native-tls v0.2.18
89422026-07-01T16:22:27.942Z Fresh signal-hook v0.3.18
89432026-07-01T16:22:27.942Z Fresh string_cache v0.8.9
89442026-07-01T16:22:27.942Z Fresh petgraph v0.6.5
89452026-07-01T16:22:27.942Z Fresh foldhash v0.1.5
89462026-07-01T16:22:27.942Z Fresh pin-project v1.1.11
89472026-07-01T16:22:27.942Z Fresh zstd-sys v2.0.16+zstd.1.5.7
89482026-07-01T16:22:27.944Z Fresh lalrpop-util v0.19.12
89492026-07-01T16:22:27.944Z Fresh toml_write v0.1.2
89502026-07-01T16:22:27.944Z Fresh tokio-stream v0.1.18
89512026-07-01T16:22:27.944Z Fresh serde-big-array v0.5.1
89522026-07-01T16:22:27.944Z Fresh snafu-derive v0.8.9
89532026-07-01T16:22:27.944Z Fresh serde_repr v0.1.20
89542026-07-01T16:22:27.944Z Fresh pem v3.0.6
89552026-07-01T16:22:27.944Z Fresh hash32 v0.2.1
89562026-07-01T16:22:27.944Z Fresh unicode-bidi v0.3.18
89572026-07-01T16:22:27.945Z Fresh bumpalo v3.20.2
89582026-07-01T16:22:27.945Z Fresh libbz2-rs-sys v0.2.2
89592026-07-01T16:22:27.945Z Fresh predicates-core v1.0.10
89602026-07-01T16:22:27.945Z Fresh url v2.5.8
89612026-07-01T16:22:27.945Z Fresh publicsuffix v2.3.0
89622026-07-01T16:22:27.945Z Fresh elliptic-curve v0.13.8
89632026-07-01T16:22:27.945Z Fresh rsa v0.9.10
89642026-07-01T16:22:27.945Z Fresh vergen-lib v9.1.0
89652026-07-01T16:22:27.945Z Fresh ed25519-dalek v2.2.0
89662026-07-01T16:22:27.945Z Fresh ref-cast v1.0.25
89672026-07-01T16:22:27.945Z Fresh tokio-native-tls v0.3.1
89682026-07-01T16:22:27.945Z Fresh bzip2 v0.4.4
89692026-07-01T16:22:27.945Z Fresh signal-hook-mio v0.2.5
89702026-07-01T16:22:27.946Z Fresh fs-err v3.3.0
89712026-07-01T16:22:27.946Z Fresh hashbrown v0.15.5
89722026-07-01T16:22:27.946Z Fresh toml_edit v0.22.27
89732026-07-01T16:22:27.946Z Fresh unicode-properties v0.1.4
89742026-07-01T16:22:27.947Z Fresh snafu v0.8.9
89752026-07-01T16:22:27.947Z Fresh zopfli v0.8.3
89762026-07-01T16:22:27.947Z Fresh bzip2 v0.6.1
89772026-07-01T16:22:27.947Z Fresh olpc-cjson v0.1.4
89782026-07-01T16:22:27.948Z Fresh similar v2.7.0
89792026-07-01T16:22:27.948Z Fresh md-5 v0.10.6
89802026-07-01T16:22:27.948Z Fresh serde_plain v1.0.2
89812026-07-01T16:22:27.948Z Fresh float-cmp v0.10.0
89822026-07-01T16:22:27.948Z Fresh strum_macros v0.27.2
89832026-07-01T16:22:27.948Z Fresh async-recursion v1.1.1
89842026-07-01T16:22:27.948Z Fresh jiff v0.2.21
89852026-07-01T16:22:27.948Z Fresh typed-path v0.9.3
89862026-07-01T16:22:27.948Z Fresh fallible-iterator v0.2.0
89872026-07-01T16:22:27.948Z Fresh difflib v0.4.0
89882026-07-01T16:22:27.948Z Fresh normalize-line-endings v0.3.0
89892026-07-01T16:22:27.948Z Fresh schemars v0.8.22
89902026-07-01T16:22:27.948Z Fresh cookie_store v0.22.1
89912026-07-01T16:22:27.948Z Fresh ecdsa v0.16.9
89922026-07-01T16:22:27.948Z Fresh vergen v9.1.0
89932026-07-01T16:22:27.948Z Fresh hyper-tls v0.6.0
89942026-07-01T16:22:27.948Z Fresh zip v0.6.6
89952026-07-01T16:22:27.948Z Fresh zstd-safe v7.2.4
89962026-07-01T16:22:27.948Z Fresh hickory-proto v0.25.2
89972026-07-01T16:22:27.948Z Fresh stringprep v0.1.5
89982026-07-01T16:22:27.949Z Fresh crossterm v0.28.1
89992026-07-01T16:22:27.949Z Fresh heapless v0.7.17
90002026-07-01T16:22:27.950Z Fresh predicates v3.1.4
90012026-07-01T16:22:27.950Z Fresh strum v0.27.2
90022026-07-01T16:22:27.950Z Fresh phf_shared v0.13.1
90032026-07-01T16:22:27.950Z Fresh buf-list v1.1.2
90042026-07-01T16:22:27.950Z Fresh peg-runtime v0.8.5
90052026-07-01T16:22:27.950Z Fresh fixedbitset v0.5.7
90062026-07-01T16:22:27.950Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
90072026-07-01T16:22:27.950Z Fresh whoami v2.1.0
90082026-07-01T16:22:27.950Z Fresh is-terminal v0.4.17
90092026-07-01T16:22:27.951Z Fresh crossbeam-channel v0.5.15
90102026-07-01T16:22:27.951Z Fresh thread_local v1.1.9
90112026-07-01T16:22:27.951Z Fresh term v1.2.1
90122026-07-01T16:22:27.951Z Fresh take_mut v0.2.2
90132026-07-01T16:22:27.951Z Fresh structmeta-derive v0.3.0
90142026-07-01T16:22:27.951Z Fresh newtype-uuid-macros v0.1.0
90152026-07-01T16:22:27.951Z Fresh match_cfg v0.1.0
90162026-07-01T16:22:27.951Z Fresh slog-json v2.6.1
90172026-07-01T16:22:27.951Z Fresh cpufeatures v0.3.0
90182026-07-01T16:22:27.951Z Fresh debug-ignore v1.0.5
90192026-07-01T16:22:27.962Z Fresh ipnetwork v0.21.1
90202026-07-01T16:22:27.963Z Fresh reqwest v0.13.2
90212026-07-01T16:22:27.963Z Fresh newtype-uuid v1.3.2
90222026-07-01T16:22:27.963Z Fresh serde_with v3.17.0
90232026-07-01T16:22:27.963Z Fresh reqwest v0.12.28
90242026-07-01T16:22:27.963Z Fresh zstd v0.13.3
90252026-07-01T16:22:27.963Z Fresh postgres-protocol v0.6.10
90262026-07-01T16:22:27.963Z Fresh smoltcp v0.9.1
90272026-07-01T16:22:27.964Z Fresh phf v0.13.1
90282026-07-01T16:22:27.964Z Fresh petgraph v0.8.3
90292026-07-01T16:22:27.964Z Fresh slog-term v2.9.2
90302026-07-01T16:22:27.964Z Fresh structmeta v0.3.0
90312026-07-01T16:22:27.964Z Fresh hostname v0.3.1
90322026-07-01T16:22:27.964Z Fresh hybrid-array v0.4.10
90332026-07-01T16:22:27.964Z Fresh serde_spanned v1.1.1
90342026-07-01T16:22:27.964Z Fresh toml_datetime v1.1.1+spec-1.1.0
90352026-07-01T16:22:27.964Z Fresh serde_path_to_error v0.1.20
90362026-07-01T16:22:27.964Z Fresh const-oid v0.10.2
90372026-07-01T16:22:27.964Z Fresh toml_writer v1.1.1+spec-1.1.0
90382026-07-01T16:22:27.964Z Fresh compression-core v0.4.31
90392026-07-01T16:22:27.964Z Fresh async-stream-impl v0.3.6
90402026-07-01T16:22:27.964Z Fresh rustls-pemfile v2.2.0
90412026-07-01T16:22:27.964Z Fresh dropshot_endpoint v0.17.1
90422026-07-01T16:22:27.964Z Fresh waitgroup v0.1.2
90432026-07-01T16:22:27.964Z Fresh hostname v0.4.2
90442026-07-01T16:22:27.964Z Fresh itertools v0.14.0
90452026-07-01T16:22:27.964Z Fresh atomicwrites v0.4.4
90462026-07-01T16:22:27.964Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
90472026-07-01T16:22:27.964Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
90482026-07-01T16:22:27.964Z Fresh oxnet v0.1.6
90492026-07-01T16:22:27.964Z Fresh tough v0.22.0
90502026-07-01T16:22:27.965Z Fresh zip v4.6.1
90512026-07-01T16:22:27.965Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
90522026-07-01T16:22:27.965Z Fresh postgres-types v0.2.12
90532026-07-01T16:22:27.965Z Fresh slog-async v2.8.0
90542026-07-01T16:22:27.965Z Fresh slog-bunyan v2.5.0
90552026-07-01T16:22:27.965Z Fresh derive-ex v0.1.8
90562026-07-01T16:22:27.965Z Fresh progenitor-client v0.14.0
90572026-07-01T16:22:27.965Z Fresh block-buffer v0.12.1
90582026-07-01T16:22:27.965Z Fresh crypto-common v0.2.2
90592026-07-01T16:22:27.965Z Fresh compression-codecs v0.4.37
90602026-07-01T16:22:27.965Z Fresh toml v1.1.2+spec-1.1.0
90612026-07-01T16:22:27.965Z Fresh async-stream v0.3.6
90622026-07-01T16:22:27.965Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
90632026-07-01T16:22:27.965Z Fresh regress v0.10.5
90642026-07-01T16:22:27.965Z Fresh macaddr v1.0.1
90652026-07-01T16:22:27.965Z Fresh instant v0.1.13
90662026-07-01T16:22:27.965Z Fresh parse-display-derive v0.10.0
90672026-07-01T16:22:27.965Z Fresh backon v1.6.0
90682026-07-01T16:22:27.965Z Fresh humantime v2.3.0
90692026-07-01T16:22:27.965Z Fresh unicode-width v0.2.0
90702026-07-01T16:22:27.965Z Fresh convert_case v0.4.0
90712026-07-01T16:22:27.965Z Fresh regress v0.11.1
90722026-07-01T16:22:27.965Z Fresh half v2.7.1
90732026-07-01T16:22:27.967Z Fresh ciborium-io v0.2.2
90742026-07-01T16:22:27.967Z Fresh secrecy v0.10.3
90752026-07-01T16:22:27.967Z Fresh unsafe-libyaml v0.2.11
90762026-07-01T16:22:27.967Z Fresh universal-hash v0.5.1
90772026-07-01T16:22:27.967Z Fresh opaque-debug v0.3.1
90782026-07-01T16:22:27.967Z Fresh daft v0.1.7
90792026-07-01T16:22:27.967Z Fresh tokio-postgres v0.7.16
90802026-07-01T16:22:27.967Z Fresh test-strategy v0.4.5
90812026-07-01T16:22:27.967Z Fresh digest v0.11.3
90822026-07-01T16:22:27.967Z Fresh async-compression v0.4.41
90832026-07-01T16:22:27.967Z Fresh multer v3.1.0
90842026-07-01T16:22:27.967Z Fresh backoff v0.4.0
90852026-07-01T16:22:27.967Z Fresh parse-display v0.10.0
90862026-07-01T16:22:27.967Z Fresh progenitor-extras v0.2.0
90872026-07-01T16:22:27.967Z Fresh derive_more v0.99.20
90882026-07-01T16:22:27.967Z Fresh typify-impl v0.6.2
90892026-07-01T16:22:27.967Z Fresh ciborium-ll v0.2.2
90902026-07-01T16:22:27.967Z Fresh serde_yaml v0.9.34+deprecated
90912026-07-01T16:22:27.967Z Fresh indent_write v2.2.0
90922026-07-01T16:22:27.967Z Fresh aead v0.5.2
90932026-07-01T16:22:27.967Z Fresh poly1305 v0.8.0
90942026-07-01T16:22:27.967Z Fresh chacha20 v0.9.1
90952026-07-01T16:22:27.967Z Fresh byte-wrapper v0.1.0
90962026-07-01T16:22:27.968Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
90972026-07-01T16:22:27.968Z Fresh thiserror-impl-no-std v2.0.2
90982026-07-01T16:22:27.969Z Fresh blake2 v0.10.6
90992026-07-01T16:22:27.969Z Fresh camino-tempfile v1.4.1
91002026-07-01T16:22:27.969Z Fresh password-hash v0.5.0
91012026-07-01T16:22:27.969Z Fresh swrite v0.1.0
91022026-07-01T16:22:27.969Z Fresh toml_datetime v0.7.5+spec-1.1.0
91032026-07-01T16:22:27.969Z Fresh glob v0.3.3
91042026-07-01T16:22:27.969Z Fresh crossbeam-deque v0.8.6
91052026-07-01T16:22:27.969Z Fresh tabwriter v1.4.1
91062026-07-01T16:22:27.969Z Fresh iddqd v0.4.2
91072026-07-01T16:22:27.969Z Fresh sha1 v0.11.0
91082026-07-01T16:22:27.969Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
91092026-07-01T16:22:27.969Z Fresh typify-macro v0.6.2
91102026-07-01T16:22:27.969Z Fresh ciborium v0.2.2
91112026-07-01T16:22:27.969Z Fresh thiserror-no-std v2.0.2
91122026-07-01T16:22:27.969Z Fresh argon2 v0.5.3
91132026-07-01T16:22:27.969Z Fresh chacha20poly1305 v0.10.1
91142026-07-01T16:22:27.969Z Fresh toml_edit v0.23.10+spec-1.0.0
91152026-07-01T16:22:27.972Z Fresh colored v3.1.1
91162026-07-01T16:22:27.972Z Fresh ingot-macros v0.1.1
91172026-07-01T16:22:27.972Z Fresh hash32 v0.3.1
91182026-07-01T16:22:27.972Z Fresh cobs v0.3.0
91192026-07-01T16:22:27.982Z Fresh unicode-width v0.1.14
91202026-07-01T16:22:27.982Z Fresh proc-macro-crate v1.3.1
91212026-07-01T16:22:27.982Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
91222026-07-01T16:22:27.982Z Fresh foreign-types-macros v0.2.3
91232026-07-01T16:22:27.983Z Fresh foreign-types-shared v0.3.1
91242026-07-01T16:22:27.983Z Fresh chacha20 v0.10.0
91252026-07-01T16:22:27.983Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
91262026-07-01T16:22:27.983Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
91272026-07-01T16:22:27.983Z Fresh cstr-argument v0.1.2
91282026-07-01T16:22:27.983Z Fresh dropshot v0.17.1
91292026-07-01T16:22:27.983Z Fresh typify v0.6.2
91302026-07-01T16:22:27.983Z Fresh crucible-workspace-hack v0.1.0
91312026-07-01T16:22:27.983Z Fresh vsss-rs v3.3.4
91322026-07-01T16:22:27.983Z Fresh proc-macro-crate v3.4.0
91332026-07-01T16:22:27.983Z Fresh proc-macro-error-attr v1.0.4
91342026-07-01T16:22:27.983Z Fresh rayon-core v1.13.0
91352026-07-01T16:22:27.983Z Fresh ingot-types v0.1.2
91362026-07-01T16:22:27.983Z Fresh postcard v1.1.3
91372026-07-01T16:22:27.983Z Fresh num_enum_derive v0.5.11
91382026-07-01T16:22:27.983Z Fresh foreign-types v0.5.0
91392026-07-01T16:22:27.983Z Fresh rand v0.10.0
91402026-07-01T16:22:27.984Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
91412026-07-01T16:22:27.984Z Fresh sigpipe v0.1.3
91422026-07-01T16:22:27.984Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
91432026-07-01T16:22:27.984Z Fresh num-derive v0.4.2
91442026-07-01T16:22:27.984Z Fresh itertools v0.12.1
91452026-07-01T16:22:27.984Z Fresh smf v0.2.3
91462026-07-01T16:22:27.984Z Fresh whoami v1.6.1
91472026-07-01T16:22:27.985Z Fresh console v0.15.11
91482026-07-01T16:22:27.985Z Fresh toml v0.8.23
91492026-07-01T16:22:27.985Z Fresh derive-where v1.6.0
91502026-07-01T16:22:27.985Z Fresh newline-converter v0.3.0
91512026-07-01T16:22:27.985Z Fresh progenitor-impl v0.14.0
91522026-07-01T16:22:27.985Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
91532026-07-01T16:22:27.985Z Fresh num_enum_derive v0.7.6
91542026-07-01T16:22:27.986Z Fresh proc-macro-error v1.0.4
91552026-07-01T16:22:27.986Z Fresh rayon v1.11.0
91562026-07-01T16:22:27.986Z Fresh heapless v0.8.0
91572026-07-01T16:22:27.986Z Fresh ingot v0.1.1
91582026-07-01T16:22:27.986Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
91592026-07-01T16:22:27.986Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
91602026-07-01T16:22:27.986Z Fresh num_enum v0.5.11
91612026-07-01T16:22:27.986Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
91622026-07-01T16:22:27.986Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
91632026-07-01T16:22:27.987Z Fresh expectorate v1.2.0
91642026-07-01T16:22:27.987Z Fresh usdt-macro v0.5.0
91652026-07-01T16:22:27.987Z Fresh usdt-attr-macro v0.5.0
91662026-07-01T16:22:27.987Z Fresh memmap v0.7.0
91672026-07-01T16:22:27.988Z Fresh num-rational v0.4.2
91682026-07-01T16:22:27.988Z Fresh libsw-core v0.3.2
91692026-07-01T16:22:27.988Z Fresh num-complex v0.4.6
91702026-07-01T16:22:27.989Z Fresh linear-map v1.2.0
91712026-07-01T16:22:27.989Z Fresh bytecount v0.6.9
91722026-07-01T16:22:27.989Z Fresh float-ord v0.3.2
91732026-07-01T16:22:27.989Z Fresh gethostname v0.5.0
91742026-07-01T16:22:27.989Z Fresh resolv-conf v0.7.6
91752026-07-01T16:22:27.989Z Fresh progenitor-macro v0.14.0
91762026-07-01T16:22:27.990Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
91772026-07-01T16:22:27.990Z Fresh num_enum v0.7.6
91782026-07-01T16:22:27.990Z Fresh smoltcp v0.11.0
91792026-07-01T16:22:27.991Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
91802026-07-01T16:22:27.991Z Fresh zone_cfg_derive v0.3.1
91812026-07-01T16:22:27.991Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
91822026-07-01T16:22:27.991Z Fresh usdt v0.5.0
91832026-07-01T16:22:27.991Z Fresh num v0.4.3
91842026-07-01T16:22:27.991Z Fresh libsw v3.5.0
91852026-07-01T16:22:27.992Z Fresh unicode-linebreak v0.1.5
91862026-07-01T16:22:27.992Z Fresh smawk v0.3.2
91872026-07-01T16:22:27.992Z Fresh csv-core v0.1.13
91882026-07-01T16:22:27.992Z Fresh minimal-lexical v0.2.1
91892026-07-01T16:22:27.992Z Fresh linked-hash-map v0.5.6
91902026-07-01T16:22:27.992Z Fresh hickory-proto v0.24.4
91912026-07-01T16:22:27.992Z Fresh convert_case v0.10.0
91922026-07-01T16:22:27.992Z Fresh unicode-xid v0.2.6
91932026-07-01T16:22:27.993Z Fresh termtree v0.5.1
91942026-07-01T16:22:27.994Z Fresh ar_archive_writer v0.5.1
91952026-07-01T16:22:27.994Z Fresh fd-lock v4.0.4
91962026-07-01T16:22:27.994Z Fresh vte v0.14.1
91972026-07-01T16:22:27.994Z Fresh semver v0.1.20
91982026-07-01T16:22:27.994Z Fresh papergrid v0.11.0
91992026-07-01T16:22:27.994Z Fresh tabled_derive v0.7.0
92002026-07-01T16:22:27.994Z Fresh nom v8.0.0
92012026-07-01T16:22:27.994Z Fresh nu-ansi-term v0.50.3
92022026-07-01T16:22:27.995Z Fresh progenitor v0.14.0
92032026-07-01T16:22:27.995Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
92042026-07-01T16:22:27.995Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
92052026-07-01T16:22:27.995Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
92062026-07-01T16:22:27.995Z Fresh zone v0.3.1
92072026-07-01T16:22:27.995Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
92082026-07-01T16:22:27.995Z Fresh owo-colors v4.3.0
92092026-07-01T16:22:27.995Z Fresh cancel-safe-futures v0.1.5
92102026-07-01T16:22:27.995Z Fresh tokio-dtrace v0.1.1
92112026-07-01T16:22:27.995Z Fresh prettyplease v0.2.37
92122026-07-01T16:22:27.995Z Fresh csv v1.4.0
92132026-07-01T16:22:27.995Z Fresh lru-cache v0.1.2
92142026-07-01T16:22:27.995Z Fresh nom v7.1.3
92152026-07-01T16:22:27.995Z Fresh slog-dtrace v0.3.0
92162026-07-01T16:22:27.995Z Fresh derive_more-impl v2.1.1
92172026-07-01T16:22:27.995Z Fresh strip-ansi-escapes v0.2.1
92182026-07-01T16:22:27.997Z Fresh rustc_version v0.1.7
92192026-07-01T16:22:28.009Z Fresh tabled v0.15.0
92202026-07-01T16:22:28.009Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
92212026-07-01T16:22:28.009Z Fresh display-error-chain v0.2.2
92222026-07-01T16:22:28.009Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
92232026-07-01T16:22:28.009Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
92242026-07-01T16:22:28.009Z Fresh oxide-tokio-rt v0.1.4
92252026-07-01T16:22:28.009Z Fresh hickory-resolver v0.24.4
92262026-07-01T16:22:28.009Z Fresh derive_more v2.1.1
92272026-07-01T16:22:28.009Z Fresh reedline v0.40.0
92282026-07-01T16:22:28.009Z Fresh cfg_aliases v0.1.1
92292026-07-01T16:22:28.009Z Fresh highway v1.3.0
92302026-07-01T16:22:28.009Z Fresh nibble_vec v0.1.0
92312026-07-01T16:22:28.009Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
92322026-07-01T16:22:28.009Z Fresh endian-type v0.1.2
92332026-07-01T16:22:28.009Z Fresh home v0.5.12
92342026-07-01T16:22:28.009Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
92352026-07-01T16:22:28.009Z Fresh textwrap v0.16.2
92362026-07-01T16:22:28.009Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
92372026-07-01T16:22:28.009Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
92382026-07-01T16:22:28.011Z Fresh phf_shared v0.12.1
92392026-07-01T16:22:28.011Z Fresh recursive-proc-macro-impl v0.1.1
92402026-07-01T16:22:28.011Z Fresh const_format_proc_macros v0.2.34
92412026-07-01T16:22:28.011Z Fresh peg-macros v0.8.5
92422026-07-01T16:22:28.011Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
92432026-07-01T16:22:28.011Z Fresh crossterm v0.29.0
92442026-07-01T16:22:28.011Z Fresh qorb v0.4.1
92452026-07-01T16:22:28.011Z Fresh psm v0.1.30
92462026-07-01T16:22:28.011Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
92472026-07-01T16:22:28.011Z Fresh radix_trie v0.2.1
92482026-07-01T16:22:28.011Z Fresh phf v0.12.1
92492026-07-01T16:22:28.011Z Fresh sqlparser_derive v0.5.0
92502026-07-01T16:22:28.011Z Fresh winnow v0.6.26
92512026-07-01T16:22:28.011Z Fresh unicode_categories v0.1.1
92522026-07-01T16:22:28.011Z Fresh peg v0.8.5
92532026-07-01T16:22:28.011Z Fresh const_format v0.2.35
92542026-07-01T16:22:28.011Z Fresh bcs v0.1.6
92552026-07-01T16:22:28.012Z Fresh filetime v0.2.27
92562026-07-01T16:22:28.012Z Fresh xattr v1.6.1
92572026-07-01T16:22:28.012Z Fresh base64 v0.21.7
92582026-07-01T16:22:28.012Z Fresh headers-core v0.3.0
92592026-07-01T16:22:28.012Z Fresh subprocess v0.2.15
92602026-07-01T16:22:28.012Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
92612026-07-01T16:22:28.012Z Fresh stacker v0.1.23
92622026-07-01T16:22:28.012Z Fresh newtype_derive v0.1.6
92632026-07-01T16:22:28.012Z Fresh sqlformat v0.3.5
92642026-07-01T16:22:28.012Z Fresh chrono-tz v0.10.4
92652026-07-01T16:22:28.012Z Fresh tar v0.4.45
92662026-07-01T16:22:28.012Z Fresh headers v0.4.1
92672026-07-01T16:22:28.012Z Fresh yasna v0.5.2
92682026-07-01T16:22:28.012Z Fresh dropshot-api-manager-types v0.7.2
92692026-07-01T16:22:28.012Z Fresh utf-8 v0.7.6
92702026-07-01T16:22:28.012Z Fresh tagptr v0.2.0
92712026-07-01T16:22:28.012Z Fresh bitfield-struct v0.6.2
92722026-07-01T16:22:28.012Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
92732026-07-01T16:22:28.012Z Fresh xshell-macros v0.2.7
92742026-07-01T16:22:28.012Z Fresh tap v1.0.1
92752026-07-01T16:22:28.012Z Fresh zerocopy-derive v0.6.6
92762026-07-01T16:22:28.012Z Fresh crc-catalog v2.4.0
92772026-07-01T16:22:28.012Z Fresh maplit v1.0.2
92782026-07-01T16:22:28.013Z Fresh recursive v0.1.1
92792026-07-01T16:22:28.013Z Fresh nix v0.28.0
92802026-07-01T16:22:28.013Z Fresh steno v0.4.1
92812026-07-01T16:22:28.013Z Fresh rcgen v0.12.1
92822026-07-01T16:22:28.013Z Fresh moka v0.12.13
92832026-07-01T16:22:28.013Z Fresh tungstenite v0.21.0
92842026-07-01T16:22:28.013Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
92852026-07-01T16:22:28.013Z Fresh xshell v0.2.7
92862026-07-01T16:22:28.013Z Fresh wyz v0.5.1
92872026-07-01T16:22:28.013Z Fresh funty v2.0.0
92882026-07-01T16:22:28.013Z Fresh crc v3.4.0
92892026-07-01T16:22:28.013Z Fresh zerocopy v0.6.6
92902026-07-01T16:22:28.013Z Fresh packed_struct_codegen v0.10.1
92912026-07-01T16:22:28.013Z Fresh bitfield-macros v0.19.4
92922026-07-01T16:22:28.013Z Fresh nodrop v0.1.14
92932026-07-01T16:22:28.013Z Fresh dsl_auto_type v0.2.0
92942026-07-01T16:22:28.013Z Fresh rustyline v14.0.0
92952026-07-01T16:22:28.013Z Fresh sqlparser v0.61.0
92962026-07-01T16:22:28.013Z Fresh hickory-resolver v0.25.2
92972026-07-01T16:22:28.013Z Fresh tokio-tungstenite v0.21.0
92982026-07-01T16:22:28.013Z Fresh libefi-sys v0.1.0
92992026-07-01T16:22:28.013Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
93002026-07-01T16:22:28.013Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
93012026-07-01T16:22:28.013Z Fresh radium v0.7.0
93022026-07-01T16:22:28.013Z Fresh maybe-uninit v2.0.0
93032026-07-01T16:22:28.014Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
93042026-07-01T16:22:28.014Z Fresh array-init v0.0.4
93052026-07-01T16:22:28.014Z Fresh bitfield v0.19.4
93062026-07-01T16:22:28.014Z Fresh scheduled-thread-pool v0.2.7
93072026-07-01T16:22:28.014Z Fresh diesel_table_macro_syntax v0.3.0
93082026-07-01T16:22:28.014Z Fresh hashbrown v0.12.3
93092026-07-01T16:22:28.014Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
93102026-07-01T16:22:28.014Z Fresh ron v0.8.1
93112026-07-01T16:22:28.015Z Fresh hashbrown v0.13.2
93122026-07-01T16:22:28.015Z Fresh crc-any v2.5.0
93132026-07-01T16:22:28.015Z Fresh downcast-rs v2.0.2
93142026-07-01T16:22:28.015Z Fresh path-slash v0.1.5
93152026-07-01T16:22:28.015Z Fresh diff v0.1.13
93162026-07-01T16:22:28.015Z Fresh dirs-sys-next v0.1.2
93172026-07-01T16:22:28.015Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
93182026-07-01T16:22:28.015Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
93192026-07-01T16:22:28.028Z Fresh bitvec v1.0.1
93202026-07-01T16:22:28.029Z Fresh smallvec v0.6.14
93212026-07-01T16:22:28.029Z Fresh indexmap v1.9.3
93222026-07-01T16:22:28.029Z Fresh vergen-lib v0.1.6
93232026-07-01T16:22:28.029Z Fresh r2d2 v0.8.10
93242026-07-01T16:22:28.029Z Fresh diesel_derives v2.3.7
93252026-07-01T16:22:28.030Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
93262026-07-01T16:22:28.030Z Fresh unicase v2.9.0
93272026-07-01T16:22:28.030Z Fresh dirs-next v2.0.0
93282026-07-01T16:22:28.030Z Fresh git-stub v1.0.0
93292026-07-01T16:22:28.030Z Fresh proc-macro-error-attr2 v2.0.0
93302026-07-01T16:22:28.030Z Fresh bit-vec v0.6.3
93312026-07-01T16:22:28.030Z Fresh num-derive v0.3.3
93322026-07-01T16:22:28.030Z Fresh itertools v0.10.5
93332026-07-01T16:22:28.030Z Fresh libloading v0.8.9
93342026-07-01T16:22:28.030Z Fresh ena v0.14.4
93352026-07-01T16:22:28.030Z Fresh regex-syntax v0.6.29
93362026-07-01T16:22:28.031Z Fresh cexpr v0.6.0
93372026-07-01T16:22:28.031Z Fresh packed_struct v0.10.1
93382026-07-01T16:22:28.031Z Fresh serde-hex v0.1.0
93392026-07-01T16:22:28.031Z Fresh object v0.30.4
93402026-07-01T16:22:28.031Z Fresh vergen-gitcl v1.0.8
93412026-07-01T16:22:28.031Z Fresh diesel v2.3.7
93422026-07-01T16:22:28.031Z Fresh term v0.7.0
93432026-07-01T16:22:28.031Z Fresh git-stub-vcs v0.1.0
93442026-07-01T16:22:28.031Z Fresh proc-macro-error2 v2.0.1
93452026-07-01T16:22:28.031Z Fresh bit-set v0.5.3
93462026-07-01T16:22:28.031Z Fresh libscf-sys v1.1.0
93472026-07-01T16:22:28.031Z Fresh papergrid v0.17.0
93482026-07-01T16:22:28.031Z Fresh testing_table v0.3.0
93492026-07-01T16:22:28.031Z Fresh rustc-hash v2.1.1
93502026-07-01T16:22:28.031Z Fresh progenitor-impl v0.13.0
93512026-07-01T16:22:28.033Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
93522026-07-01T16:22:28.033Z Fresh progenitor-client v0.13.0
93532026-07-01T16:22:28.033Z Fresh strum_macros v0.24.3
93542026-07-01T16:22:28.033Z Fresh half v1.8.3
93552026-07-01T16:22:28.033Z Fresh indoc v1.0.9
93562026-07-01T16:22:28.033Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
93572026-07-01T16:22:28.033Z Fresh crunchy v0.2.4
93582026-07-01T16:22:28.033Z Fresh ascii-canvas v3.0.0
93592026-07-01T16:22:28.033Z Fresh clang-sys v1.8.1
93602026-07-01T16:22:28.033Z Fresh tabled_derive v0.11.0
93612026-07-01T16:22:28.033Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
93622026-07-01T16:22:28.033Z Fresh progenitor-macro v0.13.0
93632026-07-01T16:22:28.033Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
93642026-07-01T16:22:28.033Z Fresh serde_cbor v0.11.2
93652026-07-01T16:22:28.033Z Fresh quick-xml v0.37.5
93662026-07-01T16:22:28.033Z Fresh oso-derive v0.27.3
93672026-07-01T16:22:28.033Z Fresh impl-trait-for-tuples v0.2.3
93682026-07-01T16:22:28.033Z Fresh crc8 v0.1.1
93692026-07-01T16:22:28.033Z Fresh openssl-probe v0.1.6
93702026-07-01T16:22:28.033Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
93712026-07-01T16:22:28.033Z Fresh trait-variant v0.1.2
93722026-07-01T16:22:28.033Z Fresh bb8 v0.8.6
93732026-07-01T16:22:28.033Z Fresh diesel-dtrace v0.5.0
93742026-07-01T16:22:28.034Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
93752026-07-01T16:22:28.034Z Fresh tiny-keccak v2.0.2
93762026-07-01T16:22:28.034Z Fresh tabled v0.20.0
93772026-07-01T16:22:28.034Z Fresh bindgen v0.71.1
93782026-07-01T16:22:28.034Z Fresh progenitor v0.13.0
93792026-07-01T16:22:28.034Z Fresh libxml v0.3.3
93802026-07-01T16:22:28.034Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
93812026-07-01T16:22:28.034Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
93822026-07-01T16:22:28.034Z Fresh async-bb8-diesel v0.2.1
93832026-07-01T16:22:28.034Z Fresh primeorder v0.13.6
93842026-07-01T16:22:28.034Z Fresh fxhash v0.2.1
93852026-07-01T16:22:28.034Z Fresh nonempty v0.12.0
93862026-07-01T16:22:28.034Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
93872026-07-01T16:22:28.034Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
93882026-07-01T16:22:28.034Z Fresh arc-swap v1.8.2
93892026-07-01T16:22:28.034Z Fresh predicates-tree v1.0.13
93902026-07-01T16:22:28.034Z Fresh kstat-rs v0.2.4
93912026-07-01T16:22:28.034Z Fresh ignore v0.4.25
93922026-07-01T16:22:28.034Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
93932026-07-01T16:22:28.034Z Fresh lalrpop v0.19.12
93942026-07-01T16:22:28.034Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
93952026-07-01T16:22:28.034Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
93962026-07-01T16:22:28.035Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
93972026-07-01T16:22:28.035Z Fresh p384 v0.13.1
93982026-07-01T16:22:28.035Z Fresh slog-scope v4.4.1
93992026-07-01T16:22:28.035Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
94002026-07-01T16:22:28.035Z Fresh globwalk v0.9.1
94012026-07-01T16:22:28.035Z Fresh prefix-trie v0.7.0
94022026-07-01T16:22:28.035Z Fresh parse-size v1.1.0
94032026-07-01T16:22:28.035Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
94042026-07-01T16:22:28.035Z Fresh corncobs v0.1.4
94052026-07-01T16:22:28.035Z Fresh secrecy v0.8.0
94062026-07-01T16:22:28.035Z Fresh nanorand v0.7.0
94072026-07-01T16:22:28.035Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
94082026-07-01T16:22:28.035Z Fresh salty v0.3.0
94092026-07-01T16:22:28.035Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
94102026-07-01T16:22:28.035Z Fresh slog-stdlog v4.1.1
94112026-07-01T16:22:28.035Z Fresh parking_lot_core v0.8.6
94122026-07-01T16:22:28.036Z Fresh fs-err v2.11.0
94132026-07-01T16:22:28.036Z Fresh hickory-server v0.25.2
94142026-07-01T16:22:28.036Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
94152026-07-01T16:22:28.036Z Fresh camino-tempfile-ext v0.3.3
94162026-07-01T16:22:28.036Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
94172026-07-01T16:22:28.036Z Fresh flume v0.11.1
94182026-07-01T16:22:28.036Z Fresh void v1.0.2
94192026-07-01T16:22:28.044Z Fresh http-range v0.1.5
94202026-07-01T16:22:28.044Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
94212026-07-01T16:22:28.044Z Fresh tungstenite v0.23.0
94222026-07-01T16:22:28.044Z Fresh nix v0.27.1
94232026-07-01T16:22:28.044Z Fresh rand_seeder v0.4.0
94242026-07-01T16:22:28.046Z Fresh serde_bytes v0.11.19
94252026-07-01T16:22:28.046Z Fresh samael v0.0.19
94262026-07-01T16:22:28.046Z Fresh slog-envlogger v2.2.0
94272026-07-01T16:22:28.046Z Fresh parking_lot v0.11.2
94282026-07-01T16:22:28.046Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
94292026-07-01T16:22:28.046Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
94302026-07-01T16:22:28.046Z Fresh lzss v0.8.2
94312026-07-01T16:22:28.046Z Fresh atty v0.2.14
94322026-07-01T16:22:28.046Z Fresh mime_guess v2.0.5
94332026-07-01T16:22:28.046Z Fresh tokio-tungstenite v0.23.1
94342026-07-01T16:22:28.046Z Fresh signal-hook-tokio v0.3.1
94352026-07-01T16:22:28.046Z Fresh assert_matches v1.5.0
94362026-07-01T16:22:28.046Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
94372026-07-01T16:22:28.046Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
94382026-07-01T16:22:28.046Z Fresh is_ci v1.2.0
94392026-07-01T16:22:28.046Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
94402026-07-01T16:22:28.047Z Fresh polar-core v0.27.3
94412026-07-01T16:22:28.047Z Fresh sled v0.34.7
94422026-07-01T16:22:28.047Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
94432026-07-01T16:22:28.047Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
94442026-07-01T16:22:28.047Z Fresh illumos-nvpair-sys v0.2.0
94452026-07-01T16:22:28.047Z Fresh hyper-staticfile v0.10.1
94462026-07-01T16:22:28.047Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
94472026-07-01T16:22:28.047Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
94482026-07-01T16:22:28.047Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
94492026-07-01T16:22:28.047Z Fresh yansi v1.0.1
94502026-07-01T16:22:28.047Z Fresh darling_core v0.23.0
94512026-07-01T16:22:28.047Z Fresh indoc v2.0.7
94522026-07-01T16:22:28.047Z Fresh castaway v0.2.4
94532026-07-01T16:22:28.047Z Fresh gimli v0.32.3
94542026-07-01T16:22:28.047Z Fresh unicode-truncate v1.1.0
94552026-07-01T16:22:28.047Z Fresh console v0.16.2
94562026-07-01T16:22:28.047Z Fresh oso v0.27.3
94572026-07-01T16:22:28.047Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
94582026-07-01T16:22:28.048Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
94592026-07-01T16:22:28.048Z Fresh illumos-nvpair v0.3.0
94602026-07-01T16:22:28.048Z Fresh pretty_assertions v1.4.1
94612026-07-01T16:22:28.048Z Fresh darling_macro v0.23.0
94622026-07-01T16:22:28.048Z Fresh addr2line v0.25.1
94632026-07-01T16:22:28.048Z Fresh compact_str v0.8.1
94642026-07-01T16:22:28.048Z Fresh lru v0.12.5
94652026-07-01T16:22:28.049Z Fresh unit-prefix v0.5.2
94662026-07-01T16:22:28.049Z Fresh rustc-demangle v0.1.27
94672026-07-01T16:22:28.049Z Fresh cassowary v0.3.0
94682026-07-01T16:22:28.049Z Fresh polyval v0.6.2
94692026-07-01T16:22:28.049Z Fresh concurrent-queue v2.5.0
94702026-07-01T16:22:28.049Z Fresh parking v2.2.1
94712026-07-01T16:22:28.049Z Fresh plotters-backend v0.3.7
94722026-07-01T16:22:28.049Z Fresh supports-color v2.1.0
94732026-07-01T16:22:28.049Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
94742026-07-01T16:22:28.049Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
94752026-07-01T16:22:28.049Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
94762026-07-01T16:22:28.049Z Fresh darling v0.23.0
94772026-07-01T16:22:28.049Z Fresh libz-sys v1.1.24
94782026-07-01T16:22:28.049Z Fresh indicatif v0.18.4
94792026-07-01T16:22:28.049Z Fresh backtrace v0.3.76
94802026-07-01T16:22:28.049Z Fresh ghash v0.5.1
94812026-07-01T16:22:28.049Z Fresh plotters-svg v0.3.7
94822026-07-01T16:22:28.049Z Fresh event-listener v5.4.1
94832026-07-01T16:22:28.049Z Fresh textwrap v0.15.2
94842026-07-01T16:22:28.049Z Fresh supports-hyperlinks v2.1.0
94852026-07-01T16:22:28.050Z Fresh supports-unicode v2.1.0
94862026-07-01T16:22:28.050Z Fresh hashbrown v0.14.5
94872026-07-01T16:22:28.050Z Fresh ctr v0.9.2
94882026-07-01T16:22:28.050Z Fresh miette-derive v5.10.0
94892026-07-01T16:22:28.050Z Fresh terminal_size v0.1.17
94902026-07-01T16:22:28.050Z Fresh constant_time_eq v0.4.2
94912026-07-01T16:22:28.050Z Fresh arrayref v0.3.9
94922026-07-01T16:22:28.050Z Fresh shell-words v1.1.1
94932026-07-01T16:22:28.050Z Fresh cast v0.3.0
94942026-07-01T16:22:28.050Z Fresh arrayvec v0.7.6
94952026-07-01T16:22:28.050Z Fresh instability v0.3.11
94962026-07-01T16:22:28.050Z Fresh libgit2-sys v0.18.3+1.9.2
94972026-07-01T16:22:28.050Z Fresh backtrace-ext v0.2.1
94982026-07-01T16:22:28.051Z Fresh owo-colors v3.5.0
94992026-07-01T16:22:28.051Z Fresh criterion-plot v0.6.0
95002026-07-01T16:22:28.051Z Fresh aes-gcm v0.10.3
95012026-07-01T16:22:28.051Z Fresh event-listener-strategy v0.5.4
95022026-07-01T16:22:28.051Z Fresh chumsky v0.9.3
95032026-07-01T16:22:28.051Z Fresh plotters v0.3.7
95042026-07-01T16:22:28.051Z Fresh supports-color v3.0.2
95052026-07-01T16:22:28.051Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
95062026-07-01T16:22:28.051Z Fresh knuffel-derive v3.2.0
95072026-07-01T16:22:28.051Z Fresh ssh-encoding v0.2.0
95082026-07-01T16:22:28.051Z Fresh blowfish v0.9.1
95092026-07-01T16:22:28.051Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
95102026-07-01T16:22:28.052Z Fresh tinytemplate v1.2.1
95112026-07-01T16:22:28.052Z Fresh rtoolbox v0.0.3
95122026-07-01T16:22:28.052Z Fresh oorandom v11.1.5
95132026-07-01T16:22:28.052Z Fresh futures-timer v3.0.3
95142026-07-01T16:22:28.053Z Fresh anes v0.1.6
95152026-07-01T16:22:28.053Z Fresh ratatui v0.29.0
95162026-07-01T16:22:28.053Z Fresh git2 v0.20.4
95172026-07-01T16:22:28.053Z Fresh miette v5.10.0
95182026-07-01T16:22:28.053Z Fresh hex-literal v0.4.1
95192026-07-01T16:22:28.057Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
95202026-07-01T16:22:28.057Z Fresh rpassword v7.4.0
95212026-07-01T16:22:28.057Z Fresh async-lock v3.4.2
95222026-07-01T16:22:28.058Z Fresh ssh-cipher v0.2.0
95232026-07-01T16:22:28.058Z Fresh criterion v0.7.0
95242026-07-01T16:22:28.058Z Fresh petname v2.0.2
95252026-07-01T16:22:28.058Z Fresh bcrypt-pbkdf v0.10.0
95262026-07-01T16:22:28.058Z Fresh tokio-test v0.4.5
95272026-07-01T16:22:28.058Z Fresh colored v2.2.0
95282026-07-01T16:22:28.058Z Fresh password-hash v0.4.2
95292026-07-01T16:22:28.058Z Fresh sapling-renderdag v0.1.0
95302026-07-01T16:22:28.058Z Fresh sync-ptr v0.1.4
95312026-07-01T16:22:28.058Z Fresh vergen-git2 v9.1.0
95322026-07-01T16:22:28.058Z Fresh knuffel v3.2.0
95332026-07-01T16:22:28.058Z Fresh tui-tree-widget v0.23.1
95342026-07-01T16:22:28.058Z Fresh pbkdf2 v0.11.0
95352026-07-01T16:22:28.059Z Fresh target-lexicon v0.13.3
95362026-07-01T16:22:28.059Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
95372026-07-01T16:22:28.059Z Fresh async-object-pool v0.2.0
95382026-07-01T16:22:28.059Z Fresh ssh-key v0.6.7
95392026-07-01T16:22:28.059Z Fresh p256 v0.13.2
95402026-07-01T16:22:28.059Z Fresh p521 v0.13.3
95412026-07-01T16:22:28.059Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
95422026-07-01T16:22:28.059Z Fresh twox-hash v2.1.2
95432026-07-01T16:22:28.059Z Fresh serde_regex v1.1.0
95442026-07-01T16:22:28.059Z Fresh assert-json-diff v2.0.2
95452026-07-01T16:22:28.059Z Fresh russh-cryptovec v0.7.3
95462026-07-01T16:22:28.059Z Fresh path-tree v0.8.3
95472026-07-01T16:22:28.059Z Fresh md5 v0.7.0
95482026-07-01T16:22:28.059Z Fresh stringmetrics v2.2.2
95492026-07-01T16:22:28.059Z Fresh cfg-expr v0.20.6
95502026-07-01T16:22:28.059Z Fresh blake3 v1.8.5
95512026-07-01T16:22:28.059Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
95522026-07-01T16:22:28.059Z Fresh guppy-workspace-hack v0.1.0
95532026-07-01T16:22:28.059Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
95542026-07-01T16:22:28.059Z Fresh httpmock v0.8.3
95552026-07-01T16:22:28.059Z Fresh russh-keys v0.45.0
95562026-07-01T16:22:28.059Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
95572026-07-01T16:22:28.059Z Fresh httptest v0.16.4
95582026-07-01T16:22:28.060Z Fresh fatfs v0.3.6
95592026-07-01T16:22:28.060Z Fresh des v0.8.1
95602026-07-01T16:22:28.060Z Fresh num-bigint v0.4.6
95612026-07-01T16:22:28.060Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
95622026-07-01T16:22:28.060Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
95632026-07-01T16:22:28.060Z Fresh relative-path v1.9.3
95642026-07-01T16:22:28.060Z Fresh seq-macro v0.3.6
95652026-07-01T16:22:28.060Z Fresh escape8259 v0.5.3
95662026-07-01T16:22:28.060Z Fresh topological-sort v0.2.2
95672026-07-01T16:22:28.060Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
95682026-07-01T16:22:28.060Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
95692026-07-01T16:22:28.060Z Fresh blake2b_simd v1.0.4
95702026-07-01T16:22:28.060Z Fresh similar-asserts v1.7.0
95712026-07-01T16:22:28.060Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
95722026-07-01T16:22:28.060Z Fresh russh v0.45.0
95732026-07-01T16:22:28.060Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
95742026-07-01T16:22:28.060Z Fresh rstest_macros v0.25.0
95752026-07-01T16:22:28.060Z Fresh linkme-impl v0.3.35
95762026-07-01T16:22:28.060Z Fresh omicron-zone-package v0.12.3
95772026-07-01T16:22:28.060Z Fresh target-triple v1.0.0
95782026-07-01T16:22:28.060Z Fresh target-spec v3.5.7
95792026-07-01T16:22:28.060Z Fresh libtest-mimic v0.8.1
95802026-07-01T16:22:28.061Z Fresh fancy-regex v0.14.0
95812026-07-01T16:22:28.061Z Fresh pathdiff v0.2.3
95822026-07-01T16:22:28.061Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
95832026-07-01T16:22:28.061Z Fresh approx v0.5.1
95842026-07-01T16:22:28.061Z Fresh uzers v0.12.2
95852026-07-01T16:22:28.061Z Fresh socket2 v0.5.10
95862026-07-01T16:22:28.061Z Fresh nested v0.1.1
95872026-07-01T16:22:28.061Z Fresh constant_time_eq v0.3.1
95882026-07-01T16:22:28.061Z Fresh internet-checksum v0.2.1
95892026-07-01T16:22:28.061Z Fresh termcolor v1.4.1
95902026-07-01T16:22:28.061Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
95912026-07-01T16:22:28.061Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
95922026-07-01T16:22:28.061Z Fresh hickory-client v0.25.2
95932026-07-01T16:22:28.061Z Fresh rstest v0.25.0
95942026-07-01T16:22:28.061Z Fresh trybuild v1.0.116
95952026-07-01T16:22:28.062Z Fresh linkme v0.3.35
95962026-07-01T16:22:28.062Z Fresh datatest-stable v0.3.3
95972026-07-01T16:22:28.062Z Fresh rust-argon2 v2.1.0
95982026-07-01T16:22:28.062Z Fresh guppy v0.17.25
95992026-07-01T16:22:28.062Z Fresh assert_cmd v2.1.2
96002026-07-01T16:22:28.062Z Fresh partial-io v0.5.4
96012026-07-01T16:22:28.062Z Fresh rand_distr v0.5.1
96022026-07-01T16:22:28.062Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
96032026-07-01T16:22:28.062Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
96042026-07-01T16:22:28.063Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
96052026-07-01T16:22:28.063Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
96062026-07-01T16:22:28.063Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
96072026-07-01T16:22:28.063Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
96082026-07-01T16:22:28.063Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
96092026-07-01T16:22:28.063Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
96102026-07-01T16:22:28.063Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
96112026-07-01T16:22:28.063Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
96122026-07-01T16:22:28.063Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
96132026-07-01T16:22:28.063Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
96142026-07-01T16:22:28.063Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
96152026-07-01T16:22:28.063Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
96162026-07-01T16:22:28.063Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
96172026-07-01T16:22:28.063Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
96182026-07-01T16:22:28.063Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
96192026-07-01T16:22:28.070Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
96202026-07-01T16:22:28.070Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
96212026-07-01T16:22:28.070Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
96222026-07-01T16:22:28.070Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
96232026-07-01T16:22:28.070Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
96242026-07-01T16:22:28.070Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
96252026-07-01T16:22:28.070Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
96262026-07-01T16:22:28.070Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
96272026-07-01T16:22:28.070Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
96282026-07-01T16:22:28.070Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
96292026-07-01T16:22:28.070Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
96302026-07-01T16:22:28.071Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
96312026-07-01T16:22:28.071Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
96322026-07-01T16:22:28.071Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
96332026-07-01T16:22:28.071Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
96342026-07-01T16:22:28.071Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
96352026-07-01T16:22:28.071Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
96362026-07-01T16:22:28.071Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
96372026-07-01T16:22:28.071Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
96382026-07-01T16:22:28.071Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
96392026-07-01T16:22:28.071Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
96402026-07-01T16:22:28.071Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
96412026-07-01T16:22:28.072Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
96422026-07-01T16:22:28.072Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
96432026-07-01T16:22:28.072Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
96442026-07-01T16:22:28.072Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
96452026-07-01T16:22:28.072Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
96462026-07-01T16:22:28.072Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
96472026-07-01T16:22:28.072Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
96482026-07-01T16:22:28.072Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
96492026-07-01T16:22:28.072Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
96502026-07-01T16:22:28.072Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
96512026-07-01T16:22:28.072Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
96522026-07-01T16:22:28.072Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
96532026-07-01T16:22:28.072Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
96542026-07-01T16:22:28.072Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
96552026-07-01T16:22:28.072Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
96562026-07-01T16:22:28.072Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
96572026-07-01T16:22:28.072Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
96582026-07-01T16:22:28.072Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
96592026-07-01T16:22:28.072Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
96602026-07-01T16:22:28.073Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
96612026-07-01T16:22:28.073Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
96622026-07-01T16:22:28.073Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
96632026-07-01T16:22:28.073Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
96642026-07-01T16:22:28.073Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
96652026-07-01T16:22:28.073Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
96662026-07-01T16:22:28.073Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
96672026-07-01T16:22:28.073Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
96682026-07-01T16:22:28.073Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
96692026-07-01T16:22:28.073Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
96702026-07-01T16:22:28.073Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
96712026-07-01T16:22:28.073Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
96722026-07-01T16:22:28.073Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
96732026-07-01T16:22:28.073Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
96742026-07-01T16:22:28.073Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
96752026-07-01T16:22:28.073Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
96762026-07-01T16:22:28.073Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
96772026-07-01T16:22:28.073Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
96782026-07-01T16:22:28.076Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
96792026-07-01T16:22:28.076Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
96802026-07-01T16:22:28.076Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
96812026-07-01T16:22:28.076Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
96822026-07-01T16:22:28.076Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
96832026-07-01T16:22:28.076Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
96842026-07-01T16:22:28.076Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
96852026-07-01T16:22:28.076Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
96862026-07-01T16:22:28.076Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
96872026-07-01T16:22:28.076Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
96882026-07-01T16:22:28.076Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
96892026-07-01T16:22:28.076Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
96902026-07-01T16:22:28.076Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
96912026-07-01T16:22:28.076Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
96922026-07-01T16:22:28.076Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
96932026-07-01T16:22:28.076Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
96942026-07-01T16:22:28.076Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
96952026-07-01T16:22:28.076Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
96962026-07-01T16:22:28.077Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
96972026-07-01T16:22:28.077Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
96982026-07-01T16:22:28.077Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
96992026-07-01T16:22:28.077Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
97002026-07-01T16:22:28.077Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
97012026-07-01T16:22:28.077Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
97022026-07-01T16:22:28.077Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
97032026-07-01T16:22:28.077Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
97042026-07-01T16:22:28.077Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
97052026-07-01T16:22:28.077Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
97062026-07-01T16:22:28.077Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
97072026-07-01T16:22:28.078Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
97082026-07-01T16:22:28.078Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
97092026-07-01T16:22:28.078Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
97102026-07-01T16:22:28.078Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
97112026-07-01T16:22:28.078Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
97122026-07-01T16:22:28.078Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
97132026-07-01T16:22:28.078Z Fresh ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
97142026-07-01T16:22:28.078Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
97152026-07-01T16:22:28.078Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
97162026-07-01T16:22:28.078Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
97172026-07-01T16:22:28.078Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
97182026-07-01T16:22:28.078Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
97192026-07-01T16:22:28.082Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
97202026-07-01T16:22:28.082Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
97212026-07-01T16:22:28.082Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
97222026-07-01T16:22:28.082Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
97232026-07-01T16:22:28.082Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
97242026-07-01T16:22:28.082Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
97252026-07-01T16:22:28.082Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
97262026-07-01T16:22:28.082Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
97272026-07-01T16:22:28.082Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
97282026-07-01T16:22:28.082Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
97292026-07-01T16:22:28.082Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
97302026-07-01T16:22:28.082Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
97312026-07-01T16:22:28.082Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
97322026-07-01T16:22:28.082Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
97332026-07-01T16:22:28.084Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
97342026-07-01T16:22:28.084Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
97352026-07-01T16:22:28.084Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
97362026-07-01T16:22:28.084Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
97372026-07-01T16:22:28.084Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
97382026-07-01T16:22:28.084Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
97392026-07-01T16:22:28.084Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
97402026-07-01T16:22:28.084Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
97412026-07-01T16:22:28.085Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
97422026-07-01T16:22:28.085Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
97432026-07-01T16:22:28.085Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
97442026-07-01T16:22:28.085Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
97452026-07-01T16:22:28.085Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
97462026-07-01T16:22:28.085Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
97472026-07-01T16:22:28.085Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
97482026-07-01T16:22:28.085Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
97492026-07-01T16:22:28.085Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
97502026-07-01T16:22:28.085Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
97512026-07-01T16:22:28.085Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
97522026-07-01T16:22:28.085Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
97532026-07-01T16:22:28.085Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
97542026-07-01T16:22:28.085Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
97552026-07-01T16:22:28.085Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
97562026-07-01T16:22:28.085Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
97572026-07-01T16:22:28.086Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
97582026-07-01T16:22:28.086Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
97592026-07-01T16:22:28.086Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
97602026-07-01T16:22:28.086Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
97612026-07-01T16:22:28.086Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
97622026-07-01T16:22:28.086Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
97632026-07-01T16:22:28.086Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
97642026-07-01T16:22:28.086Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
97652026-07-01T16:22:28.086Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
97662026-07-01T16:22:28.086Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
97672026-07-01T16:22:28.086Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
97682026-07-01T16:22:28.086Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.31s
97692026-07-01T16:22:28.098Z Doc-tests api_identity
97702026-07-01T16:22:28.101Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-53b3689442e37a12.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
97712026-07-01T16:22:28.159Z
97722026-07-01T16:22:28.159Zrunning 0 tests
97732026-07-01T16:22:28.159Z
97742026-07-01T16:22:28.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97752026-07-01T16:22:28.159Z
97762026-07-01T16:22:28.170Z Doc-tests authz_macros
97772026-07-01T16:22:28.170Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-540beb9a4c7d0c10.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9f0d4768df33bae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
97782026-07-01T16:22:28.655Z
97792026-07-01T16:22:28.655Zrunning 7 tests
97802026-07-01T16:22:28.655Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
97812026-07-01T16:22:28.655Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
97822026-07-01T16:22:28.655Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
97832026-07-01T16:22:28.655Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
97842026-07-01T16:22:28.655Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
97852026-07-01T16:22:28.655Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
97862026-07-01T16:22:28.655Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
97872026-07-01T16:22:28.655Z
97882026-07-01T16:22:28.655Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
97892026-07-01T16:22:28.655Z
97902026-07-01T16:22:28.670Zall doctests ran in 0.40s; merged doctests compilation took 0.40s
97912026-07-01T16:22:28.676Z Doc-tests bootstore
97922026-07-01T16:22:28.676Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e2a0f5fe1db03132.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-2d1448c539d5789e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97932026-07-01T16:22:28.953Z
97942026-07-01T16:22:28.953Zrunning 0 tests
97952026-07-01T16:22:28.953Z
97962026-07-01T16:22:28.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97972026-07-01T16:22:28.953Z
97982026-07-01T16:22:28.966Z Doc-tests bootstrap_agent_api
97992026-07-01T16:22:28.967Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98002026-07-01T16:22:29.472Z
98012026-07-01T16:22:29.472Zrunning 2 tests
98022026-07-01T16:22:29.472Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
98032026-07-01T16:22:29.473Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
98042026-07-01T16:22:29.473Z
98052026-07-01T16:22:29.473Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98062026-07-01T16:22:29.473Z
98072026-07-01T16:22:29.484Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
98082026-07-01T16:22:29.510Z Doc-tests bootstrap_agent_client
98092026-07-01T16:22:29.510Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98102026-07-01T16:22:29.752Z
98112026-07-01T16:22:29.752Zrunning 0 tests
98122026-07-01T16:22:29.753Z
98132026-07-01T16:22:29.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98142026-07-01T16:22:29.753Z
98152026-07-01T16:22:29.769Z Doc-tests bootstrap_agent_lockstep_api
98162026-07-01T16:22:29.769Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98172026-07-01T16:22:30.584Z
98182026-07-01T16:22:30.584Zrunning 2 tests
98192026-07-01T16:22:30.584Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
98202026-07-01T16:22:30.586Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
98212026-07-01T16:22:30.586Z
98222026-07-01T16:22:30.587Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98232026-07-01T16:22:30.587Z
98242026-07-01T16:22:30.707Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
98252026-07-01T16:22:30.707Z Doc-tests bootstrap_agent_lockstep_client
98262026-07-01T16:22:30.707Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f380a3a194c531fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98272026-07-01T16:22:30.840Z
98282026-07-01T16:22:30.841Zrunning 0 tests
98292026-07-01T16:22:30.841Z
98302026-07-01T16:22:30.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98312026-07-01T16:22:30.841Z
98322026-07-01T16:22:30.929Z Doc-tests bootstrap_agent_lockstep_types
98332026-07-01T16:22:30.929Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98342026-07-01T16:22:31.043Z
98352026-07-01T16:22:31.044Zrunning 0 tests
98362026-07-01T16:22:31.047Z
98372026-07-01T16:22:31.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98382026-07-01T16:22:31.047Z
98392026-07-01T16:22:31.100Z Doc-tests clickana
98402026-07-01T16:22:31.100Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-24816a1a5df1f4dc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98412026-07-01T16:22:31.266Z
98422026-07-01T16:22:31.267Zrunning 0 tests
98432026-07-01T16:22:31.267Z
98442026-07-01T16:22:31.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98452026-07-01T16:22:31.267Z
98462026-07-01T16:22:31.290Z Doc-tests clickhouse_admin_api
98472026-07-01T16:22:31.290Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-aa1447fb47f45cd4.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-ff31f4c6023756f3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98482026-07-01T16:22:31.885Z
98492026-07-01T16:22:31.885Zrunning 6 tests
98502026-07-01T16:22:31.885Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
98512026-07-01T16:22:31.885Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
98522026-07-01T16:22:31.885Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
98532026-07-01T16:22:31.886Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
98542026-07-01T16:22:31.886Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
98552026-07-01T16:22:31.886Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
98562026-07-01T16:22:31.886Z
98572026-07-01T16:22:31.886Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
98582026-07-01T16:22:31.886Z
98592026-07-01T16:22:31.903Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
98602026-07-01T16:22:31.904Z Doc-tests clickhouse_admin_keeper_client
98612026-07-01T16:22:31.904Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98622026-07-01T16:22:32.242Z
98632026-07-01T16:22:32.243Zrunning 0 tests
98642026-07-01T16:22:32.243Z
98652026-07-01T16:22:32.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98662026-07-01T16:22:32.243Z
98672026-07-01T16:22:32.337Z Doc-tests clickhouse_admin_server_client
98682026-07-01T16:22:32.337Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98692026-07-01T16:22:32.686Z
98702026-07-01T16:22:32.686Zrunning 0 tests
98712026-07-01T16:22:32.687Z
98722026-07-01T16:22:32.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98732026-07-01T16:22:32.687Z
98742026-07-01T16:22:32.752Z Doc-tests clickhouse_admin_single_client
98752026-07-01T16:22:32.752Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98762026-07-01T16:22:32.914Z
98772026-07-01T16:22:32.914Zrunning 0 tests
98782026-07-01T16:22:32.914Z
98792026-07-01T16:22:32.914Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98802026-07-01T16:22:32.915Z
98812026-07-01T16:22:32.994Z Doc-tests clickhouse_admin_test_utils
98822026-07-01T16:22:32.994Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0fa660a64ddf6dd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98832026-07-01T16:22:33.502Z
98842026-07-01T16:22:33.502Zrunning 0 tests
98852026-07-01T16:22:33.502Z
98862026-07-01T16:22:33.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-07-01T16:22:33.502Z
98882026-07-01T16:22:33.548Z Doc-tests clickhouse_admin_types
98892026-07-01T16:22:33.548Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b0997643a4dc4d4c.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-ff31f4c6023756f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98902026-07-01T16:22:33.549Z
98912026-07-01T16:22:33.549Zrunning 0 tests
98922026-07-01T16:22:33.549Z
98932026-07-01T16:22:33.549Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98942026-07-01T16:22:33.549Z
98952026-07-01T16:22:33.549Z Doc-tests clickhouse_admin_types_versions
98962026-07-01T16:22:33.549Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-ff31f4c6023756f3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98972026-07-01T16:22:34.052Z
98982026-07-01T16:22:34.052Zrunning 1 test
98992026-07-01T16:22:34.052Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
99002026-07-01T16:22:34.052Z
99012026-07-01T16:22:34.052Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99022026-07-01T16:22:34.053Z
99032026-07-01T16:22:34.109Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
99042026-07-01T16:22:34.109Z Doc-tests cockroach_admin_api
99052026-07-01T16:22:34.109Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a0c68b45edb02bf1.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-394d02c06621abac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99062026-07-01T16:22:34.605Z
99072026-07-01T16:22:34.605Zrunning 2 tests
99082026-07-01T16:22:34.606Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
99092026-07-01T16:22:34.606Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
99102026-07-01T16:22:34.606Z
99112026-07-01T16:22:34.606Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99122026-07-01T16:22:34.607Z
99132026-07-01T16:22:34.651Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
99142026-07-01T16:22:34.651Z Doc-tests cockroach_admin_client
99152026-07-01T16:22:34.651Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99162026-07-01T16:22:34.820Z
99172026-07-01T16:22:34.820Zrunning 0 tests
99182026-07-01T16:22:34.820Z
99192026-07-01T16:22:34.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99202026-07-01T16:22:34.821Z
99212026-07-01T16:22:34.877Z Doc-tests cockroach_admin_types
99222026-07-01T16:22:34.877Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f4ac0fefefecb52e.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-394d02c06621abac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99232026-07-01T16:22:34.904Z
99242026-07-01T16:22:34.904Zrunning 0 tests
99252026-07-01T16:22:34.904Z
99262026-07-01T16:22:34.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99272026-07-01T16:22:34.904Z
99282026-07-01T16:22:34.927Z Doc-tests cockroach_admin_types_versions
99292026-07-01T16:22:34.927Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-394d02c06621abac.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99302026-07-01T16:22:35.441Z
99312026-07-01T16:22:35.441Zrunning 1 test
99322026-07-01T16:22:35.441Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
99332026-07-01T16:22:35.441Z
99342026-07-01T16:22:35.441Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99352026-07-01T16:22:35.442Z
99362026-07-01T16:22:35.469Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
99372026-07-01T16:22:35.469Z Doc-tests db_macros
99382026-07-01T16:22:35.469Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d632f67398fc493b.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9f0d4768df33bae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b402c6181ca8fdd7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
99392026-07-01T16:22:35.973Z
99402026-07-01T16:22:35.973Zrunning 3 tests
99412026-07-01T16:22:35.973Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
99422026-07-01T16:22:35.973Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
99432026-07-01T16:22:35.973Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
99442026-07-01T16:22:35.973Z
99452026-07-01T16:22:35.973Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
99462026-07-01T16:22:35.973Z
99472026-07-01T16:22:35.987Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
99482026-07-01T16:22:35.999Z Doc-tests dev_tools_common
99492026-07-01T16:22:35.999Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-bd42841e9a11c1f9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99502026-07-01T16:22:36.045Z
99512026-07-01T16:22:36.045Zrunning 0 tests
99522026-07-01T16:22:36.045Z
99532026-07-01T16:22:36.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99542026-07-01T16:22:36.046Z
99552026-07-01T16:22:36.069Z Doc-tests dns_server
99562026-07-01T16:22:36.069Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-d1d356c7445e3ee1.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-386610d8e0748917.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c4d6b64651c620f9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99572026-07-01T16:22:36.265Z
99582026-07-01T16:22:36.266Zrunning 0 tests
99592026-07-01T16:22:36.266Z
99602026-07-01T16:22:36.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612026-07-01T16:22:36.266Z
99622026-07-01T16:22:36.286Z Doc-tests dns_server_api
99632026-07-01T16:22:36.286Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99642026-07-01T16:22:36.808Z
99652026-07-01T16:22:36.808Zrunning 2 tests
99662026-07-01T16:22:36.808Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
99672026-07-01T16:22:36.808Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
99682026-07-01T16:22:36.808Z
99692026-07-01T16:22:36.809Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99702026-07-01T16:22:36.809Z
99712026-07-01T16:22:36.812Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
99722026-07-01T16:22:36.845Z Doc-tests dns_service_client
99732026-07-01T16:22:36.846Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99742026-07-01T16:22:37.056Z
99752026-07-01T16:22:37.059Zrunning 0 tests
99762026-07-01T16:22:37.059Z
99772026-07-01T16:22:37.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99782026-07-01T16:22:37.060Z
99792026-07-01T16:22:37.084Z Doc-tests end_to_end_tests
99802026-07-01T16:22:37.090Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-33d2256449469a81.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-cefd37992457130e.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-33a38ef04000a387.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-1c5be6c43ac99710.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-01cb9613ebf97e0b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-001b89914cf05ac7.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1ef8d99f85708867.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4c0f26ef6cce8500.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
99812026-07-01T16:22:37.435Z
99822026-07-01T16:22:37.435Zrunning 0 tests
99832026-07-01T16:22:37.435Z
99842026-07-01T16:22:37.436Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-07-01T16:22:37.436Z
99862026-07-01T16:22:37.468Z Doc-tests ereport_types
99872026-07-01T16:22:37.468Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99882026-07-01T16:22:37.618Z
99892026-07-01T16:22:37.618Zrunning 0 tests
99902026-07-01T16:22:37.618Z
99912026-07-01T16:22:37.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99922026-07-01T16:22:37.618Z
99932026-07-01T16:22:37.639Z Doc-tests gateway_api
99942026-07-01T16:22:37.639Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47ae6d92e85ed009.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99952026-07-01T16:22:38.194Z
99962026-07-01T16:22:38.194Zrunning 2 tests
99972026-07-01T16:22:38.194Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
99982026-07-01T16:22:38.194Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
99992026-07-01T16:22:38.195Z
100002026-07-01T16:22:38.195Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100012026-07-01T16:22:38.195Z
100022026-07-01T16:22:38.201Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
100032026-07-01T16:22:38.217Z Doc-tests gateway_client
100042026-07-01T16:22:38.218Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100052026-07-01T16:22:38.781Z
100062026-07-01T16:22:38.781Zrunning 0 tests
100072026-07-01T16:22:38.782Z
100082026-07-01T16:22:38.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100092026-07-01T16:22:38.782Z
100102026-07-01T16:22:38.815Z Doc-tests gateway_test_utils
100112026-07-01T16:22:38.815Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-fc3fbb58681eea4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100122026-07-01T16:22:39.172Z
100132026-07-01T16:22:39.172Zrunning 0 tests
100142026-07-01T16:22:39.172Z
100152026-07-01T16:22:39.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100162026-07-01T16:22:39.172Z
100172026-07-01T16:22:39.213Z Doc-tests gateway_types
100182026-07-01T16:22:39.213Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-75e2996356ca45a5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.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`
100192026-07-01T16:22:39.343Z
100202026-07-01T16:22:39.343Zrunning 0 tests
100212026-07-01T16:22:39.343Z
100222026-07-01T16:22:39.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100232026-07-01T16:22:39.343Z
100242026-07-01T16:22:39.362Z Doc-tests gateway_types_versions
100252026-07-01T16:22:39.362Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-96b94e4be8ef41d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
100262026-07-01T16:22:40.142Z
100272026-07-01T16:22:40.142Zrunning 1 test
100282026-07-01T16:22:40.142Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
100292026-07-01T16:22:40.142Z
100302026-07-01T16:22:40.143Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312026-07-01T16:22:40.143Z
100322026-07-01T16:22:40.146Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
100332026-07-01T16:22:40.177Z Doc-tests gfss
100342026-07-01T16:22:40.177Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c0fc3cf44f1b7f2b.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.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`
100352026-07-01T16:22:40.279Z
100362026-07-01T16:22:40.279Zrunning 0 tests
100372026-07-01T16:22:40.279Z
100382026-07-01T16:22:40.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100392026-07-01T16:22:40.279Z
100402026-07-01T16:22:40.292Z Doc-tests illumos_utils
100412026-07-01T16:22:40.296Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7787d95894d0029e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd826904474fece0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-cc84cd942bff2bce.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4f13da9dc556a6c6.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a4dcde706ffe67d0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-953f3903e16643e4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.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`
100422026-07-01T16:22:40.704Z
100432026-07-01T16:22:40.704Zrunning 0 tests
100442026-07-01T16:22:40.704Z
100452026-07-01T16:22:40.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100462026-07-01T16:22:40.704Z
100472026-07-01T16:22:40.739Z Doc-tests installinator
100482026-07-01T16:22:40.743Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-abef5495f6f734cb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2fc51d638274f502.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c6d84fd5bdb7527d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.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`
100492026-07-01T16:22:41.112Z
100502026-07-01T16:22:41.112Zrunning 0 tests
100512026-07-01T16:22:41.112Z
100522026-07-01T16:22:41.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100532026-07-01T16:22:41.112Z
100542026-07-01T16:22:41.147Z Doc-tests installinator_api
100552026-07-01T16:22:41.147Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dda11960274937c9.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-784e8940ecd838f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100562026-07-01T16:22:41.682Z
100572026-07-01T16:22:41.682Zrunning 2 tests
100582026-07-01T16:22:41.682Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
100592026-07-01T16:22:41.682Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
100602026-07-01T16:22:41.682Z
100612026-07-01T16:22:41.682Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100622026-07-01T16:22:41.682Z
100632026-07-01T16:22:41.687Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
100642026-07-01T16:22:41.706Z Doc-tests installinator_client
100652026-07-01T16:22:41.706Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2fc51d638274f502.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100662026-07-01T16:22:41.988Z
100672026-07-01T16:22:41.988Zrunning 0 tests
100682026-07-01T16:22:41.988Z
100692026-07-01T16:22:41.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100702026-07-01T16:22:41.988Z
100712026-07-01T16:22:42.013Z Doc-tests installinator_common
100722026-07-01T16:22:42.013Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-784e8940ecd838f0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100732026-07-01T16:22:42.274Z
100742026-07-01T16:22:42.274Zrunning 0 tests
100752026-07-01T16:22:42.274Z
100762026-07-01T16:22:42.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100772026-07-01T16:22:42.274Z
100782026-07-01T16:22:42.301Z Doc-tests installinator_common_versions
100792026-07-01T16:22:42.301Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-784e8940ecd838f0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100802026-07-01T16:22:42.754Z
100812026-07-01T16:22:42.754Zrunning 1 test
100822026-07-01T16:22:42.754Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
100832026-07-01T16:22:42.754Z
100842026-07-01T16:22:42.754Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100852026-07-01T16:22:42.754Z
100862026-07-01T16:22:42.758Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
100872026-07-01T16:22:42.774Z Doc-tests internal_dns_resolver
100882026-07-01T16:22:42.774Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-8b95f6622b1189ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-12355ed088088f21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100892026-07-01T16:22:42.971Z
100902026-07-01T16:22:42.971Zrunning 0 tests
100912026-07-01T16:22:42.971Z
100922026-07-01T16:22:42.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100932026-07-01T16:22:42.971Z
100942026-07-01T16:22:42.997Z Doc-tests internal_dns_types
100952026-07-01T16:22:42.997Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100962026-07-01T16:22:43.171Z
100972026-07-01T16:22:43.171Zrunning 0 tests
100982026-07-01T16:22:43.171Z
100992026-07-01T16:22:43.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101002026-07-01T16:22:43.171Z
101012026-07-01T16:22:43.192Z Doc-tests internal_dns_types_versions
101022026-07-01T16:22:43.192Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2685266bfd16d8ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101032026-07-01T16:22:43.775Z
101042026-07-01T16:22:43.776Zrunning 1 test
101052026-07-01T16:22:43.776Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
101062026-07-01T16:22:43.776Z
101072026-07-01T16:22:43.776Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101082026-07-01T16:22:43.776Z
101092026-07-01T16:22:43.779Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
101102026-07-01T16:22:43.804Z Doc-tests ipcc
101112026-07-01T16:22:43.804Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dd5c91b8ff049607.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-d582498247c45b67.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101122026-07-01T16:22:43.910Z
101132026-07-01T16:22:43.910Zrunning 0 tests
101142026-07-01T16:22:43.910Z
101152026-07-01T16:22:43.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101162026-07-01T16:22:43.910Z
101172026-07-01T16:22:43.925Z Doc-tests key_manager
101182026-07-01T16:22:43.929Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4e778a706bc0dc16.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101192026-07-01T16:22:44.091Z
101202026-07-01T16:22:44.091Zrunning 0 tests
101212026-07-01T16:22:44.091Z
101222026-07-01T16:22:44.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101232026-07-01T16:22:44.091Z
101242026-07-01T16:22:44.112Z Doc-tests key_manager_types
101252026-07-01T16:22:44.116Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7f67a2396b0ad30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101262026-07-01T16:22:44.159Z
101272026-07-01T16:22:44.159Zrunning 0 tests
101282026-07-01T16:22:44.159Z
101292026-07-01T16:22:44.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101302026-07-01T16:22:44.159Z
101312026-07-01T16:22:44.165Z Doc-tests live_tests_macros
101322026-07-01T16:22:44.165Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7aac34882de9a236.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
101332026-07-01T16:22:44.584Z
101342026-07-01T16:22:44.584Zrunning 1 test
101352026-07-01T16:22:44.584Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
101362026-07-01T16:22:44.584Z
101372026-07-01T16:22:44.584Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101382026-07-01T16:22:44.584Z
101392026-07-01T16:22:44.588Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
101402026-07-01T16:22:44.598Z Doc-tests nexus_auth
101412026-07-01T16:22:44.601Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-540beb9a4c7d0c10.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-30c73f51448c5c28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
101422026-07-01T16:22:45.202Z
101432026-07-01T16:22:45.202Zrunning 0 tests
101442026-07-01T16:22:45.202Z
101452026-07-01T16:22:45.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101462026-07-01T16:22:45.202Z
101472026-07-01T16:22:45.246Z Doc-tests nexus_background_task_interface
101482026-07-01T16:22:45.246Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-58c4f223503b36a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-bddf7f7bbe6d82a5.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`
101492026-07-01T16:22:45.309Z
101502026-07-01T16:22:45.310Zrunning 0 tests
101512026-07-01T16:22:45.310Z
101522026-07-01T16:22:45.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101532026-07-01T16:22:45.310Z
101542026-07-01T16:22:45.321Z Doc-tests nexus_client
101552026-07-01T16:22:45.322Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101562026-07-01T16:22:45.844Z
101572026-07-01T16:22:45.844Zrunning 0 tests
101582026-07-01T16:22:45.844Z
101592026-07-01T16:22:45.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101602026-07-01T16:22:45.844Z
101612026-07-01T16:22:45.884Z Doc-tests nexus_config
101622026-07-01T16:22:45.884Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101632026-07-01T16:22:46.394Z
101642026-07-01T16:22:46.394Zrunning 0 tests
101652026-07-01T16:22:46.394Z
101662026-07-01T16:22:46.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101672026-07-01T16:22:46.395Z
101682026-07-01T16:22:46.440Z Doc-tests nexus_db_errors
101692026-07-01T16:22:46.440Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-803cb845b0079d0c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101702026-07-01T16:22:46.770Z
101712026-07-01T16:22:46.770Zrunning 0 tests
101722026-07-01T16:22:46.771Z
101732026-07-01T16:22:46.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101742026-07-01T16:22:46.771Z
101752026-07-01T16:22:46.794Z Doc-tests nexus_db_fixed_data
101762026-07-01T16:22:46.794Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-30c73f51448c5c28.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
101772026-07-01T16:22:47.129Z
101782026-07-01T16:22:47.131Zrunning 0 tests
101792026-07-01T16:22:47.131Z
101802026-07-01T16:22:47.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101812026-07-01T16:22:47.131Z
101822026-07-01T16:22:47.160Z Doc-tests nexus_db_lookup
101832026-07-01T16:22:47.160Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-68f560f76864c691.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
101842026-07-01T16:22:47.625Z
101852026-07-01T16:22:47.625Zrunning 0 tests
101862026-07-01T16:22:47.625Z
101872026-07-01T16:22:47.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101882026-07-01T16:22:47.626Z
101892026-07-01T16:22:47.741Z Doc-tests nexus_db_model
101902026-07-01T16:22:47.746Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-ff609394ea3a4127.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
101912026-07-01T16:23:03.079Z
101922026-07-01T16:23:03.079Zrunning 4 tests
101932026-07-01T16:23:03.097Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
101942026-07-01T16:23:03.101Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
101952026-07-01T16:23:03.101Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
101962026-07-01T16:23:03.101Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
101972026-07-01T16:23:03.101Z
101982026-07-01T16:23:03.101Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
101992026-07-01T16:23:03.101Z
102002026-07-01T16:23:03.134Zall doctests ran in 12.70s; merged doctests compilation took 12.64s
102012026-07-01T16:23:03.253Z Doc-tests nexus_db_queries
102022026-07-01T16:23:03.257Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d632f67398fc493b.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-68f560f76864c691.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-e76cf54c9b4ea691.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-30c73f51448c5c28.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-4447004ed358ed76.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-2b25a584522676eb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
102032026-07-01T16:23:09.391Z
102042026-07-01T16:23:09.391Zrunning 4 tests
102052026-07-01T16:23:09.394Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 70) ... ignored
102062026-07-01T16:23:09.394Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
102072026-07-01T16:23:09.394Ztest nexus/db-queries/src/db/sitrep_guard.rs - db::sitrep_guard::SitrepGuardedResource (line 54) ... ignored
102082026-07-01T16:23:09.397Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
102092026-07-01T16:23:09.397Z
102102026-07-01T16:23:09.397Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
102112026-07-01T16:23:09.397Z
102122026-07-01T16:23:09.405Zall doctests ran in 4.64s; merged doctests compilation took 4.62s
102132026-07-01T16:23:09.509Z Doc-tests nexus_db_schema
102142026-07-01T16:23:09.509Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-26684465297cb707.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.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`
102152026-07-01T16:23:14.694Z
102162026-07-01T16:23:14.694Zrunning 0 tests
102172026-07-01T16:23:14.694Z
102182026-07-01T16:23:14.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102192026-07-01T16:23:14.694Z
102202026-07-01T16:23:14.928Z Doc-tests nexus_defaults
102212026-07-01T16:23:14.928Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-22fe590a761084f6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102222026-07-01T16:23:15.075Z
102232026-07-01T16:23:15.075Zrunning 0 tests
102242026-07-01T16:23:15.075Z
102252026-07-01T16:23:15.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102262026-07-01T16:23:15.075Z
102272026-07-01T16:23:15.102Z Doc-tests nexus_external_api
102282026-07-01T16:23:15.102Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102292026-07-01T16:23:16.144Z
102302026-07-01T16:23:16.144Zrunning 2 tests
102312026-07-01T16:23:16.144Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 206) ... ignored
102322026-07-01T16:23:16.144Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 212) ... ignored
102332026-07-01T16:23:16.144Z
102342026-07-01T16:23:16.144Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102352026-07-01T16:23:16.144Z
102362026-07-01T16:23:16.149Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
102372026-07-01T16:23:16.187Z Doc-tests nexus_fm
102382026-07-01T16:23:16.187Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.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`
102392026-07-01T16:23:16.524Z
102402026-07-01T16:23:16.524Zrunning 0 tests
102412026-07-01T16:23:16.524Z
102422026-07-01T16:23:16.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102432026-07-01T16:23:16.524Z
102442026-07-01T16:23:16.562Z Doc-tests nexus_internal_api
102452026-07-01T16:23:16.562Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102462026-07-01T16:23:17.261Z
102472026-07-01T16:23:17.261Zrunning 2 tests
102482026-07-01T16:23:17.261Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
102492026-07-01T16:23:17.261Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
102502026-07-01T16:23:17.261Z
102512026-07-01T16:23:17.262Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102522026-07-01T16:23:17.262Z
102532026-07-01T16:23:17.265Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
102542026-07-01T16:23:17.298Z Doc-tests nexus_inventory
102552026-07-01T16:23:17.298Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
102562026-07-01T16:23:17.599Z
102572026-07-01T16:23:17.599Zrunning 0 tests
102582026-07-01T16:23:17.599Z
102592026-07-01T16:23:17.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102602026-07-01T16:23:17.599Z
102612026-07-01T16:23:17.633Z Doc-tests nexus_lockstep_api
102622026-07-01T16:23:17.636Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-402af20ce2841673.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102632026-07-01T16:23:18.328Z
102642026-07-01T16:23:18.328Zrunning 2 tests
102652026-07-01T16:23:18.329Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
102662026-07-01T16:23:18.329Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
102672026-07-01T16:23:18.329Z
102682026-07-01T16:23:18.332Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102692026-07-01T16:23:18.332Z
102702026-07-01T16:23:18.332Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
102712026-07-01T16:23:18.366Z Doc-tests nexus_lockstep_client
102722026-07-01T16:23:18.366Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-20f904d6d5dfb25e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102732026-07-01T16:23:19.965Z
102742026-07-01T16:23:19.966Zrunning 0 tests
102752026-07-01T16:23:19.966Z
102762026-07-01T16:23:19.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102772026-07-01T16:23:19.966Z
102782026-07-01T16:23:20.039Z Doc-tests nexus_macros_common
102792026-07-01T16:23:20.039Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9f0d4768df33bae0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102802026-07-01T16:23:20.082Z
102812026-07-01T16:23:20.082Zrunning 0 tests
102822026-07-01T16:23:20.082Z
102832026-07-01T16:23:20.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102842026-07-01T16:23:20.082Z
102852026-07-01T16:23:20.087Z Doc-tests nexus_metrics_producer_gc
102862026-07-01T16:23:20.087Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2049bcc10007e8e7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
102872026-07-01T16:23:20.446Z
102882026-07-01T16:23:20.446Zrunning 0 tests
102892026-07-01T16:23:20.447Z
102902026-07-01T16:23:20.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102912026-07-01T16:23:20.447Z
102922026-07-01T16:23:20.491Z Doc-tests nexus_mgs_updates
102932026-07-01T16:23:20.491Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102942026-07-01T16:23:20.829Z
102952026-07-01T16:23:20.829Zrunning 0 tests
102962026-07-01T16:23:20.829Z
102972026-07-01T16:23:20.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102982026-07-01T16:23:20.829Z
102992026-07-01T16:23:20.867Z Doc-tests nexus_networking
103002026-07-01T16:23:20.867Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
103012026-07-01T16:23:21.245Z
103022026-07-01T16:23:21.245Zrunning 0 tests
103032026-07-01T16:23:21.245Z
103042026-07-01T16:23:21.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103052026-07-01T16:23:21.245Z
103062026-07-01T16:23:21.286Z Doc-tests nexus_reconfigurator_blippy
103072026-07-01T16:23:21.286Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a3c7710536f17a69.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103082026-07-01T16:23:21.560Z
103092026-07-01T16:23:21.560Zrunning 0 tests
103102026-07-01T16:23:21.560Z
103112026-07-01T16:23:21.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103122026-07-01T16:23:21.560Z
103132026-07-01T16:23:21.590Z Doc-tests nexus_reconfigurator_execution
103142026-07-01T16:23:21.590Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
103152026-07-01T16:23:21.977Z
103162026-07-01T16:23:21.977Zrunning 0 tests
103172026-07-01T16:23:21.977Z
103182026-07-01T16:23:21.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103192026-07-01T16:23:21.977Z
103202026-07-01T16:23:22.015Z Doc-tests nexus_reconfigurator_planning
103212026-07-01T16:23:22.015Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103222026-07-01T16:23:22.485Z
103232026-07-01T16:23:22.485Zrunning 0 tests
103242026-07-01T16:23:22.485Z
103252026-07-01T16:23:22.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103262026-07-01T16:23:22.486Z
103272026-07-01T16:23:22.526Z Doc-tests nexus_reconfigurator_preparation
103282026-07-01T16:23:22.534Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.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`
103292026-07-01T16:23:22.894Z
103302026-07-01T16:23:22.894Zrunning 0 tests
103312026-07-01T16:23:22.894Z
103322026-07-01T16:23:22.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103332026-07-01T16:23:22.894Z
103342026-07-01T16:23:22.934Z Doc-tests nexus_reconfigurator_rendezvous
103352026-07-01T16:23:22.934Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
103362026-07-01T16:23:23.298Z
103372026-07-01T16:23:23.298Zrunning 0 tests
103382026-07-01T16:23:23.298Z
103392026-07-01T16:23:23.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103402026-07-01T16:23:23.298Z
103412026-07-01T16:23:23.342Z Doc-tests nexus_reconfigurator_simulation
103422026-07-01T16:23:23.342Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-9a4927e72ec59e4a.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-b953278a93f775f8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-27e586ce4320e9c4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103432026-07-01T16:23:23.688Z
103442026-07-01T16:23:23.688Zrunning 0 tests
103452026-07-01T16:23:23.688Z
103462026-07-01T16:23:23.688Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103472026-07-01T16:23:23.688Z
103482026-07-01T16:23:23.725Z Doc-tests nexus_saga_recovery
103492026-07-01T16:23:23.725Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
103502026-07-01T16:23:24.025Z
103512026-07-01T16:23:24.026Zrunning 0 tests
103522026-07-01T16:23:24.026Z
103532026-07-01T16:23:24.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103542026-07-01T16:23:24.026Z
103552026-07-01T16:23:24.059Z Doc-tests nexus_switch_config
103562026-07-01T16:23:24.059Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-22fe590a761084f6.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.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`
103572026-07-01T16:23:24.318Z
103582026-07-01T16:23:24.318Zrunning 0 tests
103592026-07-01T16:23:24.318Z
103602026-07-01T16:23:24.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103612026-07-01T16:23:24.318Z
103622026-07-01T16:23:24.350Z Doc-tests nexus_switch_config_preparation
103632026-07-01T16:23:24.350Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-22fe590a761084f6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
103642026-07-01T16:23:24.703Z
103652026-07-01T16:23:24.703Zrunning 0 tests
103662026-07-01T16:23:24.703Z
103672026-07-01T16:23:24.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103682026-07-01T16:23:24.703Z
103692026-07-01T16:23:24.741Z Doc-tests nexus_test_interface
103702026-07-01T16:23:24.741Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4e778a706bc0dc16.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
103712026-07-01T16:23:25.095Z
103722026-07-01T16:23:25.095Zrunning 0 tests
103732026-07-01T16:23:25.095Z
103742026-07-01T16:23:25.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103752026-07-01T16:23:25.096Z
103762026-07-01T16:23:25.133Z Doc-tests nexus_test_utils
103772026-07-01T16:23:25.133Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-5683b66ea098bb95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
103782026-07-01T16:23:25.656Z
103792026-07-01T16:23:25.656Zrunning 0 tests
103802026-07-01T16:23:25.657Z
103812026-07-01T16:23:25.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103822026-07-01T16:23:25.657Z
103832026-07-01T16:23:25.709Z Doc-tests nexus_test_utils_macros
103842026-07-01T16:23:25.709Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0af6a4d39c8b591c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
103852026-07-01T16:23:25.759Z
103862026-07-01T16:23:25.759Zrunning 1 test
103872026-07-01T16:23:25.762Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 56) ... ignored
103882026-07-01T16:23:25.762Z
103892026-07-01T16:23:25.762Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
103902026-07-01T16:23:25.762Z
103912026-07-01T16:23:25.770Z Doc-tests nexus_types
103922026-07-01T16:23:25.774Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103932026-07-01T16:23:37.340Z
103942026-07-01T16:23:37.340Zrunning 4 tests
103952026-07-01T16:23:37.344Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3159) ... ignored
103962026-07-01T16:23:37.344Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3031) ... ignored
103972026-07-01T16:23:37.345Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1900) ... ignored
103982026-07-01T16:23:37.350Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
103992026-07-01T16:23:37.350Z
104002026-07-01T16:23:37.350Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
104012026-07-01T16:23:37.350Z
104022026-07-01T16:23:37.375Zall doctests ran in 9.77s; merged doctests compilation took 9.72s
104032026-07-01T16:23:37.471Z Doc-tests nexus_types_versions
104042026-07-01T16:23:37.474Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-058cfb6f0506d434.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104052026-07-01T16:23:40.456Z
104062026-07-01T16:23:40.456Zrunning 1 test
104072026-07-01T16:23:40.456Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
104082026-07-01T16:23:40.456Z
104092026-07-01T16:23:40.456Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104102026-07-01T16:23:40.456Z
104112026-07-01T16:23:40.458Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
104122026-07-01T16:23:40.564Z Doc-tests ntp_admin_api
104132026-07-01T16:23:40.564Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-782b1ce2b7ca05fb.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-a6a5b2798a937c6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104142026-07-01T16:23:41.068Z
104152026-07-01T16:23:41.070Zrunning 2 tests
104162026-07-01T16:23:41.070Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
104172026-07-01T16:23:41.070Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
104182026-07-01T16:23:41.070Z
104192026-07-01T16:23:41.070Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104202026-07-01T16:23:41.070Z
104212026-07-01T16:23:41.073Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
104222026-07-01T16:23:41.092Z Doc-tests ntp_admin_client
104232026-07-01T16:23:41.092Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104242026-07-01T16:23:41.270Z
104252026-07-01T16:23:41.270Zrunning 0 tests
104262026-07-01T16:23:41.270Z
104272026-07-01T16:23:41.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104282026-07-01T16:23:41.270Z
104292026-07-01T16:23:41.276Z Doc-tests ntp_admin_types
104302026-07-01T16:23:41.276Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e45e1bdbefb15d58.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-a6a5b2798a937c6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104312026-07-01T16:23:41.309Z
104322026-07-01T16:23:41.309Zrunning 0 tests
104332026-07-01T16:23:41.309Z
104342026-07-01T16:23:41.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104352026-07-01T16:23:41.309Z
104362026-07-01T16:23:41.317Z Doc-tests ntp_admin_types_versions
104372026-07-01T16:23:41.317Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a6a5b2798a937c6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104382026-07-01T16:23:41.776Z
104392026-07-01T16:23:41.776Zrunning 1 test
104402026-07-01T16:23:41.776Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
104412026-07-01T16:23:41.776Z
104422026-07-01T16:23:41.776Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
104432026-07-01T16:23:41.776Z
104442026-07-01T16:23:41.780Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
104452026-07-01T16:23:41.798Z Doc-tests ntp_admin_v1_client
104462026-07-01T16:23:41.798Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_v1_client --test clients/ntp-admin-v1-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-v1-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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-9f4fe9c0f1615f6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104472026-07-01T16:23:41.938Z
104482026-07-01T16:23:41.938Zrunning 0 tests
104492026-07-01T16:23:41.938Z
104502026-07-01T16:23:41.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104512026-07-01T16:23:41.939Z
104522026-07-01T16:23:41.957Z Doc-tests omicron_certificates
104532026-07-01T16:23:41.957Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-79fda9df1e1d6e54.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-4c40a4e129c7e6c3.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-066c74919d193261.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104542026-07-01T16:23:42.121Z
104552026-07-01T16:23:42.121Zrunning 0 tests
104562026-07-01T16:23:42.121Z
104572026-07-01T16:23:42.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104582026-07-01T16:23:42.121Z
104592026-07-01T16:23:42.140Z Doc-tests omicron_clickhouse_admin
104602026-07-01T16:23:42.140Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-aa1447fb47f45cd4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-0fa660a64ddf6dd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-98c00b321681b4ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104612026-07-01T16:23:42.456Z
104622026-07-01T16:23:42.456Zrunning 0 tests
104632026-07-01T16:23:42.456Z
104642026-07-01T16:23:42.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104652026-07-01T16:23:42.456Z
104662026-07-01T16:23:42.492Z Doc-tests omicron_cockroach_admin
104672026-07-01T16:23:42.492Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-a0c68b45edb02bf1.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-394d02c06621abac.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-514a763e5b9a0b1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-5683b66ea098bb95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.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`
104682026-07-01T16:23:42.738Z
104692026-07-01T16:23:42.738Zrunning 0 tests
104702026-07-01T16:23:42.738Z
104712026-07-01T16:23:42.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104722026-07-01T16:23:42.738Z
104732026-07-01T16:23:42.767Z Doc-tests omicron_cockroach_metrics
104742026-07-01T16:23:42.767Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f4ac0fefefecb52e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104752026-07-01T16:23:44.873Z
104762026-07-01T16:23:44.873Zrunning 1 test
104772026-07-01T16:23:44.876Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
104782026-07-01T16:23:44.876Z
104792026-07-01T16:23:44.876Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104802026-07-01T16:23:44.876Z
104812026-07-01T16:23:44.880Zall doctests ran in 1.95s; merged doctests compilation took 1.94s
104822026-07-01T16:23:44.908Z Doc-tests omicron_common
104832026-07-01T16:23:44.911Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-53b3689442e37a12.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-0fa133a53ac73edf.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-91a5263c654bc0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
104842026-07-01T16:23:49.490Z
104852026-07-01T16:23:49.490Zrunning 3 tests
104862026-07-01T16:23:49.494Ztest common/src/lib.rs - FileKv (line 36) ... ignored
104872026-07-01T16:23:49.500Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
104882026-07-01T16:23:49.500Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
104892026-07-01T16:23:49.500Z
104902026-07-01T16:23:49.500Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
104912026-07-01T16:23:49.500Z
104922026-07-01T16:23:49.509Zall doctests ran in 3.79s; merged doctests compilation took 3.77s
104932026-07-01T16:23:49.565Z Doc-tests omicron_ddm_admin_client
104942026-07-01T16:23:49.565Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-87c0f7ca64b4dafa.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104952026-07-01T16:23:49.754Z
104962026-07-01T16:23:49.755Zrunning 0 tests
104972026-07-01T16:23:49.755Z
104982026-07-01T16:23:49.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104992026-07-01T16:23:49.755Z
105002026-07-01T16:23:49.779Z Doc-tests omicron_deployment_graph
105012026-07-01T16:23:49.779Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105022026-07-01T16:23:49.840Z
105032026-07-01T16:23:49.840Zrunning 0 tests
105042026-07-01T16:23:49.840Z
105052026-07-01T16:23:49.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105062026-07-01T16:23:49.840Z
105072026-07-01T16:23:49.846Z Doc-tests omicron_dev_lib
105082026-07-01T16:23:49.846Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-475c5481f11c65dc.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-eca01615bae3d47f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105092026-07-01T16:23:50.158Z
105102026-07-01T16:23:50.158Zrunning 0 tests
105112026-07-01T16:23:50.158Z
105122026-07-01T16:23:50.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105132026-07-01T16:23:50.158Z
105142026-07-01T16:23:50.165Z Doc-tests omicron_gateway
105152026-07-01T16:23:50.165Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-47ae6d92e85ed009.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-3a5f2bb4c971a395.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-64d98ed0f925e342.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fd875dea7ad23427.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-fc3fbb58681eea4a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-0e8fd74c909fb710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-50948435f24315a3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105162026-07-01T16:23:50.656Z
105172026-07-01T16:23:50.656Zrunning 0 tests
105182026-07-01T16:23:50.656Z
105192026-07-01T16:23:50.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105202026-07-01T16:23:50.656Z
105212026-07-01T16:23:50.703Z Doc-tests omicron_git_version
105222026-07-01T16:23:50.703Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ff609394ea3a4127.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105232026-07-01T16:23:50.778Z
105242026-07-01T16:23:50.778Zrunning 0 tests
105252026-07-01T16:23:50.778Z
105262026-07-01T16:23:50.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105272026-07-01T16:23:50.779Z
105282026-07-01T16:23:50.790Z Doc-tests omicron_ledger
105292026-07-01T16:23:50.790Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105302026-07-01T16:23:50.864Z
105312026-07-01T16:23:50.864Zrunning 0 tests
105322026-07-01T16:23:50.864Z
105332026-07-01T16:23:50.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105342026-07-01T16:23:50.864Z
105352026-07-01T16:23:50.875Z Doc-tests omicron_ls_apis
105362026-07-01T16:23:50.880Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-cf7c02bb408021c3.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-c10f2f65b13e75da.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-719fddb19f433541.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105372026-07-01T16:23:51.043Z
105382026-07-01T16:23:51.043Zrunning 0 tests
105392026-07-01T16:23:51.043Z
105402026-07-01T16:23:51.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105412026-07-01T16:23:51.043Z
105422026-07-01T16:23:51.061Z Doc-tests omicron_nexus
105432026-07-01T16:23:51.065Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2049bcc10007e8e7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-74230a423d87b26f.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-821c49f8054d34f2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-cdbd1e5af8f82070.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-cedda18ded411f6c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4fa792d9c6bf04cb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-803cb845b0079d0c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-f86d0d991ed43686.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-2459e8ebca731297.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-076bd088543777d0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-c365a53510e53bbe.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c508aca467fae16e.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-58c4f223503b36a2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-c042f5965c5628da.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-d29ef6c84415c8a0.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-c681c0eb32159a3d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8f31aca9755424ae.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb3db058138324dd.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-1dac14f1f7108bbf.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8ee638fe80738b07.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d31f28d336f7f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-7fb3ee40d7b314bd.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c63e4361aa689449.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-1b771a2f55f09c24.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-acc27aaaf4175330.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-5a4cf7fea0a1a58d.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bf098c83d611f493.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-7494e6d5fcca3a79.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-0af6a4d39c8b591c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-cc9aed3b0d9b7499.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-284dcd0a7003a13e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f2c253b85f122e60.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a1ea4a24beab3ec6.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-761bc5eff641d0b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6bd58cbb0a5170cb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e93bde9809d746ca.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-551bcbd054c83dab.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-3ccfd59adfb8a098.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-4b6ce3130928e8e1.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-d86a5bf466fb4ffb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-4fe3ff793ce8b3d4.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f0057a01d68b2d0a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-8bd316580cabff9f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9de519496b723122.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b33662965b6ff5d6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.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`
105442026-07-01T16:23:59.238Z
105452026-07-01T16:23:59.238Zrunning 6 tests
105462026-07-01T16:23:59.242Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
105472026-07-01T16:23:59.242Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
105482026-07-01T16:23:59.246Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 963) ... ok
105492026-07-01T16:23:59.246Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1027) ... ok
105502026-07-01T16:23:59.247Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1057) ... ok
105512026-07-01T16:23:59.252Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 985) ... ok
105522026-07-01T16:23:59.252Z
105532026-07-01T16:23:59.252Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
105542026-07-01T16:23:59.252Z
105552026-07-01T16:23:59.257Zall doctests ran in 6.11s; merged doctests compilation took 6.08s
105562026-07-01T16:23:59.382Z Doc-tests omicron_ntp_admin
105572026-07-01T16:23:59.384Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-f2203d506d475a8f.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-782b1ce2b7ca05fb.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-e45e1bdbefb15d58.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-e40daecba2a764c6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.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`
105582026-07-01T16:23:59.583Z
105592026-07-01T16:23:59.583Zrunning 1 test
105602026-07-01T16:23:59.586Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
105612026-07-01T16:23:59.586Z
105622026-07-01T16:23:59.586Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105632026-07-01T16:23:59.586Z
105642026-07-01T16:23:59.606Z Doc-tests omicron_package
105652026-07-01T16:23:59.606Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-bd42841e9a11c1f9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-76e7c594f1d99d89.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-cc87d1a6a9e4422e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-a31d003c074deb1b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105662026-07-01T16:23:59.811Z
105672026-07-01T16:23:59.811Zrunning 0 tests
105682026-07-01T16:23:59.814Z
105692026-07-01T16:23:59.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105702026-07-01T16:23:59.814Z
105712026-07-01T16:23:59.818Z Doc-tests omicron_passwords
105722026-07-01T16:23:59.818Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-733038e33b6825ff.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-3f26836bb89b7487.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105732026-07-01T16:23:59.871Z
105742026-07-01T16:23:59.871Zrunning 0 tests
105752026-07-01T16:23:59.871Z
105762026-07-01T16:23:59.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105772026-07-01T16:23:59.871Z
105782026-07-01T16:23:59.882Z Doc-tests omicron_pins
105792026-07-01T16:23:59.882Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-e9f062a1a6ffc461.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-745fbe1a9de012df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105802026-07-01T16:23:59.940Z
105812026-07-01T16:23:59.940Zrunning 0 tests
105822026-07-01T16:23:59.941Z
105832026-07-01T16:23:59.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105842026-07-01T16:23:59.941Z
105852026-07-01T16:23:59.948Z Doc-tests omicron_repl_utils
105862026-07-01T16:23:59.949Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105872026-07-01T16:24:00.007Z
105882026-07-01T16:24:00.007Zrunning 0 tests
105892026-07-01T16:24:00.007Z
105902026-07-01T16:24:00.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105912026-07-01T16:24:00.007Z
105922026-07-01T16:24:00.016Z Doc-tests omicron_rpaths
105932026-07-01T16:24:00.016Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-79c3ca8693bf8431.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105942026-07-01T16:24:00.055Z
105952026-07-01T16:24:00.055Zrunning 0 tests
105962026-07-01T16:24:00.056Z
105972026-07-01T16:24:00.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105982026-07-01T16:24:00.056Z
105992026-07-01T16:24:00.060Z Doc-tests omicron_sled_agent
106002026-07-01T16:24:00.064Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-cd45c84ed38236a3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-10596ebcbb9aa106.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fa40b83d61902d83.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ff820bc0dd0cc684.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-10f671028be02530.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-4cb38ccdae1bae3d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-b0e51aaea791db28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-87413976b8c12a1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f7c17a168e08d2ff.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b764a8953976afad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-fd8b5596adbdd1f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-8d0e7c48d56fa30e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-5f327e126f4a677d.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-e04f385b20aa8bce.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-802630cf4e25368d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.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`
106012026-07-01T16:24:01.098Z
106022026-07-01T16:24:01.098Zrunning 0 tests
106032026-07-01T16:24:01.098Z
106042026-07-01T16:24:01.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106052026-07-01T16:24:01.098Z
106062026-07-01T16:24:01.168Z Doc-tests omicron_test_utils
106072026-07-01T16:24:01.168Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-bb065a3b5d734b88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-6e328f5ba78b0496.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-67997bccd9d06b66.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-ae90c0ec1f1ed8b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c68176a7a0e70026.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-a8b45d636343c1fb.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`
106082026-07-01T16:24:11.870Z
106092026-07-01T16:24:11.870Zrunning 2 tests
106102026-07-01T16:24:11.883Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
106112026-07-01T16:24:11.887Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
106122026-07-01T16:24:11.887Z
106132026-07-01T16:24:11.887Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
106142026-07-01T16:24:11.887Z
106152026-07-01T16:24:11.912Z
106162026-07-01T16:24:11.912Zrunning 1 test
106172026-07-01T16:24:11.916Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
106182026-07-01T16:24:11.916Z
106192026-07-01T16:24:11.916Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106202026-07-01T16:24:11.916Z
106212026-07-01T16:24:11.916Zall doctests ran in 10.40s; merged doctests compilation took 10.35s
106222026-07-01T16:24:11.964Z Doc-tests omicron_uuid_kinds
106232026-07-01T16:24:11.965Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-96b94e4be8ef41d9.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-1bec0b00f873f3ad.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-9c04229033293e30.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.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`
106242026-07-01T16:24:12.091Z
106252026-07-01T16:24:12.091Zrunning 0 tests
106262026-07-01T16:24:12.092Z
106272026-07-01T16:24:12.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106282026-07-01T16:24:12.092Z
106292026-07-01T16:24:12.108Z Doc-tests omicron_workspace_hack
106302026-07-01T16:24:12.112Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5ac1b58a6f2e6a0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-63ba44012e1cbc03.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-0813c49105c134b4.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-da778a8e0d5d80e2.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-427b00d5e0898e3c.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-6a6f2b0fadfa01e0.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-59f410be95ce894e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-2f5e09e4f5a3ac8c.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ea55f6da188cc094.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-64568b11226546eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-6ecbc3b5ef545b60.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6c63e98a419d5a2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-db95e8e9529ca309.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-9ecfd7549d856f01.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-14bcaa68aa0be40d.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4fde6b813fd18c67.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-eb0483341114352c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6cfa4bac6de20521.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-790dfff78026cdf0.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-70f68d88027d2aad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6dbee979cff49b73.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-91a03e1609ff148f.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c0fc3cf44f1b7f2b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-745e06628c0acb2c.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-4b27ec5067f8cd7d.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-14d489de955721f7.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-db44ff17759d6d63.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-97e0b9cd6dd93868.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-e5c5db9078d14ea7.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-3e48272610caadc8.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-f953f35bdea91ea4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-65b8010b89ba5e3c.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-878f6df4c8ca5317.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-fa6b42ed4cc11fef.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a81f463b5eadc7cf.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-38ce5daaa43c1f94.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5fa9b52b41e44aec.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-7549e874c0c6d611.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-787448b27b7feb28.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-2be4f244cd0ef462.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-1f50f07ad72d01d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-ae9ffada69599551.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-03705ebcd02dc3b9.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5cce30a55b979f3d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-244d006b89675f36.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4d95fffade8046ef.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-ccf70f60cb5f0125.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c2e6186661e94d7c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f0854a454a33fe7e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a3c7710536f17a69.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-69f5c9f5c283aee7.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a4f761cf4830c91d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-d002aab0f53c3af0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-517a0a45b5918497.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-182d9d7531721e32.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-29cf7af8e2fc43be.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-e2575b5c144b22ce.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-755b78194291d4c1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-920dd5da461a6d02.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-c4eca94bacacceef.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1f5100c8f325d83a.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c7f66a712244a735.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-256e074e75faabf0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-0ef97071bef2e3cd.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-97b6d6236c1189b8.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-46db0f0b0cd0def3.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9337bd9511262fb4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-57908231e01adef6.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-874b5a42aa819b21.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-c2be6540b1357add.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-8238e83e5599a13f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-a82f32d59ebd6116.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-62ae4fadae269c7c.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-5011698daf307d9b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5245eb45c03b9429.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-89fdf5aa1838c400.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-0f5abda38cc66465.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a0fb23c05cf046a5.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-b0866efa650d6974.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-7dcb47ac0aa2b6cf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-8731500e45d2a26b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-c71d6c6cbdc15377.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-dcb275200166cb17.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-1b85095cd2f7e3ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0ae5c82528a68bdf.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5d2b59558facd16d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b057846ce76d7ba6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-567322735588ace4.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-c0e409c5d0d8e208.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d32f9f904aecfcc7.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7ba3ae6fb5353ee3.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-5e04864d6535fe16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-d1ebbe44f49964ab.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-051bf76995db2b49.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-032d4c456560b8b2.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-eec8b3d45e167752.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0279e42e3124cb47.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-1c9eafb37e087664.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-e0693d2d7d96384a.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-551f9edf049805be.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-05c4e5b73460bb74.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-00a9a8b7e6f553e6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e091b2c3235b21f2.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-783a0cc50a74f3f3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-b05b0066f41e386f.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106312026-07-01T16:24:12.143Z
106322026-07-01T16:24:12.143Zrunning 0 tests
106332026-07-01T16:24:12.143Z
106342026-07-01T16:24:12.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106352026-07-01T16:24:12.143Z
106362026-07-01T16:24:12.149Z Doc-tests oxide_client
106372026-07-01T16:24:12.149Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-1a8555ba9a90b793.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-05fe790e1ca3079a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106382026-07-01T16:24:16.556Z
106392026-07-01T16:24:16.556Zrunning 317 tests
106402026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
106412026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
106422026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
106432026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
106442026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
106452026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
106462026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
106472026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
106482026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
106492026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
106502026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
106512026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
106522026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
106532026-07-01T16:24:16.556Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
106542026-07-01T16:24:16.562Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
106552026-07-01T16:24:16.562Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
106562026-07-01T16:24:16.562Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
106572026-07-01T16:24:16.563Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
106582026-07-01T16:24:16.563Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
106592026-07-01T16:24:16.563Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
106602026-07-01T16:24:16.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
106612026-07-01T16:24:16.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
106622026-07-01T16:24:16.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
106632026-07-01T16:24:16.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
106642026-07-01T16:24:16.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
106652026-07-01T16:24:16.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
106662026-07-01T16:24:16.564Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
106672026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
106682026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
106692026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
106702026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
106712026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
106722026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
106732026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
106742026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
106752026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
106762026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
106772026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
106782026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
106792026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
106802026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
106812026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
106822026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
106832026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
106842026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
106852026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
106862026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
106872026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
106882026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
106892026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
106902026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
106912026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
106922026-07-01T16:24:16.565Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
106932026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
106942026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
106952026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
106962026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
106972026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
106982026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
106992026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
107002026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
107012026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
107022026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
107032026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
107042026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
107052026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
107062026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
107072026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
107082026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
107092026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
107102026-07-01T16:24:16.567Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
107112026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
107122026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
107132026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
107142026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
107152026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
107162026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
107172026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
107182026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
107192026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
107202026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
107212026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
107222026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
107232026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
107242026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
107252026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
107262026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
107272026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
107282026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
107292026-07-01T16:24:16.568Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
107302026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
107312026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
107322026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
107332026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
107342026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
107352026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
107362026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
107372026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
107382026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
107392026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
107402026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
107412026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
107422026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
107432026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
107442026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
107452026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
107462026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
107472026-07-01T16:24:16.569Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
107482026-07-01T16:24:16.571Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
107492026-07-01T16:24:16.571Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
107502026-07-01T16:24:16.571Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
107512026-07-01T16:24:16.571Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
107522026-07-01T16:24:16.571Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
107532026-07-01T16:24:16.571Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
107542026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
107552026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
107562026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
107572026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
107582026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
107592026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
107602026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
107612026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
107622026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
107632026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
107642026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
107652026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
107662026-07-01T16:24:16.576Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
107672026-07-01T16:24:16.577Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
107682026-07-01T16:24:16.577Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
107692026-07-01T16:24:16.577Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
107702026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
107712026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
107722026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
107732026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
107742026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
107752026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
107762026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
107772026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
107782026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
107792026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
107802026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
107812026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
107822026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
107832026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
107842026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
107852026-07-01T16:24:16.578Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
107862026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
107872026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
107882026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
107892026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
107902026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
107912026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
107922026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
107932026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
107942026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
107952026-07-01T16:24:16.579Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
107962026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
107972026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
107982026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
107992026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
108002026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
108012026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
108022026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
108032026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
108042026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
108052026-07-01T16:24:16.580Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
108062026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
108072026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
108082026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
108092026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
108102026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
108112026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
108122026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
108132026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
108142026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
108152026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
108162026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
108172026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
108182026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
108192026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
108202026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
108212026-07-01T16:24:16.581Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
108222026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
108232026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
108242026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
108252026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
108262026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
108272026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
108282026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
108292026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
108302026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
108312026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
108322026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
108332026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
108342026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
108352026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
108362026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
108372026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
108382026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
108392026-07-01T16:24:16.582Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
108402026-07-01T16:24:16.583Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
108412026-07-01T16:24:16.583Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
108422026-07-01T16:24:16.583Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
108432026-07-01T16:24:16.583Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
108442026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
108452026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
108462026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
108472026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
108482026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
108492026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
108502026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
108512026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
108522026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
108532026-07-01T16:24:16.584Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
108542026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
108552026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
108562026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
108572026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
108582026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
108592026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
108602026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
108612026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
108622026-07-01T16:24:16.589Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
108632026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
108642026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
108652026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
108662026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
108672026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
108682026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
108692026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
108702026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
108712026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
108722026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
108732026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
108742026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
108752026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
108762026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
108772026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
108782026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
108792026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
108802026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
108812026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
108822026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
108832026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
108842026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
108852026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
108862026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
108872026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
108882026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
108892026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
108902026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
108912026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
108922026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
108932026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
108942026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
108952026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
108962026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
108972026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
108982026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
108992026-07-01T16:24:16.590Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
109002026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
109012026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
109022026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
109032026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
109042026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
109052026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
109062026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
109072026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
109082026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
109092026-07-01T16:24:16.591Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
109102026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
109112026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
109122026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
109132026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
109142026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
109152026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
109162026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
109172026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
109182026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
109192026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
109202026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
109212026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
109222026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
109232026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
109242026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
109252026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
109262026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
109272026-07-01T16:24:16.593Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
109282026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
109292026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
109302026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
109312026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
109322026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
109332026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
109342026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
109352026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
109362026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
109372026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
109382026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
109392026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
109402026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
109412026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
109422026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
109432026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
109442026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
109452026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
109462026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
109472026-07-01T16:24:16.595Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
109482026-07-01T16:24:16.596Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
109492026-07-01T16:24:16.596Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
109502026-07-01T16:24:16.596Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
109512026-07-01T16:24:16.596Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
109522026-07-01T16:24:16.596Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
109532026-07-01T16:24:16.596Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
109542026-07-01T16:24:16.601Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
109552026-07-01T16:24:16.601Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
109562026-07-01T16:24:16.601Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
109572026-07-01T16:24:16.601Z
109582026-07-01T16:24:16.601Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
109592026-07-01T16:24:16.601Z
109602026-07-01T16:24:16.601Zall doctests ran in 0.62s; merged doctests compilation took 0.62s
109612026-07-01T16:24:16.754Z Doc-tests oximeter
109622026-07-01T16:24:16.754Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-475f590558c1b90e.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-19756ee741626544.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109632026-07-01T16:24:20.776Z
109642026-07-01T16:24:20.776Zrunning 2 tests
109652026-07-01T16:24:20.779Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
109662026-07-01T16:24:20.782Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
109672026-07-01T16:24:20.782Z
109682026-07-01T16:24:20.782Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109692026-07-01T16:24:20.783Z
109702026-07-01T16:24:20.791Zall doctests ran in 3.91s; merged doctests compilation took 3.90s
109712026-07-01T16:24:20.829Z Doc-tests oximeter_api
109722026-07-01T16:24:20.832Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109732026-07-01T16:24:21.375Z
109742026-07-01T16:24:21.375Zrunning 2 tests
109752026-07-01T16:24:21.375Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
109762026-07-01T16:24:21.375Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
109772026-07-01T16:24:21.375Z
109782026-07-01T16:24:21.375Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109792026-07-01T16:24:21.375Z
109802026-07-01T16:24:21.379Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109812026-07-01T16:24:21.402Z Doc-tests oximeter_client
109822026-07-01T16:24:21.402Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fa9b90e544911148.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109832026-07-01T16:24:21.659Z
109842026-07-01T16:24:21.659Zrunning 0 tests
109852026-07-01T16:24:21.659Z
109862026-07-01T16:24:21.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109872026-07-01T16:24:21.659Z
109882026-07-01T16:24:21.685Z Doc-tests oximeter_collector
109892026-07-01T16:24:21.685Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9b66b252c2f14305.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-322a3d933f9e5ec4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7b7804b3bdb1aace.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-331bfa43c1a848b7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109902026-07-01T16:24:22.127Z
109912026-07-01T16:24:22.128Zrunning 0 tests
109922026-07-01T16:24:22.128Z
109932026-07-01T16:24:22.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109942026-07-01T16:24:22.128Z
109952026-07-01T16:24:22.172Z Doc-tests oximeter_db
109962026-07-01T16:24:22.176Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e27f4836a8c0d1f3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d78b926947bd1c11.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-b0997643a4dc4d4c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-f522a82287f6a9a5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-0cd954401ddedea0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3b65a7f062194f66.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-5b9d058b5998e2b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-98b373e55216961c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-55878b0062dde2af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b0f190480dbed785.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d7c487292b89e6b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-e5136e81866bc448.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4811978babbb7e5a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
109972026-07-01T16:24:23.223Z
109982026-07-01T16:24:23.223Zrunning 3 tests
109992026-07-01T16:24:23.223Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
110002026-07-01T16:24:23.223Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
110012026-07-01T16:24:23.225Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
110022026-07-01T16:24:23.225Z
110032026-07-01T16:24:23.225Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
110042026-07-01T16:24:23.225Z
110052026-07-01T16:24:23.229Z
110062026-07-01T16:24:23.229Zrunning 2 tests
110072026-07-01T16:24:23.229Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
110082026-07-01T16:24:23.229Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
110092026-07-01T16:24:23.229Z
110102026-07-01T16:24:23.229Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110112026-07-01T16:24:23.229Z
110122026-07-01T16:24:23.229Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
110132026-07-01T16:24:23.278Z Doc-tests oximeter_instruments
110142026-07-01T16:24:23.278Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-42e9089d8aef0867.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-2d87241bf7545f6b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
110152026-07-01T16:24:23.627Z
110162026-07-01T16:24:23.627Zrunning 0 tests
110172026-07-01T16:24:23.627Z
110182026-07-01T16:24:23.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110192026-07-01T16:24:23.627Z
110202026-07-01T16:24:23.662Z Doc-tests oximeter_macro_impl
110212026-07-01T16:24:23.662Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-daebba42d7984f11.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
110222026-07-01T16:24:23.719Z
110232026-07-01T16:24:23.719Zrunning 0 tests
110242026-07-01T16:24:23.719Z
110252026-07-01T16:24:23.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110262026-07-01T16:24:23.719Z
110272026-07-01T16:24:23.728Z Doc-tests oximeter_producer
110282026-07-01T16:24:23.732Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bcb346895d01362a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-e27e394137658396.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-42341f81ce76ae17.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-41aa3a50c615be36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110292026-07-01T16:24:24.055Z
110302026-07-01T16:24:24.056Zrunning 0 tests
110312026-07-01T16:24:24.056Z
110322026-07-01T16:24:24.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110332026-07-01T16:24:24.056Z
110342026-07-01T16:24:24.092Z Doc-tests oximeter_producer_api
110352026-07-01T16:24:24.092Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-402af20ce2841673.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-41aa3a50c615be36.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110362026-07-01T16:24:24.632Z
110372026-07-01T16:24:24.632Zrunning 2 tests
110382026-07-01T16:24:24.632Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 25) ... ignored
110392026-07-01T16:24:24.632Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 31) ... ignored
110402026-07-01T16:24:24.632Z
110412026-07-01T16:24:24.632Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110422026-07-01T16:24:24.632Z
110432026-07-01T16:24:24.636Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
110442026-07-01T16:24:24.663Z Doc-tests oximeter_schema
110452026-07-01T16:24:24.663Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4f780b189a31b98.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-475f590558c1b90e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-ea5d341fe30ccaa0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110462026-07-01T16:24:24.888Z
110472026-07-01T16:24:24.888Zrunning 0 tests
110482026-07-01T16:24:24.888Z
110492026-07-01T16:24:24.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110502026-07-01T16:24:24.889Z
110512026-07-01T16:24:24.893Z Doc-tests oximeter_test_utils
110522026-07-01T16:24:24.894Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-afe6a8f1d2ea6027.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-a73062ae5995e75c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-72a37bc8ac0aabb1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110532026-07-01T16:24:25.215Z
110542026-07-01T16:24:25.215Zrunning 0 tests
110552026-07-01T16:24:25.215Z
110562026-07-01T16:24:25.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110572026-07-01T16:24:25.215Z
110582026-07-01T16:24:25.252Z Doc-tests oximeter_timeseries_macro
110592026-07-01T16:24:25.252Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-daebba42d7984f11.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4228e6b21bfe586c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-19756ee741626544.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-cb38e81747d3f068.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-29b83d6ab9521271.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c063ff308ae52934.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a0b65bb2d2209ae.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`
110602026-07-01T16:24:25.412Z
110612026-07-01T16:24:25.412Zrunning 0 tests
110622026-07-01T16:24:25.412Z
110632026-07-01T16:24:25.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110642026-07-01T16:24:25.412Z
110652026-07-01T16:24:25.435Z Doc-tests oximeter_types
110662026-07-01T16:24:25.435Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5dad7eb527a326f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-6f137002007787a8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-092cae7ce0e32df9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-b30313ac584db8b1.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-44de20133db50ff6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110672026-07-01T16:24:26.032Z
110682026-07-01T16:24:26.032Zrunning 11 tests
110692026-07-01T16:24:26.381Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
110702026-07-01T16:24:26.390Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
110712026-07-01T16:24:30.510Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
110722026-07-01T16:24:30.543Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
110732026-07-01T16:24:30.608Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
110742026-07-01T16:24:30.608Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
110752026-07-01T16:24:30.630Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
110762026-07-01T16:24:30.716Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
110772026-07-01T16:24:30.722Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
110782026-07-01T16:24:30.726Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
110792026-07-01T16:24:30.726Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
110802026-07-01T16:24:30.726Z
110812026-07-01T16:24:30.726Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.69s
110822026-07-01T16:24:30.726Z
110832026-07-01T16:24:30.726Zall doctests ran in 5.13s; merged doctests compilation took 0.44s
110842026-07-01T16:24:30.754Z Doc-tests oximeter_types_versions
110852026-07-01T16:24:30.754Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5dad7eb527a326f8.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-1c2944f8913e7e4c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-eca6512db2981947.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-0a127d0cfdc71a72.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-bfd8553a38f17022.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110862026-07-01T16:24:31.539Z
110872026-07-01T16:24:31.539Zrunning 1 test
110882026-07-01T16:24:31.539Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
110892026-07-01T16:24:31.539Z
110902026-07-01T16:24:31.539Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110912026-07-01T16:24:31.539Z
110922026-07-01T16:24:31.543Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
110932026-07-01T16:24:31.577Z Doc-tests oxlog
110942026-07-01T16:24:31.577Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a4dcde706ffe67d0.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-459dc9d6ee94aa51.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110952026-07-01T16:24:31.625Z
110962026-07-01T16:24:31.625Zrunning 0 tests
110972026-07-01T16:24:31.625Z
110982026-07-01T16:24:31.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110992026-07-01T16:24:31.625Z
111002026-07-01T16:24:31.632Z Doc-tests oxql_types
111012026-07-01T16:24:31.632Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6999474a37e5c4a0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-87140b5865f4661e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3e688c087d3527cf.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-d5329d990f5f0b97.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/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-07-01T16:24:31.865Z
111032026-07-01T16:24:31.866Zrunning 0 tests
111042026-07-01T16:24:31.866Z
111052026-07-01T16:24:31.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111062026-07-01T16:24:31.866Z
111072026-07-01T16:24:31.891Z Doc-tests parallel_task_set
111082026-07-01T16:24:31.891Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-daebba42d7984f11.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111092026-07-01T16:24:31.945Z
111102026-07-01T16:24:31.945Zrunning 0 tests
111112026-07-01T16:24:31.945Z
111122026-07-01T16:24:31.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111132026-07-01T16:24:31.945Z
111142026-07-01T16:24:31.954Z Doc-tests range_requests
111152026-07-01T16:24:31.954Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a2a64572023fe240.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-d542883118704951.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-a48111c2c091f1aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-139fe0f9fc14f96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib -L dependency=/work/oxidecomputer/omicron/target/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-07-01T16:24:32.073Z
111172026-07-01T16:24:32.073Zrunning 0 tests
111182026-07-01T16:24:32.074Z
111192026-07-01T16:24:32.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111202026-07-01T16:24:32.074Z
111212026-07-01T16:24:32.089Z Doc-tests reconfigurator_cli
111222026-07-01T16:24:32.089Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f60c9f446ff37001.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-849f56a3d5787aba.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ceb3aae2b5f46f7d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-796d1d9888c83987.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-7f23f940b52adc10.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b840f702c85ff0c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-bb56f08f2a5e8bea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-1133e524db35ad52.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
111232026-07-01T16:24:32.563Z
111242026-07-01T16:24:32.563Zrunning 0 tests
111252026-07-01T16:24:32.563Z
111262026-07-01T16:24:32.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111272026-07-01T16:24:32.564Z
111282026-07-01T16:24:32.606Z Doc-tests repo_depot_api
111292026-07-01T16:24:32.606Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-804316701b5aee5c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib -L dependency=/work/oxidecomputer/omicron/target/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-07-01T16:24:33.134Z
111312026-07-01T16:24:33.134Zrunning 2 tests
111322026-07-01T16:24:33.135Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
111332026-07-01T16:24:33.135Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
111342026-07-01T16:24:33.135Z
111352026-07-01T16:24:33.135Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111362026-07-01T16:24:33.135Z
111372026-07-01T16:24:33.139Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
111382026-07-01T16:24:33.158Z Doc-tests repo_depot_client
111392026-07-01T16:24:33.158Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-511472f4a07daaa0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111402026-07-01T16:24:33.295Z
111412026-07-01T16:24:33.295Zrunning 0 tests
111422026-07-01T16:24:33.296Z
111432026-07-01T16:24:33.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111442026-07-01T16:24:33.297Z
111452026-07-01T16:24:33.314Z Doc-tests sled_agent_api
111462026-07-01T16:24:33.317Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-acc788d62c07358b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3c269f38a75defc9.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111472026-07-01T16:24:33.977Z
111482026-07-01T16:24:33.977Zrunning 2 tests
111492026-07-01T16:24:33.977Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 117) ... ignored
111502026-07-01T16:24:33.977Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 123) ... ignored
111512026-07-01T16:24:33.977Z
111522026-07-01T16:24:33.977Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111532026-07-01T16:24:33.978Z
111542026-07-01T16:24:33.982Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
111552026-07-01T16:24:34.012Z Doc-tests sled_agent_client
111562026-07-01T16:24:34.012Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-87b9120594fa6f2f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111572026-07-01T16:24:35.650Z
111582026-07-01T16:24:35.651Zrunning 0 tests
111592026-07-01T16:24:35.651Z
111602026-07-01T16:24:35.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111612026-07-01T16:24:35.651Z
111622026-07-01T16:24:35.658Z Doc-tests sled_agent_config_reconciler
111632026-07-01T16:24:35.658Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b4d419cfb7278799.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-01017a6c708a36fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-7f67a2396b0ad30c.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-9f4fe9c0f1615f6b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-3e8e6d9e21823578.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.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`
111642026-07-01T16:24:36.100Z
111652026-07-01T16:24:36.100Zrunning 0 tests
111662026-07-01T16:24:36.100Z
111672026-07-01T16:24:36.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111682026-07-01T16:24:36.100Z
111692026-07-01T16:24:36.140Z Doc-tests sled_agent_early_networking
111702026-07-01T16:24:36.140Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-d8c6e023ce94da0a.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-cac5024f80a98ab2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-fb0f706dd4099d8d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111712026-07-01T16:24:36.423Z
111722026-07-01T16:24:36.423Zrunning 0 tests
111732026-07-01T16:24:36.423Z
111742026-07-01T16:24:36.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111752026-07-01T16:24:36.423Z
111762026-07-01T16:24:36.456Z Doc-tests sled_agent_health_monitor
111772026-07-01T16:24:36.459Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-b18b7585e0cb158f.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-836b94fb9e8465e4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111782026-07-01T16:24:36.657Z
111792026-07-01T16:24:36.657Zrunning 0 tests
111802026-07-01T16:24:36.657Z
111812026-07-01T16:24:36.657Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111822026-07-01T16:24:36.657Z
111832026-07-01T16:24:36.682Z Doc-tests sled_agent_measurements
111842026-07-01T16:24:36.682Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.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`
111852026-07-01T16:24:36.926Z
111862026-07-01T16:24:36.926Zrunning 0 tests
111872026-07-01T16:24:36.926Z
111882026-07-01T16:24:36.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111892026-07-01T16:24:36.926Z
111902026-07-01T16:24:36.955Z Doc-tests sled_agent_rack_setup
111912026-07-01T16:24:36.955Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-20f904d6d5dfb25e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-76eff8e6b81e6038.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-d1506b354630a2e2.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-9131f8a6a00f4beb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-34d8830a95be301d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8f470e1e9b67c92d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-47f13ebe9704ec76.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111922026-07-01T16:24:37.324Z
111932026-07-01T16:24:37.325Zrunning 0 tests
111942026-07-01T16:24:37.325Z
111952026-07-01T16:24:37.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111962026-07-01T16:24:37.325Z
111972026-07-01T16:24:37.360Z Doc-tests sled_agent_resolvable_files
111982026-07-01T16:24:37.360Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-01017a6c708a36fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a48f489069168498.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6f86b12e8207bbaf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111992026-07-01T16:24:37.614Z
112002026-07-01T16:24:37.614Zrunning 0 tests
112012026-07-01T16:24:37.614Z
112022026-07-01T16:24:37.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112032026-07-01T16:24:37.614Z
112042026-07-01T16:24:37.643Z Doc-tests sled_agent_resolvable_files_examples
112052026-07-01T16:24:37.643Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d49d99825834bad.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-01017a6c708a36fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112062026-07-01T16:24:37.827Z
112072026-07-01T16:24:37.827Zrunning 0 tests
112082026-07-01T16:24:37.828Z
112092026-07-01T16:24:37.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112102026-07-01T16:24:37.828Z
112112026-07-01T16:24:37.850Z Doc-tests sled_agent_types
112122026-07-01T16:24:37.850Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-e0337e133bfb52cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
112132026-07-01T16:24:38.096Z
112142026-07-01T16:24:38.096Zrunning 0 tests
112152026-07-01T16:24:38.096Z
112162026-07-01T16:24:38.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112172026-07-01T16:24:38.098Z
112182026-07-01T16:24:38.120Z Doc-tests sled_agent_types_versions
112192026-07-01T16:24:38.124Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-e0337e133bfb52cb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-22fe590a761084f6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-f9c646ee471b6fe0.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-99041caa11f7abc5.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-bc42dfa08f3fca1d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5bf79d5be99a2ec3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.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`
112202026-07-01T16:24:40.274Z
112212026-07-01T16:24:40.275Zrunning 1 test
112222026-07-01T16:24:40.275Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
112232026-07-01T16:24:40.275Z
112242026-07-01T16:24:40.275Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112252026-07-01T16:24:40.275Z
112262026-07-01T16:24:40.279Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
112272026-07-01T16:24:40.398Z Doc-tests sled_diagnostics
112282026-07-01T16:24:40.398Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-62a3273ba722b64a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-a4dcde706ffe67d0.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1eef1698af9ef41b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-e07f453a11924efb.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112292026-07-01T16:24:40.601Z
112302026-07-01T16:24:40.601Zrunning 0 tests
112312026-07-01T16:24:40.601Z
112322026-07-01T16:24:40.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112332026-07-01T16:24:40.601Z
112342026-07-01T16:24:40.628Z Doc-tests sled_hardware
112352026-07-01T16:24:40.628Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-cbc4981ef833fd7b.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-1874004f23a666d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-475c5481f11c65dc.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-8f48f417ab904d16.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-c85dd464b738ddb9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-dcb1278a7b271797.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-63056286a6006b55.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.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`
112362026-07-01T16:24:40.915Z
112372026-07-01T16:24:40.915Zrunning 0 tests
112382026-07-01T16:24:40.915Z
112392026-07-01T16:24:40.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112402026-07-01T16:24:40.915Z
112412026-07-01T16:24:40.945Z Doc-tests sled_hardware_types
112422026-07-01T16:24:40.945Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-96b94e4be8ef41d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.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`
112432026-07-01T16:24:41.054Z
112442026-07-01T16:24:41.054Zrunning 0 tests
112452026-07-01T16:24:41.054Z
112462026-07-01T16:24:41.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112472026-07-01T16:24:41.054Z
112482026-07-01T16:24:41.068Z Doc-tests sled_storage
112492026-07-01T16:24:41.068Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-ccf4af5f4acd8b5c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-614d87617042c167.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2386b9564bd03d5d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-9c0124f27ac950c4.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`
112502026-07-01T16:24:41.309Z
112512026-07-01T16:24:41.309Zrunning 0 tests
112522026-07-01T16:24:41.309Z
112532026-07-01T16:24:41.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112542026-07-01T16:24:41.309Z
112552026-07-01T16:24:41.337Z Doc-tests sp_sim
112562026-07-01T16:24:41.337Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-a6bd3e9bad88fc17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d2e63b3d05ca0f9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-086d6277f9bdaa8a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-0f1eabb2a64fe599.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-560ecfd8d12822db.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112572026-07-01T16:24:41.797Z
112582026-07-01T16:24:41.797Zrunning 0 tests
112592026-07-01T16:24:41.797Z
112602026-07-01T16:24:41.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112612026-07-01T16:24:41.797Z
112622026-07-01T16:24:41.837Z Doc-tests support_bundle_collection
112632026-07-01T16:24:41.837Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-2c78d21b15d93291.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3cdf1b3fb0128ecc.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2dacb673e58bc1c2.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-4063dde93dcaefdd.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-4da9c2c95c39a423.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-175c90db68f9c69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-047e57c93386a145.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-eb19b420e1f21726.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-165cfdafb065c4e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-a1edf449f0425d23.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-f923fa5687fa25e1.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`
112642026-07-01T16:24:42.252Z
112652026-07-01T16:24:42.252Zrunning 0 tests
112662026-07-01T16:24:42.252Z
112672026-07-01T16:24:42.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112682026-07-01T16:24:42.252Z
112692026-07-01T16:24:42.297Z Doc-tests transient_dns_server
112702026-07-01T16:24:42.297Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ae9847e2ae0ca4cf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-90085acfa92e706e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2186992828fe565c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-38c1ffa7f52280b0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112712026-07-01T16:24:42.479Z
112722026-07-01T16:24:42.479Zrunning 0 tests
112732026-07-01T16:24:42.479Z
112742026-07-01T16:24:42.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112752026-07-01T16:24:42.480Z
112762026-07-01T16:24:42.505Z Doc-tests trust_quorum
112772026-07-01T16:24:42.509Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-d291a68ebb878f5a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-ce943627f3ccac74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-11ec4d7c0c29916a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-df29b6bed8487dbc.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-124223cb213166ef.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-8cae470bd376ce5e.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-b3d34a755bdc7bd7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112782026-07-01T16:24:42.837Z
112792026-07-01T16:24:42.837Zrunning 0 tests
112802026-07-01T16:24:42.837Z
112812026-07-01T16:24:42.837Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112822026-07-01T16:24:42.838Z
112832026-07-01T16:24:42.871Z Doc-tests trust_quorum_protocol
112842026-07-01T16:24:42.874Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e2a0f5fe1db03132.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-d291a68ebb878f5a.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-123bd1e8d7eef916.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1877e952234606ea.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-cea31c2e38ef4423.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-ec3920e6b4fe9015.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0d57bdbec6aad337.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-b05502db3b9f7f67.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-2dee782f3f48fb27.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-b3d34a755bdc7bd7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.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`
112852026-07-01T16:24:43.108Z
112862026-07-01T16:24:43.109Zrunning 0 tests
112872026-07-01T16:24:43.109Z
112882026-07-01T16:24:43.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112892026-07-01T16:24:43.109Z
112902026-07-01T16:24:43.132Z Doc-tests trust_quorum_test_utils
112912026-07-01T16:24:43.132Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-123bd1e8d7eef916.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e54586513981bbb5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-bc5f4ebf16651139.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-b3d34a755bdc7bd7.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112922026-07-01T16:24:43.298Z
112932026-07-01T16:24:43.299Zrunning 0 tests
112942026-07-01T16:24:43.299Z
112952026-07-01T16:24:43.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112962026-07-01T16:24:43.299Z
112972026-07-01T16:24:43.318Z Doc-tests trust_quorum_types
112982026-07-01T16:24:43.318Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-daebba42d7984f11.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-fb75cf53e1e2cb6c.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5bf79d5be99a2ec3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112992026-07-01T16:24:43.406Z
113002026-07-01T16:24:43.406Zrunning 0 tests
113012026-07-01T16:24:43.406Z
113022026-07-01T16:24:43.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113032026-07-01T16:24:43.406Z
113042026-07-01T16:24:43.418Z Doc-tests trust_quorum_types_versions
113052026-07-01T16:24:43.418Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e0337e133bfb52cb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-96b94e4be8ef41d9.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-86509a19b020b470.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-c3022c4c6f659d0d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6794cf164f8fc9c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5bf79d5be99a2ec3.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`
113062026-07-01T16:24:44.005Z
113072026-07-01T16:24:44.005Zrunning 1 test
113082026-07-01T16:24:44.005Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
113092026-07-01T16:24:44.005Z
113102026-07-01T16:24:44.005Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113112026-07-01T16:24:44.005Z
113122026-07-01T16:24:44.009Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113132026-07-01T16:24:44.031Z Doc-tests typed_rng
113142026-07-01T16:24:44.031Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ceb3aae2b5f46f7d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-614c1cfc56bd8768.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-9b068a201371edc9.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-b941fda13b7a8b03.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113152026-07-01T16:24:44.101Z
113162026-07-01T16:24:44.101Zrunning 0 tests
113172026-07-01T16:24:44.101Z
113182026-07-01T16:24:44.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113192026-07-01T16:24:44.101Z
113202026-07-01T16:24:44.111Z Doc-tests update_common
113212026-07-01T16:24:44.111Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b060cec5c7f31522.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113222026-07-01T16:24:44.340Z
113232026-07-01T16:24:44.340Zrunning 0 tests
113242026-07-01T16:24:44.340Z
113252026-07-01T16:24:44.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113262026-07-01T16:24:44.340Z
113272026-07-01T16:24:44.367Z Doc-tests update_engine
113282026-07-01T16:24:44.367Z Running `/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f166a690a7a4bf1a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-bb899a1ebe7ca272.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-97d81e000bb654cf.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-324fed765c15aff3.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c542c4b920042ea3.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-5e781a52876182ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0d6d10aa8340734e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-3ff1b3bdfcf7030b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-de60edd75692e14d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113292026-07-01T16:24:45.690Z
113302026-07-01T16:24:45.690Zrunning 4 tests
113312026-07-01T16:24:45.693Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
113322026-07-01T16:24:45.693Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
113332026-07-01T16:24:45.693Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
113342026-07-01T16:24:45.693Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
113352026-07-01T16:24:45.694Z
113362026-07-01T16:24:45.694Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
113372026-07-01T16:24:45.694Z
113382026-07-01T16:24:45.696Zall doctests ran in 1.05s; merged doctests compilation took 1.04s
113392026-07-01T16:24:45.724Z Doc-tests wicket
113402026-07-01T16:24:45.724Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f22e26526cc135c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e552196e7dfbf78.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9ce442fd1cc128fd.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-9433701c1a1511eb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9746d691934e2755.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-64d845951fe259b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-55533a3b61a6872b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-fab6b7f8ef66dbf8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-78d030adc9a210ba.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a06dbcc1603fd12e.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-28f6ef79f50da9b4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9b7b888b2ad601c4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-4addf0d41f1236d5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-e08132f912d19bc2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0fb4c9d3e4ab382f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113412026-07-01T16:24:46.236Z
113422026-07-01T16:24:46.236Zrunning 0 tests
113432026-07-01T16:24:46.236Z
113442026-07-01T16:24:46.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113452026-07-01T16:24:46.236Z
113462026-07-01T16:24:46.279Z Doc-tests wicket_common
113472026-07-01T16:24:46.283Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f250b99746fe5d8e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113482026-07-01T16:24:46.709Z
113492026-07-01T16:24:46.709Zrunning 0 tests
113502026-07-01T16:24:46.709Z
113512026-07-01T16:24:46.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113522026-07-01T16:24:46.710Z
113532026-07-01T16:24:46.751Z Doc-tests wicket_dbg
113542026-07-01T16:24:46.751Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-dd5c91b8ff049607.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-074377a61ff3c56f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-17e4ec97e703ac9a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-97167b02ea73de17.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-09368ad14a9d3111.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113552026-07-01T16:24:47.022Z
113562026-07-01T16:24:47.022Zrunning 0 tests
113572026-07-01T16:24:47.022Z
113582026-07-01T16:24:47.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113592026-07-01T16:24:47.022Z
113602026-07-01T16:24:47.056Z Doc-tests wicketd
113612026-07-01T16:24:47.061Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-8a91b2fd79f237fe.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-44c08ba0e9eb8023.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-f380a3a194c531fc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-3e2ff75cb23037b7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-a2a64572023fe240.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-84a8ec097d8b4a2a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-79fda9df1e1d6e54.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e376977abf2c8ce2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-802a02953ab3b2a2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-25152984c50b4bd1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-55c6142319fa5a3a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-98ef3503471449e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c0281dd066eb058a.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-d4951f8308477e31.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-75e2996356ca45a5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d1667521e100809f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-7c7d00a99a3e37fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-163d9e629feecafc.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-3c95a6d691e8b68b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b781b083f5f4c7dc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c346c70d8a8fa8e9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-abef5495f6f734cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dda11960274937c9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-2fc51d638274f502.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3824266083e30c5f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-b5f37c0bcea1a1ed.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-402a9c5595943976.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8fe3d396f6eb4ae.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-86c0c067a5d26f96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0d06c02d79dd5c35.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-63225dd77544d92a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-919f4a75f8223ce6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-42758531048c8111.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e3b6b39bcf57f93e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-bd715bc247e3d677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-2b472747c43853e7.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-2e2d6f73ccb8830c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b059d1ebdc563790.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-04f646d202a1f54a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-cc49f530e007cd9c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-36d1838c855e0a1a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-e28fb0e0c3946bb7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-267bc705698b429d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-74f16714901bf68a.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-2218a63658b9c2ea.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-846f88f585087519.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-bdd0085a72cfa94f.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-2f9585254fb4346c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-b7872fe8c0e4ca05.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-ed6ece09677a72a2.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f33922ad80ffb50.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113622026-07-01T16:24:47.513Z
113632026-07-01T16:24:47.513Zrunning 0 tests
113642026-07-01T16:24:47.513Z
113652026-07-01T16:24:47.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113662026-07-01T16:24:47.513Z
113672026-07-01T16:24:47.554Z Doc-tests wicketd_api
113682026-07-01T16:24:47.554Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f380a3a194c531fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-c1fcebc3de59b695.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-1b340d30066662f2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-b468f357abed8eff.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-6f33922ad80ffb50.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113692026-07-01T16:24:48.244Z
113702026-07-01T16:24:48.245Zrunning 2 tests
113712026-07-01T16:24:48.245Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 56) ... ignored
113722026-07-01T16:24:48.245Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 62) ... ignored
113732026-07-01T16:24:48.245Z
113742026-07-01T16:24:48.245Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113752026-07-01T16:24:48.245Z
113762026-07-01T16:24:48.248Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
113772026-07-01T16:24:48.284Z Doc-tests wicketd_client
113782026-07-01T16:24:48.284Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-20f904d6d5dfb25e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-fa9b90e544911148.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f85947e7080610ce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-4195ed12baee3fd0.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-9ff24fb8fb17ac13.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-b50c192ce2e9e040.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e4b7d8345d76cf1f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-71f89665c857a75b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-160618cb25df69d8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c8a30a0355989d83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bd5d490df0f02f19.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e8f3c61c83707258.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113792026-07-01T16:24:49.431Z
113802026-07-01T16:24:49.432Zrunning 0 tests
113812026-07-01T16:24:49.432Z
113822026-07-01T16:24:49.432Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113832026-07-01T16:24:49.432Z
113842026-07-01T16:24:49.484Z Doc-tests xtask_downloader
113852026-07-01T16:24:49.484Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4c657b5b17c10318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8ef8e959fc8416b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-eb04f7145347e2b0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-b76170c7789673cd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f375294aed855b15.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0d8d89fdd79c2066.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a44a71c5e4c5193c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8c4f01731ced5a6f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-135ce2a65f23c8eb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113862026-07-01T16:24:49.601Z
113872026-07-01T16:24:49.601Zrunning 1 test
113882026-07-01T16:24:49.605Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
113892026-07-01T16:24:49.605Z
113902026-07-01T16:24:49.605Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113912026-07-01T16:24:49.605Z
113922026-07-01T16:24:49.614Z Doc-tests zfs_test_harness
113932026-07-01T16:24:49.614Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4e778a706bc0dc16.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-659df91972860fd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-a9dd04d924674fec.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-1157a5c68a65477c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-686f7c248cf1a8bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-7265520c1d3dec74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-e9642c1aa48cacfc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113942026-07-01T16:24:49.830Z
113952026-07-01T16:24:49.832Zrunning 0 tests
113962026-07-01T16:24:49.832Z
113972026-07-01T16:24:49.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113982026-07-01T16:24:49.832Z
113992026-07-01T16:24:49.855Z Doc-tests zone_setup
114002026-07-01T16:24:49.855Z Running `/home/build/.rustup/toolchains/1.96.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-011c4b89193db3d3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-08417af88ea3d95e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-67a95489542da8d3/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4fd8ff1b21185d47/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-7128eacf72e57885/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-6ef603891a282a35/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1107a69f12a0ffff/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da778a8e0d5d80e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-0d49d99825834bad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258dd76510bbc30c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-402af20ce2841673.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-421330b94200ebfb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-812aeb72449c5ee7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-daebba42d7984f11.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-dc891b3e2ffc0181.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-c77a0c63c4a08491.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-6f9354b082e3e3f5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-00abb8f20643079e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-cd7b90eb3a522f8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-255efeca5121bfd9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-dc8f9b743288eb88.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-ff38caadba9a3451.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7382b80de2bf9c74.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-4e44d847b4343788.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114012026-07-01T16:24:50.056Z
114022026-07-01T16:24:50.056Zrunning 0 tests
114032026-07-01T16:24:50.056Z
114042026-07-01T16:24:50.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114052026-07-01T16:24:50.056Z
114062026-07-01T16:24:50.153Z
114072026-07-01T16:24:50.153Zreal 2:23.477563033
114082026-07-01T16:24:50.153Zuser 1:53.644210730
114092026-07-01T16:24:50.157Zsys 54.746452439
114102026-07-01T16:24:50.157Ztrap 0.015406770
114112026-07-01T16:24:50.157Ztflt 0.968899100
114122026-07-01T16:24:50.157Zdflt 0.470003990
114132026-07-01T16:24:50.157Zkflt 0.000022180
114142026-07-01T16:24:50.157Zlock 6:40.795279428
114152026-07-01T16:24:50.157Zslp 13:30.616187427
114162026-07-01T16:24:50.157Zlat 0.366447841
114172026-07-01T16:24:50.157Zstop 3.962928521
114182026-07-01T16:24:50.157Z+ banner 'check schema migration cleanup'
114192026-07-01T16:24:50.157Z
114202026-07-01T16:24:50.157Z #### # # ###### #### # # #### #### # # ######
114212026-07-01T16:24:50.157Z # # # # # # # # # # # # # # #
114222026-07-01T16:24:50.157Z # ###### ##### # #### #### # ###### #####
114232026-07-01T16:24:50.157Z # # # # # # # # # # # #
114242026-07-01T16:24:50.157Z # # # # # # # # # # # # # # # #
114252026-07-01T16:24:50.157Z #### # # ###### #### # # #### #### # # ######
114262026-07-01T16:24:50.157Z
114272026-07-01T16:24:50.161Z+ ptime -m cargo xtask schema old-migrations
114282026-07-01T16:24:50.643Z Compiling libc v0.2.185
114292026-07-01T16:24:50.643Z Compiling serde_core v1.0.228
114302026-07-01T16:24:50.643Z Compiling serde v1.0.228
114312026-07-01T16:24:50.647Z Compiling rustix v1.1.3
114322026-07-01T16:24:50.647Z Compiling serde_json v1.0.150
114332026-07-01T16:24:50.647Z Compiling bitflags v2.11.0
114342026-07-01T16:24:50.647Z Compiling syn v1.0.109
114352026-07-01T16:24:50.747Z Compiling log v0.4.29
114362026-07-01T16:24:50.761Z Compiling getrandom v0.4.1
114372026-07-01T16:24:50.815Z Compiling usdt-impl v0.5.0
114382026-07-01T16:24:50.851Z Compiling indexmap v2.14.0
114392026-07-01T16:24:50.865Z Compiling fs-err v3.3.0
114402026-07-01T16:24:50.879Z Compiling anyhow v1.0.102
114412026-07-01T16:24:50.882Z Compiling once_cell v1.21.3
114422026-07-01T16:24:50.905Z Compiling syn v2.0.117
114432026-07-01T16:24:50.913Z Compiling heck v0.4.1
114442026-07-01T16:24:51.614Z Compiling errno v0.3.14
114452026-07-01T16:24:51.614Z Compiling thread-id v4.2.2
114462026-07-01T16:24:51.617Z Compiling memmap v0.7.0
114472026-07-01T16:24:52.345Z Compiling proc-macro-error v1.0.4
114482026-07-01T16:24:52.488Z Compiling terminal_size v0.4.3
114492026-07-01T16:24:52.488Z Compiling tempfile v3.25.0
114502026-07-01T16:24:52.595Z Compiling clap_builder v4.6.0
114512026-07-01T16:24:52.595Z Compiling textwrap v0.16.2
114522026-07-01T16:24:52.673Z Compiling tabled_derive v0.7.0
114532026-07-01T16:24:52.895Z Compiling camino v1.2.2
114542026-07-01T16:24:52.895Z Compiling cargo-platform v0.3.2
114552026-07-01T16:24:52.899Z Compiling semver v1.0.28
114562026-07-01T16:24:52.989Z Compiling pest_generator v2.8.6
114572026-07-01T16:24:53.194Z Compiling camino-tempfile v1.4.1
114582026-07-01T16:24:53.504Z Compiling tabled v0.15.0
114592026-07-01T16:24:53.569Z Compiling serde_derive v1.0.228
114602026-07-01T16:24:53.573Z Compiling thiserror-impl v1.0.69
114612026-07-01T16:24:53.573Z Compiling zerocopy-derive v0.7.35
114622026-07-01T16:24:53.573Z Compiling pest_derive v2.8.6
114632026-07-01T16:24:53.573Z Compiling scroll_derive v0.12.1
114642026-07-01T16:24:53.573Z Compiling thiserror-impl v2.0.18
114652026-07-01T16:24:53.573Z Compiling clap_derive v4.6.1
114662026-07-01T16:24:54.383Z Compiling scroll v0.12.0
114672026-07-01T16:24:54.424Z Compiling zerocopy v0.7.35
114682026-07-01T16:24:54.612Z Compiling goblin v0.8.2
114692026-07-01T16:24:54.672Z Compiling thiserror v1.0.69
114702026-07-01T16:24:54.758Z Compiling dtrace-parser v0.2.0
114712026-07-01T16:24:54.770Z Compiling thiserror v2.0.18
114722026-07-01T16:24:55.041Z Compiling clap v4.6.1
114732026-07-01T16:24:56.126Z Compiling serde_spanned v0.6.9
114742026-07-01T16:24:56.127Z Compiling toml_datetime v0.6.11
114752026-07-01T16:24:56.127Z Compiling cargo_metadata v0.23.1
114762026-07-01T16:24:56.130Z Compiling macaddr v1.0.1
114772026-07-01T16:24:56.150Z Compiling dof v0.3.0
114782026-07-01T16:24:56.154Z Compiling serde_tokenstream v0.2.3
114792026-07-01T16:24:56.319Z Compiling toml_edit v0.22.27
114802026-07-01T16:24:56.846Z Compiling usdt-attr-macro v0.5.0
114812026-07-01T16:24:56.847Z Compiling usdt-macro v0.5.0
114822026-07-01T16:24:57.546Z Compiling toml v0.8.23
114832026-07-01T16:24:57.633Z Compiling usdt v0.5.0
114842026-07-01T16:24:57.882Z Compiling cargo_toml v0.21.0
114852026-07-01T16:24:59.216Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
114862026-07-01T16:25:01.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
114872026-07-01T16:25:01.690Z Running `target/debug/xtask schema old-migrations`
114882026-07-01T16:25:02.586Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
114892026-07-01T16:25:02.719Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
114902026-07-01T16:25:02.719Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
114912026-07-01T16:25:02.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
114922026-07-01T16:25:03.303Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
114932026-07-01T16:25:03.303Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
114942026-07-01T16:25:10.573Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
114952026-07-01T16:25:10.573Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
114962026-07-01T16:25:11.402Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
114972026-07-01T16:25:11.402Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
114982026-07-01T16:25:11.405Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
114992026-07-01T16:25:11.405Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
115002026-07-01T16:25:20.249Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
115012026-07-01T16:25:28.457Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
115022026-07-01T16:25:30.084Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
115032026-07-01T16:26:05.297Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
115042026-07-01T16:26:16.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
115052026-07-01T16:26:17.127Z Running `target/debug/schema old-migrations`
115062026-07-01T16:26:17.184ZIdentifying old migrations that can be removed
115072026-07-01T16:26:17.296ZBase schema version: 148.0.0
115082026-07-01T16:26:17.302ZOK: No old migrations found
115092026-07-01T16:26:17.302Z
115102026-07-01T16:26:17.302Zreal 1:27.134801511
115112026-07-01T16:26:17.303Zuser 2:39.139952224
115122026-07-01T16:26:17.303Zsys 27.057786415
115132026-07-01T16:26:17.303Ztrap 0.024300301
115142026-07-01T16:26:17.303Ztflt 0.618745496
115152026-07-01T16:26:17.303Zdflt 1.461942613
115162026-07-01T16:26:17.303Zkflt 0.000032790
115172026-07-01T16:26:17.303Zlock 10:46.324521221
115182026-07-01T16:26:17.303Zslp 5:35.251208449
115192026-07-01T16:26:17.303Zlat 0.366124377
115202026-07-01T16:26:17.303Zstop 15.187113795
115212026-07-01T16:26:17.303Z+ [[ illumos == \i\l\l\u\m\o\s ]]
115222026-07-01T16:26:17.304Z+ banner live-test
115232026-07-01T16:26:17.309Z
115242026-07-01T16:26:17.309Z # # # # ###### ##### ###### #### #####
115252026-07-01T16:26:17.309Z # # # # # # # # #
115262026-07-01T16:26:17.309Z # # # # ##### ##### # ##### #### #
115272026-07-01T16:26:17.309Z # # # # # # # # #
115282026-07-01T16:26:17.309Z # # # # # # # # # #
115292026-07-01T16:26:17.309Z ###### # ## ###### # ###### #### #
115302026-07-01T16:26:17.309Z
115312026-07-01T16:26:17.309Z+ ptime -m cargo xtask live-tests
115322026-07-01T16:26:17.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
115332026-07-01T16:26:17.789Z Running `target/debug/xtask live-tests`
115342026-07-01T16:26:17.823Zusing temporary directory: /var/tmp/omicron_tmp/.tmpzUSWE5
115352026-07-01T16:26:17.824Zwill create archive file: /var/tmp/omicron_tmp/.tmpzUSWE5/live-tests-archive/omicron-live-tests.tar.zst
115362026-07-01T16:26:17.824Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
115372026-07-01T16:26:17.824Z
115382026-07-01T16:26:17.827Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpzUSWE5/live-tests-archive/omicron-live-tests.tar.zst"
115392026-07-01T16:26:19.668Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
115402026-07-01T16:26:19.809Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
115412026-07-01T16:26:19.820Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
115422026-07-01T16:26:19.838Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
115432026-07-01T16:26:19.838Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
115442026-07-01T16:26:19.838Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
115452026-07-01T16:26:19.903Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
115462026-07-01T16:26:19.907Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
115472026-07-01T16:26:19.913Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
115482026-07-01T16:26:19.913Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
115492026-07-01T16:26:19.913Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
115502026-07-01T16:26:19.913Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
115512026-07-01T16:26:20.955Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
115522026-07-01T16:26:21.618Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
115532026-07-01T16:26:25.380Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
115542026-07-01T16:26:25.380Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
115552026-07-01T16:26:26.440Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
115562026-07-01T16:26:58.274Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
115572026-07-01T16:26:58.813Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
115582026-07-01T16:27:01.115Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
115592026-07-01T16:27:01.680Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
115602026-07-01T16:27:29.645Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
115612026-07-01T16:27:36.869Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
115622026-07-01T16:28:00.264Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 41s
115632026-07-01T16:28:00.472Zinfo: experimental features enabled: setup-scripts, benchmarks
115642026-07-01T16:28:00.478Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpzUSWE5/live-tests-archive/omicron-live-tests.tar.zst
115652026-07-01T16:28:01.158Z Archived 402 files to /var/tmp/omicron_tmp/.tmpzUSWE5/live-tests-archive/omicron-live-tests.tar.zst in 0.68s
115662026-07-01T16:28:01.249Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpzUSWE5/live-tests-archive\""
115672026-07-01T16:28:01.259Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpzUSWE5" "live-tests-archive"
115682026-07-01T16:28:01.428Zcreated:
115692026-07-01T16:28:01.428Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
115702026-07-01T16:28:01.428ZTo use this:
115712026-07-01T16:28:01.428Z
115722026-07-01T16:28:01.428Z1. Copy the tarball to the switch zone in a deployed Omicron system.
115732026-07-01T16:28:01.429Z
115742026-07-01T16:28:01.433Z e.g., scp \
115752026-07-01T16:28:01.433Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
115762026-07-01T16:28:01.433Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
115772026-07-01T16:28:01.433Z
115782026-07-01T16:28:01.433Z2. Copy the `cargo-nextest` binary to the same place.
115792026-07-01T16:28:01.433Z
115802026-07-01T16:28:01.433Z e.g., scp \
115812026-07-01T16:28:01.433Z $(which cargo-nextest) \
115822026-07-01T16:28:01.433Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
115832026-07-01T16:28:01.433Z
115842026-07-01T16:28:01.433Z3. From the switch zone on that system, unpack the tarball with:
115852026-07-01T16:28:01.433Z
115862026-07-01T16:28:01.433Z tar xzf live-tests-archive.tgz
115872026-07-01T16:28:01.434Z
115882026-07-01T16:28:01.434Z4. From the switch zone on that system, run tests with:
115892026-07-01T16:28:01.434Z
115902026-07-01T16:28:01.434Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
115912026-07-01T16:28:01.434Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
115922026-07-01T16:28:01.434Z --workspace-remap live-tests-archive
115932026-07-01T16:28:01.434Z
115942026-07-01T16:28:01.434Z
115952026-07-01T16:28:01.434Zreal 1:44.124054460
115962026-07-01T16:28:01.434Zuser 2:48.217083937
115972026-07-01T16:28:01.434Zsys 27.099735210
115982026-07-01T16:28:01.434Ztrap 0.025813252
115992026-07-01T16:28:01.434Ztflt 0.244113358
116002026-07-01T16:28:01.434Zdflt 1.310416254
116012026-07-01T16:28:01.434Zkflt 0.000002360
116022026-07-01T16:28:01.434Zlock 13:01.837272410
116032026-07-01T16:28:01.434Zslp 10:33.070300603
116042026-07-01T16:28:01.434Zlat 0.225991429
116052026-07-01T16:28:01.434Zstop 5.154164939
116062026-07-01T16:28:01.434Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
116072026-07-01T16:28:01.438Z+ unset TMPDIR
116082026-07-01T16:28:01.438Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
116092026-07-01T16:28:01.438Zfiles in /var/tmp/omicron_tmp (none expected on success):
116102026-07-01T16:28:01.438Z+ find /var/tmp/omicron_tmp -ls
116112026-07-01T16:28:01.438Z135983 46 drwxr-xr-x 2 build build 2 Jul 1 16:28 /var/tmp/omicron_tmp
116122026-07-01T16:28:01.438Z+ rmdir /var/tmp/omicron_tmp
116132026-07-01T16:28:01.443Zprocess exited: duration 1932896 ms, exit code 0
 
116142026-07-01T16:28:01.457Zfound 6 output files
116152026-07-01T16:28:01.457Zuploading: /work/cargo-build-analysis.jsonl (1740171 bytes)
116162026-07-01T16:28:02.485Zuploaded: /work/cargo-build-analysis.jsonl
116172026-07-01T16:28:02.485Zuploading: /work/environment.json (108 bytes)
116182026-07-01T16:28:03.496Zuploaded: /work/environment.json
116192026-07-01T16:28:03.496Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (594143 bytes)
116202026-07-01T16:28:04.516Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
116212026-07-01T16:28:04.522Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (284372992 bytes)
116222026-07-01T16:28:08.616Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
116232026-07-01T16:28:08.616Zuploading: /tmp/nextest-run-archive.zip (2941205 bytes)
116242026-07-01T16:28:09.644Zuploaded: /tmp/nextest-run-archive.zip
116252026-07-01T16:28:09.644Zuploading: /tmp/nextest-chrome-trace.json (3789846 bytes)
116262026-07-01T16:28:10.684Zuploaded: /tmp/nextest-chrome-trace.json