01KVY8AVFRECXMQXYKBJGS3BP0: 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: [
        "oxidecomputer/dendrite",
    ],
    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: 01KVY8B7CG5MBPHWP8Q0ZRGRGX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T02:05:23.797Zjob assigned to worker 01KVY8B7K4S80JS2RP1792TQFQ [factory aws, i-02caf6def0d9f7c85] (queued for 48 s)
 
22026-06-25T02:05:31.075Zstarting task 0: "setup"
32026-06-25T02:05:31.080Z++ uname -s
42026-06-25T02:05:31.084Z+ kern=SunOS
52026-06-25T02:05:31.084Z+ build_user=build
62026-06-25T02:05:31.084Z+ build_uid=12345
72026-06-25T02:05:31.084Z+ work_dir=/work
82026-06-25T02:05:31.084Z+ input_dir=/input
92026-06-25T02:05:31.084Z+ [[ 0 == 12345 ]]
102026-06-25T02:05:31.084Z+ case "$kern" in
112026-06-25T02:05:31.084Z+ groupadd -g 12345 build
122026-06-25T02:05:31.087Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T02:05:33.095Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T02:05:33.185Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T02:05:33.188Z+ home_fs=zfs
162026-06-25T02:05:33.188Z+ [[ zfs == autofs ]]
172026-06-25T02:05:33.188Z+ mkdir -p /home/build
182026-06-25T02:05:33.191Z+ chown build:build /home/build /work
192026-06-25T02:05:35.193Z+ chmod 0700 /home/build /work
202026-06-25T02:05:35.199Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-25T02:05:35.205Zstarting task 1: "rust-toolchain"
222026-06-25T02:05:35.214Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T02:05:35.216Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T02:05:35.217Z * rust toolchain channel = "1.96.0"
252026-06-25T02:05:35.217Z * rust toolchain profile = "default"
262026-06-25T02:05:35.217Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T02:05:35.217Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T02:05:35.217Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T02:05:35.220Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T02:05:35.315Zinfo: downloading installer
312026-06-25T02:05:36.844Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T02:05:36.844Zwarn: /home/build/.rustup/settings.toml
332026-06-25T02:05:36.844Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T02:05:36.844Zwarn: instead of the one inferred from the default host triple.
352026-06-25T02:05:36.855Zinfo: profile set to default
362026-06-25T02:05:36.855Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T02:05:36.859Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T02:05:37.027Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T02:05:37.030Zinfo: downloading 6 components
402026-06-25T02:05:52.078Z
412026-06-25T02:05:52.078Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-25T02:05:52.106Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T02:05:52.106Z
442026-06-25T02:05:52.106Z
452026-06-25T02:05:52.107ZRust is installed now. Great!
462026-06-25T02:05:52.107Z
472026-06-25T02:05:52.107ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T02:05:52.107Zenvironment variable. This has not been done automatically.
492026-06-25T02:05:52.107Z
502026-06-25T02:05:52.108ZTo configure your current shell, you need to source
512026-06-25T02:05:52.108Zthe corresponding env file under $HOME/.cargo.
522026-06-25T02:05:52.108Z
532026-06-25T02:05:52.108ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T02:05:52.108Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T02:05:52.108Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T02:05:52.108Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T02:05:52.108Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T02:05:52.108Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T02:05:52.108Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T02:05:52.112Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T02:05:52.112Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T02:05:52.220Z+ rustup --version
632026-06-25T02:05:52.227Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T02:05:52.230Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T02:05:52.249Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T02:05:52.253Z+ cargo --version
672026-06-25T02:05:52.262Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T02:05:52.266Z+ rustc --version
692026-06-25T02:05:52.285Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T02:05:52.288Zprocess exited: duration 17082 ms, exit code 0
 
712026-06-25T02:05:52.295Zstarting task 2: "authentication"
722026-06-25T02:05:52.320Zprocess exited: duration 24 ms, exit code 0
 
732026-06-25T02:05:52.327Zstarting task 3: "clone repository"
742026-06-25T02:05:52.333Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T02:05:52.337Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T02:05:52.370ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T02:06:01.830Z+ cd /work/oxidecomputer/omicron
782026-06-25T02:06:01.830Z+ git fetch origin a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
792026-06-25T02:06:02.124ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T02:06:02.124Z * branch a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf -> FETCH_HEAD
812026-06-25T02:06:02.135Z+ [[ -n maghemite-integration ]]
822026-06-25T02:06:02.139Z++ git branch --show-current
832026-06-25T02:06:02.142Z+ current=main
842026-06-25T02:06:02.142Z+ [[ main != maghemite-integration ]]
852026-06-25T02:06:02.142Z+ git branch -f maghemite-integration a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
862026-06-25T02:06:02.145Z+ git checkout -f maghemite-integration
872026-06-25T02:06:02.390ZSwitched to branch 'maghemite-integration'
882026-06-25T02:06:02.393Z+ git reset --hard a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
892026-06-25T02:06:02.636ZHEAD is now at a61bf9c36 Update with latest version
902026-06-25T02:06:02.640Zprocess exited: duration 10311 ms, exit code 0
 
912026-06-25T02:06:02.646Zstarting task 4: "build"
922026-06-25T02:06:02.657Z+ source ./env.sh
932026-06-25T02:06:02.657Z++ OLD_SHELL_OPTS=ehxB
942026-06-25T02:06:02.657Z++ set -o xtrace
952026-06-25T02:06:02.660Z++++ dirname ./env.sh
962026-06-25T02:06:02.663Z+++ readlink -f .
972026-06-25T02:06:02.667Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-25T02:06:02.667Z++ 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-06-25T02:06:02.667Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-25T02:06:02.667Z++ 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-06-25T02:06:02.667Z++ 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-06-25T02:06:02.667Z++ 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-06-25T02:06:02.667Z++ 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-06-25T02:06:02.668Z++ 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-06-25T02:06:02.668Z++ 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-06-25T02:06:02.668Z++ 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-06-25T02:06:02.668Z++ 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-06-25T02:06:02.669Z++ case $OLD_SHELL_OPTS in
1092026-06-25T02:06:02.669Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-25T02:06:02.669Z+ source .github/buildomat/ci-env.sh
1112026-06-25T02:06:02.669Z++ export CARGO_TERM_COLOR=always
1122026-06-25T02:06:02.669Z++ CARGO_TERM_COLOR=always
1132026-06-25T02:06:02.669Z+ target_os=illumos
1142026-06-25T02:06:02.669Z+ NEXTEST_VERSION=0.9.131
1152026-06-25T02:06:02.669Z+ cargo --version
1162026-06-25T02:06:02.677Zcargo 1.96.0 (30a34c682 2026-05-25)
1172026-06-25T02:06:02.680Z+ rustc --version
1182026-06-25T02:06:02.702Zrustc 1.96.0 (ac68faa20 2026-05-25)
1192026-06-25T02:06:02.705Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1202026-06-25T02:06:02.708Z+ gunzip
1212026-06-25T02:06:02.709Z+ tar -xvf - -C /home/build/.cargo/bin
1222026-06-25T02:06:03.774Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1232026-06-25T02:06:03.777Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1242026-06-25T02:06:03.777Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1252026-06-25T02:06:03.777Ztests will store ephemeral output in /var/tmp/omicron_tmp
1262026-06-25T02:06:03.777Z+ mkdir /var/tmp/omicron_tmp
1272026-06-25T02:06:03.780Z+ OUTPUT_DIR=/work
1282026-06-25T02:06:03.780Z+ echo 'tests will store non-ephemeral output in /work'
1292026-06-25T02:06:03.780Ztests will store non-ephemeral output in /work
1302026-06-25T02:06:03.780Z+ mkdir -p /work
1312026-06-25T02:06:03.780Z+ banner prerequisites
1322026-06-25T02:06:03.783Z
1332026-06-25T02:06:03.783Z ##### ##### ###### ##### ###### #### # # # #### #
1342026-06-25T02:06:03.783Z # # # # # # # # # # # # # # #
1352026-06-25T02:06:03.783Z # # # # ##### # # ##### # # # # # #### #
1362026-06-25T02:06:03.783Z ##### ##### # ##### # # # # # # # # #
1372026-06-25T02:06:03.783Z # # # # # # # # # # # # # # #
1382026-06-25T02:06:03.783Z # # # ###### # # ###### ### # #### # #### #
1392026-06-25T02:06:03.783Z
1402026-06-25T02:06:03.786Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1412026-06-25T02:06:05.362Z Startup: Refreshing catalog 'helios' ... Done
1422026-06-25T02:06:05.465Z Startup: Caching catalogs ... Done
1432026-06-25T02:06:05.936ZPlanning: Solver setup ... Done (0.411s)
1442026-06-25T02:06:05.956ZPlanning: Running solver ... Done (0.025s)
1452026-06-25T02:06:05.966ZPlanning: Finding local manifests ... Done (0.003s)
1462026-06-25T02:06:05.979ZPlanning: Fetching manifests: 0/2 0% complete
1472026-06-25T02:06:05.996ZPlanning: Fetching manifests: 2/2 100% complete
1482026-06-25T02:06:06.010ZPlanning: Package planning ... Done (0.015s)
1492026-06-25T02:06:06.015ZPlanning: Merging actions ... Done (0.001s)
1502026-06-25T02:06:06.184ZPlanning: Checking for conflicting actions ... Done (0.172s)
1512026-06-25T02:06:06.187ZPlanning: Consolidating action changes ... Done (0.001s)
1522026-06-25T02:06:07.057ZPlanning: Evaluating mediators ... Done (0.872s)
1532026-06-25T02:06:07.060ZPlanning: Planning completed in 1.57 seconds
1542026-06-25T02:06:07.066Z Packages to install: 2
1552026-06-25T02:06:07.066Z Estimated space available: 156.05 GB
1562026-06-25T02:06:07.066ZEstimated space to be consumed: 29.57 MB
1572026-06-25T02:06:07.066Z Create boot environment: No
1582026-06-25T02:06:07.066ZCreate backup boot environment: No
1592026-06-25T02:06:07.067Z Rebuild boot archive: No
1602026-06-25T02:06:07.070Z
1612026-06-25T02:06:07.070ZChanged packages:
1622026-06-25T02:06:07.070Zhelios
1632026-06-25T02:06:07.070Z developer/build-essential
1642026-06-25T02:06:07.070Z None -> 11-3.0
1652026-06-25T02:06:07.070Z library/libxmlsec1
1662026-06-25T02:06:07.070Z None -> 1.2.35-3.0
1672026-06-25T02:06:07.094Z
1682026-06-25T02:06:07.094ZDownload: 0/214 items 0.0/1.3MB 0% complete
1692026-06-25T02:06:08.471ZDownload: Completed 1.28 MB in 1.38 seconds (952k/s)
1702026-06-25T02:06:08.552Z Actions: 1/268 actions (Installing new actions)
1712026-06-25T02:06:08.590Z Actions: Completed 268 actions in 0.04 seconds.
1722026-06-25T02:06:08.603ZFinalize: Updating package state database ... Done (0.012s)
1732026-06-25T02:06:08.603ZFinalize: Updating package cache ... Done (0.000s)
1742026-06-25T02:06:08.632ZFinalize: Updating image state ... Done (0.029s)
1752026-06-25T02:06:11.235ZFinalize: Creating fast lookup database ... Done (2.574s)
1762026-06-25T02:06:11.310ZFinalize: Reading search index ... Done (0.013s)
1772026-06-25T02:06:11.313ZFinalize: Updating search index ... Done (0.000s)
1782026-06-25T02:06:11.418ZFinalize: Updating package cache ... Done (0.000s)
1792026-06-25T02:06:11.736ZPlanning: Evaluating mediator changes ... Done
1802026-06-25T02:06:11.841ZPlanning: Checking for conflicting actions ... Done
1812026-06-25T02:06:11.844ZPlanning: Consolidating action changes ... Done
1822026-06-25T02:06:11.998ZPlanning: Evaluating mediators ... Done
1832026-06-25T02:06:12.002ZPlanning: Planning completed in 0.26 seconds
1842026-06-25T02:06:12.021Z Mediators to change: 2
1852026-06-25T02:06:12.021Z Create boot environment: No
1862026-06-25T02:06:12.021ZCreate backup boot environment: No
1872026-06-25T02:06:12.075ZFinalize: Updating package state database ... Done
1882026-06-25T02:06:12.075ZFinalize: Updating package cache ... Done
1892026-06-25T02:06:12.095ZFinalize: Updating image state ... Done
1902026-06-25T02:06:14.032ZFinalize: Creating fast lookup database ... Done
1912026-06-25T02:06:14.094ZFinalize: Reading search index ... Done
1922026-06-25T02:06:14.097ZFinalize: Updating search index ... Done
1932026-06-25T02:06:14.171ZFinalize: Updating package cache ... Done
1942026-06-25T02:06:14.456ZPlanning: Evaluating mediator changes ... Done
1952026-06-25T02:06:14.563ZPlanning: Checking for conflicting actions ... Done
1962026-06-25T02:06:14.566ZPlanning: Consolidating action changes ... Done
1972026-06-25T02:06:14.721ZPlanning: Evaluating mediators ... Done
1982026-06-25T02:06:14.724ZPlanning: Planning completed in 0.27 seconds
1992026-06-25T02:06:14.745Z Mediators to change: 1
2002026-06-25T02:06:14.745Z Create boot environment: No
2012026-06-25T02:06:14.746ZCreate backup boot environment: No
2022026-06-25T02:06:14.796ZFinalize: Updating package state database ... Done
2032026-06-25T02:06:14.796ZFinalize: Updating package cache ... Done
2042026-06-25T02:06:14.811ZFinalize: Updating image state ... Done
2052026-06-25T02:06:16.740ZFinalize: Creating fast lookup database ... Done
2062026-06-25T02:06:16.799ZFinalize: Reading search index ... Done
2072026-06-25T02:06:16.802ZFinalize: Updating search index ... Done
2082026-06-25T02:06:16.876ZFinalize: Updating package cache ... Done
2092026-06-25T02:06:17.192ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102026-06-25T02:06:17.192Zapache system 2.4 system
2112026-06-25T02:06:17.192Zclang system 15 system
2122026-06-25T02:06:17.192Zcsh system system illumos
2132026-06-25T02:06:17.192Zctags system system illumos
2142026-06-25T02:06:17.192Zfile vendor vendor darwinsys
2152026-06-25T02:06:17.192Zfile system system illumos
2162026-06-25T02:06:17.192Zgcc vendor 14 vendor
2172026-06-25T02:06:17.192Zgcc system 13 system
2182026-06-25T02:06:17.193Zgcc system 10 system
2192026-06-25T02:06:17.193Zgo system 1.25 system
2202026-06-25T02:06:17.193Zllvm system 15 system
2212026-06-25T02:06:17.193Zmariadb system 11.4 system
2222026-06-25T02:06:17.193Zmta vendor vendor dma
2232026-06-25T02:06:17.193Zopenjdk system 17 system
2242026-06-25T02:06:17.193Zopenjdk system 11 system
2252026-06-25T02:06:17.193Zopenssl vendor 3 vendor
2262026-06-25T02:06:17.193Zperl system 5.40 system
2272026-06-25T02:06:17.193Zpostgresql system 18 system
2282026-06-25T02:06:17.193Zpostgresql system 17 system
2292026-06-25T02:06:17.193Zpython vendor 3 vendor
2302026-06-25T02:06:17.193Zpython system 2 system
2312026-06-25T02:06:17.193Zpython3 vendor 3.13 vendor
2322026-06-25T02:06:17.193Zruby system 3.4 system
2332026-06-25T02:06:17.193Zruby system 3.0 system
2342026-06-25T02:06:17.193Zwords vendor vendor american-english
2352026-06-25T02:06:17.193Zwords system system australian-english
2362026-06-25T02:06:17.193Zwords system system british-english
2372026-06-25T02:06:17.193Zwords system system canadian-english
2382026-06-25T02:06:17.193Zwords system system french
2392026-06-25T02:06:17.193Zwords system system italian
2402026-06-25T02:06:17.193Zwords system system ngerman
2412026-06-25T02:06:17.193Zwords system system ogerman
2422026-06-25T02:06:17.193Zwords system system spanish
2432026-06-25T02:06:17.446ZPUBLISHER TYPE STATUS P LOCATION
2442026-06-25T02:06:17.447Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2452026-06-25T02:06:17.754ZFMRI IFO
2462026-06-25T02:06:17.754Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2472026-06-25T02:06:17.754Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2482026-06-25T02:06:17.754Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2492026-06-25T02:06:17.754Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2502026-06-25T02:06:17.754Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2512026-06-25T02:06:17.754Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2522026-06-25T02:06:17.754Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2532026-06-25T02:06:17.754Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2542026-06-25T02:06:17.754Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2552026-06-25T02:06:18.006Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562026-06-25T02:06:18.285Z Updating crates.io index
2572026-06-25T02:06:18.288Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2582026-06-25T02:06:18.513Z Updating git repository `https://github.com/oxidecomputer/lldp`
2592026-06-25T02:06:18.821Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2602026-06-25T02:06:19.107Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612026-06-25T02:06:19.993Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-06-25T02:06:20.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632026-06-25T02:06:22.194Z Updating git repository `https://github.com/oxidecomputer/opte`
2642026-06-25T02:06:22.935Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652026-06-25T02:06:23.208Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-06-25T02:06:24.236Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672026-06-25T02:06:24.497Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-25T02:06:24.825Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-06-25T02:06:25.086Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-06-25T02:06:25.518Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-06-25T02:06:25.968Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2722026-06-25T02:06:26.209Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-25T02:06:26.434Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742026-06-25T02:06:26.692Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2752026-06-25T02:06:26.979Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762026-06-25T02:06:27.215Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772026-06-25T02:06:27.444Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782026-06-25T02:06:27.695Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792026-06-25T02:06:28.054Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-06-25T02:06:28.380Z Updating git repository `https://github.com/oxidecomputer/erebor`
2812026-06-25T02:06:28.623Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-06-25T02:06:29.004Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-06-25T02:06:29.253Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-06-25T02:06:29.527Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-06-25T02:06:29.783Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-06-25T02:06:30.008Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-06-25T02:06:30.354Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2882026-06-25T02:06:30.718Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-06-25T02:06:30.928Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-06-25T02:06:31.200Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-06-25T02:06:31.496Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-06-25T02:06:31.761Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2932026-06-25T02:06:32.048Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-06-25T02:06:32.279Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-06-25T02:06:32.548Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-06-25T02:06:32.791Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-06-25T02:06:35.724Z Locking 7 packages to latest Rust 1.96.0 compatible versions
2982026-06-25T02:06:35.724Z Adding client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2992026-06-25T02:06:35.725Z Adding ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
3002026-06-25T02:06:35.725Z Adding ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
3012026-06-25T02:06:35.725Z Adding ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
3022026-06-25T02:06:35.725Z Adding mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
3032026-06-25T02:06:35.725Z Adding mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
3042026-06-25T02:06:35.725Z Adding mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
3052026-06-25T02:06:35.774Z Downloading crates ...
3062026-06-25T02:06:35.854Z Downloaded strsim v0.11.1
3072026-06-25T02:06:35.865Z Downloaded crypto-common v0.1.7
3082026-06-25T02:06:35.865Z Downloaded byteorder v1.5.0
3092026-06-25T02:06:35.865Z Downloaded heck v0.4.1
3102026-06-25T02:06:35.869Z Downloaded anstream v1.0.0
3112026-06-25T02:06:35.869Z Downloaded form_urlencoded v1.2.2
3122026-06-25T02:06:35.870Z Downloaded fnv v1.0.7
3132026-06-25T02:06:35.870Z Downloaded cfg-if v1.0.4
3142026-06-25T02:06:35.876Z Downloaded getrandom v0.4.1
3152026-06-25T02:06:35.876Z Downloaded digest v0.10.7
3162026-06-25T02:06:35.876Z Downloaded bytecount v0.6.9
3172026-06-25T02:06:35.876Z Downloaded anstyle-query v1.1.5
3182026-06-25T02:06:35.876Z Downloaded anstyle-parse v1.0.0
3192026-06-25T02:06:35.889Z Downloaded generic-array v0.14.7
3202026-06-25T02:06:35.901Z Downloaded clap_lex v1.0.0
3212026-06-25T02:06:35.901Z Downloaded memchr v2.8.0
3222026-06-25T02:06:35.905Z Downloaded smawk v0.3.2
3232026-06-25T02:06:35.905Z Downloaded heck v0.5.0
3242026-06-25T02:06:35.905Z Downloaded dof v0.3.0
3252026-06-25T02:06:35.905Z Downloaded clap_derive v4.6.1
3262026-06-25T02:06:35.905Z Downloaded autocfg v1.5.0
3272026-06-25T02:06:35.909Z Downloaded colorchoice v1.0.4
3282026-06-25T02:06:35.916Z Downloaded anstyle v1.0.14
3292026-06-25T02:06:35.922Z Downloaded once_cell v1.21.3
3302026-06-25T02:06:35.922Z Downloaded ordered-float v2.10.1
3312026-06-25T02:06:35.922Z Downloaded block-buffer v0.10.4
3322026-06-25T02:06:35.922Z Downloaded cargo-platform v0.2.0
3332026-06-25T02:06:35.934Z Downloaded scroll v0.12.0
3342026-06-25T02:06:35.966Z Downloaded equivalent v1.0.2
3352026-06-25T02:06:35.966Z Downloaded percent-encoding v2.3.2
3362026-06-25T02:06:35.966Z Downloaded cpufeatures v0.2.17
3372026-06-25T02:06:35.966Z Downloaded synstructure v0.13.2
3382026-06-25T02:06:35.975Z Downloaded clap v4.6.1
3392026-06-25T02:06:35.975Z Downloaded fastrand v2.3.0
3402026-06-25T02:06:35.975Z Downloaded macaddr v1.0.1
3412026-06-25T02:06:35.975Z Downloaded dtrace-parser v0.2.0
3422026-06-25T02:06:35.975Z Downloaded pretty-hex v0.4.1
3432026-06-25T02:06:35.975Z Downloaded idna_adapter v1.2.1
3442026-06-25T02:06:35.975Z Downloaded plain v0.2.3
3452026-06-25T02:06:35.975Z Downloaded scroll_derive v0.12.1
3462026-06-25T02:06:35.975Z Downloaded errno v0.3.14
3472026-06-25T02:06:35.980Z Downloaded tabled_derive v0.7.0
3482026-06-25T02:06:35.980Z Downloaded serde-untagged v0.1.9
3492026-06-25T02:06:35.980Z Downloaded serde_spanned v0.6.9
3502026-06-25T02:06:35.995Z Downloaded is_terminal_polyfill v1.70.2
3512026-06-25T02:06:36.010Z Downloaded potential_utf v0.1.4
3522026-06-25T02:06:36.010Z Downloaded terminal_size v0.4.3
3532026-06-25T02:06:36.010Z Downloaded swrite v0.1.0
3542026-06-25T02:06:36.010Z Downloaded stable_deref_trait v1.2.1
3552026-06-25T02:06:36.010Z Downloaded memmap v0.7.0
3562026-06-25T02:06:36.015Z Downloaded cargo_toml v0.21.0
3572026-06-25T02:06:36.015Z Downloaded camino v1.2.2
3582026-06-25T02:06:36.015Z Downloaded num-traits v0.2.19
3592026-06-25T02:06:36.015Z Downloaded serde-value v0.7.0
3602026-06-25T02:06:36.016Z Downloaded proc-macro-error-attr v1.0.4
3612026-06-25T02:06:36.016Z Downloaded itoa v1.0.17
3622026-06-25T02:06:36.040Z Downloaded camino-tempfile v1.4.1
3632026-06-25T02:06:36.052Z Downloaded serde_tokenstream v0.2.3
3642026-06-25T02:06:36.052Z Downloaded displaydoc v0.2.5
3652026-06-25T02:06:36.052Z Downloaded cargo_metadata v0.21.0
3662026-06-25T02:06:36.052Z Downloaded smallvec v1.15.1
3672026-06-25T02:06:36.052Z Downloaded anyhow v1.0.102
3682026-06-25T02:06:36.052Z Downloaded sha2 v0.10.9
3692026-06-25T02:06:36.052Z Downloaded erased-serde v0.4.9
3702026-06-25T02:06:36.052Z Downloaded proc-macro-error v1.0.4
3712026-06-25T02:06:36.056Z Downloaded quote v1.0.45
3722026-06-25T02:06:36.056Z Downloaded bitflags v2.11.0
3732026-06-25T02:06:36.056Z Downloaded icu_locale_core v2.1.1
3742026-06-25T02:06:36.056Z Downloaded tempfile v3.25.0
3752026-06-25T02:06:36.061Z Downloaded serde v1.0.228
3762026-06-25T02:06:36.061Z Downloaded pest_derive v2.8.6
3772026-06-25T02:06:36.096Z Downloaded litemap v0.8.1
3782026-06-25T02:06:36.102Z Downloaded fs-err v3.3.0
3792026-06-25T02:06:36.103Z Downloaded cargo-util-schemas v0.8.2
3802026-06-25T02:06:36.103Z Downloaded proc-macro2 v1.0.106
3812026-06-25T02:06:36.103Z Downloaded semver v1.0.28
3822026-06-25T02:06:36.103Z Downloaded pest_meta v2.8.6
3832026-06-25T02:06:36.103Z Downloaded icu_provider v2.1.1
3842026-06-25T02:06:36.109Z Downloaded serde_derive v1.0.228
3852026-06-25T02:06:36.143Z Downloaded serde_core v1.0.228
3862026-06-25T02:06:36.143Z Downloaded pest_generator v2.8.6
3872026-06-25T02:06:36.143Z Downloaded utf8parse v0.2.2
3882026-06-25T02:06:36.153Z Downloaded papergrid v0.11.0
3892026-06-25T02:06:36.153Z Downloaded log v0.4.29
3902026-06-25T02:06:36.153Z Downloaded icu_normalizer v2.1.1
3912026-06-25T02:06:36.153Z Downloaded icu_properties v2.1.2
3922026-06-25T02:06:36.153Z Downloaded icu_normalizer_data v2.1.1
3932026-06-25T02:06:36.153Z Downloaded icu_collections v2.1.1
3942026-06-25T02:06:36.154Z Downloaded zerofrom-derive v0.1.6
3952026-06-25T02:06:36.154Z Downloaded hashbrown v0.17.0
3962026-06-25T02:06:36.176Z Downloaded indexmap v2.14.0
3972026-06-25T02:06:36.184Z Downloaded pest v2.8.6
3982026-06-25T02:06:36.184Z Downloaded zerovec-derive v0.11.2
3992026-06-25T02:06:36.184Z Downloaded clap_builder v4.6.0
4002026-06-25T02:06:36.189Z Downloaded icu_properties_data v2.1.2
4012026-06-25T02:06:36.189Z Downloaded idna v1.1.0
4022026-06-25T02:06:36.206Z Downloaded serde_json v1.0.149
4032026-06-25T02:06:36.219Z Downloaded goblin v0.8.2
4042026-06-25T02:06:36.222Z Downloaded toml v0.8.23
4052026-06-25T02:06:36.222Z Downloaded tabled v0.15.0
4062026-06-25T02:06:36.234Z Downloaded unicode-width v0.2.0
4072026-06-25T02:06:36.239Z Downloaded unicode-ident v1.0.24
4082026-06-25T02:06:36.239Z Downloaded thread-id v4.2.2
4092026-06-25T02:06:36.239Z Downloaded syn v1.0.109
4102026-06-25T02:06:36.244Z Downloaded toml_write v0.1.2
4112026-06-25T02:06:36.244Z Downloaded syn v2.0.117
4122026-06-25T02:06:36.263Z Downloaded rustix v1.1.3
4132026-06-25T02:06:36.316Z Downloaded zerocopy v0.7.35
4142026-06-25T02:06:36.335Z Downloaded usdt-impl v0.5.0
4152026-06-25T02:06:36.336Z Downloaded textwrap v0.16.2
4162026-06-25T02:06:36.336Z Downloaded libc v0.2.185
4172026-06-25T02:06:36.336Z Downloaded writeable v0.6.2
4182026-06-25T02:06:36.342Z Downloaded thiserror v1.0.69
4192026-06-25T02:06:36.445Z Downloaded usdt-attr-macro v0.5.0
4202026-06-25T02:06:36.661Z Downloaded zerofrom v0.1.6
4212026-06-25T02:06:36.694Z Downloaded utf8_iter v1.0.4
4222026-06-25T02:06:36.703Z Downloaded zerovec v0.11.5
4232026-06-25T02:06:36.708Z Downloaded yoke-derive v0.8.1
4242026-06-25T02:06:36.729Z Downloaded typenum v1.19.0
4252026-06-25T02:06:36.738Z Downloaded toml_edit v0.22.27
4262026-06-25T02:06:36.756Z Downloaded thiserror-impl v2.0.18
4272026-06-25T02:06:36.777Z Downloaded url v2.5.8
4282026-06-25T02:06:36.781Z Downloaded ucd-trie v0.1.7
4292026-06-25T02:06:36.784Z Downloaded thiserror v2.0.18
4302026-06-25T02:06:36.793Z Downloaded winnow v0.7.14
4312026-06-25T02:06:36.810Z Downloaded tinystr v0.8.2
4322026-06-25T02:06:37.470Z Downloaded zerotrie v0.2.3
4332026-06-25T02:06:37.621Z Downloaded version_check v0.9.5
4342026-06-25T02:06:37.705Z Downloaded unicode-width v0.1.14
4352026-06-25T02:06:37.781Z Downloaded unicode-linebreak v0.1.5
4362026-06-25T02:06:37.825Z Downloaded usdt-macro v0.5.0
4372026-06-25T02:06:37.836Z Downloaded yoke v0.8.1
4382026-06-25T02:06:37.842Z Downloaded unicode-xid v0.2.6
4392026-06-25T02:06:37.879Z Downloaded zmij v1.0.21
4402026-06-25T02:06:37.905Z Downloaded thiserror-impl v1.0.69
4412026-06-25T02:06:37.914Z Downloaded zerocopy-derive v0.7.35
4422026-06-25T02:06:37.941Z Downloaded usdt v0.5.0
4432026-06-25T02:06:37.961Z Downloaded typeid v1.0.3
4442026-06-25T02:06:37.987Z Downloaded toml_datetime v0.6.11
4452026-06-25T02:06:38.031Z Compiling proc-macro2 v1.0.106
4462026-06-25T02:06:38.031Z Compiling quote v1.0.45
4472026-06-25T02:06:38.031Z Compiling unicode-ident v1.0.24
4482026-06-25T02:06:38.031Z Compiling serde_core v1.0.228
4492026-06-25T02:06:38.031Z Compiling libc v0.2.185
4502026-06-25T02:06:38.035Z Compiling version_check v0.9.5
4512026-06-25T02:06:38.035Z Compiling stable_deref_trait v1.2.1
4522026-06-25T02:06:38.035Z Compiling memchr v2.8.0
4532026-06-25T02:06:38.035Z Compiling serde v1.0.228
4542026-06-25T02:06:38.035Z Compiling zmij v1.0.21
4552026-06-25T02:06:38.236Z Compiling ucd-trie v0.1.7
4562026-06-25T02:06:38.241Z Compiling itoa v1.0.17
4572026-06-25T02:06:38.241Z Compiling autocfg v1.5.0
4582026-06-25T02:06:38.241Z Compiling thiserror v1.0.69
4592026-06-25T02:06:38.241Z Compiling litemap v0.8.1
4602026-06-25T02:06:38.241Z Compiling writeable v0.6.2
4612026-06-25T02:06:38.241Z Compiling icu_properties_data v2.1.2
4622026-06-25T02:06:38.241Z Compiling rustix v1.1.3
4632026-06-25T02:06:38.241Z Compiling icu_normalizer_data v2.1.1
4642026-06-25T02:06:38.241Z Compiling byteorder v1.5.0
4652026-06-25T02:06:38.241Z Compiling serde_json v1.0.149
4662026-06-25T02:06:38.241Z Compiling bitflags v2.11.0
4672026-06-25T02:06:38.251Z Compiling hashbrown v0.17.0
4682026-06-25T02:06:38.255Z Compiling smallvec v1.15.1
4692026-06-25T02:06:38.256Z Compiling equivalent v1.0.2
4702026-06-25T02:06:38.256Z Compiling typeid v1.0.3
4712026-06-25T02:06:38.256Z Compiling syn v1.0.109
4722026-06-25T02:06:38.256Z Compiling winnow v0.7.14
4732026-06-25T02:06:38.256Z Compiling toml_write v0.1.2
4742026-06-25T02:06:38.486Z Compiling erased-serde v0.4.9
4752026-06-25T02:06:38.630Z Compiling plain v0.2.3
4762026-06-25T02:06:38.648Z Compiling getrandom v0.4.1
4772026-06-25T02:06:38.667Z Compiling percent-encoding v2.3.2
4782026-06-25T02:06:38.724Z Compiling log v0.4.29
4792026-06-25T02:06:38.757Z Compiling num-traits v0.2.19
4802026-06-25T02:06:38.794Z Compiling utf8_iter v1.0.4
4812026-06-25T02:06:38.853Z Compiling indexmap v2.14.0
4822026-06-25T02:06:38.887Z Compiling camino v1.2.2
4832026-06-25T02:06:38.951Z Compiling utf8parse v0.2.2
4842026-06-25T02:06:39.024Z Compiling thiserror v2.0.18
4852026-06-25T02:06:39.110Z Compiling form_urlencoded v1.2.2
4862026-06-25T02:06:39.130Z Compiling anstyle v1.0.14
4872026-06-25T02:06:39.199Z Compiling anstyle-parse v1.0.0
4882026-06-25T02:06:39.207Z Compiling is_terminal_polyfill v1.70.2
4892026-06-25T02:06:39.220Z Compiling cfg-if v1.0.4
4902026-06-25T02:06:39.269Z Compiling colorchoice v1.0.4
4912026-06-25T02:06:39.297Z Compiling anstyle-query v1.1.5
4922026-06-25T02:06:39.342Z Compiling pretty-hex v0.4.1
4932026-06-25T02:06:39.367Z Compiling proc-macro-error-attr v1.0.4
4942026-06-25T02:06:39.406Z Compiling pest v2.8.6
4952026-06-25T02:06:39.460Z Compiling usdt-impl v0.5.0
4962026-06-25T02:06:39.469Z Compiling proc-macro-error v1.0.4
4972026-06-25T02:06:39.664Z Compiling fs-err v3.3.0
4982026-06-25T02:06:39.739Z Compiling bytecount v0.6.9
4992026-06-25T02:06:39.762Z Compiling strsim v0.11.1
5002026-06-25T02:06:39.764Z Compiling unicode-width v0.1.14
5012026-06-25T02:06:39.785Z Compiling fnv v1.0.7
5022026-06-25T02:06:39.789Z Compiling clap_lex v1.0.0
5032026-06-25T02:06:39.789Z Compiling heck v0.5.0
5042026-06-25T02:06:39.865Z Compiling fastrand v2.3.0
5052026-06-25T02:06:39.872Z Compiling anyhow v1.0.102
5062026-06-25T02:06:39.872Z Compiling unicode-xid v0.2.6
5072026-06-25T02:06:39.872Z Compiling once_cell v1.21.3
5082026-06-25T02:06:39.872Z Compiling heck v0.4.1
5092026-06-25T02:06:39.876Z Compiling unicode-linebreak v0.1.5
5102026-06-25T02:06:39.918Z Compiling unicode-width v0.2.0
5112026-06-25T02:06:40.126Z Compiling errno v0.3.14
5122026-06-25T02:06:40.131Z Compiling thread-id v4.2.2
5132026-06-25T02:06:40.131Z Compiling memmap v0.7.0
5142026-06-25T02:06:40.131Z Compiling smawk v0.3.2
5152026-06-25T02:06:40.147Z Compiling papergrid v0.11.0
5162026-06-25T02:06:40.202Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5172026-06-25T02:06:40.208Z Compiling swrite v0.1.0
5182026-06-25T02:06:40.558Z Compiling anstream v1.0.0
5192026-06-25T02:06:41.958Z Compiling ordered-float v2.10.1
5202026-06-25T02:06:41.972Z Compiling syn v2.0.117
5212026-06-25T02:06:41.972Z Compiling pest_meta v2.8.6
5222026-06-25T02:06:41.972Z Compiling terminal_size v0.4.3
5232026-06-25T02:06:41.972Z Compiling tempfile v3.25.0
5242026-06-25T02:06:41.972Z Compiling clap_builder v4.6.0
5252026-06-25T02:06:41.972Z Compiling textwrap v0.16.2
5262026-06-25T02:06:42.302Z Compiling semver v1.0.28
5272026-06-25T02:06:42.433Z Compiling tabled_derive v0.7.0
5282026-06-25T02:06:42.557Z Compiling camino-tempfile v1.4.1
5292026-06-25T02:06:43.066Z Compiling serde-untagged v0.1.9
5302026-06-25T02:06:43.121Z Compiling tabled v0.15.0
5312026-06-25T02:06:43.465Z Compiling synstructure v0.13.2
5322026-06-25T02:06:43.465Z Compiling pest_generator v2.8.6
5332026-06-25T02:06:43.953Z Compiling serde_derive v1.0.228
5342026-06-25T02:06:43.953Z Compiling zerofrom-derive v0.1.6
5352026-06-25T02:06:43.953Z Compiling yoke-derive v0.8.1
5362026-06-25T02:06:43.968Z Compiling zerovec-derive v0.11.2
5372026-06-25T02:06:43.968Z Compiling displaydoc v0.2.5
5382026-06-25T02:06:43.968Z Compiling thiserror-impl v1.0.69
5392026-06-25T02:06:43.968Z Compiling zerocopy-derive v0.7.35
5402026-06-25T02:06:43.968Z Compiling scroll_derive v0.12.1
5412026-06-25T02:06:43.968Z Compiling thiserror-impl v2.0.18
5422026-06-25T02:06:43.968Z Compiling clap_derive v4.6.1
5432026-06-25T02:06:44.006Z Compiling pest_derive v2.8.6
5442026-06-25T02:06:44.757Z Compiling scroll v0.12.0
5452026-06-25T02:06:44.858Z Compiling zerocopy v0.7.35
5462026-06-25T02:06:44.955Z Compiling zerofrom v0.1.6
5472026-06-25T02:06:44.991Z Compiling goblin v0.8.2
5482026-06-25T02:06:45.068Z Compiling yoke v0.8.1
5492026-06-25T02:06:45.174Z Compiling dtrace-parser v0.2.0
5502026-06-25T02:06:45.220Z Compiling zerovec v0.11.5
5512026-06-25T02:06:45.220Z Compiling zerotrie v0.2.3
5522026-06-25T02:06:45.383Z Compiling clap v4.6.1
5532026-06-25T02:06:45.669Z Compiling tinystr v0.8.2
5542026-06-25T02:06:45.669Z Compiling potential_utf v0.1.4
5552026-06-25T02:06:45.847Z Compiling icu_collections v2.1.1
5562026-06-25T02:06:45.933Z Compiling icu_locale_core v2.1.1
5572026-06-25T02:06:46.412Z Compiling dof v0.3.0
5582026-06-25T02:06:46.412Z Compiling serde_tokenstream v0.2.3
5592026-06-25T02:06:46.419Z Compiling icu_provider v2.1.1
5602026-06-25T02:06:46.419Z Compiling toml_datetime v0.6.11
5612026-06-25T02:06:46.419Z Compiling serde_spanned v0.6.9
5622026-06-25T02:06:46.419Z Compiling serde-value v0.7.0
5632026-06-25T02:06:46.419Z Compiling cargo-platform v0.2.0
5642026-06-25T02:06:46.419Z Compiling macaddr v1.0.1
5652026-06-25T02:06:46.666Z Compiling toml_edit v0.22.27
5662026-06-25T02:06:46.720Z Compiling icu_properties v2.1.2
5672026-06-25T02:06:46.720Z Compiling icu_normalizer v2.1.1
5682026-06-25T02:06:47.128Z Compiling usdt-macro v0.5.0
5692026-06-25T02:06:47.133Z Compiling usdt-attr-macro v0.5.0
5702026-06-25T02:06:47.520Z Compiling idna_adapter v1.2.1
5712026-06-25T02:06:47.620Z Compiling idna v1.1.0
5722026-06-25T02:06:47.740Z Compiling usdt v0.5.0
5732026-06-25T02:06:47.896Z Compiling url v2.5.8
5742026-06-25T02:06:47.911Z Compiling toml v0.8.23
5752026-06-25T02:06:48.260Z Compiling cargo_toml v0.21.0
5762026-06-25T02:06:48.293Z Compiling cargo-util-schemas v0.8.2
5772026-06-25T02:06:49.067Z Compiling cargo_metadata v0.21.0
5782026-06-25T02:06:49.973Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5792026-06-25T02:06:52.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.26s
5802026-06-25T02:06:52.412Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5812026-06-25T02:06:52.797Z Downloading crates ...
5822026-06-25T02:06:52.923Z Downloaded console v0.15.11
5832026-06-25T02:06:52.931Z Downloaded bzip2 v0.6.1
5842026-06-25T02:06:52.939Z Downloaded base64 v0.22.1
5852026-06-25T02:06:52.946Z Downloaded darling_macro v0.20.11
5862026-06-25T02:06:52.952Z Downloaded crossterm v0.28.1
5872026-06-25T02:06:52.952Z Downloaded diesel_table_macro_syntax v0.3.0
5882026-06-25T02:06:52.955Z Downloaded bit-set v0.5.3
5892026-06-25T02:06:52.960Z Downloaded arrayref v0.3.9
5902026-06-25T02:06:52.960Z Downloaded aead v0.5.2
5912026-06-25T02:06:52.966Z Downloaded derive_builder v0.20.2
5922026-06-25T02:06:52.966Z Downloaded aws-lc-rs v1.16.3
5932026-06-25T02:06:52.971Z Downloaded darling_core v0.23.0
5942026-06-25T02:06:52.978Z Downloaded corncobs v0.1.4
5952026-06-25T02:06:52.982Z Downloaded cpufeatures v0.3.0
5962026-06-25T02:06:52.982Z Downloaded bitfield-macros v0.19.4
5972026-06-25T02:06:52.987Z Downloaded bindgen v0.71.1
5982026-06-25T02:06:52.990Z Downloaded cobs v0.3.0
5992026-06-25T02:06:52.990Z Downloaded async-stream v0.3.6
6002026-06-25T02:06:52.991Z Downloaded funty v2.0.0
6012026-06-25T02:06:52.991Z Downloaded convert_case v0.10.0
6022026-06-25T02:06:52.996Z Downloaded bcrypt-pbkdf v0.10.0
6032026-06-25T02:06:52.999Z Downloaded arc-swap v1.8.2
6042026-06-25T02:06:53.024Z Downloaded fxhash v0.2.1
6052026-06-25T02:06:53.033Z Downloaded const_format_proc_macros v0.2.34
6062026-06-25T02:06:53.033Z Downloaded cexpr v0.6.0
6072026-06-25T02:06:53.038Z Downloaded convert_case v0.4.0
6082026-06-25T02:06:53.038Z Downloaded compression-codecs v0.4.37
6092026-06-25T02:06:53.038Z Downloaded cmake v0.1.57
6102026-06-25T02:06:53.038Z Downloaded backoff v0.4.0
6112026-06-25T02:06:53.041Z Downloaded const-oid v0.9.6
6122026-06-25T02:06:53.041Z Downloaded cfg_aliases v0.1.1
6132026-06-25T02:06:53.047Z Downloaded buf-list v1.1.2
6142026-06-25T02:06:53.050Z Downloaded darling v0.23.0
6152026-06-25T02:06:53.054Z Downloaded fixedbitset v0.4.2
6162026-06-25T02:06:53.058Z Downloaded crc8 v0.1.1
6172026-06-25T02:06:53.059Z Downloaded console v0.16.2
6182026-06-25T02:06:53.062Z Downloaded ecdsa v0.16.9
6192026-06-25T02:06:53.062Z Downloaded crossbeam-deque v0.8.6
6202026-06-25T02:06:53.066Z Downloaded des v0.8.1
6212026-06-25T02:06:53.066Z Downloaded endian-type v0.1.2
6222026-06-25T02:06:53.066Z Downloaded derive_builder_core v0.20.2
6232026-06-25T02:06:53.070Z Downloaded dropshot-api-manager-types v0.7.2
6242026-06-25T02:06:53.070Z Downloaded ciborium-io v0.2.2
6252026-06-25T02:06:53.070Z Downloaded daft-derive v0.1.7
6262026-06-25T02:06:53.073Z Downloaded crc-catalog v2.4.0
6272026-06-25T02:06:53.077Z Downloaded embedded-io v0.6.1
6282026-06-25T02:06:53.077Z Downloaded foreign-types-shared v0.1.1
6292026-06-25T02:06:53.078Z Downloaded dirs-next v2.0.0
6302026-06-25T02:06:53.078Z Downloaded atty v0.2.14
6312026-06-25T02:06:53.082Z Downloaded fixedbitset v0.5.7
6322026-06-25T02:06:53.087Z Downloaded ascii-canvas v3.0.0
6332026-06-25T02:06:53.087Z Downloaded foreign-types-shared v0.3.1
6342026-06-25T02:06:53.087Z Downloaded darling_macro v0.23.0
6352026-06-25T02:06:53.090Z Downloaded curve25519-dalek-derive v0.1.1
6362026-06-25T02:06:53.090Z Downloaded castaway v0.2.4
6372026-06-25T02:06:53.090Z Downloaded crc v3.4.0
6382026-06-25T02:06:53.090Z Downloaded filetime v0.2.27
6392026-06-25T02:06:53.095Z Downloaded ed25519 v2.2.3
6402026-06-25T02:06:53.095Z Downloaded crunchy v0.2.4
6412026-06-25T02:06:53.099Z Downloaded futures-sink v0.3.32
6422026-06-25T02:06:53.099Z Downloaded deranged v0.5.8
6432026-06-25T02:06:53.103Z Downloaded cassowary v0.3.0
6442026-06-25T02:06:53.103Z Downloaded derive-where v1.6.0
6452026-06-25T02:06:53.106Z Downloaded crc-any v2.5.0
6462026-06-25T02:06:53.106Z Downloaded bit-vec v0.8.0
6472026-06-25T02:06:53.110Z Downloaded bytes v1.11.1
6482026-06-25T02:06:53.114Z Downloaded bitfield-struct v0.6.2
6492026-06-25T02:06:53.114Z Downloaded anstyle-parse v0.2.7
6502026-06-25T02:06:53.121Z Downloaded float-cmp v0.10.0
6512026-06-25T02:06:53.121Z Downloaded dropshot_endpoint v0.17.0
6522026-06-25T02:06:53.127Z Downloaded gethostname v0.5.0
6532026-06-25T02:06:53.127Z Downloaded array-init v0.0.4
6542026-06-25T02:06:53.127Z Downloaded async-recursion v1.1.1
6552026-06-25T02:06:53.127Z Downloaded der v0.7.10
6562026-06-25T02:06:53.130Z Downloaded foldhash v0.1.5
6572026-06-25T02:06:53.131Z Downloaded foldhash v0.2.0
6582026-06-25T02:06:53.131Z Downloaded cbc v0.1.2
6592026-06-25T02:06:53.131Z Downloaded async-trait v0.1.89
6602026-06-25T02:06:53.135Z Downloaded git-stub v1.0.0
6612026-06-25T02:06:53.138Z Downloaded futures-task v0.3.32
6622026-06-25T02:06:53.138Z Downloaded defmt-parser v1.0.0
6632026-06-25T02:06:53.142Z Downloaded fatfs v0.3.6
6642026-06-25T02:06:53.142Z Downloaded dropshot-api-manager v0.7.2
6652026-06-25T02:06:53.145Z Downloaded hash32 v0.3.1
6662026-06-25T02:06:53.148Z Downloaded debug-ignore v1.0.5
6672026-06-25T02:06:53.148Z Downloaded derive_more-impl v2.1.1
6682026-06-25T02:06:53.152Z Downloaded csv-core v0.1.13
6692026-06-25T02:06:53.153Z Downloaded cookie_store v0.22.1
6702026-06-25T02:06:53.156Z Downloaded block-padding v0.3.3
6712026-06-25T02:06:53.156Z Downloaded hash32 v0.2.1
6722026-06-25T02:06:53.156Z Downloaded ar_archive_writer v0.5.1
6732026-06-25T02:06:53.161Z Downloaded async-bb8-diesel v0.2.1
6742026-06-25T02:06:53.162Z Downloaded expectorate v1.2.0
6752026-06-25T02:06:53.162Z Downloaded ena v0.14.4
6762026-06-25T02:06:53.165Z Downloaded diff v0.1.13
6772026-06-25T02:06:53.165Z Downloaded ciborium v0.2.2
6782026-06-25T02:06:53.165Z Downloaded chacha20 v0.9.1
6792026-06-25T02:06:53.170Z Downloaded bzip2 v0.4.4
6802026-06-25T02:06:53.170Z Downloaded cipher v0.4.4
6812026-06-25T02:06:53.170Z Downloaded arrayvec v0.7.6
6822026-06-25T02:06:53.178Z Downloaded futures-core v0.3.32
6832026-06-25T02:06:53.179Z Downloaded anstream v0.6.21
6842026-06-25T02:06:53.179Z Downloaded futures-channel v0.3.32
6852026-06-25T02:06:53.179Z Downloaded ahash v0.8.12
6862026-06-25T02:06:53.179Z Downloaded httpdate v1.0.3
6872026-06-25T02:06:53.179Z Downloaded hex v0.4.3
6882026-06-25T02:06:53.194Z Downloaded bcs v0.1.6
6892026-06-25T02:06:53.194Z Downloaded derive_more v0.99.20
6902026-06-25T02:06:53.194Z Downloaded headers-core v0.3.0
6912026-06-25T02:06:53.194Z Downloaded ghash v0.5.1
6922026-06-25T02:06:53.194Z Downloaded futures-io v0.3.32
6932026-06-25T02:06:53.200Z Downloaded glob v0.3.3
6942026-06-25T02:06:53.200Z Downloaded backon v1.6.0
6952026-06-25T02:06:53.200Z Downloaded base64ct v1.8.3
6962026-06-25T02:06:53.200Z Downloaded float-ord v0.3.2
6972026-06-25T02:06:53.200Z Downloaded hex-literal v0.4.1
6982026-06-25T02:06:53.200Z Downloaded aes v0.8.4
6992026-06-25T02:06:53.203Z Downloaded fs-err v2.11.0
7002026-06-25T02:06:53.209Z Downloaded cookie v0.18.1
7012026-06-25T02:06:53.214Z Downloaded hostname v0.3.1
7022026-06-25T02:06:53.214Z Downloaded highway v1.3.0
7032026-06-25T02:06:53.214Z Downloaded group v0.13.0
7042026-06-25T02:06:53.218Z Downloaded dsl_auto_type v0.2.0
7052026-06-25T02:06:53.218Z Downloaded daft v0.1.7
7062026-06-25T02:06:53.218Z Downloaded foreign-types v0.3.2
7072026-06-25T02:06:53.222Z Downloaded colored v2.2.0
7082026-06-25T02:06:53.222Z Downloaded globset v0.4.18
7092026-06-25T02:06:53.222Z Downloaded hostname v0.4.2
7102026-06-25T02:06:53.226Z Downloaded drift v0.2.0
7112026-06-25T02:06:53.229Z Downloaded hyper-tls v0.6.0
7122026-06-25T02:06:53.233Z Downloaded hubpack v0.1.2
7132026-06-25T02:06:53.233Z Downloaded crucible-workspace-hack v0.1.0
7142026-06-25T02:06:53.233Z Downloaded half v1.8.3
7152026-06-25T02:06:53.233Z Downloaded base64 v0.21.7
7162026-06-25T02:06:53.237Z Downloaded erased-serde v0.3.31
7172026-06-25T02:06:53.237Z Downloaded http-body v1.0.1
7182026-06-25T02:06:53.242Z Downloaded ident_case v1.0.1
7192026-06-25T02:06:53.242Z Downloaded futures v0.3.32
7202026-06-25T02:06:53.245Z Downloaded humantime v2.3.0
7212026-06-25T02:06:53.245Z Downloaded aho-corasick v1.1.4
7222026-06-25T02:06:53.245Z Downloaded http-body-util v0.1.3
7232026-06-25T02:06:53.249Z Downloaded half v2.7.1
7242026-06-25T02:06:53.249Z Downloaded flume v0.11.1
7252026-06-25T02:06:53.252Z Downloaded indoc v1.0.9
7262026-06-25T02:06:53.255Z Downloaded cstr-argument v0.1.2
7272026-06-25T02:06:53.256Z Downloaded downcast-rs v2.0.2
7282026-06-25T02:06:53.256Z Downloaded difflib v0.4.0
7292026-06-25T02:06:53.256Z Downloaded indent_write v2.2.0
7302026-06-25T02:06:53.260Z Downloaded is-terminal v0.4.17
7312026-06-25T02:06:53.260Z Downloaded foreign-types-macros v0.2.3
7322026-06-25T02:06:53.260Z Downloaded derive_builder_macro v0.20.2
7332026-06-25T02:06:53.260Z Downloaded fallible-iterator v0.2.0
7342026-06-25T02:06:53.260Z Downloaded data-encoding v2.10.0
7352026-06-25T02:06:53.265Z Downloaded inout v0.1.4
7362026-06-25T02:06:53.265Z Downloaded either v1.15.0
7372026-06-25T02:06:53.265Z Downloaded derive-ex v0.1.8
7382026-06-25T02:06:53.265Z Downloaded fd-lock v4.0.4
7392026-06-25T02:06:53.265Z Downloaded fs_extra v1.3.0
7402026-06-25T02:06:53.269Z Downloaded compact_str v0.8.1
7412026-06-25T02:06:53.269Z Downloaded darling v0.21.3
7422026-06-25T02:06:53.273Z Downloaded cc v1.2.56
7432026-06-25T02:06:53.273Z Downloaded internet-checksum v0.2.1
7442026-06-25T02:06:53.277Z Downloaded illumos-nvpair v0.3.0
7452026-06-25T02:06:53.277Z Downloaded lazy_static v1.5.0
7462026-06-25T02:06:53.280Z Downloaded flagset v0.4.7
7472026-06-25T02:06:53.286Z Downloaded kstat-rs v0.2.4
7482026-06-25T02:06:53.290Z Downloaded crossbeam-channel v0.5.15
7492026-06-25T02:06:53.290Z Downloaded keccak v0.1.6
7502026-06-25T02:06:53.293Z Downloaded indoc v2.0.7
7512026-06-25T02:06:53.293Z Downloaded home v0.5.12
7522026-06-25T02:06:53.293Z Downloaded dof v0.4.0
7532026-06-25T02:06:53.297Z Downloaded impl-trait-for-tuples v0.2.3
7542026-06-25T02:06:53.297Z Downloaded headers v0.4.1
7552026-06-25T02:06:53.304Z Downloaded ingot-types v0.1.2
7562026-06-25T02:06:53.309Z Downloaded iana-time-zone v0.1.65
7572026-06-25T02:06:53.309Z Downloaded crypto-bigint v0.5.5
7582026-06-25T02:06:53.311Z Downloaded diesel_derives v2.3.7
7592026-06-25T02:06:53.315Z Downloaded jobserver v0.1.34
7602026-06-25T02:06:53.318Z Downloaded maybe-uninit v2.0.0
7612026-06-25T02:06:53.318Z Downloaded darling v0.20.11
7622026-06-25T02:06:53.322Z Downloaded memoffset v0.9.1
7632026-06-25T02:06:53.322Z Downloaded managed v0.8.0
7642026-06-25T02:06:53.322Z Downloaded foreign-types v0.5.0
7652026-06-25T02:06:53.326Z Downloaded darling_macro v0.13.4
7662026-06-25T02:06:53.326Z Downloaded httparse v1.10.1
7672026-06-25T02:06:53.331Z Downloaded display-error-chain v0.2.2
7682026-06-25T02:06:53.334Z Downloaded defmt v0.3.100
7692026-06-25T02:06:53.334Z Downloaded document-features v0.2.12
7702026-06-25T02:06:53.337Z Downloaded lalrpop-util v0.19.12
7712026-06-25T02:06:53.337Z Downloaded embedded-io v0.4.0
7722026-06-25T02:06:53.337Z Downloaded darling_macro v0.21.3
7732026-06-25T02:06:53.337Z Downloaded dyn-clone v1.0.20
7742026-06-25T02:06:53.342Z Downloaded dtrace-parser v0.3.0
7752026-06-25T02:06:53.345Z Downloaded elliptic-curve v0.13.8
7762026-06-25T02:06:53.345Z Downloaded newtype-uuid-macros v0.1.0
7772026-06-25T02:06:53.348Z Downloaded ingot v0.1.1
7782026-06-25T02:06:53.356Z Downloaded lzss v0.8.2
7792026-06-25T02:06:53.356Z Downloaded atomic-waker v1.1.2
7802026-06-25T02:06:53.356Z Downloaded ipnetwork v0.21.1
7812026-06-25T02:06:53.360Z Downloaded http v1.4.0
7822026-06-25T02:06:53.360Z Downloaded lock_api v0.4.14
7832026-06-25T02:06:53.360Z Downloaded linear-map v1.2.0
7842026-06-25T02:06:53.367Z Downloaded libefi-sys v0.1.0
7852026-06-25T02:06:53.368Z Downloaded find-msvc-tools v0.1.9
7862026-06-25T02:06:53.368Z Downloaded nonempty v0.12.0
7872026-06-25T02:06:53.373Z Downloaded bitvec v1.0.1
7882026-06-25T02:06:53.376Z Downloaded match_cfg v0.1.0
7892026-06-25T02:06:53.376Z Downloaded libbz2-rs-sys v0.2.2
7902026-06-25T02:06:53.376Z Downloaded multimap v0.10.1
7912026-06-25T02:06:53.389Z Downloaded nodrop v0.1.14
7922026-06-25T02:06:53.393Z Downloaded darling v0.13.4
7932026-06-25T02:06:53.393Z Downloaded critical-section v1.2.0
7942026-06-25T02:06:53.393Z Downloaded new_debug_unreachable v1.0.6
7952026-06-25T02:06:53.396Z Downloaded heapless v0.8.0
7962026-06-25T02:06:53.396Z Downloaded mime_guess v2.0.5
7972026-06-25T02:06:53.400Z Downloaded http-range v0.1.5
7982026-06-25T02:06:53.400Z Downloaded blake3 v1.8.5
7992026-06-25T02:06:53.405Z Downloaded nanorand v0.7.0
8002026-06-25T02:06:53.408Z Downloaded multer v3.1.0
8012026-06-25T02:06:53.408Z Downloaded num_threads v0.1.7
8022026-06-25T02:06:53.408Z Downloaded hashbrown v0.12.3
8032026-06-25T02:06:53.411Z Downloaded md-5 v0.10.6
8042026-06-25T02:06:53.411Z Downloaded crossbeam-utils v0.8.21
8052026-06-25T02:06:53.414Z Downloaded maplit v1.0.2
8062026-06-25T02:06:53.414Z Downloaded hyper-rustls v0.27.7
8072026-06-25T02:06:53.417Z Downloaded env_logger v0.11.9
8082026-06-25T02:06:53.418Z Downloaded getrandom v0.2.17
8092026-06-25T02:06:53.422Z Downloaded normalize-line-endings v0.3.0
8102026-06-25T02:06:53.422Z Downloaded jiff-static v0.2.21
8112026-06-25T02:06:53.425Z Downloaded linked-hash-map v0.5.6
8122026-06-25T02:06:53.425Z Downloaded is_ci v1.2.0
8132026-06-25T02:06:53.425Z Downloaded crossbeam-epoch v0.9.18
8142026-06-25T02:06:53.425Z Downloaded mime v0.3.17
8152026-06-25T02:06:53.429Z Downloaded libsw-core v0.3.2
8162026-06-25T02:06:53.429Z Downloaded darling_core v0.20.11
8172026-06-25T02:06:53.432Z Downloaded num_enum_derive v0.5.11
8182026-06-25T02:06:53.432Z Downloaded hashbrown v0.13.2
8192026-06-25T02:06:53.435Z Downloaded newtype-uuid v1.3.2
8202026-06-25T02:06:53.435Z Downloaded ingot-macros v0.1.1
8212026-06-25T02:06:53.436Z Downloaded hyper-util v0.1.20
8222026-06-25T02:06:53.440Z Downloaded openssl-probe v0.2.1
8232026-06-25T02:06:53.442Z Downloaded crc32fast v1.5.0
8242026-06-25T02:06:53.442Z Downloaded lru-cache v0.1.2
8252026-06-25T02:06:53.442Z Downloaded libscf-sys v1.1.0
8262026-06-25T02:06:53.445Z Downloaded compression-core v0.4.31
8272026-06-25T02:06:53.445Z Downloaded chrono v0.4.44
8282026-06-25T02:06:53.449Z Downloaded pbkdf2 v0.11.0
8292026-06-25T02:06:53.453Z Downloaded opaque-debug v0.3.1
8302026-06-25T02:06:53.453Z Downloaded num-derive v0.4.2
8312026-06-25T02:06:53.453Z Downloaded num_enum v0.7.6
8322026-06-25T02:06:53.456Z Downloaded ipnet v2.11.0
8332026-06-25T02:06:53.464Z Downloaded constant_time_eq v0.4.2
8342026-06-25T02:06:53.464Z Downloaded newtype_derive v0.1.6
8352026-06-25T02:06:53.464Z Downloaded md5 v0.7.0
8362026-06-25T02:06:53.467Z Downloaded assert_matches v1.5.0
8372026-06-25T02:06:53.467Z Downloaded atomicwrites v0.4.4
8382026-06-25T02:06:53.467Z Downloaded ff v0.13.1
8392026-06-25T02:06:53.467Z Downloaded env_filter v1.0.0
8402026-06-25T02:06:53.467Z Downloaded nibble_vec v0.1.0
8412026-06-25T02:06:53.467Z Downloaded packed_struct_codegen v0.10.1
8422026-06-25T02:06:53.468Z Downloaded newline-converter v0.3.0
8432026-06-25T02:06:53.468Z Downloaded defmt v1.0.1
8442026-06-25T02:06:53.471Z Downloaded num v0.4.3
8452026-06-25T02:06:53.473Z Downloaded dunce v1.0.5
8462026-06-25T02:06:53.473Z Downloaded dirs-sys-next v0.1.2
8472026-06-25T02:06:53.478Z Downloaded diesel-dtrace v0.5.0
8482026-06-25T02:06:53.478Z Downloaded memmap2 v0.9.10
8492026-06-25T02:06:53.478Z Downloaded num_enum v0.5.11
8502026-06-25T02:06:53.478Z Downloaded num-integer v0.1.46
8512026-06-25T02:06:53.481Z Downloaded der_derive v0.7.3
8522026-06-25T02:06:53.481Z Downloaded iri-string v0.7.10
8532026-06-25T02:06:53.485Z Downloaded num-conv v0.2.0
8542026-06-25T02:06:53.485Z Downloaded itertools v0.12.1
8552026-06-25T02:06:53.489Z Downloaded parse-size v1.1.0
8562026-06-25T02:06:53.493Z Downloaded chacha20 v0.10.0
8572026-06-25T02:06:53.493Z Downloaded openssl-probe v0.1.6
8582026-06-25T02:06:53.493Z Downloaded ctr v0.9.2
8592026-06-25T02:06:53.500Z Downloaded hickory-server v0.25.2
8602026-06-25T02:06:53.500Z Downloaded owo-colors v4.3.0
8612026-06-25T02:06:53.500Z Downloaded openssl-macros v0.1.1
8622026-06-25T02:06:53.500Z Downloaded crossterm v0.29.0
8632026-06-25T02:06:53.504Z Downloaded async-stream-impl v0.3.6
8642026-06-25T02:06:53.504Z Downloaded argon2 v0.5.3
8652026-06-25T02:06:53.507Z Downloaded oso-derive v0.27.3
8662026-06-25T02:06:53.507Z Downloaded adler2 v2.0.1
8672026-06-25T02:06:53.507Z Downloaded phf_shared v0.11.3
8682026-06-25T02:06:53.511Z Downloaded peg-runtime v0.8.5
8692026-06-25T02:06:53.511Z Downloaded omicron-zone-package v0.12.2
8702026-06-25T02:06:53.511Z Downloaded enum-as-inner v0.6.1
8712026-06-25T02:06:53.511Z Downloaded defmt-macros v1.0.1
8722026-06-25T02:06:53.514Z Downloaded cargo-platform v0.3.2
8732026-06-25T02:06:53.520Z Downloaded predicates-tree v1.0.13
8742026-06-25T02:06:53.524Z Downloaded bit-set v0.8.0
8752026-06-25T02:06:53.525Z Downloaded bb8 v0.8.6
8762026-06-25T02:06:53.528Z Downloaded parking_lot v0.11.2
8772026-06-25T02:06:53.528Z Downloaded bitflags v1.3.2
8782026-06-25T02:06:53.532Z Downloaded hickory-resolver v0.24.4
8792026-06-25T02:06:53.533Z Downloaded olpc-cjson v0.1.4
8802026-06-25T02:06:53.536Z Downloaded bit-vec v0.6.3
8812026-06-25T02:06:53.536Z Downloaded predicates-core v1.0.10
8822026-06-25T02:06:53.539Z Downloaded itertools v0.13.0
8832026-06-25T02:06:53.543Z Downloaded num-rational v0.4.2
8842026-06-25T02:06:53.543Z Downloaded darling_core v0.21.3
8852026-06-25T02:06:53.546Z Downloaded oxide-tokio-rt v0.1.4
8862026-06-25T02:06:53.546Z Downloaded num_enum_derive v0.7.6
8872026-06-25T02:06:53.549Z Downloaded ciborium-ll v0.2.2
8882026-06-25T02:06:53.553Z Downloaded packed_struct v0.10.1
8892026-06-25T02:06:53.553Z Downloaded cargo_metadata v0.23.1
8902026-06-25T02:06:53.557Z Downloaded byte-wrapper v0.1.0
8912026-06-25T02:06:53.557Z Downloaded paste v1.0.15
8922026-06-25T02:06:53.561Z Downloaded cfg_aliases v0.2.1
8932026-06-25T02:06:53.561Z Downloaded pkg-config v0.3.32
8942026-06-25T02:06:53.561Z Downloaded parse-display-derive v0.10.0
8952026-06-25T02:06:53.567Z Downloaded path-slash v0.1.5
8962026-06-25T02:06:53.567Z Downloaded bitfield v0.19.4
8972026-06-25T02:06:53.567Z Downloaded parking_lot v0.12.5
8982026-06-25T02:06:53.567Z Downloaded pem v3.0.6
8992026-06-25T02:06:53.570Z Downloaded proc-macro-crate v1.3.1
9002026-06-25T02:06:53.571Z Downloaded phf_shared v0.13.1
9012026-06-25T02:06:53.571Z Downloaded oxnet v0.1.6
9022026-06-25T02:06:53.571Z Downloaded nu-ansi-term v0.50.3
9032026-06-25T02:06:53.571Z Downloaded futures-macro v0.3.32
9042026-06-25T02:06:53.574Z Downloaded progenitor-macro v0.14.0
9052026-06-25T02:06:53.574Z Downloaded password-hash v0.4.2
9062026-06-25T02:06:53.578Z Downloaded pem-rfc7468 v0.7.0
9072026-06-25T02:06:53.579Z Downloaded darling_core v0.13.4
9082026-06-25T02:06:53.582Z Downloaded psl-types v2.0.11
9092026-06-25T02:06:53.582Z Downloaded peg-macros v0.8.5
9102026-06-25T02:06:53.585Z Downloaded peg v0.8.5
9112026-06-25T02:06:53.589Z Downloaded password-hash v0.5.0
9122026-06-25T02:06:53.589Z Downloaded blake2 v0.10.6
9132026-06-25T02:06:53.593Z Downloaded progenitor v0.14.0
9142026-06-25T02:06:53.593Z Downloaded globwalk v0.9.1
9152026-06-25T02:06:53.593Z Downloaded ed25519-dalek v2.2.0
9162026-06-25T02:06:53.596Z Downloaded allocator-api2 v0.2.21
9172026-06-25T02:06:53.600Z Downloaded progenitor-macro v0.13.0
9182026-06-25T02:06:53.604Z Downloaded quick-error v1.2.3
9192026-06-25T02:06:53.610Z Downloaded heapless v0.7.17
9202026-06-25T02:06:53.610Z Downloaded phf_shared v0.12.1
9212026-06-25T02:06:53.612Z Downloaded iddqd v0.4.2
9222026-06-25T02:06:53.612Z Downloaded progenitor v0.13.0
9232026-06-25T02:06:53.615Z Downloaded base16ct v0.2.0
9242026-06-25T02:06:53.615Z Downloaded phf v0.12.1
9252026-06-25T02:06:53.619Z Downloaded pin-project-lite v0.2.17
9262026-06-25T02:06:53.622Z Downloaded camino-tempfile-ext v0.3.3
9272026-06-25T02:06:53.622Z Downloaded blowfish v0.9.1
9282026-06-25T02:06:53.623Z Downloaded pin-utils v0.1.0
9292026-06-25T02:06:53.627Z Downloaded hubpack_derive v0.1.1
9302026-06-25T02:06:53.631Z Downloaded rand_chacha v0.3.1
9312026-06-25T02:06:53.634Z Downloaded clang-sys v1.8.1
9322026-06-25T02:06:53.634Z Downloaded progenitor-client v0.14.0
9332026-06-25T02:06:53.637Z Downloaded polyval v0.6.2
9342026-06-25T02:06:53.637Z Downloaded derive_more v2.1.1
9352026-06-25T02:06:53.643Z Downloaded instability v0.3.11
9362026-06-25T02:06:53.647Z Downloaded futures-executor v0.3.32
9372026-06-25T02:06:53.647Z Downloaded ppv-lite86 v0.2.21
9382026-06-25T02:06:53.647Z Downloaded progenitor-client v0.13.0
9392026-06-25T02:06:53.651Z Downloaded proc-macro-crate v3.4.0
9402026-06-25T02:06:53.654Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-06-25T02:06:53.654Z Downloaded libxml v0.3.3
9422026-06-25T02:06:53.658Z Downloaded radium v0.7.0
9432026-06-25T02:06:53.658Z Downloaded recursive v0.1.1
9442026-06-25T02:06:53.658Z Downloaded flate2 v1.1.9
9452026-06-25T02:06:53.662Z Downloaded lru-slab v0.1.2
9462026-06-25T02:06:53.665Z Downloaded rustc_version v0.1.7
9472026-06-25T02:06:53.665Z Downloaded rustc-hash v2.1.1
9482026-06-25T02:06:53.665Z Downloaded git-stub-vcs v0.1.0
9492026-06-25T02:06:53.665Z Downloaded hashbrown v0.16.1
9502026-06-25T02:06:53.669Z Downloaded colored v3.1.1
9512026-06-25T02:06:53.672Z Downloaded ref-cast-impl v1.0.25
9522026-06-25T02:06:53.672Z Downloaded illumos-nvpair-sys v0.2.0
9532026-06-25T02:06:53.672Z Downloaded chacha20poly1305 v0.10.1
9542026-06-25T02:06:53.674Z Downloaded primeorder v0.13.6
9552026-06-25T02:06:53.674Z Downloaded indexmap v1.9.3
9562026-06-25T02:06:53.677Z Downloaded libm v0.2.16
9572026-06-25T02:06:53.683Z Downloaded pkcs1 v0.7.5
9582026-06-25T02:06:53.688Z Downloaded libsw v3.5.0
9592026-06-25T02:06:53.688Z Downloaded rand_xorshift v0.4.0
9602026-06-25T02:06:53.688Z Downloaded rfc6979 v0.4.0
9612026-06-25T02:06:53.688Z Downloaded poly1305 v0.8.0
9622026-06-25T02:06:53.692Z Downloaded psm v0.1.30
9632026-06-25T02:06:53.693Z Downloaded pkcs5 v0.7.1
9642026-06-25T02:06:53.696Z Downloaded phf v0.13.1
9652026-06-25T02:06:53.696Z Downloaded rand_chacha v0.9.0
9662026-06-25T02:06:53.699Z Downloaded hashbrown v0.15.5
9672026-06-25T02:06:53.703Z Downloaded russh-cryptovec v0.7.3
9682026-06-25T02:06:53.704Z Downloaded ref-cast v1.0.25
9692026-06-25T02:06:53.705Z Downloaded rustc_version v0.4.1
9702026-06-25T02:06:53.708Z Downloaded r2d2 v0.8.10
9712026-06-25T02:06:53.708Z Downloaded p256 v0.13.2
9722026-06-25T02:06:53.708Z Downloaded instant v0.1.13
9732026-06-25T02:06:53.718Z Downloaded same-file v1.0.6
9742026-06-25T02:06:53.722Z Downloaded rand_core v0.9.5
9752026-06-25T02:06:53.722Z Downloaded rand_core v0.6.4
9762026-06-25T02:06:53.722Z Downloaded parking_lot_core v0.8.6
9772026-06-25T02:06:53.723Z Downloaded miniz_oxide v0.8.9
9782026-06-25T02:06:53.726Z Downloaded cancel-safe-futures v0.1.5
9792026-06-25T02:06:53.726Z Downloaded h2 v0.4.13
9802026-06-25T02:06:53.729Z Downloaded predicates v3.1.4
9812026-06-25T02:06:53.732Z Downloaded rand_seeder v0.4.0
9822026-06-25T02:06:53.735Z Downloaded rand_core v0.10.0
9832026-06-25T02:06:53.735Z Downloaded postgres-protocol v0.6.10
9842026-06-25T02:06:53.735Z Downloaded scheduled-thread-pool v0.2.7
9852026-06-25T02:06:53.739Z Downloaded precomputed-hash v0.1.1
9862026-06-25T02:06:53.739Z Downloaded hyper-staticfile v0.10.1
9872026-06-25T02:06:53.739Z Downloaded minimal-lexical v0.2.1
9882026-06-25T02:06:53.742Z Downloaded itertools v0.10.5
9892026-06-25T02:06:53.745Z Downloaded salsa20 v0.10.2
9902026-06-25T02:06:53.748Z Downloaded scroll_derive v0.13.1
9912026-06-25T02:06:53.748Z Downloaded pbkdf2 v0.12.2
9922026-06-25T02:06:53.748Z Downloaded oso v0.27.3
9932026-06-25T02:06:53.756Z Downloaded hmac v0.12.1
9942026-06-25T02:06:53.766Z Downloaded secrecy v0.10.3
9952026-06-25T02:06:53.766Z Downloaded async-compression v0.4.41
9962026-06-25T02:06:53.766Z Downloaded resolv-conf v0.7.6
9972026-06-25T02:06:53.766Z Downloaded progenitor-extras v0.2.0
9982026-06-25T02:06:53.766Z Downloaded quinn-udp v0.5.14
9992026-06-25T02:06:53.769Z Downloaded pin-project v1.1.11
10002026-06-25T02:06:53.770Z Downloaded rtoolbox v0.0.3
10012026-06-25T02:06:53.774Z Downloaded hyper v1.8.1
10022026-06-25T02:06:53.782Z Downloaded rustls-pemfile v2.2.0
10032026-06-25T02:06:53.782Z Downloaded rustls-native-certs v0.8.3
10042026-06-25T02:06:53.782Z Downloaded serde_bytes v0.11.19
10052026-06-25T02:06:53.782Z Downloaded proc-macro-error-attr2 v2.0.0
10062026-06-25T02:06:53.786Z Downloaded powerfmt v0.2.0
10072026-06-25T02:06:53.786Z Downloaded serde_plain v1.0.2
10082026-06-25T02:06:53.786Z Downloaded num-iter v0.1.45
10092026-06-25T02:06:53.786Z Downloaded serde_urlencoded v0.7.1
10102026-06-25T02:06:53.786Z Downloaded semver v0.1.20
10112026-06-25T02:06:53.786Z Downloaded native-tls v0.2.18
10122026-06-25T02:06:53.790Z Downloaded parking_lot_core v0.9.12
10132026-06-25T02:06:53.794Z Downloaded scopeguard v1.2.0
10142026-06-25T02:06:53.797Z Downloaded pkcs8 v0.10.2
10152026-06-25T02:06:53.800Z Downloaded prefix-trie v0.7.0
10162026-06-25T02:06:53.804Z Downloaded postgres-types v0.2.12
10172026-06-25T02:06:53.806Z Downloaded serde_repr v0.1.20
10182026-06-25T02:06:53.806Z Downloaded sha1 v0.10.6
10192026-06-25T02:06:53.813Z Downloaded openssl-sys v0.9.115
10202026-06-25T02:06:53.817Z Downloaded scrypt v0.11.0
10212026-06-25T02:06:53.820Z Downloaded progenitor-impl v0.14.0
10222026-06-25T02:06:53.820Z Downloaded seq-macro v0.3.6
10232026-06-25T02:06:53.829Z Downloaded schemars_derive v0.8.22
10242026-06-25T02:06:53.834Z Downloaded secrecy v0.8.0
10252026-06-25T02:06:53.834Z Downloaded num-complex v0.4.6
10262026-06-25T02:06:53.834Z Downloaded rusty-fork v0.3.1
10272026-06-25T02:06:53.842Z Downloaded num-derive v0.3.3
10282026-06-25T02:06:53.845Z Downloaded slog-bunyan v2.5.0
10292026-06-25T02:06:53.850Z Downloaded proc-macro-error2 v2.0.1
10302026-06-25T02:06:53.850Z Downloaded russh-keys v0.45.0
10312026-06-25T02:06:53.854Z Downloaded rustls-pemfile v1.0.4
10322026-06-25T02:06:53.858Z Downloaded signal-hook-mio v0.2.5
10332026-06-25T02:06:53.858Z Downloaded libloading v0.8.9
10342026-06-25T02:06:53.870Z Downloaded ssh-encoding v0.2.0
10352026-06-25T02:06:53.875Z Downloaded sigpipe v0.1.3
10362026-06-25T02:06:53.875Z Downloaded signal-hook-tokio v0.3.1
10372026-06-25T02:06:53.875Z Downloaded ssh-cipher v0.2.0
10382026-06-25T02:06:53.875Z Downloaded sqlparser_derive v0.5.0
10392026-06-25T02:06:53.875Z Downloaded serde_spanned v1.0.4
10402026-06-25T02:06:53.875Z Downloaded pin-project-internal v1.1.11
10412026-06-25T02:06:53.880Z Downloaded getrandom v0.3.4
10422026-06-25T02:06:53.883Z Downloaded serde-hex v0.1.0
10432026-06-25T02:06:53.889Z Downloaded siphasher v1.0.2
10442026-06-25T02:06:53.893Z Downloaded signature v2.2.0
10452026-06-25T02:06:53.893Z Downloaded shell-words v1.1.1
10462026-06-25T02:06:53.893Z Downloaded bumpalo v3.20.2
10472026-06-25T02:06:53.900Z Downloaded mio v1.2.0
10482026-06-25T02:06:53.900Z Downloaded simd-adler32 v0.3.8
10492026-06-25T02:06:53.900Z Downloaded sct v0.7.1
10502026-06-25T02:06:53.933Z Downloaded indicatif v0.18.4
10512026-06-25T02:06:53.933Z Downloaded serde_derive_internals v0.29.1
10522026-06-25T02:06:53.933Z Downloaded strum v0.27.2
10532026-06-25T02:06:53.933Z Downloaded rustls-pki-types v1.14.0
10542026-06-25T02:06:53.933Z Downloaded lru v0.12.5
10552026-06-25T02:06:53.933Z Downloaded rustversion v1.0.22
10562026-06-25T02:06:53.933Z Downloaded shlex v1.3.0
10572026-06-25T02:06:53.933Z Downloaded sec1 v0.7.3
10582026-06-25T02:06:53.933Z Downloaded strum v0.26.3
10592026-06-25T02:06:53.933Z Downloaded slog-term v2.9.2
10602026-06-25T02:06:53.938Z Downloaded sync-ptr v0.1.4
10612026-06-25T02:06:53.938Z Downloaded supports-color v3.0.2
10622026-06-25T02:06:53.938Z Downloaded tagptr v0.2.0
10632026-06-25T02:06:53.938Z Downloaded take_mut v0.2.2
10642026-06-25T02:06:53.938Z Downloaded serde_with_macros v1.5.2
10652026-06-25T02:06:53.938Z Downloaded subtle v2.6.1
10662026-06-25T02:06:53.947Z Downloaded structmeta v0.3.0
10672026-06-25T02:06:53.947Z Downloaded lalrpop v0.19.12
10682026-06-25T02:06:53.996Z Downloaded rand v0.8.6
10692026-06-25T02:06:53.996Z Downloaded ignore v0.4.25
10702026-06-25T02:06:53.996Z Downloaded const_format v0.2.35
10712026-06-25T02:06:53.996Z Downloaded testing_table v0.3.0
10722026-06-25T02:06:53.996Z Downloaded termtree v0.5.1
10732026-06-25T02:06:53.996Z Downloaded signal-hook-registry v1.4.8
10742026-06-25T02:06:53.996Z Downloaded time-core v0.1.8
10752026-06-25T02:06:53.997Z Downloaded tap v1.0.1
10762026-06-25T02:06:53.997Z Downloaded tabled_derive v0.11.0
10772026-06-25T02:06:53.997Z Downloaded thiserror-impl-no-std v2.0.2
10782026-06-25T02:06:53.997Z Downloaded serde_path_to_error v0.1.20
10792026-06-25T02:06:53.997Z Downloaded ryu v1.0.23
10802026-06-25T02:06:54.000Z Downloaded hickory-resolver v0.25.2
10812026-06-25T02:06:54.000Z Downloaded slog-async v2.8.0
10822026-06-25T02:06:54.000Z Downloaded smf v0.2.3
10832026-06-25T02:06:54.000Z Downloaded smallvec v0.6.14
10842026-06-25T02:06:54.000Z Downloaded slog-json v2.6.1
10852026-06-25T02:06:54.000Z Downloaded spki v0.7.3
10862026-06-25T02:06:54.000Z Downloaded pretty_assertions v1.4.1
10872026-06-25T02:06:54.000Z Downloaded sqlformat v0.3.5
10882026-06-25T02:06:54.000Z Downloaded num-bigint-dig v0.8.6
10892026-06-25T02:06:54.000Z Downloaded static_assertions v1.1.0
10902026-06-25T02:06:54.000Z Downloaded snafu-derive v0.8.9
10912026-06-25T02:06:54.000Z Downloaded sync_wrapper v1.0.2
10922026-06-25T02:06:54.000Z Downloaded postcard v1.1.3
10932026-06-25T02:06:54.002Z Downloaded scroll v0.13.0
10942026-06-25T02:06:54.002Z Downloaded litrs v1.0.0
10952026-06-25T02:06:54.002Z Downloaded tabwriter v1.4.1
10962026-06-25T02:06:54.002Z Downloaded serde_cbor v0.11.2
10972026-06-25T02:06:54.002Z Downloaded strip-ansi-escapes v0.2.1
10982026-06-25T02:06:54.002Z Downloaded slog-stdlog v4.1.1
10992026-06-25T02:06:54.002Z Downloaded slab v0.4.12
11002026-06-25T02:06:54.002Z Downloaded quinn v0.11.9
11012026-06-25T02:06:54.007Z Downloaded structmeta-derive v0.3.0
11022026-06-25T02:06:54.008Z Downloaded schemars v0.8.22
11032026-06-25T02:06:54.011Z Downloaded support-bundle-viewer v0.1.2
11042026-06-25T02:06:54.015Z Downloaded strum_macros v0.27.2
11052026-06-25T02:06:54.015Z Downloaded rayon-core v1.13.0
11062026-06-25T02:06:54.022Z Downloaded strum_macros v0.24.3
11072026-06-25T02:06:54.022Z Downloaded nom v7.1.3
11082026-06-25T02:06:54.029Z Downloaded ron v0.8.1
11092026-06-25T02:06:54.029Z Downloaded thread-id v5.1.0
11102026-06-25T02:06:54.041Z Downloaded similar v2.7.0
11112026-06-25T02:06:54.046Z Downloaded serde_with_macros v3.17.0
11122026-06-25T02:06:54.046Z Downloaded tokio-macros v2.7.0
11132026-06-25T02:06:54.046Z Downloaded spin v0.9.8
11142026-06-25T02:06:54.062Z Downloaded thiserror-no-std v2.0.2
11152026-06-25T02:06:54.081Z Downloaded aes-gcm v0.10.3
11162026-06-25T02:06:54.081Z Downloaded string_cache v0.8.9
11172026-06-25T02:06:54.081Z Downloaded thread_local v1.1.9
11182026-06-25T02:06:54.081Z Downloaded signal-hook v0.3.18
11192026-06-25T02:06:54.081Z Downloaded time-macros v0.2.27
11202026-06-25T02:06:54.081Z Downloaded slog v2.8.2
11212026-06-25T02:06:54.081Z Downloaded tower-layer v0.3.3
11222026-06-25T02:06:54.081Z Downloaded typify-macro v0.6.2
11232026-06-25T02:06:54.081Z Downloaded rustls-platform-verifier v0.6.2
11242026-06-25T02:06:54.081Z Downloaded prettyplease v0.2.37
11252026-06-25T02:06:54.085Z Downloaded topological-sort v0.2.2
11262026-06-25T02:06:54.085Z Downloaded publicsuffix v2.3.0
11272026-06-25T02:06:54.085Z Downloaded bstr v1.12.1
11282026-06-25T02:06:54.085Z Downloaded tokio-native-tls v0.3.1
11292026-06-25T02:06:54.086Z Downloaded tls_codec v0.4.2
11302026-06-25T02:06:54.086Z Downloaded tls_codec_derive v0.4.2
11312026-06-25T02:06:54.086Z Downloaded trait-variant v0.1.2
11322026-06-25T02:06:54.086Z Downloaded tokio-tungstenite v0.23.1
11332026-06-25T02:06:54.086Z Downloaded tower-service v0.3.3
11342026-06-25T02:06:54.086Z Downloaded unit-prefix v0.5.2
11352026-06-25T02:06:54.086Z Downloaded unicode-truncate v1.1.0
11362026-06-25T02:06:54.086Z Downloaded try-lock v0.2.5
11372026-06-25T02:06:54.090Z Downloaded untrusted v0.9.0
11382026-06-25T02:06:54.098Z Downloaded usdt-macro v0.6.0
11392026-06-25T02:06:54.098Z Downloaded slog-dtrace v0.3.0
11402026-06-25T02:06:54.103Z Downloaded rsa v0.9.10
11412026-06-25T02:06:54.103Z Downloaded socket2 v0.5.10
11422026-06-25T02:06:54.112Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11432026-06-25T02:06:54.112Z Downloaded usdt-attr-macro v0.6.0
11442026-06-25T02:06:54.112Z Downloaded usdt v0.6.0
11452026-06-25T02:06:54.112Z Downloaded untrusted v0.7.1
11462026-06-25T02:06:54.116Z Downloaded universal-hash v0.5.1
11472026-06-25T02:06:54.116Z Downloaded tinyvec_macros v0.1.1
11482026-06-25T02:06:54.116Z Downloaded strum_macros v0.26.4
11492026-06-25T02:06:54.122Z Downloaded samael v0.0.19
11502026-06-25T02:06:54.127Z Downloaded termios v0.3.3
11512026-06-25T02:06:54.127Z Downloaded term v0.7.0
11522026-06-25T02:06:54.154Z Downloaded stringprep v0.1.5
11532026-06-25T02:06:54.155Z Downloaded progenitor-impl v0.13.0
11542026-06-25T02:06:54.158Z Downloaded void v1.0.2
11552026-06-25T02:06:54.158Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-06-25T02:06:54.158Z Downloaded stacker v0.1.23
11572026-06-25T02:06:54.158Z Downloaded rcgen v0.12.1
11582026-06-25T02:06:54.158Z Downloaded qorb v0.4.1
11592026-06-25T02:06:54.158Z Downloaded socket2 v0.6.3
11602026-06-25T02:06:54.158Z Downloaded nom v8.0.0
11612026-06-25T02:06:54.158Z Downloaded unarray v0.1.4
11622026-06-25T02:06:54.159Z Downloaded toml_writer v1.0.6+spec-1.1.0
11632026-06-25T02:06:54.159Z Downloaded want v0.3.1
11642026-06-25T02:06:54.159Z Downloaded waitgroup v0.1.2
11652026-06-25T02:06:54.159Z Downloaded serde-big-array v0.5.1
11662026-06-25T02:06:54.159Z Downloaded wait-timeout v0.2.1
11672026-06-25T02:06:54.159Z Downloaded tokio-tungstenite v0.21.0
11682026-06-25T02:06:54.159Z Downloaded tokio-rustls v0.25.0
11692026-06-25T02:06:54.159Z Downloaded schemars v1.2.1
11702026-06-25T02:06:54.163Z Downloaded russh v0.45.0
11712026-06-25T02:06:54.168Z Downloaded papergrid v0.17.0
11722026-06-25T02:06:54.176Z Downloaded unicase v2.9.0
11732026-06-25T02:06:54.177Z Downloaded xshell-macros v0.2.7
11742026-06-25T02:06:54.177Z Downloaded xattr v1.6.1
11752026-06-25T02:06:54.177Z Downloaded tokio-rustls v0.26.4
11762026-06-25T02:06:54.177Z Downloaded num-bigint v0.4.6
11772026-06-25T02:06:54.177Z Downloaded tiny-keccak v2.0.2
11782026-06-25T02:06:54.193Z Downloaded p521 v0.13.3
11792026-06-25T02:06:54.193Z Downloaded usdt-impl v0.6.0
11802026-06-25T02:06:54.193Z Downloaded test-strategy v0.4.5
11812026-06-25T02:06:54.193Z Downloaded schemars v0.9.0
11822026-06-25T02:06:54.201Z Downloaded vergen-git2 v9.1.0
11832026-06-25T02:06:54.201Z Downloaded zone_cfg_derive v0.3.1
11842026-06-25T02:06:54.201Z Downloaded utf-8 v0.7.6
11852026-06-25T02:06:54.223Z Downloaded uzers v0.12.2
11862026-06-25T02:06:54.223Z Downloaded tokio-rustls v0.24.1
11872026-06-25T02:06:54.240Z Downloaded vergen-gitcl v1.0.8
11882026-06-25T02:06:54.240Z Downloaded zone v0.3.1
11892026-06-25T02:06:54.240Z Downloaded toml_parser v1.0.9+spec-1.1.0
11902026-06-25T02:06:54.240Z Downloaded tokio-stream v0.1.18
11912026-06-25T02:06:54.263Z Downloaded tinyvec v1.10.0
11922026-06-25T02:06:54.264Z Downloaded whoami v2.1.0
11932026-06-25T02:06:54.264Z Downloaded walkdir v2.5.0
11942026-06-25T02:06:54.264Z Downloaded tracing-attributes v0.1.31
11952026-06-25T02:06:54.264Z Downloaded tui-tree-widget v0.23.1
11962026-06-25T02:06:54.264Z Downloaded wyz v0.5.1
11972026-06-25T02:06:54.273Z Downloaded rand v0.9.2
11982026-06-25T02:06:54.273Z Downloaded subprocess v0.2.15
11992026-06-25T02:06:54.273Z Downloaded unicode-properties v0.1.4
12002026-06-25T02:06:54.273Z Downloaded twox-hash v2.1.2
12012026-06-25T02:06:54.273Z Downloaded term v1.2.1
12022026-06-25T02:06:54.273Z Downloaded vergen v9.1.0
12032026-06-25T02:06:54.279Z Downloaded tar v0.4.45
12042026-06-25T02:06:54.279Z Downloaded slog-envlogger v2.2.0
12052026-06-25T02:06:54.279Z Downloaded rustyline v14.0.0
12062026-06-25T02:06:54.286Z Downloaded zeroize v1.8.2
12072026-06-25T02:06:54.286Z Downloaded parse-display v0.10.0
12082026-06-25T02:06:54.291Z Downloaded zstd v0.13.3
12092026-06-25T02:06:54.296Z Downloaded xshell v0.2.7
12102026-06-25T02:06:54.309Z Downloaded vsss-rs v3.3.4
12112026-06-25T02:06:54.309Z Downloaded reedline v0.40.0
12122026-06-25T02:06:54.324Z Downloaded zstd-safe v7.2.4
12132026-06-25T02:06:54.324Z Downloaded serde_with v1.14.0
12142026-06-25T02:06:54.324Z Downloaded vergen-lib v9.1.0
12152026-06-25T02:06:54.325Z Downloaded tungstenite v0.23.0
12162026-06-25T02:06:54.325Z Downloaded whoami v1.6.1
12172026-06-25T02:06:54.325Z Downloaded tracing-core v0.1.36
12182026-06-25T02:06:54.325Z Downloaded unicode-bidi v0.3.18
12192026-06-25T02:06:54.329Z Downloaded typify v0.6.2
12202026-06-25T02:06:54.336Z Downloaded unsafe-libyaml v0.2.11
12212026-06-25T02:06:54.342Z Downloaded yasna v0.5.2
12222026-06-25T02:06:54.347Z Downloaded vergen-lib v0.1.6
12232026-06-25T02:06:54.368Z Downloaded steno v0.4.1
12242026-06-25T02:06:54.368Z Downloaded nix v0.27.1
12252026-06-25T02:06:54.372Z Downloaded snafu v0.8.9
12262026-06-25T02:06:54.372Z Downloaded vte v0.14.1
12272026-06-25T02:06:54.372Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-06-25T02:06:54.372Z Downloaded rand v0.10.0
12292026-06-25T02:06:54.372Z Downloaded toml v1.0.6+spec-1.1.0
12302026-06-25T02:06:54.378Z Downloaded tungstenite v0.21.0
12312026-06-25T02:06:54.382Z Downloaded strsim v0.10.0
12322026-06-25T02:06:54.382Z Downloaded rpassword v7.4.0
12332026-06-25T02:06:54.382Z Downloaded serde_yaml v0.9.34+deprecated
12342026-06-25T02:06:54.385Z Downloaded moka v0.12.13
12352026-06-25T02:06:54.400Z Downloaded uuid v1.23.0
12362026-06-25T02:06:54.417Z Downloaded zerocopy v0.6.6
12372026-06-25T02:06:54.417Z Downloaded itertools v0.14.0
12382026-06-25T02:06:54.421Z Downloaded tokio-postgres v0.7.16
12392026-06-25T02:06:54.421Z Downloaded zopfli v0.8.3
12402026-06-25T02:06:54.421Z Downloaded toml_edit v0.19.15
12412026-06-25T02:06:54.426Z Downloaded ssh-key v0.6.7
12422026-06-25T02:06:54.430Z Downloaded sapling-renderdag v0.1.0
12432026-06-25T02:06:54.436Z Downloaded hkdf v0.12.4
12442026-06-25T02:06:54.452Z Downloaded p384 v0.13.1
12452026-06-25T02:06:54.486Z Downloaded regex v1.12.3
12462026-06-25T02:06:54.491Z Downloaded typed-path v0.9.3
12472026-06-25T02:06:54.491Z Downloaded salty v0.3.0
12482026-06-25T02:06:54.491Z Downloaded rustls-webpki v0.103.9
12492026-06-25T02:06:54.491Z Downloaded reqwest v0.12.28
12502026-06-25T02:06:54.519Z Downloaded reqwest v0.13.2
12512026-06-25T02:06:54.528Z Downloaded zerocopy-derive v0.8.40
12522026-06-25T02:06:54.528Z Downloaded unicode_categories v0.1.1
12532026-06-25T02:06:54.528Z Downloaded futures-util v0.3.32
12542026-06-25T02:06:54.528Z Downloaded rustls-webpki v0.101.7
12552026-06-25T02:06:54.532Z Downloaded slog-scope v4.4.1
12562026-06-25T02:06:54.532Z Downloaded quick-xml v0.37.5
12572026-06-25T02:06:54.541Z Downloaded git2 v0.20.4
12582026-06-25T02:06:54.557Z Downloaded unicode-segmentation v1.12.0
12592026-06-25T02:06:54.569Z Downloaded proptest v1.10.0
12602026-06-25T02:06:54.574Z Downloaded zip v4.6.1
12612026-06-25T02:06:54.574Z Downloaded tower-http v0.6.8
12622026-06-25T02:06:54.574Z Downloaded tower v0.5.3
12632026-06-25T02:06:54.610Z Downloaded dropshot v0.17.0
12642026-06-25T02:06:54.617Z Downloaded x509-cert v0.2.5
12652026-06-25T02:06:54.617Z Downloaded tough v0.22.0
12662026-06-25T02:06:54.617Z Downloaded tokio-dtrace v0.1.1
12672026-06-25T02:06:54.617Z Downloaded rustls-webpki v0.102.8
12682026-06-25T02:06:54.617Z Downloaded unicode-normalization v0.1.25
12692026-06-25T02:06:54.621Z Downloaded goblin v0.10.5
12702026-06-25T02:06:54.621Z Downloaded tokio-util v0.7.18
12712026-06-25T02:06:54.625Z Downloaded petname v2.0.2
12722026-06-25T02:06:54.638Z Downloaded portable-atomic v1.13.1
12732026-06-25T02:06:54.652Z Downloaded object v0.30.4
12742026-06-25T02:06:54.657Z Downloaded curve25519-dalek v4.1.3
12752026-06-25T02:06:54.657Z Downloaded radix_trie v0.2.1
12762026-06-25T02:06:54.657Z Downloaded serde_with v3.17.0
12772026-06-25T02:06:54.674Z Downloaded polar-core v0.27.3
12782026-06-25T02:06:54.679Z Downloaded quinn-proto v0.11.13
12792026-06-25T02:06:54.682Z Downloaded nix v0.28.0
12802026-06-25T02:06:54.688Z Downloaded winnow v0.6.26
12812026-06-25T02:06:54.693Z Downloaded zeroize_derive v1.4.3
12822026-06-25T02:06:54.700Z Downloaded openapiv3 v2.2.0
12832026-06-25T02:06:54.708Z Downloaded openssl v0.10.79
12842026-06-25T02:06:54.732Z Downloaded winnow v0.5.40
12852026-06-25T02:06:54.757Z Downloaded regex-syntax v0.6.29
12862026-06-25T02:06:54.772Z Downloaded hickory-proto v0.25.2
12872026-06-25T02:06:54.780Z Downloaded tabled v0.20.0
12882026-06-25T02:06:54.791Z Downloaded zlib-rs v0.6.2
12892026-06-25T02:06:54.796Z Downloaded object v0.37.3
12902026-06-25T02:06:54.802Z Downloaded yansi v1.0.1
12912026-06-25T02:06:54.806Z Downloaded time v0.3.47
12922026-06-25T02:06:54.809Z Downloaded rustls v0.21.12
12932026-06-25T02:06:54.817Z Downloaded smoltcp v0.9.1
12942026-06-25T02:06:54.822Z Downloaded vcpkg v0.2.15
12952026-06-25T02:06:54.847Z Downloaded webpki-roots v1.0.6
12962026-06-25T02:06:54.850Z Downloaded rustls v0.22.4
12972026-06-25T02:06:54.856Z Downloaded smoltcp v0.11.0
12982026-06-25T02:06:54.862Z Downloaded regress v0.10.5
12992026-06-25T02:06:54.872Z Downloaded regex-syntax v0.8.10
13002026-06-25T02:06:54.879Z Downloaded diesel v2.3.7
13012026-06-25T02:06:54.885Z Downloaded rustix v0.38.44
13022026-06-25T02:06:54.899Z Downloaded regress v0.11.1
13032026-06-25T02:06:54.904Z Downloaded rustls v0.23.37
13042026-06-25T02:06:54.911Z Downloaded rayon v1.11.0
13052026-06-25T02:06:54.920Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-06-25T02:06:54.924Z Downloaded hickory-proto v0.24.4
13072026-06-25T02:06:54.933Z Downloaded nix v0.31.2
13082026-06-25T02:06:54.939Z Downloaded sqlparser v0.61.0
13092026-06-25T02:06:54.977Z Downloaded tracing v0.1.44
13102026-06-25T02:06:54.995Z Downloaded chrono-tz v0.10.4
13112026-06-25T02:06:55.005Z Downloaded csv v1.4.0
13122026-06-25T02:06:55.016Z Downloaded zip v0.6.6
13132026-06-25T02:06:55.021Z Downloaded zerocopy-derive v0.6.6
13142026-06-25T02:06:55.028Z Downloaded zerocopy v0.8.40
13152026-06-25T02:06:55.044Z Downloaded typify-impl v0.6.2
13162026-06-25T02:06:55.053Z Downloaded sled v0.34.7
13172026-06-25T02:06:55.059Z Downloaded ratatui v0.29.0
13182026-06-25T02:06:55.091Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-06-25T02:06:55.102Z Downloaded regex-automata v0.4.14
13202026-06-25T02:06:55.110Z Downloaded sha3 v0.10.8
13212026-06-25T02:06:55.147Z Downloaded encoding_rs v0.8.35
13222026-06-25T02:06:55.160Z Downloaded petgraph v0.6.5
13232026-06-25T02:06:55.172Z Downloaded toml v0.7.8
13242026-06-25T02:06:55.183Z Downloaded ring v0.17.14
13252026-06-25T02:06:55.208Z Downloaded libz-sys v1.1.24
13262026-06-25T02:06:55.222Z Downloaded jiff v0.2.21
13272026-06-25T02:06:55.234Z Downloaded petgraph v0.8.3
13282026-06-25T02:06:55.283Z Downloaded tokio v1.52.1
13292026-06-25T02:06:55.429Z Downloaded libgit2-sys v0.18.3+1.9.2
13302026-06-25T02:06:56.067Z Downloaded aws-lc-sys v0.40.0
13312026-06-25T02:06:56.318Z Compiling libc v0.2.185
13322026-06-25T02:06:56.318Z Compiling serde v1.0.228
13332026-06-25T02:06:56.330Z Compiling log v0.4.29
13342026-06-25T02:06:56.330Z Compiling find-msvc-tools v0.1.9
13352026-06-25T02:06:56.330Z Compiling shlex v1.3.0
13362026-06-25T02:06:56.330Z Compiling smallvec v1.15.1
13372026-06-25T02:06:56.330Z Compiling typenum v1.19.0
13382026-06-25T02:06:56.330Z Compiling subtle v2.6.1
13392026-06-25T02:06:56.330Z Compiling scopeguard v1.2.0
13402026-06-25T02:06:56.330Z Compiling const-oid v0.9.6
13412026-06-25T02:06:56.330Z Compiling serde_json v1.0.149
13422026-06-25T02:06:56.330Z Compiling zerocopy v0.8.40
13432026-06-25T02:06:56.330Z Compiling pin-project-lite v0.2.17
13442026-06-25T02:06:56.330Z Compiling parking_lot_core v0.9.12
13452026-06-25T02:06:56.330Z Compiling portable-atomic v1.13.1
13462026-06-25T02:06:56.330Z Compiling pkg-config v0.3.32
13472026-06-25T02:06:56.453Z Compiling futures-core v0.3.32
13482026-06-25T02:06:56.457Z Compiling critical-section v1.2.0
13492026-06-25T02:06:56.457Z Compiling libm v0.2.16
13502026-06-25T02:06:56.457Z Compiling percent-encoding v2.3.2
13512026-06-25T02:06:56.496Z Compiling generic-array v0.14.7
13522026-06-25T02:06:56.508Z Compiling num-traits v0.2.19
13532026-06-25T02:06:56.540Z Compiling futures-sink v0.3.32
13542026-06-25T02:06:56.624Z Compiling slab v0.4.12
13552026-06-25T02:06:56.637Z Compiling getrandom v0.4.1
13562026-06-25T02:06:56.641Z Compiling futures-task v0.3.32
13572026-06-25T02:06:56.641Z Compiling cpufeatures v0.2.17
13582026-06-25T02:06:56.657Z Compiling syn v2.0.117
13592026-06-25T02:06:56.662Z Compiling bitflags v2.11.0
13602026-06-25T02:06:56.704Z Compiling lock_api v0.4.14
13612026-06-25T02:06:56.707Z Compiling futures-io v0.3.32
13622026-06-25T02:06:56.723Z Compiling rand_core v0.10.0
13632026-06-25T02:06:56.739Z Compiling indexmap v2.14.0
13642026-06-25T02:06:56.742Z Compiling getrandom v0.3.4
13652026-06-25T02:06:56.777Z Compiling rustversion v1.0.22
13662026-06-25T02:06:56.783Z Compiling form_urlencoded v1.2.2
13672026-06-25T02:06:56.783Z Compiling dunce v1.0.5
13682026-06-25T02:06:56.789Z Compiling fs_extra v1.3.0
13692026-06-25T02:06:56.792Z Compiling base64ct v1.8.3
13702026-06-25T02:06:56.809Z Compiling ident_case v1.0.1
13712026-06-25T02:06:56.895Z Compiling iana-time-zone v0.1.65
13722026-06-25T02:06:56.899Z Compiling flagset v0.4.7
13732026-06-25T02:06:56.983Z Compiling regex-syntax v0.8.10
13742026-06-25T02:06:57.073Z Compiling rustix v1.1.3
13752026-06-25T02:06:57.129Z Compiling aws-lc-rs v1.16.3
13762026-06-25T02:06:57.148Z Compiling vcpkg v0.2.15
13772026-06-25T02:06:57.161Z Compiling pem-rfc7468 v0.7.0
13782026-06-25T02:06:57.198Z Compiling rustc_version v0.4.1
13792026-06-25T02:06:57.234Z Compiling base64 v0.22.1
13802026-06-25T02:06:57.339Z Compiling httparse v1.10.1
13812026-06-25T02:06:57.339Z Compiling openssl-probe v0.2.1
13822026-06-25T02:06:57.339Z Compiling untrusted v0.9.0
13832026-06-25T02:06:57.339Z Compiling untrusted v0.7.1
13842026-06-25T02:06:57.407Z Compiling tinyvec_macros v0.1.1
13852026-06-25T02:06:57.441Z Compiling aho-corasick v1.1.4
13862026-06-25T02:06:57.458Z Compiling futures-channel v0.3.32
13872026-06-25T02:06:57.514Z Compiling tinyvec v1.10.0
13882026-06-25T02:06:57.531Z Compiling rustls v0.23.37
13892026-06-25T02:06:57.536Z Compiling dyn-clone v1.0.20
13902026-06-25T02:06:57.549Z Compiling try-lock v0.2.5
13912026-06-25T02:06:57.557Z Compiling tower-service v0.3.3
13922026-06-25T02:06:57.557Z Compiling tower-layer v0.3.3
13932026-06-25T02:06:57.557Z Compiling schemars v0.8.22
13942026-06-25T02:06:57.621Z Compiling getrandom v0.2.17
13952026-06-25T02:06:57.627Z Compiling jobserver v0.1.34
13962026-06-25T02:06:57.654Z Compiling errno v0.3.14
13972026-06-25T02:06:57.686Z Compiling mio v1.2.0
13982026-06-25T02:06:57.789Z Compiling socket2 v0.6.3
13992026-06-25T02:06:57.808Z Compiling atomic-waker v1.1.2
14002026-06-25T02:06:57.827Z Compiling rand_core v0.6.4
14012026-06-25T02:06:57.977Z Compiling signal-hook-registry v1.4.8
14022026-06-25T02:06:58.033Z Compiling cc v1.2.56
14032026-06-25T02:06:58.051Z Compiling parking_lot v0.12.5
14042026-06-25T02:06:58.072Z Compiling want v0.3.1
14052026-06-25T02:06:58.078Z Compiling openssl v0.10.79
14062026-06-25T02:06:59.048Z Compiling pin-utils v0.1.0
14072026-06-25T02:06:59.048Z Compiling httpdate v1.0.3
14082026-06-25T02:06:59.055Z Compiling foreign-types-shared v0.1.1
14092026-06-25T02:06:59.055Z Compiling socket2 v0.5.10
14102026-06-25T02:06:59.055Z Compiling spin v0.9.8
14112026-06-25T02:06:59.055Z Compiling native-tls v0.2.18
14122026-06-25T02:06:59.055Z Compiling once_cell v1.21.3
14132026-06-25T02:06:59.055Z Compiling time-core v0.1.8
14142026-06-25T02:06:59.055Z Compiling foreign-types v0.3.2
14152026-06-25T02:06:59.055Z Compiling num-conv v0.2.0
14162026-06-25T02:06:59.055Z Compiling unicode-normalization v0.1.25
14172026-06-25T02:06:59.055Z Compiling powerfmt v0.2.0
14182026-06-25T02:06:59.055Z Compiling crc32fast v1.5.0
14192026-06-25T02:06:59.055Z Compiling wait-timeout v0.2.1
14202026-06-25T02:06:59.055Z Compiling sync_wrapper v1.0.2
14212026-06-25T02:06:59.055Z Compiling crossbeam-utils v0.8.21
14222026-06-25T02:06:59.056Z Compiling usdt-impl v0.6.0
14232026-06-25T02:06:59.056Z Compiling simd-adler32 v0.3.8
14242026-06-25T02:06:59.056Z Compiling num_threads v0.1.7
14252026-06-25T02:06:59.056Z Compiling siphasher v1.0.2
14262026-06-25T02:06:59.056Z Compiling quick-error v1.2.3
14272026-06-25T02:06:59.056Z Compiling uuid v1.23.0
14282026-06-25T02:06:59.056Z Compiling bit-vec v0.8.0
14292026-06-25T02:06:59.056Z Compiling syn v1.0.109
14302026-06-25T02:06:59.056Z Compiling deranged v0.5.8
14312026-06-25T02:06:59.056Z Compiling unicode-segmentation v1.12.0
14322026-06-25T02:06:59.056Z Compiling heapless v0.7.17
14332026-06-25T02:06:59.056Z Compiling thread-id v5.1.0
14342026-06-25T02:06:59.056Z Compiling tracing-core v0.1.36
14352026-06-25T02:06:59.056Z Compiling time-macros v0.2.27
14362026-06-25T02:06:59.056Z Compiling cookie v0.18.1
14372026-06-25T02:06:59.056Z Compiling anyhow v1.0.102
14382026-06-25T02:06:59.056Z Compiling unicode-properties v0.1.4
14392026-06-25T02:06:59.056Z Compiling signal-hook v0.3.18
14402026-06-25T02:06:59.056Z Compiling cmake v0.1.57
14412026-06-25T02:06:59.056Z Compiling regex-automata v0.4.14
14422026-06-25T02:06:59.056Z Compiling rand_core v0.9.5
14432026-06-25T02:06:59.056Z Compiling unicode-bidi v0.3.18
14442026-06-25T02:06:59.056Z Compiling slog v2.8.2
14452026-06-25T02:06:59.061Z Compiling allocator-api2 v0.2.21
14462026-06-25T02:06:59.076Z Compiling iri-string v0.7.10
14472026-06-25T02:06:59.081Z Compiling adler2 v2.0.1
14482026-06-25T02:06:59.093Z Compiling paste v1.0.15
14492026-06-25T02:06:59.097Z Compiling unarray v0.1.4
14502026-06-25T02:06:59.097Z Compiling zstd-safe v7.2.4
14512026-06-25T02:06:59.097Z Compiling ryu v1.0.23
14522026-06-25T02:06:59.172Z Compiling tempfile v3.25.0
14532026-06-25T02:06:59.176Z Compiling rand_xorshift v0.4.0
14542026-06-25T02:06:59.308Z Compiling vergen-lib v9.1.0
14552026-06-25T02:06:59.322Z Compiling ff v0.13.1
14562026-06-25T02:06:59.376Z Compiling bit-set v0.8.0
14572026-06-25T02:06:59.432Z Compiling rusty-fork v0.3.1
14582026-06-25T02:06:59.451Z Compiling stringprep v0.1.5
14592026-06-25T02:06:59.512Z Compiling miniz_oxide v0.8.9
14602026-06-25T02:06:59.517Z Compiling num-integer v0.1.46
14612026-06-25T02:06:59.591Z Compiling curve25519-dalek v4.1.3
14622026-06-25T02:06:59.600Z Compiling hash32 v0.2.1
14632026-06-25T02:06:59.600Z Compiling encoding_rs v0.8.35
14642026-06-25T02:06:59.600Z Compiling memoffset v0.9.1
14652026-06-25T02:06:59.600Z Compiling litrs v1.0.0
14662026-06-25T02:06:59.600Z Compiling cfg_aliases v0.2.1
14672026-06-25T02:06:59.600Z Compiling smoltcp v0.9.1
14682026-06-25T02:06:59.610Z Compiling heck v0.4.1
14692026-06-25T02:06:59.614Z Compiling psl-types v2.0.11
14702026-06-25T02:06:59.649Z Compiling base16ct v0.2.0
14712026-06-25T02:06:59.668Z Compiling ref-cast v1.0.25
14722026-06-25T02:06:59.747Z Compiling mime v0.3.17
14732026-06-25T02:06:59.751Z Compiling fallible-iterator v0.2.0
14742026-06-25T02:06:59.751Z Compiling num-bigint-dig v0.8.6
14752026-06-25T02:06:59.751Z Compiling zlib-rs v0.6.2
14762026-06-25T02:06:59.800Z Compiling rustix v0.38.44
14772026-06-25T02:06:59.840Z Compiling aws-lc-sys v0.40.0
14782026-06-25T02:06:59.852Z Compiling ring v0.17.14
14792026-06-25T02:06:59.910Z Compiling openssl-sys v0.9.115
14802026-06-25T02:06:59.923Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-06-25T02:06:59.959Z Compiling bzip2-sys v0.1.13+1.0.8
14822026-06-25T02:07:00.002Z Compiling nix v0.31.2
14832026-06-25T02:07:00.032Z Compiling num-iter v0.1.45
14842026-06-25T02:07:00.111Z Compiling group v0.13.0
14852026-06-25T02:07:00.208Z Compiling terminal_size v0.4.3
14862026-06-25T02:07:00.219Z Compiling time v0.3.47
14872026-06-25T02:07:00.219Z Compiling vergen v9.1.0
14882026-06-25T02:07:00.222Z Compiling phf_shared v0.13.1
14892026-06-25T02:07:00.222Z Compiling lazy_static v1.5.0
14902026-06-25T02:07:00.242Z Compiling synstructure v0.13.2
14912026-06-25T02:07:00.246Z Compiling pest_generator v2.8.6
14922026-06-25T02:07:00.281Z Compiling serde_derive_internals v0.29.1
14932026-06-25T02:07:00.297Z Compiling darling_core v0.20.11
14942026-06-25T02:07:00.302Z Compiling darling_core v0.21.3
14952026-06-25T02:07:00.317Z Compiling document-features v0.2.12
14962026-06-25T02:07:00.350Z Compiling anstyle-parse v0.2.7
14972026-06-25T02:07:00.447Z Compiling cargo-platform v0.3.2
14982026-06-25T02:07:00.512Z Compiling ahash v0.8.12
14992026-06-25T02:07:00.530Z Compiling fs-err v3.3.0
15002026-06-25T02:07:00.530Z Compiling foldhash v0.1.5
15012026-06-25T02:07:00.537Z Compiling foldhash v0.2.0
15022026-06-25T02:07:00.587Z Compiling managed v0.8.0
15032026-06-25T02:07:00.593Z Compiling bumpalo v3.20.2
15042026-06-25T02:07:00.749Z Compiling object v0.37.3
15052026-06-25T02:07:00.825Z Compiling libbz2-rs-sys v0.2.2
15062026-06-25T02:07:00.833Z Compiling bitflags v1.3.2
15072026-06-25T02:07:00.833Z Compiling winnow v0.5.40
15082026-06-25T02:07:00.858Z Compiling same-file v1.0.6
15092026-06-25T02:07:00.904Z Compiling hashbrown v0.16.1
15102026-06-25T02:07:00.923Z Compiling phf v0.13.1
15112026-06-25T02:07:01.087Z Compiling clap_builder v4.6.0
15122026-06-25T02:07:01.139Z Compiling hashbrown v0.15.5
15132026-06-25T02:07:01.139Z Compiling zopfli v0.8.3
15142026-06-25T02:07:01.139Z Compiling walkdir v2.5.0
15152026-06-25T02:07:01.139Z Compiling anstream v0.6.21
15162026-06-25T02:07:01.139Z Compiling signal-hook-mio v0.2.5
15172026-06-25T02:07:01.147Z Compiling float-cmp v0.10.0
15182026-06-25T02:07:01.167Z Compiling phf_shared v0.11.3
15192026-06-25T02:07:01.223Z Compiling pem v3.0.6
15202026-06-25T02:07:01.237Z Compiling memmap2 v0.9.10
15212026-06-25T02:07:01.255Z Compiling bzip2 v0.6.1
15222026-06-25T02:07:01.277Z Compiling thread-id v4.2.2
15232026-06-25T02:07:01.282Z Compiling env_filter v1.0.0
15242026-06-25T02:07:01.316Z Compiling keccak v0.1.6
15252026-06-25T02:07:01.332Z Compiling fixedbitset v0.5.7
15262026-06-25T02:07:01.358Z Compiling bstr v1.12.1
15272026-06-25T02:07:01.394Z Compiling regex v1.12.3
15282026-06-25T02:07:01.414Z Compiling typed-path v0.9.3
15292026-06-25T02:07:01.432Z Compiling predicates-core v1.0.10
15302026-06-25T02:07:01.439Z Compiling data-encoding v2.10.0
15312026-06-25T02:07:01.464Z Compiling either v1.15.0
15322026-06-25T02:07:01.490Z Compiling difflib v0.4.0
15332026-06-25T02:07:01.507Z Compiling normalize-line-endings v0.3.0
15342026-06-25T02:07:01.532Z Compiling precomputed-hash v0.1.1
15352026-06-25T02:07:01.569Z Compiling new_debug_unreachable v1.0.6
15362026-06-25T02:07:01.639Z Compiling static_assertions v1.1.0
15372026-06-25T02:07:01.653Z Compiling jiff v0.2.21
15382026-06-25T02:07:01.671Z Compiling fixedbitset v0.4.2
15392026-06-25T02:07:01.675Z Compiling whoami v2.1.0
15402026-06-25T02:07:01.675Z Compiling itertools v0.13.0
15412026-06-25T02:07:01.676Z Compiling env_logger v0.11.9
15422026-06-25T02:07:01.760Z Compiling predicates v3.1.4
15432026-06-25T02:07:01.830Z Compiling globset v0.4.18
15442026-06-25T02:07:01.872Z Compiling similar v2.7.0
15452026-06-25T02:07:01.982Z Compiling toml_parser v1.0.9+spec-1.1.0
15462026-06-25T02:07:02.039Z Compiling crossbeam-epoch v0.9.18
15472026-06-25T02:07:02.124Z Compiling lalrpop-util v0.19.12
15482026-06-25T02:07:02.164Z Compiling peg-runtime v0.8.5
15492026-06-25T02:07:02.169Z Compiling thread_local v1.1.9
15502026-06-25T02:07:02.206Z Compiling slog-async v2.8.0
15512026-06-25T02:07:02.211Z Compiling crossbeam-channel v0.5.15
15522026-06-25T02:07:02.227Z Compiling filetime v0.2.27
15532026-06-25T02:07:02.237Z Compiling serde_derive v1.0.228
15542026-06-25T02:07:02.281Z Compiling zeroize_derive v1.4.3
15552026-06-25T02:07:02.311Z Compiling zerofrom-derive v0.1.6
15562026-06-25T02:07:02.324Z Compiling yoke-derive v0.8.1
15572026-06-25T02:07:02.358Z Compiling zerocopy-derive v0.8.40
15582026-06-25T02:07:02.388Z Compiling zerovec-derive v0.11.2
15592026-06-25T02:07:02.427Z Compiling displaydoc v0.2.5
15602026-06-25T02:07:02.448Z Compiling tokio-macros v2.7.0
15612026-06-25T02:07:02.459Z Compiling futures-macro v0.3.32
15622026-06-25T02:07:02.477Z Compiling der_derive v0.7.3
15632026-06-25T02:07:02.495Z Compiling thiserror-impl v2.0.18
15642026-06-25T02:07:02.517Z Compiling tracing-attributes v0.1.31
15652026-06-25T02:07:02.633Z Compiling scroll_derive v0.13.1
15662026-06-25T02:07:02.693Z Compiling pest_derive v2.8.6
15672026-06-25T02:07:02.710Z Compiling schemars_derive v0.8.22
15682026-06-25T02:07:02.734Z Compiling openssl-macros v0.1.1
15692026-06-25T02:07:02.806Z Compiling thiserror-impl v1.0.69
15702026-06-25T02:07:02.863Z Compiling scroll_derive v0.12.1
15712026-06-25T02:07:02.895Z Compiling pin-project-internal v1.1.11
15722026-06-25T02:07:02.911Z Compiling darling_macro v0.20.11
15732026-06-25T02:07:03.124Z Compiling zeroize v1.8.2
15742026-06-25T02:07:03.185Z Compiling darling_macro v0.21.3
15752026-06-25T02:07:03.291Z Compiling zerocopy-derive v0.7.35
15762026-06-25T02:07:03.353Z Compiling rustls-pki-types v1.14.0
15772026-06-25T02:07:03.435Z Compiling async-trait v0.1.89
15782026-06-25T02:07:03.528Z Compiling flate2 v1.1.9
15792026-06-25T02:07:03.578Z Compiling futures-util v0.3.32
15802026-06-25T02:07:03.598Z Compiling curve25519-dalek-derive v0.1.1
15812026-06-25T02:07:03.630Z Compiling daft-derive v0.1.7
15822026-06-25T02:07:03.662Z Compiling ref-cast-impl v1.0.25
15832026-06-25T02:07:03.721Z Compiling darling v0.20.11
15842026-06-25T02:07:03.760Z Compiling scroll v0.13.0
15852026-06-25T02:07:03.768Z Compiling der v0.7.10
15862026-06-25T02:07:03.777Z Compiling rustls-native-certs v0.8.3
15872026-06-25T02:07:03.811Z Compiling derive_builder_core v0.20.2
15882026-06-25T02:07:03.829Z Compiling webpki-roots v1.0.6
15892026-06-25T02:07:03.850Z Compiling scroll v0.12.0
15902026-06-25T02:07:03.897Z Compiling darling v0.21.3
15912026-06-25T02:07:03.921Z Compiling crypto-common v0.1.7
15922026-06-25T02:07:03.985Z Compiling zerofrom v0.1.6
15932026-06-25T02:07:04.011Z Compiling block-buffer v0.10.4
15942026-06-25T02:07:04.029Z Compiling block-padding v0.3.3
15952026-06-25T02:07:04.052Z Compiling goblin v0.10.5
15962026-06-25T02:07:04.053Z Compiling crypto-bigint v0.5.5
15972026-06-25T02:07:04.093Z Compiling strum_macros v0.27.2
15982026-06-25T02:07:04.136Z Compiling yoke v0.8.1
15992026-06-25T02:07:04.176Z Compiling goblin v0.8.2
16002026-06-25T02:07:04.181Z Compiling snafu-derive v0.8.9
16012026-06-25T02:07:04.211Z Compiling digest v0.10.7
16022026-06-25T02:07:04.216Z Compiling inout v0.1.4
16032026-06-25T02:07:04.216Z Compiling tracing v0.1.44
16042026-06-25T02:07:04.267Z Compiling thiserror v2.0.18
16052026-06-25T02:07:04.288Z Compiling serde_with_macros v3.17.0
16062026-06-25T02:07:04.312Z Compiling bzip2 v0.4.4
16072026-06-25T02:07:04.312Z Compiling async-recursion v1.1.1
16082026-06-25T02:07:04.364Z Compiling zerovec v0.11.5
16092026-06-25T02:07:04.406Z Compiling zerotrie v0.2.3
16102026-06-25T02:07:04.425Z Compiling cipher v0.4.4
16112026-06-25T02:07:04.448Z Compiling dtrace-parser v0.3.0
16122026-06-25T02:07:04.455Z Compiling thiserror v1.0.69
16132026-06-25T02:07:04.479Z Compiling zerocopy v0.7.35
16142026-06-25T02:07:04.484Z Compiling pin-project v1.1.11
16152026-06-25T02:07:04.542Z Compiling hmac v0.12.1
16162026-06-25T02:07:04.546Z Compiling sha2 v0.10.9
16172026-06-25T02:07:04.576Z Compiling signature v2.2.0
16182026-06-25T02:07:04.597Z Compiling md-5 v0.10.6
16192026-06-25T02:07:04.601Z Compiling hubpack_derive v0.1.1
16202026-06-25T02:07:04.634Z Compiling dtrace-parser v0.2.0
16212026-06-25T02:07:04.654Z Compiling spki v0.7.3
16222026-06-25T02:07:04.676Z Compiling serde_repr v0.1.20
16232026-06-25T02:07:04.750Z Compiling salsa20 v0.10.2
16242026-06-25T02:07:04.769Z Compiling pbkdf2 v0.12.2
16252026-06-25T02:07:04.789Z Compiling aes v0.8.4
16262026-06-25T02:07:04.810Z Compiling cbc v0.1.2
16272026-06-25T02:07:04.829Z Compiling derive_builder_macro v0.20.2
16282026-06-25T02:07:04.832Z Compiling hkdf v0.12.4
16292026-06-25T02:07:04.982Z Compiling tinystr v0.8.2
16302026-06-25T02:07:04.988Z Compiling potential_utf v0.1.4
16312026-06-25T02:07:04.988Z Compiling scrypt v0.11.0
16322026-06-25T02:07:04.988Z Compiling rfc6979 v0.4.0
16332026-06-25T02:07:05.006Z Compiling strum_macros v0.26.4
16342026-06-25T02:07:05.049Z Compiling clap_derive v4.6.1
16352026-06-25T02:07:05.068Z Compiling enum-as-inner v0.6.1
16362026-06-25T02:07:05.104Z Compiling icu_collections v2.1.1
16372026-06-25T02:07:05.122Z Compiling icu_locale_core v2.1.1
16382026-06-25T02:07:05.143Z Compiling x509-cert v0.2.5
16392026-06-25T02:07:05.163Z Compiling zip v0.6.6
16402026-06-25T02:07:05.169Z Compiling sha1 v0.10.6
16412026-06-25T02:07:05.230Z Compiling sha3 v0.10.8
16422026-06-25T02:07:05.310Z Compiling pkcs5 v0.7.1
16432026-06-25T02:07:05.328Z Compiling is-terminal v0.4.17
16442026-06-25T02:07:05.328Z Compiling xattr v1.6.1
16452026-06-25T02:07:05.402Z Compiling term v1.2.1
16462026-06-25T02:07:05.503Z Compiling take_mut v0.2.2
16472026-06-25T02:07:05.528Z Compiling tar v0.4.45
16482026-06-25T02:07:05.554Z Compiling derive_builder v0.20.2
16492026-06-25T02:07:05.655Z Compiling pkcs8 v0.10.2
16502026-06-25T02:07:05.861Z Compiling icu_provider v2.1.1
16512026-06-25T02:07:05.955Z Compiling sec1 v0.7.3
16522026-06-25T02:07:05.960Z Compiling futures-executor v0.3.32
16532026-06-25T02:07:05.960Z Compiling pkcs1 v0.7.5
16542026-06-25T02:07:06.009Z Compiling ed25519 v2.2.3
16552026-06-25T02:07:06.106Z Compiling bytes v1.11.1
16562026-06-25T02:07:06.146Z Compiling chrono v0.4.44
16572026-06-25T02:07:06.186Z Compiling ipnet v2.11.0
16582026-06-25T02:07:06.193Z Compiling serde_spanned v0.6.9
16592026-06-25T02:07:06.208Z Compiling icu_normalizer v2.1.1
16602026-06-25T02:07:06.224Z Compiling icu_properties v2.1.2
16612026-06-25T02:07:06.224Z Compiling serde_tokenstream v0.2.3
16622026-06-25T02:07:06.281Z Compiling toml_datetime v0.6.11
16632026-06-25T02:07:06.310Z Compiling serde_urlencoded v0.7.1
16642026-06-25T02:07:06.330Z Compiling erased-serde v0.3.31
16652026-06-25T02:07:06.331Z Compiling hex v0.4.3
16662026-06-25T02:07:06.367Z Compiling strum v0.27.2
16672026-06-25T02:07:06.394Z Compiling snafu v0.8.9
16682026-06-25T02:07:06.404Z Compiling elliptic-curve v0.13.8
16692026-06-25T02:07:06.468Z Compiling futures v0.3.32
16702026-06-25T02:07:06.505Z Compiling toml_edit v0.19.15
16712026-06-25T02:07:06.550Z Compiling olpc-cjson v0.1.4
16722026-06-25T02:07:06.585Z Compiling hubpack v0.1.2
16732026-06-25T02:07:06.610Z Compiling dof v0.3.0
16742026-06-25T02:07:06.628Z Compiling tokio v1.52.1
16752026-06-25T02:07:06.633Z Compiling http v1.4.0
16762026-06-25T02:07:06.664Z Compiling serde-big-array v0.5.1
16772026-06-25T02:07:06.683Z Compiling serde_plain v1.0.2
16782026-06-25T02:07:06.756Z Compiling cargo_metadata v0.23.1
16792026-06-25T02:07:08.798Z Compiling ecdsa v0.16.9
16802026-06-25T02:07:08.799Z Compiling toml_edit v0.22.27
16812026-06-25T02:07:08.799Z Compiling ed25519-dalek v2.2.0
16822026-06-25T02:07:08.799Z Compiling crossterm v0.28.1
16832026-06-25T02:07:08.799Z Compiling petgraph v0.6.5
16842026-06-25T02:07:08.799Z Compiling petgraph v0.8.3
16852026-06-25T02:07:08.799Z Compiling string_cache v0.8.9
16862026-06-25T02:07:08.799Z Compiling openapiv3 v2.2.0
16872026-06-25T02:07:08.799Z Compiling clap v4.6.1
16882026-06-25T02:07:08.799Z Compiling strum v0.26.3
16892026-06-25T02:07:08.799Z Compiling usdt-impl v0.5.0
16902026-06-25T02:07:08.799Z Compiling idna_adapter v1.2.1
16912026-06-25T02:07:08.799Z Compiling ppv-lite86 v0.2.21
16922026-06-25T02:07:08.799Z Compiling dof v0.4.0
16932026-06-25T02:07:08.799Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-06-25T02:07:08.799Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-06-25T02:07:08.799Z Compiling idna v1.1.0
16962026-06-25T02:07:08.799Z Compiling http-body v1.0.1
16972026-06-25T02:07:08.799Z Compiling slog-term v2.9.2
16982026-06-25T02:07:08.799Z Compiling rand_chacha v0.9.0
16992026-06-25T02:07:08.799Z Compiling http-body-util v0.1.3
17002026-06-25T02:07:08.799Z Compiling rand_chacha v0.3.1
17012026-06-25T02:07:08.799Z Compiling zstd v0.13.3
17022026-06-25T02:07:08.799Z Compiling url v2.5.8
17032026-06-25T02:07:08.799Z Compiling publicsuffix v2.3.0
17042026-06-25T02:07:08.799Z Compiling rand v0.9.2
17052026-06-25T02:07:08.799Z Compiling rand v0.8.6
17062026-06-25T02:07:08.800Z Compiling zip v4.6.1
17072026-06-25T02:07:08.800Z Compiling toml v0.7.8
17082026-06-25T02:07:08.800Z Compiling cookie_store v0.22.1
17092026-06-25T02:07:08.800Z Compiling proptest v1.10.0
17102026-06-25T02:07:08.800Z Compiling postgres-protocol v0.6.10
17112026-06-25T02:07:08.800Z Compiling usdt-attr-macro v0.6.0
17122026-06-25T02:07:08.800Z Compiling usdt-macro v0.6.0
17132026-06-25T02:07:08.800Z Compiling postgres-types v0.2.12
17142026-06-25T02:07:08.910Z Compiling ipnetwork v0.21.1
17152026-06-25T02:07:08.910Z Compiling serde_with v3.17.0
17162026-06-25T02:07:09.155Z Compiling oxnet v0.1.6
17172026-06-25T02:07:09.319Z Compiling usdt v0.6.0
17182026-06-25T02:07:09.511Z Compiling rsa v0.9.10
17192026-06-25T02:07:10.446Z Compiling tokio-util v0.7.18
17202026-06-25T02:07:10.446Z Compiling tower v0.5.3
17212026-06-25T02:07:10.446Z Compiling tokio-native-tls v0.3.1
17222026-06-25T02:07:10.450Z Compiling hickory-proto v0.25.2
17232026-06-25T02:07:10.450Z Compiling buf-list v1.1.2
17242026-06-25T02:07:10.687Z Compiling newtype-uuid v1.3.2
17252026-06-25T02:07:10.943Z Compiling daft v0.1.7
17262026-06-25T02:07:10.973Z Compiling tower-http v0.6.8
17272026-06-25T02:07:11.156Z Compiling h2 v0.4.13
17282026-06-25T02:07:11.156Z Compiling tokio-postgres v0.7.16
17292026-06-25T02:07:11.235Z Compiling iddqd v0.4.2
17302026-06-25T02:07:11.238Z Compiling tokio-stream v0.1.18
17312026-06-25T02:07:13.796Z Compiling hyper v1.8.1
17322026-06-25T02:07:14.619Z Compiling hyper-util v0.1.20
17332026-06-25T02:07:15.699Z Compiling hyper-tls v0.6.0
17342026-06-25T02:07:25.923Z Compiling rustls-webpki v0.103.9
17352026-06-25T02:07:28.738Z Compiling tokio-rustls v0.26.4
17362026-06-25T02:07:28.738Z Compiling rustls-platform-verifier v0.6.2
17372026-06-25T02:07:28.935Z Compiling hyper-rustls v0.27.7
17382026-06-25T02:07:29.130Z Compiling reqwest v0.12.28
17392026-06-25T02:07:29.133Z Compiling reqwest v0.13.2
17402026-06-25T02:07:30.338Z Compiling tough v0.22.0
17412026-06-25T02:07:32.832Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-06-25T02:07:33.060Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-06-25T02:07:35.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.56s
17442026-06-25T02:07:36.083Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17452026-06-25T02:07:36.129ZJun 25 02:07:35.571 INFO Starting download, target: Clickhouse
17462026-06-25T02:07:36.129ZJun 25 02:07:35.572 INFO Starting download, target: Console
17472026-06-25T02:07:36.129ZJun 25 02:07:35.572 INFO Starting download, target: Cockroach
17482026-06-25T02:07:36.129ZJun 25 02:07:35.572 INFO Starting download, target: DendriteStub
17492026-06-25T02:07:36.129ZJun 25 02:07:35.572 INFO Starting download, target: MaghemiteMgd
17502026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Starting download, target: MaghemiteDdmd
17512026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Starting download, target: TransceiverControl
17522026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17562026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17572026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-06-25T02:07:36.135ZJun 25 02:07:35.572 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-06-25T02:07:36.774ZJun 25 02:07:36.204 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-06-25T02:07:36.983ZJun 25 02:07:36.420 INFO Download complete, target: TransceiverControl
17612026-06-25T02:07:37.902ZJun 25 02:07:37.339 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17622026-06-25T02:07:38.012ZJun 25 02:07:37.451 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-06-25T02:07:38.186ZJun 25 02:07:37.627 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-06-25T02:07:38.277ZJun 25 02:07:37.718 INFO Download complete, target: Console
17652026-06-25T02:07:38.292ZJun 25 02:07:37.734 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17662026-06-25T02:07:38.937ZJun 25 02:07:38.379 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-06-25T02:07:38.937ZJun 25 02:07:38.379 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-06-25T02:07:39.851ZJun 25 02:07:39.292 INFO Download complete, target: MaghemiteDdmd
17692026-06-25T02:07:39.975ZJun 25 02:07:39.407 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-06-25T02:07:41.188ZJun 25 02:07:40.630 INFO Download complete, target: DendriteStub
17712026-06-25T02:07:41.231ZJun 25 02:07:40.674 INFO Download complete, target: MaghemiteMgd
17722026-06-25T02:07:44.089ZJun 25 02:07:43.531 INFO Checking that binary works, target: Cockroach
17732026-06-25T02:07:44.224ZJun 25 02:07:43.667 INFO Download complete, target: Cockroach
17742026-06-25T02:07:47.075ZJun 25 02:07:46.516 INFO Checking that binary works, target: Clickhouse
17752026-06-25T02:07:47.161ZJun 25 02:07:46.600 INFO Download complete, target: Clickhouse
17762026-06-25T02:07:47.214ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-06-25T02:07:47.222Z
17782026-06-25T02:07:47.222Zreal 1:43.426081601
17792026-06-25T02:07:47.222Zuser 6:48.600468917
17802026-06-25T02:07:47.222Zsys 2:25.049698672
17812026-06-25T02:07:47.222Ztrap 0.172231544
17822026-06-25T02:07:47.222Ztflt 3.680447695
17832026-06-25T02:07:47.222Zdflt 6.530531502
17842026-06-25T02:07:47.223Zkflt 0.045845726
17852026-06-25T02:07:47.223Zlock 26:59.531792572
17862026-06-25T02:07:47.223Zslp 16:58.510116595
17872026-06-25T02:07:47.223Zlat 13.005560383
17882026-06-25T02:07:47.223Zstop 5:40.257389362
17892026-06-25T02:07:47.223Z++ bmat factory name
17902026-06-25T02:07:47.236Z++ bmat factory private
17912026-06-25T02:07:47.245Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-02caf6def0d9f7c85 '{
17922026-06-25T02:07:47.246Z buildomat: {
17932026-06-25T02:07:47.246Z factory: {
17942026-06-25T02:07:47.246Z name: $bmat_factory_name,
17952026-06-25T02:07:47.246Z private: $bmat_factory_private,
17962026-06-25T02:07:47.246Z },
17972026-06-25T02:07:47.246Z },
17982026-06-25T02:07:47.246Z }'
17992026-06-25T02:07:47.320Z+ banner ls-apis
18002026-06-25T02:07:47.324Z
18012026-06-25T02:07:47.324Z # #### ## ##### # ####
18022026-06-25T02:07:47.325Z # # # # # # # #
18032026-06-25T02:07:47.325Z # #### ##### # # # # # ####
18042026-06-25T02:07:47.325Z # # ###### ##### # #
18052026-06-25T02:07:47.325Z # # # # # # # # #
18062026-06-25T02:07:47.325Z ###### #### # # # # ####
18072026-06-25T02:07:47.325Z
18082026-06-25T02:07:47.325Z+ source ./tools/include/force-git-over-https.sh
18092026-06-25T02:07:47.325Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18102026-06-25T02:07:47.325Z++ (( i = 0 ))
18112026-06-25T02:07:47.326Z++ (( i < 5 ))
18122026-06-25T02:07:47.326Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18132026-06-25T02:07:47.332Z++ (( i++ ))
18142026-06-25T02:07:47.332Z++ (( i < 5 ))
18152026-06-25T02:07:47.332Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18162026-06-25T02:07:47.333Z++ (( i++ ))
18172026-06-25T02:07:47.333Z++ (( i < 5 ))
18182026-06-25T02:07:47.333Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18192026-06-25T02:07:47.337Z++ (( i++ ))
18202026-06-25T02:07:47.337Z++ (( i < 5 ))
18212026-06-25T02:07:47.337Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18222026-06-25T02:07:47.337Z++ (( i++ ))
18232026-06-25T02:07:47.337Z++ (( i < 5 ))
18242026-06-25T02:07:47.337Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18252026-06-25T02:07:47.342Z++ (( i++ ))
18262026-06-25T02:07:47.342Z++ (( i < 5 ))
18272026-06-25T02:07:47.342Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18282026-06-25T02:07:47.342Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18292026-06-25T02:07:47.342Z+ ptime -m cargo xtask ls-apis apis
18302026-06-25T02:07:47.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18312026-06-25T02:07:47.821Z Running `target/debug/xtask ls-apis apis`
18322026-06-25T02:07:48.488Z Compiling semver v0.1.20
18332026-06-25T02:07:48.609Z Compiling structmeta-derive v0.3.0
18342026-06-25T02:07:48.610Z Compiling ordered-float v2.10.1
18352026-06-25T02:07:48.615Z Compiling toml v0.8.23
18362026-06-25T02:07:48.620Z Compiling cargo-platform v0.2.0
18372026-06-25T02:07:48.620Z Compiling itertools v0.14.0
18382026-06-25T02:07:48.620Z Compiling indent_write v2.2.0
18392026-06-25T02:07:48.751Z Compiling rustc_version v0.1.7
18402026-06-25T02:07:48.851Z Compiling serde-value v0.7.0
18412026-06-25T02:07:48.934Z Compiling newtype_derive v0.1.6
18422026-06-25T02:07:49.046Z Compiling cargo-util-schemas v0.8.2
18432026-06-25T02:07:49.215Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
18442026-06-25T02:07:49.380Z Compiling structmeta v0.3.0
18452026-06-25T02:07:49.592Z Compiling parse-display-derive v0.10.0
18462026-06-25T02:07:49.831Z Compiling cargo_metadata v0.21.0
18472026-06-25T02:07:50.677Z Compiling parse-display v0.10.0
18482026-06-25T02:07:50.807Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18492026-06-25T02:07:54.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
18502026-06-25T02:07:54.134Z Running `target/debug/ls-apis apis`
18512026-06-25T02:07:54.176Zloading metadata for workspace omicron from current workspace
18522026-06-25T02:07:59.553Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
18532026-06-25T02:07:59.563Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
18542026-06-25T02:07:59.563Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/Cargo.toml
18552026-06-25T02:07:59.563Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
18562026-06-25T02:07:59.563Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
18572026-06-25T02:08:27.821Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
18582026-06-25T02:08:28.728Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18592026-06-25T02:08:28.806Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18602026-06-25T02:08:29.119ZBootstrap Agent (client: bootstrap-agent-client)
18612026-06-25T02:08:29.119Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18622026-06-25T02:08:29.119Z consumed by: wicketd (omicron/wicketd) via 1 path
18632026-06-25T02:08:29.119Z
18642026-06-25T02:08:29.119ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18652026-06-25T02:08:29.119Z consumed by: wicketd (omicron/wicketd) via 2 paths
18662026-06-25T02:08:29.119Z
18672026-06-25T02:08:29.119ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18682026-06-25T02:08:29.119Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18692026-06-25T02:08:29.119Z
18702026-06-25T02:08:29.119ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18712026-06-25T02:08:29.120Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18722026-06-25T02:08:29.120Z
18732026-06-25T02:08:29.120ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18742026-06-25T02:08:29.120Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18752026-06-25T02:08:29.123Z
18762026-06-25T02:08:29.123ZCockroachDB Cluster Admin (client: cockroach-admin-client)
18772026-06-25T02:08:29.123Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18782026-06-25T02:08:29.123Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18792026-06-25T02:08:29.123Z
18802026-06-25T02:08:29.123ZCrucible Agent (client: crucible-agent-client)
18812026-06-25T02:08:29.123Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18822026-06-25T02:08:29.123Z
18832026-06-25T02:08:29.123ZCrucible Control (for testing only) (client: crucible-control-client)
18842026-06-25T02:08:29.123Z
18852026-06-25T02:08:29.123ZCrucible Pantry (client: crucible-pantry-client)
18862026-06-25T02:08:29.124Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18872026-06-25T02:08:29.124Z
18882026-06-25T02:08:29.124ZMaghemite DDM Admin (client: ddm-admin-client)
18892026-06-25T02:08:29.124Z consumed by: installinator (omicron/installinator) via 1 path
18902026-06-25T02:08:29.124Z consumed by: mgd (maghemite/mgd) via 1 path
18912026-06-25T02:08:29.124Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18922026-06-25T02:08:29.124Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18932026-06-25T02:08:29.124Z consumed by: wicketd (omicron/wicketd) via 1 path
18942026-06-25T02:08:29.124Z
18952026-06-25T02:08:29.124ZDNS Server (client: dns-service-client)
18962026-06-25T02:08:29.124Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18972026-06-25T02:08:29.124Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
18982026-06-25T02:08:29.124Z
18992026-06-25T02:08:29.124ZDendrite DPD (client: dpd-client)
19002026-06-25T02:08:29.124Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19012026-06-25T02:08:29.124Z consumed by: lldpd (lldp/lldpd) via 2 paths
19022026-06-25T02:08:29.124Z consumed by: mgd (maghemite/mgd) via 1 path
19032026-06-25T02:08:29.124Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19042026-06-25T02:08:29.124Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19052026-06-25T02:08:29.124Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19062026-06-25T02:08:29.124Z consumed by: wicketd (omicron/wicketd) via 2 paths
19072026-06-25T02:08:29.124Z
19082026-06-25T02:08:29.124ZDownstairs Controller (debugging only) (client: dsc-client)
19092026-06-25T02:08:29.124Z
19102026-06-25T02:08:29.124ZManagement Gateway Service (client: gateway-client)
19112026-06-25T02:08:29.127Z consumed by: dpd (dendrite/dpd) via 1 path
19122026-06-25T02:08:29.127Z consumed by: lldpd (lldp/lldpd) via 1 path
19132026-06-25T02:08:29.127Z consumed by: mgd (maghemite/mgd) via 1 path
19142026-06-25T02:08:29.127Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
19152026-06-25T02:08:29.127Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19162026-06-25T02:08:29.127Z consumed by: wicketd (omicron/wicketd) via 3 paths
19172026-06-25T02:08:29.127Z
19182026-06-25T02:08:29.128ZWicketd Installinator (client: installinator-client)
19192026-06-25T02:08:29.128Z consumed by: installinator (omicron/installinator) via 1 path
19202026-06-25T02:08:29.128Z
19212026-06-25T02:08:29.128ZLLDP daemon (client: lldpd-client)
19222026-06-25T02:08:29.128Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19232026-06-25T02:08:29.128Z consumed by: tfportd (dendrite/tfportd) via 1 path
19242026-06-25T02:08:29.128Z
19252026-06-25T02:08:29.128ZMaghemite MG Admin (client: mg-admin-client)
19262026-06-25T02:08:29.132Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19272026-06-25T02:08:29.132Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19282026-06-25T02:08:29.132Z
19292026-06-25T02:08:29.132ZNexus Internal API (client: nexus-client)
19302026-06-25T02:08:29.135Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19312026-06-25T02:08:29.136Z consumed by: dpd (dendrite/dpd) via 1 path
19322026-06-25T02:08:29.136Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19332026-06-25T02:08:29.136Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19342026-06-25T02:08:29.136Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19352026-06-25T02:08:29.136Z
19362026-06-25T02:08:29.136ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19372026-06-25T02:08:29.136Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19382026-06-25T02:08:29.136Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
19392026-06-25T02:08:29.136Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19402026-06-25T02:08:29.136Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
19412026-06-25T02:08:29.136Z
19422026-06-25T02:08:29.136ZNTP Admin (client: ntp-admin-client)
19432026-06-25T02:08:29.136Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19442026-06-25T02:08:29.136Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19452026-06-25T02:08:29.136Z
19462026-06-25T02:08:29.136ZNTP Admin version 1 (client: ntp-admin-v1-client)
19472026-06-25T02:08:29.136Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19482026-06-25T02:08:29.136Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19492026-06-25T02:08:29.136Z
19502026-06-25T02:08:29.136ZExternal API (client: oxide-client)
19512026-06-25T02:08:29.136Z
19522026-06-25T02:08:29.136ZOximeter (client: oximeter-client)
19532026-06-25T02:08:29.136Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19542026-06-25T02:08:29.136Z
19552026-06-25T02:08:29.136ZPropolis (client: propolis-client)
19562026-06-25T02:08:29.139Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19572026-06-25T02:08:29.139Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19582026-06-25T02:08:29.139Z
19592026-06-25T02:08:29.140ZCrucible Repair (client: repair-client)
19602026-06-25T02:08:29.140Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19612026-06-25T02:08:29.140Z
19622026-06-25T02:08:29.140ZRepo Depot API (client: repo-depot-client)
19632026-06-25T02:08:29.140Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19642026-06-25T02:08:29.140Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19652026-06-25T02:08:29.140Z
19662026-06-25T02:08:29.140ZSled Agent (client: sled-agent-client)
19672026-06-25T02:08:29.144Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
19682026-06-25T02:08:29.144Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
19692026-06-25T02:08:29.144Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19702026-06-25T02:08:29.144Z
19712026-06-25T02:08:29.144ZWicketd (client: wicketd-client)
19722026-06-25T02:08:29.144Z
19732026-06-25T02:08:29.233Z
19742026-06-25T02:08:29.236Zreal 41.867021180
19752026-06-25T02:08:29.236Zuser 30.781845720
19762026-06-25T02:08:29.236Zsys 10.463262988
19772026-06-25T02:08:29.236Ztrap 0.004226890
19782026-06-25T02:08:29.236Ztflt 0.085540674
19792026-06-25T02:08:29.236Zdflt 0.175098692
19802026-06-25T02:08:29.236Zkflt 0.000091860
19812026-06-25T02:08:29.236Zlock 2:38.749543967
19822026-06-25T02:08:29.236Zslp 5:31.919310023
19832026-06-25T02:08:29.236Zlat 0.807220792
19842026-06-25T02:08:29.236Zstop 1.932130416
19852026-06-25T02:08:29.236Z+ ptime -m cargo xtask ls-apis deployment-units
19862026-06-25T02:08:29.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19872026-06-25T02:08:29.713Z Running `target/debug/xtask ls-apis deployment-units`
19882026-06-25T02:08:30.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19892026-06-25T02:08:30.501Z Running `target/debug/ls-apis deployment-units`
19902026-06-25T02:08:30.553Zloading metadata for workspace omicron from current workspace
19912026-06-25T02:08:31.530Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/Cargo.toml
19922026-06-25T02:08:31.533Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19932026-06-25T02:08:31.533Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
19942026-06-25T02:08:31.533Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
19952026-06-25T02:08:31.533Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
19962026-06-25T02:08:33.834Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
19972026-06-25T02:08:34.535Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19982026-06-25T02:08:34.613Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19992026-06-25T02:08:34.925ZClickHouse
20002026-06-25T02:08:34.925Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20012026-06-25T02:08:34.925Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20022026-06-25T02:08:34.926Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20032026-06-25T02:08:34.926Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20042026-06-25T02:08:34.926Z
20052026-06-25T02:08:34.927Z
20062026-06-25T02:08:34.927ZCockroach
20072026-06-25T02:08:34.927Z omicron-cockroach-admin (omicron/cockroach-admin)
20082026-06-25T02:08:34.927Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20092026-06-25T02:08:34.927Z
20102026-06-25T02:08:34.927Z
20112026-06-25T02:08:34.927ZCrucible
20122026-06-25T02:08:34.927Z crucible-agent (crucible/agent)
20132026-06-25T02:08:34.927Z exposes: Crucible Agent (client = crucible-agent-client)
20142026-06-25T02:08:34.927Z
20152026-06-25T02:08:34.927Z crucible-downstairs (crucible/downstairs)
20162026-06-25T02:08:34.927Z exposes: Crucible Repair (client = repair-client)
20172026-06-25T02:08:34.931Z consumes: repair-client
20182026-06-25T02:08:34.931Z
20192026-06-25T02:08:34.931Z
20202026-06-25T02:08:34.931ZCrucible Pantry
20212026-06-25T02:08:34.931Z crucible-pantry (crucible/pantry)
20222026-06-25T02:08:34.931Z exposes: Crucible Pantry (client = crucible-pantry-client)
20232026-06-25T02:08:34.931Z consumes: nexus-client
20242026-06-25T02:08:34.931Z
20252026-06-25T02:08:34.931Z
20262026-06-25T02:08:34.931ZDNS Server
20272026-06-25T02:08:34.931Z dns-server (omicron/dns-server)
20282026-06-25T02:08:34.931Z exposes: DNS Server (client = dns-service-client)
20292026-06-25T02:08:34.931Z
20302026-06-25T02:08:34.932Z
20312026-06-25T02:08:34.932ZHost OS
20322026-06-25T02:08:34.932Z ddmd (maghemite/ddmd)
20332026-06-25T02:08:34.932Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20342026-06-25T02:08:34.932Z consumes: dpd-client (intra-deployment-unit-only)
20352026-06-25T02:08:34.932Z
20362026-06-25T02:08:34.933Z dpd (dendrite/dpd)
20372026-06-25T02:08:34.933Z exposes: Dendrite DPD (client = dpd-client)
20382026-06-25T02:08:34.933Z consumes: gateway-client (intra-deployment-unit-only)
20392026-06-25T02:08:34.933Z consumes: nexus-client
20402026-06-25T02:08:34.933Z
20412026-06-25T02:08:34.933Z lldpd (lldp/lldpd)
20422026-06-25T02:08:34.933Z exposes: LLDP daemon (client = lldpd-client)
20432026-06-25T02:08:34.933Z consumes: dpd-client (intra-deployment-unit-only)
20442026-06-25T02:08:34.933Z consumes: gateway-client (intra-deployment-unit-only)
20452026-06-25T02:08:34.933Z
20462026-06-25T02:08:34.933Z mgd (maghemite/mgd)
20472026-06-25T02:08:34.933Z exposes: Maghemite MG Admin (client = mg-admin-client)
20482026-06-25T02:08:34.933Z consumes: ddm-admin-client (intra-deployment-unit-only)
20492026-06-25T02:08:34.933Z consumes: dpd-client (intra-deployment-unit-only)
20502026-06-25T02:08:34.933Z consumes: gateway-client (intra-deployment-unit-only)
20512026-06-25T02:08:34.933Z
20522026-06-25T02:08:34.933Z omicron-gateway (omicron/gateway)
20532026-06-25T02:08:34.933Z exposes: Management Gateway Service (client = gateway-client)
20542026-06-25T02:08:34.933Z
20552026-06-25T02:08:34.933Z omicron-sled-agent (omicron/sled-agent)
20562026-06-25T02:08:34.933Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20572026-06-25T02:08:34.933Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20582026-06-25T02:08:34.933Z exposes: Repo Depot API (client = repo-depot-client)
20592026-06-25T02:08:34.933Z exposes: Sled Agent (client = sled-agent-client)
20602026-06-25T02:08:34.938Z consumes: bootstrap-agent-client
20612026-06-25T02:08:34.938Z consumes: ddm-admin-client (intra-deployment-unit-only)
20622026-06-25T02:08:34.938Z consumes: dpd-client (intra-deployment-unit-only)
20632026-06-25T02:08:34.938Z consumes: gateway-client (intra-deployment-unit-only)
20642026-06-25T02:08:34.938Z consumes: mg-admin-client (intra-deployment-unit-only)
20652026-06-25T02:08:34.938Z consumes: nexus-client
20662026-06-25T02:08:34.938Z consumes: nexus-lockstep-client
20672026-06-25T02:08:34.938Z consumes: ntp-admin-v1-client
20682026-06-25T02:08:34.938Z consumes: propolis-client (intra-deployment-unit-only)
20692026-06-25T02:08:34.938Z consumes: repo-depot-client
20702026-06-25T02:08:34.938Z
20712026-06-25T02:08:34.938Z propolis-server (propolis/bin/propolis-server)
20722026-06-25T02:08:34.938Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20732026-06-25T02:08:34.938Z exposes: Propolis (client = propolis-client)
20742026-06-25T02:08:34.938Z consumes: nexus-client
20752026-06-25T02:08:34.938Z consumes: sled-agent-client (intra-deployment-unit-only)
20762026-06-25T02:08:34.938Z
20772026-06-25T02:08:34.938Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
20782026-06-25T02:08:34.938Z consumes: cockroach-admin-client
20792026-06-25T02:08:34.938Z consumes: ddm-admin-client
20802026-06-25T02:08:34.938Z consumes: dns-service-client
20812026-06-25T02:08:34.938Z consumes: nexus-lockstep-client
20822026-06-25T02:08:34.938Z consumes: ntp-admin-client
20832026-06-25T02:08:34.938Z consumes: ntp-admin-v1-client
20842026-06-25T02:08:34.939Z consumes: sled-agent-client
20852026-06-25T02:08:34.939Z
20862026-06-25T02:08:34.939Z tfportd (dendrite/tfportd)
20872026-06-25T02:08:34.939Z consumes: dpd-client (intra-deployment-unit-only)
20882026-06-25T02:08:34.939Z consumes: lldpd-client (intra-deployment-unit-only)
20892026-06-25T02:08:34.939Z
20902026-06-25T02:08:34.939Z wicketd (omicron/wicketd)
20912026-06-25T02:08:34.939Z exposes: Wicketd Installinator (client = installinator-client)
20922026-06-25T02:08:34.939Z exposes: Wicketd (client = wicketd-client)
20932026-06-25T02:08:34.939Z consumes: bootstrap-agent-client
20942026-06-25T02:08:34.939Z consumes: bootstrap-agent-lockstep-client
20952026-06-25T02:08:34.939Z consumes: ddm-admin-client (intra-deployment-unit-only)
20962026-06-25T02:08:34.939Z consumes: dpd-client (intra-deployment-unit-only)
20972026-06-25T02:08:34.939Z consumes: gateway-client (intra-deployment-unit-only)
20982026-06-25T02:08:34.939Z
20992026-06-25T02:08:34.939Z
21002026-06-25T02:08:34.939ZInstallinator
21012026-06-25T02:08:34.939Z installinator (omicron/installinator)
21022026-06-25T02:08:34.939Z consumes: ddm-admin-client
21032026-06-25T02:08:34.939Z consumes: installinator-client
21042026-06-25T02:08:34.939Z
21052026-06-25T02:08:34.939Z
21062026-06-25T02:08:34.939ZNTP
21072026-06-25T02:08:34.939Z omicron-ntp-admin (omicron/ntp-admin)
21082026-06-25T02:08:34.939Z exposes: NTP Admin (client = ntp-admin-client)
21092026-06-25T02:08:34.939Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
21102026-06-25T02:08:34.940Z
21112026-06-25T02:08:34.940Z
21122026-06-25T02:08:34.940ZNexus
21132026-06-25T02:08:34.940Z omicron-nexus (omicron/nexus)
21142026-06-25T02:08:34.940Z exposes: Nexus Internal API (client = nexus-client)
21152026-06-25T02:08:34.940Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21162026-06-25T02:08:34.940Z exposes: External API (client = oxide-client)
21172026-06-25T02:08:34.944Z consumes: clickhouse-admin-keeper-client
21182026-06-25T02:08:34.944Z consumes: clickhouse-admin-server-client
21192026-06-25T02:08:34.944Z consumes: clickhouse-admin-single-client
21202026-06-25T02:08:34.944Z consumes: cockroach-admin-client
21212026-06-25T02:08:34.944Z consumes: crucible-agent-client
21222026-06-25T02:08:34.944Z consumes: crucible-pantry-client
21232026-06-25T02:08:34.944Z consumes: dns-service-client
21242026-06-25T02:08:34.945Z consumes: dpd-client
21252026-06-25T02:08:34.945Z consumes: gateway-client
21262026-06-25T02:08:34.945Z consumes: lldpd-client
21272026-06-25T02:08:34.945Z consumes: mg-admin-client
21282026-06-25T02:08:34.945Z consumes: ntp-admin-client
21292026-06-25T02:08:34.945Z consumes: oximeter-client
21302026-06-25T02:08:34.945Z consumes: propolis-client
21312026-06-25T02:08:34.945Z consumes: repo-depot-client
21322026-06-25T02:08:34.945Z consumes: sled-agent-client
21332026-06-25T02:08:34.945Z
21342026-06-25T02:08:34.945Z
21352026-06-25T02:08:34.945ZOximeter
21362026-06-25T02:08:34.945Z oximeter-collector (omicron/oximeter/collector)
21372026-06-25T02:08:34.945Z exposes: Oximeter (client = oximeter-client)
21382026-06-25T02:08:34.945Z consumes: nexus-client
21392026-06-25T02:08:34.945Z
21402026-06-25T02:08:34.945Z
21412026-06-25T02:08:35.031Z
21422026-06-25T02:08:35.031Zreal 5.769388664
21432026-06-25T02:08:35.031Zuser 4.754411242
21442026-06-25T02:08:35.031Zsys 2.047873852
21452026-06-25T02:08:35.031Ztrap 0.000543110
21462026-06-25T02:08:35.031Ztflt 0.000069080
21472026-06-25T02:08:35.031Zdflt 0.000104480
21482026-06-25T02:08:35.031Zkflt 0.000010880
21492026-06-25T02:08:35.031Zlock 1.993806881
21502026-06-25T02:08:35.034Zslp 20.095413271
21512026-06-25T02:08:35.034Zlat 0.008735870
21522026-06-25T02:08:35.034Zstop 0.007407571
21532026-06-25T02:08:35.034Z+ ptime -m cargo xtask ls-apis servers
21542026-06-25T02:08:35.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21552026-06-25T02:08:35.476Z Running `target/debug/xtask ls-apis servers`
21562026-06-25T02:08:36.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
21572026-06-25T02:08:36.227Z Running `target/debug/ls-apis servers`
21582026-06-25T02:08:36.274Zloading metadata for workspace omicron from current workspace
21592026-06-25T02:08:37.246Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
21602026-06-25T02:08:37.249Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
21612026-06-25T02:08:37.249Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
21622026-06-25T02:08:37.249Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/Cargo.toml
21632026-06-25T02:08:37.249Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
21642026-06-25T02:08:39.463Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
21652026-06-25T02:08:40.148Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21662026-06-25T02:08:40.226Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21672026-06-25T02:08:40.536Zcrucible-agent (crucible/agent)
21682026-06-25T02:08:40.536Z exposes: Crucible Agent (client = crucible-agent-client)
21692026-06-25T02:08:40.536Z
21702026-06-25T02:08:40.536Zcrucible-downstairs (crucible/downstairs)
21712026-06-25T02:08:40.536Z exposes: Crucible Repair (client = repair-client)
21722026-06-25T02:08:40.540Z consumes: repair-client
21732026-06-25T02:08:40.540Z
21742026-06-25T02:08:40.540Zcrucible-pantry (crucible/pantry)
21752026-06-25T02:08:40.540Z exposes: Crucible Pantry (client = crucible-pantry-client)
21762026-06-25T02:08:40.540Z consumes: nexus-client
21772026-06-25T02:08:40.540Z
21782026-06-25T02:08:40.540Zddmd (maghemite/ddmd)
21792026-06-25T02:08:40.540Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21802026-06-25T02:08:40.540Z consumes: dpd-client (intra-deployment-unit-only)
21812026-06-25T02:08:40.540Z
21822026-06-25T02:08:40.540Zdns-server (omicron/dns-server)
21832026-06-25T02:08:40.540Z exposes: DNS Server (client = dns-service-client)
21842026-06-25T02:08:40.540Z
21852026-06-25T02:08:40.540Zdpd (dendrite/dpd)
21862026-06-25T02:08:40.540Z exposes: Dendrite DPD (client = dpd-client)
21872026-06-25T02:08:40.540Z consumes: gateway-client (intra-deployment-unit-only)
21882026-06-25T02:08:40.540Z consumes: nexus-client
21892026-06-25T02:08:40.540Z
21902026-06-25T02:08:40.540Zinstallinator (omicron/installinator)
21912026-06-25T02:08:40.540Z consumes: ddm-admin-client
21922026-06-25T02:08:40.540Z consumes: installinator-client
21932026-06-25T02:08:40.540Z
21942026-06-25T02:08:40.540Zlldpd (lldp/lldpd)
21952026-06-25T02:08:40.540Z exposes: LLDP daemon (client = lldpd-client)
21962026-06-25T02:08:40.544Z consumes: dpd-client (intra-deployment-unit-only)
21972026-06-25T02:08:40.544Z consumes: gateway-client (intra-deployment-unit-only)
21982026-06-25T02:08:40.544Z
21992026-06-25T02:08:40.544Zmgd (maghemite/mgd)
22002026-06-25T02:08:40.544Z exposes: Maghemite MG Admin (client = mg-admin-client)
22012026-06-25T02:08:40.544Z consumes: ddm-admin-client (intra-deployment-unit-only)
22022026-06-25T02:08:40.544Z consumes: dpd-client (intra-deployment-unit-only)
22032026-06-25T02:08:40.544Z consumes: gateway-client (intra-deployment-unit-only)
22042026-06-25T02:08:40.544Z
22052026-06-25T02:08:40.544Zomicron-clickhouse-admin (omicron/clickhouse-admin)
22062026-06-25T02:08:40.544Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
22072026-06-25T02:08:40.544Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
22082026-06-25T02:08:40.544Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
22092026-06-25T02:08:40.544Z
22102026-06-25T02:08:40.544Zomicron-cockroach-admin (omicron/cockroach-admin)
22112026-06-25T02:08:40.544Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
22122026-06-25T02:08:40.544Z
22132026-06-25T02:08:40.545Zomicron-gateway (omicron/gateway)
22142026-06-25T02:08:40.545Z exposes: Management Gateway Service (client = gateway-client)
22152026-06-25T02:08:40.545Z
22162026-06-25T02:08:40.545Zomicron-nexus (omicron/nexus)
22172026-06-25T02:08:40.545Z exposes: Nexus Internal API (client = nexus-client)
22182026-06-25T02:08:40.546Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22192026-06-25T02:08:40.546Z exposes: External API (client = oxide-client)
22202026-06-25T02:08:40.546Z consumes: clickhouse-admin-keeper-client
22212026-06-25T02:08:40.546Z consumes: clickhouse-admin-server-client
22222026-06-25T02:08:40.546Z consumes: clickhouse-admin-single-client
22232026-06-25T02:08:40.546Z consumes: cockroach-admin-client
22242026-06-25T02:08:40.546Z consumes: crucible-agent-client
22252026-06-25T02:08:40.546Z consumes: crucible-pantry-client
22262026-06-25T02:08:40.546Z consumes: dns-service-client
22272026-06-25T02:08:40.546Z consumes: dpd-client
22282026-06-25T02:08:40.546Z consumes: gateway-client
22292026-06-25T02:08:40.546Z consumes: lldpd-client
22302026-06-25T02:08:40.546Z consumes: mg-admin-client
22312026-06-25T02:08:40.546Z consumes: ntp-admin-client
22322026-06-25T02:08:40.546Z consumes: oximeter-client
22332026-06-25T02:08:40.546Z consumes: propolis-client
22342026-06-25T02:08:40.546Z consumes: repo-depot-client
22352026-06-25T02:08:40.546Z consumes: sled-agent-client
22362026-06-25T02:08:40.546Z
22372026-06-25T02:08:40.546Zomicron-ntp-admin (omicron/ntp-admin)
22382026-06-25T02:08:40.546Z exposes: NTP Admin (client = ntp-admin-client)
22392026-06-25T02:08:40.546Z exposes: NTP Admin version 1 (client = ntp-admin-v1-client)
22402026-06-25T02:08:40.546Z
22412026-06-25T02:08:40.546Zomicron-sled-agent (omicron/sled-agent)
22422026-06-25T02:08:40.546Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
22432026-06-25T02:08:40.547Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
22442026-06-25T02:08:40.547Z exposes: Repo Depot API (client = repo-depot-client)
22452026-06-25T02:08:40.547Z exposes: Sled Agent (client = sled-agent-client)
22462026-06-25T02:08:40.550Z consumes: bootstrap-agent-client
22472026-06-25T02:08:40.550Z consumes: ddm-admin-client (intra-deployment-unit-only)
22482026-06-25T02:08:40.550Z consumes: dpd-client (intra-deployment-unit-only)
22492026-06-25T02:08:40.550Z consumes: gateway-client (intra-deployment-unit-only)
22502026-06-25T02:08:40.550Z consumes: mg-admin-client (intra-deployment-unit-only)
22512026-06-25T02:08:40.550Z consumes: nexus-client
22522026-06-25T02:08:40.550Z consumes: nexus-lockstep-client
22532026-06-25T02:08:40.550Z consumes: ntp-admin-v1-client
22542026-06-25T02:08:40.550Z consumes: propolis-client (intra-deployment-unit-only)
22552026-06-25T02:08:40.550Z consumes: repo-depot-client
22562026-06-25T02:08:40.550Z
22572026-06-25T02:08:40.550Zoximeter-collector (omicron/oximeter/collector)
22582026-06-25T02:08:40.550Z exposes: Oximeter (client = oximeter-client)
22592026-06-25T02:08:40.550Z consumes: nexus-client
22602026-06-25T02:08:40.550Z
22612026-06-25T02:08:40.550Zpropolis-server (propolis/bin/propolis-server)
22622026-06-25T02:08:40.550Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22632026-06-25T02:08:40.551Z exposes: Propolis (client = propolis-client)
22642026-06-25T02:08:40.551Z consumes: nexus-client
22652026-06-25T02:08:40.551Z consumes: sled-agent-client (intra-deployment-unit-only)
22662026-06-25T02:08:40.551Z
22672026-06-25T02:08:40.551Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
22682026-06-25T02:08:40.554Z consumes: cockroach-admin-client
22692026-06-25T02:08:40.554Z consumes: ddm-admin-client
22702026-06-25T02:08:40.554Z consumes: dns-service-client
22712026-06-25T02:08:40.554Z consumes: nexus-lockstep-client
22722026-06-25T02:08:40.554Z consumes: ntp-admin-client
22732026-06-25T02:08:40.554Z consumes: ntp-admin-v1-client
22742026-06-25T02:08:40.554Z consumes: sled-agent-client
22752026-06-25T02:08:40.554Z
22762026-06-25T02:08:40.554Ztfportd (dendrite/tfportd)
22772026-06-25T02:08:40.554Z consumes: dpd-client (intra-deployment-unit-only)
22782026-06-25T02:08:40.554Z consumes: lldpd-client (intra-deployment-unit-only)
22792026-06-25T02:08:40.554Z
22802026-06-25T02:08:40.554Zwicketd (omicron/wicketd)
22812026-06-25T02:08:40.554Z exposes: Wicketd Installinator (client = installinator-client)
22822026-06-25T02:08:40.554Z exposes: Wicketd (client = wicketd-client)
22832026-06-25T02:08:40.554Z consumes: bootstrap-agent-client
22842026-06-25T02:08:40.554Z consumes: bootstrap-agent-lockstep-client
22852026-06-25T02:08:40.554Z consumes: ddm-admin-client (intra-deployment-unit-only)
22862026-06-25T02:08:40.554Z consumes: dpd-client (intra-deployment-unit-only)
22872026-06-25T02:08:40.554Z consumes: gateway-client (intra-deployment-unit-only)
22882026-06-25T02:08:40.554Z
22892026-06-25T02:08:40.643Z
22902026-06-25T02:08:40.643Zreal 5.582645174
22912026-06-25T02:08:40.643Zuser 4.733785177
22922026-06-25T02:08:40.643Zsys 1.884193930
22932026-06-25T02:08:40.643Ztrap 0.000575760
22942026-06-25T02:08:40.643Ztflt 0.000387240
22952026-06-25T02:08:40.647Zdflt 0.000369330
22962026-06-25T02:08:40.647Zkflt 0.000007720
22972026-06-25T02:08:40.647Zlock 1.959994437
22982026-06-25T02:08:40.647Zslp 19.215962330
22992026-06-25T02:08:40.647Zlat 0.010263421
23002026-06-25T02:08:40.647Zstop 0.009468576
23012026-06-25T02:08:40.647Z+ ptime -m cargo xtask ls-apis check
23022026-06-25T02:08:41.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
23032026-06-25T02:08:41.083Z Running `target/debug/xtask ls-apis check`
23042026-06-25T02:08:41.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
23052026-06-25T02:08:41.833Z Running `target/debug/ls-apis check`
23062026-06-25T02:08:41.882Zloading metadata for workspace omicron from current workspace
23072026-06-25T02:08:42.851Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
23082026-06-25T02:08:42.855Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23092026-06-25T02:08:42.855Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
23102026-06-25T02:08:42.855Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/Cargo.toml
23112026-06-25T02:08:42.855Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
23122026-06-25T02:08:45.080Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
23132026-06-25T02:08:45.778Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23142026-06-25T02:08:45.854Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23152026-06-25T02:08:46.278Z
23162026-06-25T02:08:46.278Z
23172026-06-25T02:08:46.278ZServer-managed APIs:
23182026-06-25T02:08:46.278Z
23192026-06-25T02:08:46.278Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23202026-06-25T02:08:46.278Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23212026-06-25T02:08:46.278Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23222026-06-25T02:08:46.278Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23232026-06-25T02:08:46.278Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23242026-06-25T02:08:46.278Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23252026-06-25T02:08:46.278Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23262026-06-25T02:08:46.278Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23272026-06-25T02:08:46.278Z DNS Server (dns-service-client, exposed by dns-server)
23282026-06-25T02:08:46.278Z Dendrite DPD (dpd-client, exposed by dpd)
23292026-06-25T02:08:46.278Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23302026-06-25T02:08:46.278Z LLDP daemon (lldpd-client, exposed by lldpd)
23312026-06-25T02:08:46.278Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23322026-06-25T02:08:46.278Z External API (oxide-client, exposed by omicron-nexus)
23332026-06-25T02:08:46.278Z Oximeter (oximeter-client, exposed by oximeter-collector)
23342026-06-25T02:08:46.278Z Propolis (propolis-client, exposed by propolis-server)
23352026-06-25T02:08:46.278Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23362026-06-25T02:08:46.278Z Wicketd (wicketd-client, exposed by wicketd)
23372026-06-25T02:08:46.279Z
23382026-06-25T02:08:46.279Z
23392026-06-25T02:08:46.279ZClient-managed API:
23402026-06-25T02:08:46.279Z
23412026-06-25T02:08:46.279Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23422026-06-25T02:08:46.279Z reason: depends on itself (i.e., instances call each other)
23432026-06-25T02:08:46.279Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23442026-06-25T02:08:46.279Z reason: wicketd can wind up calling into sled agent on different sleds
23452026-06-25T02:08:46.279Z Wicketd Installinator (installinator-client, exposed by wicketd)
23462026-06-25T02:08:46.279Z reason: client is provided implicitly by the operator
23472026-06-25T02:08:46.279Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23482026-06-25T02:08:46.279Z reason: Circular dependencies between Nexus and other services
23492026-06-25T02:08:46.279Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23502026-06-25T02:08:46.279Z reason: Circular dependencies between Nexus and other services
23512026-06-25T02:08:46.279Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23522026-06-25T02:08:46.279Z 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.
23532026-06-25T02:08:46.279Z
23542026-06-25T02:08:46.279Z NTP Admin version 1 (ntp-admin-v1-client, exposed by omicron-ntp-admin)
23552026-06-25T02:08:46.279Z 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.
23562026-06-25T02:08:46.279Z
23572026-06-25T02:08:46.279Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23582026-06-25T02:08:46.279Z reason: depends on itself (i.e., instances call each other)
23592026-06-25T02:08:46.279Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23602026-06-25T02:08:46.279Z reason: depends on itself (i.e., instances call each other)
23612026-06-25T02:08:46.279Z
23622026-06-25T02:08:46.279Z
23632026-06-25T02:08:46.279ZAPIs with unknown version management: none
23642026-06-25T02:08:46.282Z
23652026-06-25T02:08:46.282Z
23662026-06-25T02:08:46.282ZAPIs that failed consumer checks: none
23672026-06-25T02:08:46.372Z
23682026-06-25T02:08:46.372Zreal 5.697971741
23692026-06-25T02:08:46.373Zuser 4.827612029
23702026-06-25T02:08:46.373Zsys 1.880365428
23712026-06-25T02:08:46.373Ztrap 0.000454910
23722026-06-25T02:08:46.373Ztflt 0.000084000
23732026-06-25T02:08:46.373Zdflt 0.000188670
23742026-06-25T02:08:46.373Zkflt 0.000000000
23752026-06-25T02:08:46.373Zlock 2.096774339
23762026-06-25T02:08:46.373Zslp 19.153488931
23772026-06-25T02:08:46.373Zlat 0.009571281
23782026-06-25T02:08:46.373Zstop 0.008754473
23792026-06-25T02:08:46.376Z+ ptime -m cargo xtask ls-apis adoc
23802026-06-25T02:08:46.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
23812026-06-25T02:08:46.809Z Running `target/debug/xtask ls-apis adoc`
23822026-06-25T02:08:47.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
23832026-06-25T02:08:47.556Z Running `target/debug/ls-apis adoc`
23842026-06-25T02:08:47.605Zloading metadata for workspace omicron from current workspace
23852026-06-25T02:08:48.568Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/Cargo.toml
23862026-06-25T02:08:48.571Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23872026-06-25T02:08:48.571Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/Cargo.toml
23882026-06-25T02:08:48.571Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/Cargo.toml
23892026-06-25T02:08:48.574Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/Cargo.toml
23902026-06-25T02:08:50.786Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0c92583/Cargo.toml
23912026-06-25T02:08:51.472Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23922026-06-25T02:08:51.551Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23932026-06-25T02:08:51.981Z
23942026-06-25T02:08:51.981Zreal 5.578002632
23952026-06-25T02:08:51.981Zuser 4.726583223
23962026-06-25T02:08:51.981Zsys 1.874551694
23972026-06-25T02:08:51.982Ztrap 0.000541860
23982026-06-25T02:08:51.982Ztflt 0.000115040
23992026-06-25T02:08:51.982Zdflt 0.000571250
24002026-06-25T02:08:51.982Zkflt 0.000000000
24012026-06-25T02:08:51.985Zlock 1.992146622
24022026-06-25T02:08:51.985Zslp 19.068401927
24032026-06-25T02:08:51.985Zlat 0.010259761
24042026-06-25T02:08:51.985Zstop 0.008703853
24052026-06-25T02:08:51.985Z+ banner build
24062026-06-25T02:08:51.989Z
24072026-06-25T02:08:51.989Z ##### # # # # #####
24082026-06-25T02:08:51.989Z # # # # # # # #
24092026-06-25T02:08:51.989Z ##### # # # # # #
24102026-06-25T02:08:51.989Z # # # # # # # #
24112026-06-25T02:08:51.989Z # # # # # # # #
24122026-06-25T02:08:51.989Z ##### #### # ###### #####
24132026-06-25T02:08:51.989Z
24142026-06-25T02:08:51.989Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24152026-06-25T02:08:51.989Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24162026-06-25T02:08:51.990Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24172026-06-25T02:08:51.990Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24182026-06-25T02:08:51.990Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24192026-06-25T02:08:51.990Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24202026-06-25T02:08:51.990Z+ export TMPDIR=/var/tmp/omicron_tmp
24212026-06-25T02:08:51.990Z+ TMPDIR=/var/tmp/omicron_tmp
24222026-06-25T02:08:51.990Z+ export RUST_BACKTRACE=1
24232026-06-25T02:08:51.990Z+ RUST_BACKTRACE=1
24242026-06-25T02:08:51.990Z+ export CARGO_INCREMENTAL=0
24252026-06-25T02:08:51.990Z+ CARGO_INCREMENTAL=0
24262026-06-25T02:08:51.990Z+ export RUSTC_BOOTSTRAP=1
24272026-06-25T02:08:51.990Z+ RUSTC_BOOTSTRAP=1
24282026-06-25T02:08:51.990Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --exclude=omicron-nexus --tests --locked --verbose
24292026-06-25T02:08:54.060Z Compiling proc-macro2 v1.0.106
24302026-06-25T02:08:54.060Z Compiling unicode-ident v1.0.24
24312026-06-25T02:08:54.060Z Compiling quote v1.0.45
24322026-06-25T02:08:54.060Z Compiling libc v0.2.185
24332026-06-25T02:08:54.063Z Compiling serde_core v1.0.228
24342026-06-25T02:08:54.063Z Compiling cfg-if v1.0.4
24352026-06-25T02:08:54.063Z Compiling serde v1.0.228
24362026-06-25T02:08:54.063Z Compiling memchr v2.8.0
24372026-06-25T02:08:54.063Z Compiling smallvec v1.15.1
24382026-06-25T02:08:54.063Z Compiling log v0.4.29
24392026-06-25T02:08:54.064Z Compiling itoa v1.0.17
24402026-06-25T02:08:54.331Z Compiling version_check v0.9.5
24412026-06-25T02:08:54.334Z Compiling autocfg v1.5.0
24422026-06-25T02:08:54.335Z Compiling libm v0.2.16
24432026-06-25T02:08:54.335Z Compiling zmij v1.0.21
24442026-06-25T02:08:54.335Z Compiling serde_json v1.0.149
24452026-06-25T02:08:54.335Z Compiling scopeguard v1.2.0
24462026-06-25T02:08:54.335Z Compiling stable_deref_trait v1.2.1
24472026-06-25T02:08:54.335Z Compiling percent-encoding v2.3.2
24482026-06-25T02:08:54.335Z Compiling writeable v0.6.2
24492026-06-25T02:08:54.335Z Compiling litemap v0.8.1
24502026-06-25T02:08:54.335Z Compiling icu_normalizer_data v2.1.1
24512026-06-25T02:08:54.335Z Compiling icu_properties_data v2.1.2
24522026-06-25T02:08:54.335Z Compiling utf8_iter v1.0.4
24532026-06-25T02:08:54.335Z Compiling shlex v1.3.0
24542026-06-25T02:08:54.335Z Compiling parking_lot_core v0.9.12
24552026-06-25T02:08:54.364Z Compiling rand_core v0.10.0
24562026-06-25T02:08:54.367Z Compiling find-msvc-tools v0.1.9
24572026-06-25T02:08:54.367Z Compiling getrandom v0.4.1
24582026-06-25T02:08:54.367Z Compiling fnv v1.0.7
24592026-06-25T02:08:54.395Z Compiling zerocopy v0.8.40
24602026-06-25T02:08:54.420Z Compiling portable-atomic v1.13.1
24612026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=8bedf2d850e21620 -C extra-filename=-6c7226467be15f61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=53082b9324c18d28 -C extra-filename=-5b0d7f31a54d83ed --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-5b0d7f31a54d83ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=1089db90f3cd0028 -C extra-filename=-abb712b017025454 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-abb712b017025454 -L 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-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=28a7e42ce7a2197b -C extra-filename=-3a82810448a6b3ee --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-3a82810448a6b3ee -L 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-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=fb0ab1cbe762ee2f -C extra-filename=-04037f8311a7c2b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-04037f8311a7c2b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=3d5e7c64aecd065b -C extra-filename=-882910c5b730d478 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-882910c5b730d478 -L 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-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=efa8d3fdc5c142a9 -C extra-filename=-8b27dd15c4f0e20b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=c841cdf24da18c64 -C extra-filename=-06cc3cd85b824710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=9bd36ccd2ddd675f -C extra-filename=-2fe17da202d1e272 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-2fe17da202d1e272 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=018d510ff9d1a816 -C extra-filename=-b65847b53748ec24 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b65847b53748ec24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=e233013a5c8da031 -C extra-filename=-c9c451b5a4d94ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722026-06-25T02:08:54.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=5cdc521037061bea -C extra-filename=-19c0125e3dfbba6e --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-19c0125e3dfbba6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732026-06-25T02:08:54.425Z Running `/home/build/.rustup/toolchains/1.96.0-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=2b707cbb1e9f3e58 -C extra-filename=-91616001ffac1a2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742026-06-25T02:08:54.425Z Running `/home/build/.rustup/toolchains/1.96.0-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=5a78808b1c15ce0c -C extra-filename=-61888eb32b9c78fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752026-06-25T02:08:54.425Z Running `/home/build/.rustup/toolchains/1.96.0-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=59a1e9f3f333078c -C extra-filename=-3104d2c6b6e9992f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762026-06-25T02:08:54.425Z Running `/home/build/.rustup/toolchains/1.96.0-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=659ebd08df8ec84f -C extra-filename=-4b3101a3d321b13f --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-4b3101a3d321b13f -L 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-06-25T02:08:54.425Z Running `/home/build/.rustup/toolchains/1.96.0-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=9601011c6cb3559d -C extra-filename=-7ee4b728be4c95f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:54.425Z Running `/home/build/.rustup/toolchains/1.96.0-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=0c491ba6d926bd6d -C extra-filename=-b9a77a9d7eb488c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:54.483Z Running `/home/build/.rustup/toolchains/1.96.0-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=4668cd0efea1c62c -C extra-filename=-74b80d7264682a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:54.483Z Running `/home/build/.rustup/toolchains/1.96.0-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=ffff719549620bac -C extra-filename=-537aa5928f052b7d --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-537aa5928f052b7d -L 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-06-25T02:08:54.486Z Running `/home/build/.rustup/toolchains/1.96.0-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=40bde860bdbe3283 -C extra-filename=-5ce8df1c4fa1e99a --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-5ce8df1c4fa1e99a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822026-06-25T02:08:54.517Z Running `/home/build/.rustup/toolchains/1.96.0-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=1ff312fcd5e030df -C extra-filename=-f125e9fd8b9b921c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832026-06-25T02:08:54.651Z Compiling subtle v2.6.1
24842026-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=a3c739045871ba1d -C extra-filename=-d7d89aa91c1345d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-d7d89aa91c1345d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852026-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=ae45a6647a559f98 -C extra-filename=-12f0bdb3229dd963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862026-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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.149/build.rs --error-format=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=36d724845f63fcce -C extra-filename=-81fa6a4548c383e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-81fa6a4548c383e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872026-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=35eaa3a1e9e98918 -C extra-filename=-b184f970d6c2e2eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882026-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=6f410fac9235678f -C extra-filename=-2c7240926bf6b9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892026-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=bf8587eee90b450b -C extra-filename=-16d04fe133cb2bde --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-16d04fe133cb2bde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902026-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=72555420cfd14bed -C extra-filename=-96e5ec4b2762645e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912026-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=79a2cf504fd38cb1 -C extra-filename=-c42d2c9b38cd567f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:54.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=76fde798faec01f4 -C extra-filename=-571a780a47702307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932026-06-25T02:08:54.723Z Compiling pin-project-lite v0.2.17
24942026-06-25T02:08:54.727Z Compiling critical-section v1.2.0
24952026-06-25T02:08:54.727Z Running `/home/build/.rustup/toolchains/1.96.0-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=e06b039fcffbec53 -C extra-filename=-d00a944a66929ca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:54.727Z Running `/home/build/.rustup/toolchains/1.96.0-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=272c8781c664997f -C extra-filename=-7d89882f517ce1e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:54.727Z Running `/home/build/.rustup/toolchains/1.96.0-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=cada42d64c6986dc -C extra-filename=-f18d23c4fe345c63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982026-06-25T02:08:54.727Z Running `/home/build/.rustup/toolchains/1.96.0-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=4d92a689321c6db7 -C extra-filename=-af8e72cb4e6faadf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992026-06-25T02:08:54.794Z Compiling lock_api v0.4.14
25002026-06-25T02:08:54.831Z Compiling thiserror v2.0.18
25012026-06-25T02:08:55.222Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-5b0d7f31a54d83ed/build-script-build`
25022026-06-25T02:08:55.317Z Running `/home/build/.rustup/toolchains/1.96.0-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=45aba9bc7a4efe4f -C extra-filename=-48cc4b97f298829f --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-48cc4b97f298829f -L 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-06-25T02:08:55.352Z Running `/home/build/.rustup/toolchains/1.96.0-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=cba93d00c7a24e54 -C extra-filename=-0cb1b563c04a59d9 --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-61888eb32b9c78fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042026-06-25T02:08:55.419Z Compiling form_urlencoded v1.2.2
25052026-06-25T02:08:55.422Z Compiling equivalent v1.0.2
25062026-06-25T02:08:55.422Z Compiling typenum v1.19.0
25072026-06-25T02:08:55.422Z Compiling heck v0.5.0
25082026-06-25T02:08:55.422Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-3a82810448a6b3ee/build-script-build`
25092026-06-25T02:08:55.422Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-04037f8311a7c2b8/build-script-build`
25102026-06-25T02:08:55.422Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-19c0125e3dfbba6e/build-script-build`
25112026-06-25T02:08:55.714Z Compiling num-traits v0.2.19
25122026-06-25T02:08:55.747Z Compiling iana-time-zone v0.1.65
25132026-06-25T02:08:55.750Z Compiling rustversion v1.0.22
25142026-06-25T02:08:55.750Z Compiling hashbrown v0.17.0
25152026-06-25T02:08:55.817Z Running `/home/build/.rustup/toolchains/1.96.0-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=8f36789e3f6fa4eb -C extra-filename=-27bb048c672f3d09 --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-f125e9fd8b9b921c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162026-06-25T02:08:55.820Z Running `/home/build/.rustup/toolchains/1.96.0-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=b421669898d5ce6b -C extra-filename=-4aa18f313743b6f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172026-06-25T02:08:55.821Z Running `/home/build/.rustup/toolchains/1.96.0-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 --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=5a761dd6b2d3a4c2 -C extra-filename=-98acbccc06e09cbc --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-98acbccc06e09cbc -L 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-06-25T02:08:55.821Z Running `/home/build/.rustup/toolchains/1.96.0-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=977d5021a90460b3 -C extra-filename=-38a052c675cb2417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192026-06-25T02:08:56.135Z Running `/home/build/.rustup/toolchains/1.96.0-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=12dc63585cac1ead -C extra-filename=-3c2d2531069f1448 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-3c2d2531069f1448 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7ee4b728be4c95f9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202026-06-25T02:08:56.135Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-81fa6a4548c383e7/build-script-build`
25212026-06-25T02:08:56.139Z Compiling generic-array v0.14.7
25222026-06-25T02:08:56.139Z Compiling regex-syntax v0.8.10
25232026-06-25T02:08:56.139Z Compiling strsim v0.11.1
25242026-06-25T02:08:56.139Z Compiling dyn-clone v1.0.20
25252026-06-25T02:08:56.139Z Compiling futures-core v0.3.32
25262026-06-25T02:08:56.139Z Compiling schemars v0.8.22
25272026-06-25T02:08:56.139Z Compiling syn v1.0.109
25282026-06-25T02:08:56.139Z Compiling const-oid v0.9.6
25292026-06-25T02:08:56.139Z Compiling aho-corasick v1.1.4
25302026-06-25T02:08:56.274Z Running `/home/build/.rustup/toolchains/1.96.0-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=c8bf1c760314cf94 -C extra-filename=-56db10b8a3f2757d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25312026-06-25T02:08:56.277Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4b3101a3d321b13f/build-script-build`
25322026-06-25T02:08:56.277Z Running `/home/build/.rustup/toolchains/1.96.0-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=3a280432ab7df74d -C extra-filename=-197437dcd30accb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-197437dcd30accb5 -L 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-06-25T02:08:56.277Z Running `/home/build/.rustup/toolchains/1.96.0-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=027890e647fb48e5 -C extra-filename=-dbb1ae1b769dc319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:56.278Z Running `/home/build/.rustup/toolchains/1.96.0-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=8e9ed74f8cf51caf -C extra-filename=-012073639469e459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25352026-06-25T02:08:56.383Z Running `/home/build/.rustup/toolchains/1.96.0-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=b77b430ae35bf808 -C extra-filename=-d2b538ec97949826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362026-06-25T02:08:56.567Z Running `/home/build/.rustup/toolchains/1.96.0-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=357118e2577a31dd -C extra-filename=-991ddb2d4d829d86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:56.570Z Running `/home/build/.rustup/toolchains/1.96.0-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=5c39d60f5245e284 -C extra-filename=-ddbd926ac260bdaa --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-6c7226467be15f61.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)'`
25382026-06-25T02:08:56.570Z Running `/home/build/.rustup/toolchains/1.96.0-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=33b6c63673867f25 -C extra-filename=-13cb134ccccfc75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392026-06-25T02:08:56.570Z Running `/home/build/.rustup/toolchains/1.96.0-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=cfa2bb95d6a55d27 -C extra-filename=-88550fb828a139ec --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-88550fb828a139ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402026-06-25T02:08:56.571Z Running `/home/build/.rustup/toolchains/1.96.0-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=e2db802104007300 -C extra-filename=-d436b99edfb9995a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412026-06-25T02:08:56.571Z Running `/home/build/.rustup/toolchains/1.96.0-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=a578fd0dd913776d -C extra-filename=-6ecddeb79f531db6 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6ecddeb79f531db6 -L 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-06-25T02:08:56.571Z Running `/home/build/.rustup/toolchains/1.96.0-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=92111f8c4a484ede -C extra-filename=-5a50f365cea2bff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432026-06-25T02:08:56.571Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-48cc4b97f298829f/build-script-build`
25442026-06-25T02:08:56.621Z Compiling rustix v1.1.3
25452026-06-25T02:08:56.621Z Compiling byteorder v1.5.0
25462026-06-25T02:08:56.621Z Compiling thiserror v1.0.69
25472026-06-25T02:08:56.622Z Compiling futures-sink v0.3.32
25482026-06-25T02:08:56.622Z Compiling futures-task v0.3.32
25492026-06-25T02:08:56.632Z Compiling slab v0.4.12
25502026-06-25T02:08:56.635Z Running `/home/build/.rustup/toolchains/1.96.0-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=aa48536a6d5d43b2 -C extra-filename=-238300f45ec449d7 --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-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512026-06-25T02:08:56.636Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-537aa5928f052b7d/build-script-build`
25522026-06-25T02:08:56.636Z Running `/home/build/.rustup/toolchains/1.96.0-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=643ed844f76be984 -C extra-filename=-c8cf85df69d00fc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-c8cf85df69d00fc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532026-06-25T02:08:56.636Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5ce8df1c4fa1e99a/build-script-build`
25542026-06-25T02:08:56.636Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-2fe17da202d1e272/build-script-build`
25552026-06-25T02:08:56.768Z Running `/home/build/.rustup/toolchains/1.96.0-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=a58c8ea0351d0c5e -C extra-filename=-00b6ab406358d339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562026-06-25T02:08:56.986Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-16d04fe133cb2bde/build-script-build`
25572026-06-25T02:08:56.989Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-b65847b53748ec24/build-script-build`
25582026-06-25T02:08:56.989Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-d7d89aa91c1345d1/build-script-build`
25592026-06-25T02:08:56.990Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-882910c5b730d478/build-script-build`
25602026-06-25T02:08:56.990Z Running `/home/build/.rustup/toolchains/1.96.0-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=c2ceda2d609dfa22 -C extra-filename=-0dbbfff9ff05f089 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-0dbbfff9ff05f089 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612026-06-25T02:08:57.025Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-abb712b017025454/build-script-build`
25622026-06-25T02:08:57.028Z Running `/home/build/.rustup/toolchains/1.96.0-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=a5365e9464f547bf -C extra-filename=-dec297b34435b525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-06-25T02:08:57.028Z Compiling futures-io v0.3.32
25642026-06-25T02:08:57.028Z Compiling cpufeatures v0.2.17
25652026-06-25T02:08:57.028Z Compiling ident_case v1.0.1
25662026-06-25T02:08:57.028Z Running `/home/build/.rustup/toolchains/1.96.0-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=1f9b0590af97bcf3 -C extra-filename=-ba966b139f4b0964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-06-25T02:08:57.028Z Running `/home/build/.rustup/toolchains/1.96.0-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=00eb7b767b47e274 -C extra-filename=-2c27a9e96c8c5036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-06-25T02:08:57.028Z Running `/home/build/.rustup/toolchains/1.96.0-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=36cdc041c551ec5b -C extra-filename=-11a3905de0204658 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-11a3905de0204658 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-06-25T02:08:57.156Z Running `/home/build/.rustup/toolchains/1.96.0-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=08486751b557767d -C extra-filename=-689a1c4591ad9ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-06-25T02:08:57.372Z Running `/home/build/.rustup/toolchains/1.96.0-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=f5c310976d85b1a9 -C extra-filename=-abcfb25046650ad4 --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-ddbd926ac260bdaa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
25712026-06-25T02:08:57.372Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-3c2d2531069f1448/build-script-build`
25722026-06-25T02:08:57.375Z Compiling futures-channel v0.3.32
25732026-06-25T02:08:57.375Z Compiling getrandom v0.3.4
25742026-06-25T02:08:57.375Z Compiling anyhow v1.0.102
25752026-06-25T02:08:57.375Z Compiling pkg-config v0.3.32
25762026-06-25T02:08:57.375Z Compiling either v1.15.0
25772026-06-25T02:08:57.375Z Compiling base64 v0.22.1
25782026-06-25T02:08:57.375Z Compiling utf8parse v0.2.2
25792026-06-25T02:08:57.375Z Compiling base64ct v1.8.3
25802026-06-25T02:08:57.402Z Compiling powerfmt v0.2.0
25812026-06-25T02:08:57.405Z Compiling anstyle v1.0.14
25822026-06-25T02:08:57.405Z Compiling num-conv v0.2.0
25832026-06-25T02:08:57.405Z Compiling time-core v0.1.8
25842026-06-25T02:08:57.405Z Running `/home/build/.rustup/toolchains/1.96.0-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=cae9e98dc4bdf556 -C extra-filename=-72954483d55773f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852026-06-25T02:08:57.431Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-98acbccc06e09cbc/build-script-build`
25862026-06-25T02:08:57.434Z Running `/home/build/.rustup/toolchains/1.96.0-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=aed3e9632ded3374 -C extra-filename=-063645f07e14a0d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
25872026-06-25T02:08:57.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=ed660c1792c022c9 -C extra-filename=-f1cdb17625df37f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-06-25T02:08:57.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=ec0b70f2d34b20b7 -C extra-filename=-a959cbb074e78ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-06-25T02:08:57.435Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-6ecddeb79f531db6/build-script-build`
25902026-06-25T02:08:57.435Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-197437dcd30accb5/build-script-build`
25912026-06-25T02:08:57.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=0e6c4c7890746cb7 -C extra-filename=-a73cc4a879c1ea4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
25922026-06-25T02:08:57.876Z Running `/home/build/.rustup/toolchains/1.96.0-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=deb4b9a73fe6ede5 -C extra-filename=-0a491e02bb33227a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
25932026-06-25T02:08:57.880Z Running `/home/build/.rustup/toolchains/1.96.0-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=95572668adc59551 -C extra-filename=-ac248e6f5137723e --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-991ddb2d4d829d86.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942026-06-25T02:08:57.880Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-88550fb828a139ec/build-script-build`
25952026-06-25T02:08:57.880Z Running `/home/build/.rustup/toolchains/1.96.0-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=622bd3c849091073 -C extra-filename=-90c7861c57f356f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962026-06-25T02:08:57.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=616c6a1423ea6962 -C extra-filename=-c2ebdb257ee0ebc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-c2ebdb257ee0ebc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-06-25T02:08:57.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=be18dab27c990edb -C extra-filename=-50f76cf474cf9ef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982026-06-25T02:08:57.881Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c8cf85df69d00fc0/build-script-build`
25992026-06-25T02:08:57.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=b6fc45ceed168739 -C extra-filename=-38520036ae046f2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002026-06-25T02:08:57.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=37e523a8edeba229 -C extra-filename=-240e0e80aa5269af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012026-06-25T02:08:57.882Z Running `/home/build/.rustup/toolchains/1.96.0-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=aa15270c771a4106 -C extra-filename=-e16e913afb634424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-06-25T02:08:57.882Z Running `/home/build/.rustup/toolchains/1.96.0-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=12fccc7a08c5bb11 -C extra-filename=-98340313916a71b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26032026-06-25T02:08:57.882Z Running `/home/build/.rustup/toolchains/1.96.0-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=e868a59678dab323 -C extra-filename=-53b71a565e82277f --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-53b71a565e82277f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-06-25T02:08:57.882Z Running `/home/build/.rustup/toolchains/1.96.0-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=55989bde3501d4ee -C extra-filename=-22ea2170a06fe733 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052026-06-25T02:08:57.882Z Compiling syn v2.0.117
26062026-06-25T02:08:57.910Z Compiling num_threads v0.1.7
26072026-06-25T02:08:57.914Z Compiling anstyle-query v1.1.5
26082026-06-25T02:08:57.914Z Compiling crossbeam-utils v0.8.21
26092026-06-25T02:08:57.914Z Running `/home/build/.rustup/toolchains/1.96.0-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=6d269d38b1dc97e6 -C extra-filename=-86858eb1992991c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102026-06-25T02:08:57.914Z Running `/home/build/.rustup/toolchains/1.96.0-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=b1df40162a902727 -C extra-filename=-7668a794e2ec50ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112026-06-25T02:08:57.914Z Running `/home/build/.rustup/toolchains/1.96.0-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=c090a32ed2c30ed8 -C extra-filename=-0db242db6909dbcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122026-06-25T02:08:58.271Z Running `/home/build/.rustup/toolchains/1.96.0-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=9601a32c8663562f -C extra-filename=-6715a9bcae73140d --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-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-6c7226467be15f61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132026-06-25T02:08:58.271Z Running `/home/build/.rustup/toolchains/1.96.0-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=6e8704cc47b275c9 -C extra-filename=-998bafe4c545e55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26142026-06-25T02:08:58.271Z Running `/home/build/.rustup/toolchains/1.96.0-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=d55c37131e9507ea -C extra-filename=-006842b8fe94b5e5 --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"))'`
26152026-06-25T02:08:58.272Z Running `/home/build/.rustup/toolchains/1.96.0-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 --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=cf989d9db1495258 -C extra-filename=-5ab7278a003f40a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162026-06-25T02:08:58.275Z Compiling errno v0.3.14
26172026-06-25T02:08:58.275Z Compiling getrandom v0.2.17
26182026-06-25T02:08:58.275Z Compiling bitflags v2.11.0
26192026-06-25T02:08:58.275Z Compiling semver v1.0.28
26202026-06-25T02:08:58.275Z Compiling jobserver v0.1.34
26212026-06-25T02:08:58.275Z Compiling once_cell v1.21.3
26222026-06-25T02:08:58.275Z Compiling mio v1.2.0
26232026-06-25T02:08:58.275Z Compiling socket2 v0.6.3
26242026-06-25T02:08:58.306Z Running `/home/build/.rustup/toolchains/1.96.0-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=66374590ce5373ca -C extra-filename=-6750123631034f8e --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-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-6c7226467be15f61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26252026-06-25T02:08:58.311Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-11a3905de0204658/build-script-build`
26262026-06-25T02:08:58.311Z Running `/home/build/.rustup/toolchains/1.96.0-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=11cae545256606c5 -C extra-filename=-fdf1d3f769e84085 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-fdf1d3f769e84085 -L 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-06-25T02:08:58.311Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-0dbbfff9ff05f089/build-script-build`
26282026-06-25T02:08:58.311Z Running `/home/build/.rustup/toolchains/1.96.0-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=b68cab7a694fdada -C extra-filename=-4bf1810129d6ecda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:58.311Z Running `/home/build/.rustup/toolchains/1.96.0-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=fe5487579b9bbec5 -C extra-filename=-6880cc6d8bf07c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302026-06-25T02:08:58.673Z Running `/home/build/.rustup/toolchains/1.96.0-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=260ed03f149fe85b -C extra-filename=-973e4e85fa469df0 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312026-06-25T02:08:58.673Z Running `/home/build/.rustup/toolchains/1.96.0-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.149/src/lib.rs --error-format=json --json=diagnostic-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=b22a5f670f8e61b0 -C extra-filename=-ca8d2a24f04998f4 --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-b184f970d6c2e2eb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-012073639469e459.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"))'`
26322026-06-25T02:08:58.673Z Running `/home/build/.rustup/toolchains/1.96.0-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=d07cf4ea74bd3ada -C extra-filename=-d94330307da5f00f --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332026-06-25T02:08:58.676Z Running `/home/build/.rustup/toolchains/1.96.0-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=83b06c40dbeb32da -C extra-filename=-794bc09d32b7eff4 --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-f18d23c4fe345c63.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-a73cc4a879c1ea4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342026-06-25T02:08:58.676Z Running `/home/build/.rustup/toolchains/1.96.0-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=8043785627ae1b8f -C extra-filename=-4b5ec270e9a44300 --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2c7240926bf6b9ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352026-06-25T02:08:58.676Z Running `/home/build/.rustup/toolchains/1.96.0-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=896cbe76d690b0ec -C extra-filename=-c55ed1e3f102825f --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
26362026-06-25T02:08:58.676Z Running `/home/build/.rustup/toolchains/1.96.0-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=e404c87278be96ab -C extra-filename=-d7a1351b7bb68540 --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-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372026-06-25T02:08:58.677Z Compiling indexmap v2.14.0
26382026-06-25T02:08:58.677Z Compiling regex-automata v0.4.14
26392026-06-25T02:08:58.677Z Compiling time-macros v0.2.27
26402026-06-25T02:08:58.677Z Compiling deranged v0.5.8
26412026-06-25T02:08:58.677Z Compiling is_terminal_polyfill v1.70.2
26422026-06-25T02:08:58.677Z Compiling colorchoice v1.0.4
26432026-06-25T02:08:58.677Z Compiling untrusted v0.9.0
26442026-06-25T02:08:58.677Z Compiling httparse v1.10.1
26452026-06-25T02:08:58.677Z Running `/home/build/.rustup/toolchains/1.96.0-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=cde90bcbbf37ab28 -C extra-filename=-12f02e270ef6a5a5 --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-0a491e02bb33227a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-06-25T02:08:58.677Z Running `/home/build/.rustup/toolchains/1.96.0-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=5653f33ff1df58e9 -C extra-filename=-d50e7edc619f54dd --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-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-06-25T02:08:58.677Z Running `/home/build/.rustup/toolchains/1.96.0-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=7a5ae0ab065eab2d -C extra-filename=-dfb81b158cfe7640 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-06-25T02:08:58.677Z Running `/home/build/.rustup/toolchains/1.96.0-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=18c9e02c63d72ea6 -C extra-filename=-d43305386c924578 --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492026-06-25T02:08:58.981Z Running `/home/build/.rustup/toolchains/1.96.0-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=56cb3fe5edc7fe50 -C extra-filename=-af5a086eec9099c3 --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-4aa18f313743b6f4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d2b538ec97949826.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502026-06-25T02:08:58.981Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-c2ebdb257ee0ebc5/build-script-build`
26512026-06-25T02:08:58.985Z Compiling rand_core v0.6.4
26522026-06-25T02:08:58.985Z Compiling signal-hook-registry v1.4.8
26532026-06-25T02:08:58.985Z Compiling pem-rfc7468 v0.7.0
26542026-06-25T02:08:58.985Z Compiling anstyle-parse v1.0.0
26552026-06-25T02:08:58.985Z Compiling camino v1.2.2
26562026-06-25T02:08:58.985Z Compiling clap_lex v1.0.0
26572026-06-25T02:08:58.985Z Compiling allocator-api2 v0.2.21
26582026-06-25T02:08:58.985Z Running `/home/build/.rustup/toolchains/1.96.0-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=bd9bca9dd097448e -C extra-filename=-661edba440a66b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-06-25T02:08:58.985Z Running `/home/build/.rustup/toolchains/1.96.0-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=903f1ee084745504 -C extra-filename=-3ac437ebb29bff9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602026-06-25T02:08:58.985Z Running `/home/build/.rustup/toolchains/1.96.0-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=b78ba61be94dc0b7 -C extra-filename=-274b1f293a70f25c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612026-06-25T02:08:58.985Z Running `/home/build/.rustup/toolchains/1.96.0-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=786f73bbc8f3c7db -C extra-filename=-36568a4fb3c3c868 --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-22ea2170a06fe733.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622026-06-25T02:08:58.985Z Running `/home/build/.rustup/toolchains/1.96.0-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=e98aedf0e711f15a -C extra-filename=-d79d705b1301474a --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-d79d705b1301474a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-06-25T02:08:58.985Z Running `/home/build/.rustup/toolchains/1.96.0-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=4edd962c54761765 -C extra-filename=-49b97bcadb649b75 --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-86858eb1992991c8.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-7668a794e2ec50ee.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642026-06-25T02:08:58.985Z Running `/home/build/.rustup/toolchains/1.96.0-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=2672ec6177ff3288 -C extra-filename=-65dfda94b3ca35e0 --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-238300f45ec449d7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652026-06-25T02:08:59.360Z Running `/home/build/.rustup/toolchains/1.96.0-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=dbd092ed8d0d7f65 -C extra-filename=-c5107d4812530471 --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-d43305386c924578.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662026-06-25T02:08:59.360Z Running `/home/build/.rustup/toolchains/1.96.0-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=3b4a0e45f286f189 -C extra-filename=-a579c8b2ad1588f9 --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-973e4e85fa469df0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-06-25T02:08:59.364Z Compiling cc v1.2.56
26682026-06-25T02:08:59.364Z Compiling parking_lot v0.12.5
26692026-06-25T02:08:59.364Z Compiling uuid v1.23.0
26702026-06-25T02:08:59.364Z Compiling tracing-core v0.1.36
26712026-06-25T02:08:59.364Z Compiling slog v2.8.2
26722026-06-25T02:08:59.364Z Compiling flagset v0.4.7
26732026-06-25T02:08:59.364Z Compiling unicode-segmentation v1.12.0
26742026-06-25T02:08:59.364Z Compiling ryu v1.0.23
26752026-06-25T02:08:59.364Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-53b71a565e82277f/build-script-build`
26762026-06-25T02:08:59.364Z Running `/home/build/.rustup/toolchains/1.96.0-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=e468905d6e44feac -C extra-filename=-ed588dc3844d05ff --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-38520036ae046f2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772026-06-25T02:08:59.364Z Running `/home/build/.rustup/toolchains/1.96.0-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=e70f4d7b95c08ba4 -C extra-filename=-250fa12d7d10edc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:59.364Z Running `/home/build/.rustup/toolchains/1.96.0-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=2c11a861687eca33 -C extra-filename=-613f33ca7271bdfd --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-613f33ca7271bdfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792026-06-25T02:08:59.364Z Running `/home/build/.rustup/toolchains/1.96.0-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=01b04ba023e30da2 -C extra-filename=-899432ca8e43bc0c --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-240e0e80aa5269af.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-06-25T02:08:59.364Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-fdf1d3f769e84085/build-script-build`
26812026-06-25T02:08:59.364Z Running `/home/build/.rustup/toolchains/1.96.0-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=fb52eba95bd899b9 -C extra-filename=-0c9e93a36ca1b178 --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-d50e7edc619f54dd.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-973e4e85fa469df0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26822026-06-25T02:08:59.364Z Running `/home/build/.rustup/toolchains/1.96.0-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=4a3f1bad57bdb140 -C extra-filename=-3ea7caecc815caf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-06-25T02:08:59.678Z Running `/home/build/.rustup/toolchains/1.96.0-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=c18b1aa4b30953d3 -C extra-filename=-e74fea9de7e992ee --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-998bafe4c545e55e.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)'`
26842026-06-25T02:08:59.681Z Running `/home/build/.rustup/toolchains/1.96.0-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=ba63db3b6a278c64 -C extra-filename=-8ec3c64e29e99ee8 --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-74b80d7264682a13.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-d94330307da5f00f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-06cc3cd85b824710.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852026-06-25T02:08:59.681Z Running `/home/build/.rustup/toolchains/1.96.0-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=2894ec746299ed0f -C extra-filename=-b573769d95df0a95 --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-0cb1b563c04a59d9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-c55ed1e3f102825f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862026-06-25T02:08:59.681Z Compiling anstream v1.0.0
26872026-06-25T02:08:59.681Z Compiling atomic-waker v1.1.2
26882026-06-25T02:08:59.681Z Compiling dunce v1.0.5
26892026-06-25T02:08:59.707Z Compiling try-lock v0.2.5
26902026-06-25T02:08:59.711Z Compiling httpdate v1.0.3
26912026-06-25T02:08:59.745Z Compiling fastrand v2.3.0
26922026-06-25T02:08:59.748Z Compiling fs_extra v1.3.0
26932026-06-25T02:08:59.748Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=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=f678e57f7af13be2 -C extra-filename=-261a0d0a04eb5ae1 --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-4b5ec270e9a44300.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942026-06-25T02:08:59.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=429a6a0bcd2c02e9 -C extra-filename=-c63979074a7327a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-c63979074a7327a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952026-06-25T02:08:59.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=741961d5bd34e734 -C extra-filename=-9dd844d1ca0c3be2 --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-794bc09d32b7eff4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-06-25T02:08:59.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=caabce621db72ff5 -C extra-filename=-24c2836bb92b5aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:08:59.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=41243a7b19a873dd -C extra-filename=-2011cb7c53db9500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-06-25T02:08:59.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=25d1cc8ae07c0102 -C extra-filename=-3a42f95c04d30102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-06-25T02:08:59.961Z Running `/home/build/.rustup/toolchains/1.96.0-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=0a79fc9da221c711 -C extra-filename=-01dd71b090051480 --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-06-25T02:08:59.998Z Running `/home/build/.rustup/toolchains/1.96.0-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=f3f984ebbfc1cf8d -C extra-filename=-326471e70b816d29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27012026-06-25T02:09:00.001Z Running `/home/build/.rustup/toolchains/1.96.0-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=8937630f78d29789 -C extra-filename=-6fbbf9369777186b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27022026-06-25T02:09:00.002Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-d79d705b1301474a/build-script-build`
27032026-06-25T02:09:00.002Z Running `/home/build/.rustup/toolchains/1.96.0-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=e03aaf879877b223 -C extra-filename=-6ddfa56818b4fa98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042026-06-25T02:09:00.002Z Running `/home/build/.rustup/toolchains/1.96.0-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=381c3b92161f8728 -C extra-filename=-e871af35a5b0404c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052026-06-25T02:09:00.002Z Running `/home/build/.rustup/toolchains/1.96.0-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=4ec558fcc801a55f -C extra-filename=-68c175ef9e159d05 --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-0db242db6909dbcf.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ed588dc3844d05ff.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-6880cc6d8bf07c3b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-661edba440a66b57.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-3ac437ebb29bff9a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-38520036ae046f2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062026-06-25T02:09:00.036Z Running `/home/build/.rustup/toolchains/1.96.0-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=30b8eeea456ff53b -C extra-filename=-4ea91d405408586a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072026-06-25T02:09:00.040Z Running `/home/build/.rustup/toolchains/1.96.0-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=2ea77dd718d096ad -C extra-filename=-903c61d3be95b9e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082026-06-25T02:09:00.071Z Running `/home/build/.rustup/toolchains/1.96.0-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=6ad7f6ddc020fea2 -C extra-filename=-4ecda778630ae3a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092026-06-25T02:09:00.075Z Compiling spin v0.9.8
27102026-06-25T02:09:00.075Z Compiling ucd-trie v0.1.7
27112026-06-25T02:09:00.075Z Compiling tower-layer v0.3.3
27122026-06-25T02:09:00.075Z Compiling tower-service v0.3.3
27132026-06-25T02:09:00.075Z Compiling pin-utils v0.1.0
27142026-06-25T02:09:00.075Z Compiling rustc_version v0.4.1
27152026-06-25T02:09:00.075Z Running `/home/build/.rustup/toolchains/1.96.0-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=193e5cf917d1d6e6 -C extra-filename=-beb50790c088b7aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162026-06-25T02:09:00.325Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-613f33ca7271bdfd/build-script-build`
27172026-06-25T02:09:00.329Z Compiling time v0.3.47
27182026-06-25T02:09:00.329Z Compiling terminal_size v0.4.3
27192026-06-25T02:09:00.329Z Compiling rand_core v0.9.5
27202026-06-25T02:09:00.329Z Compiling cmake v0.1.57
27212026-06-25T02:09:00.329Z Compiling want v0.3.1
27222026-06-25T02:09:00.329Z Compiling pretty-hex v0.4.1
27232026-06-25T02:09:00.329Z Compiling tempfile v3.25.0
27242026-06-25T02:09:00.329Z Compiling socket2 v0.5.10
27252026-06-25T02:09:00.329Z Compiling aws-lc-rs v1.16.3
27262026-06-25T02:09:00.329Z Running `/home/build/.rustup/toolchains/1.96.0-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=289232357b1793af -C extra-filename=-89d0a0cfe31f783a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272026-06-25T02:09:00.329Z Running `/home/build/.rustup/toolchains/1.96.0-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=7fff71c446fb8b29 -C extra-filename=-1dc9c2c9a78d0a9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282026-06-25T02:09:00.329Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3415991cf6e8083 -C extra-filename=-c2c1f09bfe592314 --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-0cb1b563c04a59d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292026-06-25T02:09:00.329Z Running `/home/build/.rustup/toolchains/1.96.0-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=1c19654dde4a8a68 -C extra-filename=-3a950c8514b67fc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302026-06-25T02:09:00.329Z Running `/home/build/.rustup/toolchains/1.96.0-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=15022745b9ce037a -C extra-filename=-9e3d7c67d3657b71 --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-d7a1351b7bb68540.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312026-06-25T02:09:00.329Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-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=6ec489f32a6a9f84 -C extra-filename=-d1ffb3dcb3c7ad84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-06-25T02:09:00.683Z Running `/home/build/.rustup/toolchains/1.96.0-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=c01f8d7eaa0ad155 -C extra-filename=-0fe44dff38ff81c6 --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-36568a4fb3c3c868.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b184f970d6c2e2eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-86858eb1992991c8.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4bf1810129d6ecda.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-22ea2170a06fe733.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-7668a794e2ec50ee.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-49b97bcadb649b75.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-06-25T02:09:00.683Z Running `/home/build/.rustup/toolchains/1.96.0-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=2f66495a61d5e8e1 -C extra-filename=-f4685081e210672b --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-0c9e93a36ca1b178.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-06-25T02:09:00.688Z Running `/home/build/.rustup/toolchains/1.96.0-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=4177a0f619b61600 -C extra-filename=-14c0db734e1ebba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27352026-06-25T02:09:00.715Z Compiling pest v2.8.6
27362026-06-25T02:09:00.718Z Compiling plain v0.2.3
27372026-06-25T02:09:00.718Z Compiling mime v0.3.17
27382026-06-25T02:09:00.719Z Compiling winnow v0.7.14
27392026-06-25T02:09:00.719Z Compiling untrusted v0.7.1
27402026-06-25T02:09:00.719Z Compiling simd-adler32 v0.3.8
27412026-06-25T02:09:00.719Z Compiling adler2 v2.0.1
27422026-06-25T02:09:00.719Z Compiling openssl-probe v0.2.1
27432026-06-25T02:09:00.719Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-c63979074a7327a4/build-script-build`
27442026-06-25T02:09:00.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=8faabb8ef4696ed0 -C extra-filename=-b059dc3dec695d96 --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-903c61d3be95b9e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452026-06-25T02:09:00.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=3f13d6c76923d190 -C extra-filename=-3d581c8157572c31 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-3d581c8157572c31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462026-06-25T02:09:00.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=711ef3ae86b491ac -C extra-filename=-23f11847fb7c460d --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472026-06-25T02:09:00.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=e3249e104b4247c8 -C extra-filename=-7c5441273d2e23ef --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-8ec3c64e29e99ee8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482026-06-25T02:09:00.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=62a31ef36959afa2 -C extra-filename=-ff7f960ef9bfb075 --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-4ecda778630ae3a5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4b5ec270e9a44300.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492026-06-25T02:09:00.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=38ba7b5befbcfc71 -C extra-filename=-7f302ca2c29ddcb0 --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-01dd71b090051480.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502026-06-25T02:09:00.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=a58465136a6721aa -C extra-filename=-039dc1660be88d9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512026-06-25T02:09:01.049Z Running `/home/build/.rustup/toolchains/1.96.0-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=68e9db11f19ee588 -C extra-filename=-8bce17cb4703afc1 --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-8b27dd15c4f0e20b.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-89d0a0cfe31f783a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-06-25T02:09:01.053Z Compiling rustls v0.23.37
27532026-06-25T02:09:01.053Z Compiling encoding_rs v0.8.35
27542026-06-25T02:09:01.053Z Compiling vcpkg v0.2.15
27552026-06-25T02:09:01.053Z Compiling crc32fast v1.5.0
27562026-06-25T02:09:01.053Z Compiling foldhash v0.2.0
27572026-06-25T02:09:01.053Z Compiling sync_wrapper v1.0.2
27582026-06-25T02:09:01.053Z Compiling iri-string v0.7.10
27592026-06-25T02:09:01.053Z Compiling static_assertions v1.1.0
27602026-06-25T02:09:01.053Z Compiling lazy_static v1.5.0
27612026-06-25T02:09:01.053Z Compiling paste v1.0.15
27622026-06-25T02:09:01.053Z Running `/home/build/.rustup/toolchains/1.96.0-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=6a4bfdc87afe14b1 -C extra-filename=-562d2fd988649feb --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-56db10b8a3f2757d.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)'`
27632026-06-25T02:09:01.087Z Running `/home/build/.rustup/toolchains/1.96.0-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=fd2b54af6499ed32 -C extra-filename=-598c93983f5b3ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642026-06-25T02:09:01.090Z Running `/home/build/.rustup/toolchains/1.96.0-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=2ff0a2db72e881d1 -C extra-filename=-5288e5ea8b29d524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-06-25T02:09:01.090Z Running `/home/build/.rustup/toolchains/1.96.0-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=f25ec8303a2dd59f -C extra-filename=-d0746b4220aa57ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662026-06-25T02:09:01.125Z Running `/home/build/.rustup/toolchains/1.96.0-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=d5068a2dd02cc3e5 -C extra-filename=-5278c35edc0c4a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-06-25T02:09:01.130Z Running `/home/build/.rustup/toolchains/1.96.0-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=4a932742b201d62c -C extra-filename=-c13e4364d9d48760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-06-25T02:09:01.130Z Running `/home/build/.rustup/toolchains/1.96.0-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=8b8cf849ffabed74 -C extra-filename=-e83dc8f5eae51e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-06-25T02:09:01.130Z Running `/home/build/.rustup/toolchains/1.96.0-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=b6e759836435e631 -C extra-filename=-7c21c158e3880971 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-06-25T02:09:01.408Z Running `/home/build/.rustup/toolchains/1.96.0-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=7cd9cb7677146cd1 -C extra-filename=-b3697649576333d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-06-25T02:09:01.412Z Compiling synstructure v0.13.2
27722026-06-25T02:09:01.412Z Compiling serde_derive_internals v0.29.1
27732026-06-25T02:09:01.412Z Compiling regex v1.12.3
27742026-06-25T02:09:01.412Z Compiling ring v0.17.14
27752026-06-25T02:09:01.412Z Compiling clap_builder v4.6.0
27762026-06-25T02:09:01.412Z Compiling aws-lc-sys v0.40.0
27772026-06-25T02:09:01.412Z Compiling darling_core v0.21.3
27782026-06-25T02:09:01.412Z Compiling cookie v0.18.1
27792026-06-25T02:09:01.412Z Compiling zlib-rs v0.6.2
27802026-06-25T02:09:01.412Z Compiling litrs v1.0.0
27812026-06-25T02:09:01.445Z Running `/home/build/.rustup/toolchains/1.96.0-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.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 --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="ring"' --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=02371758985402fc -C extra-filename=-913b0d606b01e991 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-913b0d606b01e991 -L 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-06-25T02:09:01.449Z Running `/home/build/.rustup/toolchains/1.96.0-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=632dfedceecf87f8 -C extra-filename=-21bba619b42cb09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-06-25T02:09:01.449Z Running `/home/build/.rustup/toolchains/1.96.0-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=2ae38f8de5690bb2 -C extra-filename=-defe37921f9f47ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842026-06-25T02:09:01.449Z Running `/home/build/.rustup/toolchains/1.96.0-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=b04df4e0aa8370ab -C extra-filename=-f64910b0ad407305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:01.449Z Running `/home/build/.rustup/toolchains/1.96.0-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=32332e007c170e1b -C extra-filename=-c16bea944c3ec64e --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-c16bea944c3ec64e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-06-25T02:09:01.449Z Running `/home/build/.rustup/toolchains/1.96.0-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=0b304772a17a3d4a -C extra-filename=-896bffe8bba5ebcc --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-c2c1f09bfe592314.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-06-25T02:09:01.449Z Running `/home/build/.rustup/toolchains/1.96.0-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=42021ff630a2779e -C extra-filename=-85c0478407217d05 --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-91616001ffac1a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-06-25T02:09:01.449Z Running `/home/build/.rustup/toolchains/1.96.0-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=f9f0f9cf544a41cb -C extra-filename=-861893932dcfea83 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-861893932dcfea83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-06-25T02:09:01.450Z Running `/home/build/.rustup/toolchains/1.96.0-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=43a245071eaceab1 -C extra-filename=-83b5f9418f316be0 --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-991ddb2d4d829d86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-06-25T02:09:01.771Z Running `/home/build/.rustup/toolchains/1.96.0-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=670afcff3b75185b -C extra-filename=-c0190beb326f5990 --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-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-06-25T02:09:01.771Z Running `/home/build/.rustup/toolchains/1.96.0-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=37de37e96bc17e61 -C extra-filename=-971f05b799b7df02 --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-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922026-06-25T02:09:01.772Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=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="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=ad3ef2efee676f36 -C extra-filename=-50b0d11d115ff765 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-50b0d11d115ff765 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-06-25T02:09:01.776Z Running `/home/build/.rustup/toolchains/1.96.0-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=94ec383f81f95247 -C extra-filename=-4c4d24b0b8ab0039 --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-3104d2c6b6e9992f.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f1cdb17625df37f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-13cb134ccccfc75e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942026-06-25T02:09:01.777Z Running `/home/build/.rustup/toolchains/1.96.0-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=c5ae575cdc522ac3 -C extra-filename=-1d692a9d7977dab4 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1d692a9d7977dab4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-7c5441273d2e23ef.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-e871af35a5b0404c.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-beb50790c088b7aa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952026-06-25T02:09:01.777Z Running `/home/build/.rustup/toolchains/1.96.0-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=ff4479dddb6839f4 -C extra-filename=-4ee8b0fcd12c320b --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-68c175ef9e159d05.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0db242db6909dbcf.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-3ea7caecc815caf9.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-13cb134ccccfc75e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f4685081e210672b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-06-25T02:09:01.778Z Running `/home/build/.rustup/toolchains/1.96.0-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=d54fb1385002a949 -C extra-filename=-f6ab2049a43538ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972026-06-25T02:09:01.778Z Running `/home/build/.rustup/toolchains/1.96.0-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=74e98a306ef3e188 -C extra-filename=-d404995cf67c4a48 --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-238300f45ec449d7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982026-06-25T02:09:01.778Z Compiling miniz_oxide v0.8.9
27992026-06-25T02:09:01.778Z Compiling heck v0.4.1
28002026-06-25T02:09:01.778Z Compiling tinyvec_macros v0.1.1
28012026-06-25T02:09:01.778Z Compiling psl-types v2.0.11
28022026-06-25T02:09:01.778Z Compiling num-integer v0.1.46
28032026-06-25T02:09:01.778Z Compiling usdt-impl v0.6.0
28042026-06-25T02:09:01.779Z Compiling data-encoding v2.10.0
28052026-06-25T02:09:01.779Z Compiling darling_core v0.20.11
28062026-06-25T02:09:01.805Z Compiling thread-id v5.1.0
28072026-06-25T02:09:01.808Z Running `/home/build/.rustup/toolchains/1.96.0-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=2e0c8f34bafc4f06 -C extra-filename=-5e23faa93c5fcf6e --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-5e23faa93c5fcf6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-06-25T02:09:01.808Z Running `/home/build/.rustup/toolchains/1.96.0-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=8c4e127d643c4d2e -C extra-filename=-4f9dfab7dfca12a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092026-06-25T02:09:02.163Z Running `/home/build/.rustup/toolchains/1.96.0-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=8ccdcbf120291bcf -C extra-filename=-faf2b0ac1707425d --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-d0746b4220aa57ba.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-5288e5ea8b29d524.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-06-25T02:09:02.163Z Running `/home/build/.rustup/toolchains/1.96.0-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=7b1677a703d38c7a -C extra-filename=-796a6384397cec9e --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-2011cb7c53db9500.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-06-25T02:09:02.163Z Running `/home/build/.rustup/toolchains/1.96.0-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=2a5a13d9e8d6d362 -C extra-filename=-c4d23fc7da8aa70a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-06-25T02:09:02.163Z Running `/home/build/.rustup/toolchains/1.96.0-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=501d9032ac9050e1 -C extra-filename=-b2750cffd3b300b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132026-06-25T02:09:02.167Z Running `/home/build/.rustup/toolchains/1.96.0-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=e40f83962069c914 -C extra-filename=-db6dcd1131b9fccc --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-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-06-25T02:09:02.167Z Running `/home/build/.rustup/toolchains/1.96.0-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=4502805cb072659c -C extra-filename=-5673fc196da307cd --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-5673fc196da307cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152026-06-25T02:09:02.167Z Running `/home/build/.rustup/toolchains/1.96.0-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=291173a6c4cb1f30 -C extra-filename=-93d2b9d63d89e7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162026-06-25T02:09:02.168Z Running `/home/build/.rustup/toolchains/1.96.0-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=e6b4ad0443ef9d7f -C extra-filename=-461e3ddfaf58882e --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-3104d2c6b6e9992f.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f1cdb17625df37f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-13cb134ccccfc75e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172026-06-25T02:09:02.168Z Compiling pest_meta v2.8.6
28182026-06-25T02:09:02.168Z Compiling hashbrown v0.16.1
28192026-06-25T02:09:02.168Z Compiling hubpack_derive v0.1.1
28202026-06-25T02:09:02.168Z Running `/home/build/.rustup/toolchains/1.96.0-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=e3a799fd4754472e -C extra-filename=-bbbccc16d7b63671 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212026-06-25T02:09:02.350Z Compiling toml_parser v1.0.9+spec-1.1.0
28222026-06-25T02:09:02.353Z Compiling document-features v0.2.12
28232026-06-25T02:09:02.353Z Compiling ahash v0.8.12
28242026-06-25T02:09:02.353Z Compiling base16ct v0.2.0
28252026-06-25T02:09:02.353Z Compiling rustix v0.38.44
28262026-06-25T02:09:02.353Z Compiling object v0.37.3
28272026-06-25T02:09:02.353Z Running `/home/build/.rustup/toolchains/1.96.0-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=3055daf1cc09b4c2 -C extra-filename=-085af89f4a9ea1f2 --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-8bce17cb4703afc1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282026-06-25T02:09:02.353Z Running `/home/build/.rustup/toolchains/1.96.0-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=ff0b2a3d8eab2f35 -C extra-filename=-5b4b9fa595bec91d --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-250fa12d7d10edc7.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-4aa18f313743b6f4.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-defe37921f9f47ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292026-06-25T02:09:02.353Z Running `/home/build/.rustup/toolchains/1.96.0-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=2fc9fc193ba433ad -C extra-filename=-07d9116cdff8d67e --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-06-25T02:09:02.353Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-c16bea944c3ec64e/build-script-build`
28312026-06-25T02:09:02.353Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-861893932dcfea83/build-script-build`
28322026-06-25T02:09:02.497Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.9+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=8a1819ec7a6c137b -C extra-filename=-97ff1580916ea491 --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-e83dc8f5eae51e63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332026-06-25T02:09:02.500Z Running `/home/build/.rustup/toolchains/1.96.0-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=d0f7191f4ae46158 -C extra-filename=-cb8030ac4bf94d3d --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-4f9dfab7dfca12a7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-06-25T02:09:02.532Z Compiling tinyvec v1.10.0
28352026-06-25T02:09:02.535Z Compiling openssl-sys v0.9.115
28362026-06-25T02:09:02.535Z Compiling ff v0.13.1
28372026-06-25T02:09:02.569Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-5e23faa93c5fcf6e/build-script-build`
28382026-06-25T02:09:02.572Z Running `/home/build/.rustup/toolchains/1.96.0-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=fced3a0e8a23bcbd -C extra-filename=-8a37084d72595c0e --out-dir /work/oxidecomputer/omicron/target/debug/build/object-8a37084d72595c0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392026-06-25T02:09:02.572Z Running `/home/build/.rustup/toolchains/1.96.0-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=f30a6fecaa2e8b04 -C extra-filename=-07bcabaf355624ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402026-06-25T02:09:02.572Z Running `/home/build/.rustup/toolchains/1.96.0-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=e8115784a2b622ce -C extra-filename=-572b41833c9c13ae --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-572b41833c9c13ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-06-25T02:09:02.572Z Running `/home/build/.rustup/toolchains/1.96.0-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=faf6ca8c0880c043 -C extra-filename=-f5e01c378963203b --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-f5e01c378963203b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422026-06-25T02:09:02.723Z Running `/home/build/.rustup/toolchains/1.96.0-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=036f4149a3c0fa10 -C extra-filename=-2a50025731183b4c --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-91616001ffac1a2d.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)'`
28432026-06-25T02:09:02.726Z Running `/home/build/.rustup/toolchains/1.96.0-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=1192deb551c0eec8 -C extra-filename=-3fc9acbf79b183c5 --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"))'`
28442026-06-25T02:09:02.762Z Running `/home/build/.rustup/toolchains/1.96.0-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=d69b82fc0f83ce97 -C extra-filename=-d7dc6b579d123b5d --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-c4d23fc7da8aa70a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-06-25T02:09:02.766Z Compiling memmap2 v0.9.10
28462026-06-25T02:09:02.766Z Compiling bit-vec v0.8.0
28472026-06-25T02:09:02.766Z Compiling num-iter v0.1.45
28482026-06-25T02:09:02.766Z Compiling bstr v1.12.1
28492026-06-25T02:09:02.766Z Running `/home/build/.rustup/toolchains/1.96.0-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=1bb2b667d977ff88 -C extra-filename=-ebbbee32e7ba430f --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-c5107d4812530471.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502026-06-25T02:09:02.834Z Running `/home/build/.rustup/toolchains/1.96.0-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=b80c9926072a1826 -C extra-filename=-dae1a6012efc1a61 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-dae1a6012efc1a61 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-50f76cf474cf9ef2.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-b3697649576333d6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512026-06-25T02:09:02.995Z Compiling crossbeam-epoch v0.9.18
28522026-06-25T02:09:02.995Z Compiling wait-timeout v0.2.1
28532026-06-25T02:09:02.998Z Compiling anstyle-parse v0.2.7
28542026-06-25T02:09:02.998Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-5673fc196da307cd/build-script-build`
28552026-06-25T02:09:02.998Z Running `/home/build/.rustup/toolchains/1.96.0-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=598120bc4ce9e13e -C extra-filename=-e4a983ad73fe3843 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562026-06-25T02:09:02.998Z Running `/home/build/.rustup/toolchains/1.96.0-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=db82ebf69667e04d -C extra-filename=-822e100644a73b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-06-25T02:09:03.034Z Running `/home/build/.rustup/toolchains/1.96.0-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=1bb7be309f93991a -C extra-filename=-77daaa4a65a99897 --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-8b27dd15c4f0e20b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582026-06-25T02:09:03.034Z Running `/home/build/.rustup/toolchains/1.96.0-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=999093a697e71cb4 -C extra-filename=-cefb468d433ee3ee --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-db6dcd1131b9fccc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592026-06-25T02:09:03.204Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-50b0d11d115ff765/build-script-build`
28602026-06-25T02:09:03.207Z Compiling serde_derive v1.0.228
28612026-06-25T02:09:03.207Z Compiling zeroize_derive v1.4.3
28622026-06-25T02:09:03.207Z Compiling zerofrom-derive v0.1.6
28632026-06-25T02:09:03.207Z Compiling yoke-derive v0.8.1
28642026-06-25T02:09:03.207Z Compiling zerovec-derive v0.11.2
28652026-06-25T02:09:03.207Z Compiling displaydoc v0.2.5
28662026-06-25T02:09:03.208Z Compiling zerocopy-derive v0.8.40
28672026-06-25T02:09:03.208Z Compiling thiserror-impl v2.0.18
28682026-06-25T02:09:03.208Z Compiling tokio-macros v2.7.0
28692026-06-25T02:09:03.208Z Compiling schemars_derive v0.8.22
28702026-06-25T02:09:03.208Z Compiling thiserror-impl v1.0.69
28712026-06-25T02:09:03.239Z Running `/home/build/.rustup/toolchains/1.96.0-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=4c0963ffb2fea80a -C extra-filename=-4e9a298328afa731 --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-f125e9fd8b9b921c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722026-06-25T02:09:03.243Z Running `/home/build/.rustup/toolchains/1.96.0-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=6301643b31c9a075 -C extra-filename=-dffa7d1473e54bd3 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-06-25T02:09:03.243Z Running `/home/build/.rustup/toolchains/1.96.0-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=3f2db2b2be7f5abe -C extra-filename=-a86e796c0dcfd39c --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-6fbbf9369777186b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-06-25T02:09:03.243Z Running `/home/build/.rustup/toolchains/1.96.0-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=694901af1748f91d -C extra-filename=-cbc5142ca2b3dee5 --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-38520036ae046f2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752026-06-25T02:09:03.562Z Running `/home/build/.rustup/toolchains/1.96.0-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=82a03106210aa8ab -C extra-filename=-b4ad50816c862b18 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-06-25T02:09:03.565Z Running `/home/build/.rustup/toolchains/1.96.0-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=a5c3eeae80962876 -C extra-filename=-4a7be01f2dd65635 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c0190beb326f5990.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772026-06-25T02:09:03.565Z Running `/home/build/.rustup/toolchains/1.96.0-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=56719d005bb66ef1 -C extra-filename=-5021b8fc6f29c462 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-06-25T02:09:03.566Z Running `/home/build/.rustup/toolchains/1.96.0-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=a55a4d53e53142b0 -C extra-filename=-f070680ceea094ae --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-06-25T02:09:03.566Z Running `/home/build/.rustup/toolchains/1.96.0-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=57f50adca12e7f0e -C extra-filename=-839cb3c4102298ef --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-06-25T02:09:03.566Z Running `/home/build/.rustup/toolchains/1.96.0-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=fee2d581b8d3c665 -C extra-filename=-b00a1203e9d48044 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812026-06-25T02:09:03.566Z Running `/home/build/.rustup/toolchains/1.96.0-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=a3442a6115be37e7 -C extra-filename=-0cca2695c7c79cc0 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c0190beb326f5990.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-06-25T02:09:03.566Z Compiling futures-macro v0.3.32
28832026-06-25T02:09:03.566Z Compiling tracing-attributes v0.1.31
28842026-06-25T02:09:03.590Z Compiling der_derive v0.7.3
28852026-06-25T02:09:03.593Z Compiling clap_derive v4.6.1
28862026-06-25T02:09:03.594Z Compiling async-trait v0.1.89
28872026-06-25T02:09:03.594Z Compiling pest_generator v2.8.6
28882026-06-25T02:09:03.594Z Running `/home/build/.rustup/toolchains/1.96.0-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=06131e028c194ad5 -C extra-filename=-f371398537ebcc7f --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892026-06-25T02:09:03.594Z Running `/home/build/.rustup/toolchains/1.96.0-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=cf6fde165399033b -C extra-filename=-eb591ad4b257bd96 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-06-25T02:09:03.595Z Running `/home/build/.rustup/toolchains/1.96.0-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=32520a78e405001e -C extra-filename=-2d0cc5588dd46dfa --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-971f05b799b7df02.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912026-06-25T02:09:03.625Z Running `/home/build/.rustup/toolchains/1.96.0-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=d720f4d031f73231 -C extra-filename=-4cdbd200e4ad2ac3 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-06-25T02:09:03.806Z Running `/home/build/.rustup/toolchains/1.96.0-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=dc3ecfd85ae6b514 -C extra-filename=-d76dd06be9c90eee --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932026-06-25T02:09:03.806Z Running `/home/build/.rustup/toolchains/1.96.0-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=dc81e436e2685441 -C extra-filename=-41bd5741b33a8187 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942026-06-25T02:09:03.809Z Running `/home/build/.rustup/toolchains/1.96.0-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=87ddd6d759fe9a6b -C extra-filename=-b0fc33540da3fd36 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952026-06-25T02:09:03.809Z Running `/home/build/.rustup/toolchains/1.96.0-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=b4cfda1988f233ee -C extra-filename=-a4f16645cf72331c --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-38a052c675cb2417.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-06-25T02:09:03.810Z Compiling strum_macros v0.26.4
28972026-06-25T02:09:03.810Z Compiling scroll_derive v0.13.1
28982026-06-25T02:09:03.810Z Compiling scroll_derive v0.12.1
28992026-06-25T02:09:03.874Z Running `/home/build/.rustup/toolchains/1.96.0-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=1a4bbe51707c5dc9 -C extra-filename=-e768ca3d3364e9aa --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-06-25T02:09:03.877Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3bb86a296bf1380 -C extra-filename=-16bb87d340d6b098 --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-8bce17cb4703afc1.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-085af89f4a9ea1f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-06-25T02:09:03.943Z Running `/home/build/.rustup/toolchains/1.96.0-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=e334cbdc5b635be6 -C extra-filename=-de4fe826603cab69 --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-38a052c675cb2417.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-06-25T02:09:03.948Z Running `/home/build/.rustup/toolchains/1.96.0-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=2840cabdc77e6414 -C extra-filename=-8bfa93940a859a18 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032026-06-25T02:09:03.948Z Running `/work/oxidecomputer/omicron/target/debug/build/object-8a37084d72595c0e/build-script-build`
29042026-06-25T02:09:03.948Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-f5e01c378963203b/build-script-build`
29052026-06-25T02:09:03.948Z Running `/home/build/.rustup/toolchains/1.96.0-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=e176f26b35e50c03 -C extra-filename=-c8ddae3c0767118f --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062026-06-25T02:09:04.012Z Compiling bit-set v0.8.0
29072026-06-25T02:09:04.015Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-572b41833c9c13ae/build-script-build`
29082026-06-25T02:09:04.050Z Compiling zerocopy-derive v0.7.35
29092026-06-25T02:09:04.053Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-dae1a6012efc1a61/build-script-main`
29102026-06-25T02:09:04.092Z Running `/home/build/.rustup/toolchains/1.96.0-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=918227cb0779411c -C extra-filename=-f5c9ddb97afaf5aa --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-822e100644a73b19.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-06-25T02:09:04.095Z Compiling group v0.13.0
29122026-06-25T02:09:04.095Z Running `/home/build/.rustup/toolchains/1.96.0-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=8a924b3dc0a6cb08 -C extra-filename=-caf91fe00416d95a --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-06-25T02:09:04.095Z Running `/home/build/.rustup/toolchains/1.96.0-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=304b3bc19a513227 -C extra-filename=-4909561cb0d33eaa --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-ebbbee32e7ba430f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-06-25T02:09:04.168Z Running `/home/build/.rustup/toolchains/1.96.0-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=daa9e3ea14d23226 -C extra-filename=-f0856fdfa7ef8446 --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-8b27dd15c4f0e20b.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)'`
29152026-06-25T02:09:04.255Z Compiling darling_macro v0.21.3
29162026-06-25T02:09:04.258Z Running `/home/build/.rustup/toolchains/1.96.0-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=fe57fb40d114dbbb -C extra-filename=-ea494fe6e57247cc --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-d50e7edc619f54dd.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-973e4e85fa469df0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
29172026-06-25T02:09:04.300Z Compiling darling_macro v0.20.11
29182026-06-25T02:09:04.303Z Compiling num-bigint-dig v0.8.6
29192026-06-25T02:09:04.303Z Running `/home/build/.rustup/toolchains/1.96.0-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=d558ec1234dcbfb8 -C extra-filename=-9181b62034d0ad4a --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-4c4d24b0b8ab0039.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202026-06-25T02:09:04.303Z Compiling siphasher v1.0.2
29212026-06-25T02:09:04.303Z Compiling anstream v0.6.21
29222026-06-25T02:09:04.336Z Running `/home/build/.rustup/toolchains/1.96.0-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=a522d8cf08b6a78b -C extra-filename=-cf74b84d71d90bbe --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-461e3ddfaf58882e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232026-06-25T02:09:04.336Z Running `/home/build/.rustup/toolchains/1.96.0-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=d01e1fb906e96204 -C extra-filename=-9d819b085deeaad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-9d819b085deeaad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-06-25T02:09:04.339Z Running `/home/build/.rustup/toolchains/1.96.0-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=00a9a862cd6ebe82 -C extra-filename=-8e6df892e9db3127 --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-0db242db6909dbcf.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-cbc5142ca2b3dee5.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-6880cc6d8bf07c3b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-661edba440a66b57.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-3ac437ebb29bff9a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-38520036ae046f2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-06-25T02:09:04.339Z Running `/home/build/.rustup/toolchains/1.96.0-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=4f4b13f048562099 -C extra-filename=-233b9fda3fb5d684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-06-25T02:09:04.556Z Compiling zeroize v1.8.2
29272026-06-25T02:09:04.559Z Compiling itertools v0.13.0
29282026-06-25T02:09:04.596Z Running `/home/build/.rustup/toolchains/1.96.0-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=45f6aa3952cde15d -C extra-filename=-5c33355b3167655e --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-5021b8fc6f29c462.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-06-25T02:09:04.599Z Running `/home/build/.rustup/toolchains/1.96.0-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=dd0cf0c1016cb50c -C extra-filename=-419e7fde99412e95 --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-90c7861c57f356f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-06-25T02:09:04.672Z Compiling pest_derive v2.8.6
29312026-06-25T02:09:04.721Z Running `/home/build/.rustup/toolchains/1.96.0-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=f9c039fa057aa1f5 -C extra-filename=-1c7bc1c24ddcdba2 --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-8bce17cb4703afc1.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-16bb87d340d6b098.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-06-25T02:09:04.780Z Compiling flate2 v1.1.9
29332026-06-25T02:09:04.815Z Running `/home/build/.rustup/toolchains/1.96.0-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=9668e58a0b280930 -C extra-filename=-c055750970f43abb --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-2a50025731183b4c.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-faf2b0ac1707425d.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-f6ab2049a43538ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-06-25T02:09:04.821Z Compiling usdt-impl v0.5.0
29352026-06-25T02:09:04.859Z Running `/home/build/.rustup/toolchains/1.96.0-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=8eb24492b5056837 -C extra-filename=-ec68046334014095 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-ec68046334014095 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-06-25T02:09:04.864Z Compiling rustls-pki-types v1.14.0
29372026-06-25T02:09:04.864Z Running `/home/build/.rustup/toolchains/1.96.0-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=75872aaa6ba2cb5c -C extra-filename=-65c27be266adf027 --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-5ab7278a003f40a5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
29382026-06-25T02:09:04.868Z Running `/home/build/.rustup/toolchains/1.96.0-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=5ccced70526b5839 -C extra-filename=-67d59252a270ba09 --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-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392026-06-25T02:09:04.942Z Compiling futures-util v0.3.32
29402026-06-25T02:09:04.982Z Running `/home/build/.rustup/toolchains/1.96.0-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=3da2e21ad029f285 -C extra-filename=-44bdca7574896a1f --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-ac248e6f5137723e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-72954483d55773f4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-d76dd06be9c90eee.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2c27a9e96c8c5036.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-689a1c4591ad9ae0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-06-25T02:09:04.988Z Compiling memoffset v0.9.1
29422026-06-25T02:09:04.991Z Compiling quick-error v1.2.3
29432026-06-25T02:09:04.991Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-9d819b085deeaad6/build-script-build`
29442026-06-25T02:09:04.991Z Running `/home/build/.rustup/toolchains/1.96.0-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=82acc985b4540f77 -C extra-filename=-46b7ae1908776d15 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-46b7ae1908776d15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7ee4b728be4c95f9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-06-25T02:09:04.991Z Running `/home/build/.rustup/toolchains/1.96.0-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=1800696d11edcb96 -C extra-filename=-0a60e0d47af26304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462026-06-25T02:09:05.103Z Compiling scroll v0.12.0
29472026-06-25T02:09:05.146Z Compiling winnow v0.5.40
29482026-06-25T02:09:05.149Z Compiling rand_xorshift v0.4.0
29492026-06-25T02:09:05.149Z Running `/home/build/.rustup/toolchains/1.96.0-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=257080059f6fe777 -C extra-filename=-5f86b1cd6e24a2b2 --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-c8ddae3c0767118f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502026-06-25T02:09:05.149Z Running `/home/build/.rustup/toolchains/1.96.0-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=fcb73b0be04cfc0c -C extra-filename=-0891b6e989cabf1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-06-25T02:09:05.150Z Running `/home/build/.rustup/toolchains/1.96.0-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=08fc51527ea3f35e -C extra-filename=-bb649d2c8bfb860f --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-7f302ca2c29ddcb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522026-06-25T02:09:05.225Z Compiling rusty-fork v0.3.1
29532026-06-25T02:09:05.269Z Compiling scroll v0.13.0
29542026-06-25T02:09:05.272Z Running `/home/build/.rustup/toolchains/1.96.0-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=4a50b12f94b36666 -C extra-filename=-e9a60c67a5eb05bc --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-3104d2c6b6e9992f.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-0a60e0d47af26304.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-dffa7d1473e54bd3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552026-06-25T02:09:05.307Z Compiling der v0.7.10
29562026-06-25T02:09:05.310Z Compiling rustls-native-certs v0.8.3
29572026-06-25T02:09:05.310Z Compiling webpki-roots v1.0.6
29582026-06-25T02:09:05.310Z Compiling curve25519-dalek v4.1.3
29592026-06-25T02:09:05.310Z Running `/home/build/.rustup/toolchains/1.96.0-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=c477f3772f89b39a -C extra-filename=-554f828c5db859a3 --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-8bfa93940a859a18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-06-25T02:09:05.310Z Running `/home/build/.rustup/toolchains/1.96.0-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=9519c1845be0467a -C extra-filename=-2187dd1caf6c1cfa --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-eb591ad4b257bd96.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)'`
29612026-06-25T02:09:05.311Z Running `/home/build/.rustup/toolchains/1.96.0-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=186f06a1716aa223 -C extra-filename=-f21f2b9576297e8e --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-d436b99edfb9995a.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-b0fc33540da3fd36.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-24c2836bb92b5aeb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622026-06-25T02:09:05.311Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-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=b5999b11d440c260 -C extra-filename=-c680d54018fe7a81 --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-67d59252a270ba09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-06-25T02:09:05.311Z Running `/home/build/.rustup/toolchains/1.96.0-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=b0b027617fc66320 -C extra-filename=-4078eaf95427ce9a --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-c13e4364d9d48760.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-06-25T02:09:05.312Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-ec68046334014095/build-script-build`
29652026-06-25T02:09:05.312Z Running `/home/build/.rustup/toolchains/1.96.0-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=8d2277aa98c549aa -C extra-filename=-3e7e376a1204a9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3e7e376a1204a9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9e3d7c67d3657b71.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-06-25T02:09:05.586Z Compiling zerofrom v0.1.6
29672026-06-25T02:09:05.589Z Compiling darling v0.21.3
29682026-06-25T02:09:05.589Z Compiling goblin v0.8.2
29692026-06-25T02:09:05.631Z Running `/home/build/.rustup/toolchains/1.96.0-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=3c0b2c1593e348ad -C extra-filename=-22b76bff6116d7d6 --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-f371398537ebcc7f.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)'`
29702026-06-25T02:09:05.711Z Compiling crypto-common v0.1.7
29712026-06-25T02:09:05.711Z Compiling block-buffer v0.10.4
29722026-06-25T02:09:05.711Z Compiling block-padding v0.3.3
29732026-06-25T02:09:05.714Z Compiling goblin v0.10.5
29742026-06-25T02:09:05.714Z Compiling darling v0.20.11
29752026-06-25T02:09:05.714Z Compiling crypto-bigint v0.5.5
29762026-06-25T02:09:05.714Z Running `/home/build/.rustup/toolchains/1.96.0-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=8798b51c38e688d6 -C extra-filename=-785bc57f8b6f04e7 --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-4a7be01f2dd65635.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-06-25T02:09:05.714Z Running `/home/build/.rustup/toolchains/1.96.0-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=f3ffa20ec7a35544 -C extra-filename=-0cfccf891341cd4a --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-b9a77a9d7eb488c5.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7c21c158e3880971.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-5f86b1cd6e24a2b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782026-06-25T02:09:05.714Z Running `/home/build/.rustup/toolchains/1.96.0-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=899f6416ccc64fab -C extra-filename=-f5b4ab5ae4bfae3e --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-4c4d24b0b8ab0039.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-9181b62034d0ad4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-06-25T02:09:05.931Z Running `/home/build/.rustup/toolchains/1.96.0-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=4cb4c16d14208169 -C extra-filename=-5a26cbf46db151f4 --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-65c27be266adf027.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-06-25T02:09:05.931Z Running `/home/build/.rustup/toolchains/1.96.0-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=7a48d44c30c50e87 -C extra-filename=-7c043111850507f2 --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-65c27be266adf027.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-5ab7278a003f40a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-06-25T02:09:05.935Z Compiling tracing v0.1.44
29822026-06-25T02:09:05.935Z Compiling dtrace-parser v0.3.0
29832026-06-25T02:09:05.935Z Compiling zerocopy v0.7.35
29842026-06-25T02:09:05.935Z Compiling dtrace-parser v0.2.0
29852026-06-25T02:09:05.935Z Compiling thread-id v4.2.2
29862026-06-25T02:09:05.935Z Compiling unarray v0.1.4
29872026-06-25T02:09:05.935Z Compiling curve25519-dalek-derive v0.1.1
29882026-06-25T02:09:05.935Z Compiling openssl v0.10.79
29892026-06-25T02:09:05.935Z Running `/home/build/.rustup/toolchains/1.96.0-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=844147af33d01fae -C extra-filename=-5c53940cdb72a4f6 --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-65c27be266adf027.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902026-06-25T02:09:05.936Z Running `/home/build/.rustup/toolchains/1.96.0-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=c26877162205fc4d -C extra-filename=-1d1ba05c6c86a199 --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-b9a77a9d7eb488c5.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7c21c158e3880971.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-554f828c5db859a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-06-25T02:09:05.936Z Running `/home/build/.rustup/toolchains/1.96.0-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=ac15042d04ee6265 -C extra-filename=-465e260085a9beaa --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-461e3ddfaf58882e.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cf74b84d71d90bbe.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922026-06-25T02:09:05.936Z Running `/home/build/.rustup/toolchains/1.96.0-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=98d934cbe18816ca -C extra-filename=-36843a614b078a4f --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-65c27be266adf027.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-06-25T02:09:06.008Z Compiling yoke v0.8.1
29942026-06-25T02:09:06.011Z Compiling clap v4.6.1
29952026-06-25T02:09:06.011Z Compiling derive_builder_core v0.20.2
29962026-06-25T02:09:06.037Z Compiling foreign-types-shared v0.1.1
29972026-06-25T02:09:06.040Z Compiling cfg_aliases v0.2.1
29982026-06-25T02:09:06.040Z Compiling serde_with_macros v3.17.0
29992026-06-25T02:09:06.074Z Running `/home/build/.rustup/toolchains/1.96.0-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=d9eb7872c2a6706d -C extra-filename=-2a745e12494d9053 --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-839cb3c4102298ef.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)'`
30002026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=8d02eb6c84df045f -C extra-filename=-12ca7c3f7866c921 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=ca1de111122eed12 -C extra-filename=-c63f82c0f36f1620 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-c63f82c0f36f1620 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=29b4a2611d71844e -C extra-filename=-2210686db6190dac --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=81e28eb02af9f6ae -C extra-filename=-890b2ca0dba847b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-06-25T02:09:06.078Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-46b7ae1908776d15/build-script-build`
30052026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=d2b72278eea0e082 -C extra-filename=-5fb346ded201a3b2 --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-8bce17cb4703afc1.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-1c7bc1c24ddcdba2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=9a027e0e015806eb -C extra-filename=-096c145f2ab2c997 --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-8bce17cb4703afc1.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-1c7bc1c24ddcdba2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=8abb04dbbfea0302 -C extra-filename=-7385200d4c6888da --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-ba966b139f4b0964.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-caf91fe00416d95a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=2023751ea55da1dc -C extra-filename=-421d0e5486eaa861 --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-b9a77a9d7eb488c5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-41bd5741b33a8187.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-9dd844d1ca0c3be2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092026-06-25T02:09:06.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=cc6cb712c6d907a1 -C extra-filename=-3f0e9a62025a64e6 --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-96e5ec4b2762645e.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-0cca2695c7c79cc0.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-785bc57f8b6f04e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102026-06-25T02:09:06.111Z Running `/home/build/.rustup/toolchains/1.96.0-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=a7a7a46a13ab3ea7 -C extra-filename=-3881cb578bbb5583 --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-4ee8b0fcd12c320b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a4f16645cf72331c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112026-06-25T02:09:06.114Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3e7e376a1204a9d7/build-script-build`
30122026-06-25T02:09:06.114Z Running `/home/build/.rustup/toolchains/1.96.0-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=8158f5b16bbbc6f9 -C extra-filename=-cd23d1841bbab875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-06-25T02:09:06.114Z Running `/home/build/.rustup/toolchains/1.96.0-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=234f659859679bcc -C extra-filename=-2d05f273ab007c4f --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-465e260085a9beaa.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-06-25T02:09:06.114Z Running `/home/build/.rustup/toolchains/1.96.0-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=2c77f7b344ff9db7 -C extra-filename=-26c7e0608dd7c2b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-06-25T02:09:06.153Z Running `/home/build/.rustup/toolchains/1.96.0-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=deea81e9a96c81b4 -C extra-filename=-2e3b2a66c56292c0 --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-f5b4ab5ae4bfae3e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-06-25T02:09:06.189Z Compiling digest v0.10.7
30172026-06-25T02:09:06.192Z Compiling inout v0.1.4
30182026-06-25T02:09:06.293Z Running `/home/build/.rustup/toolchains/1.96.0-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=869be5c17684bd2d -C extra-filename=-2309f276da9dd5d7 --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-5a26cbf46db151f4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c043111850507f2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192026-06-25T02:09:06.296Z Running `/home/build/.rustup/toolchains/1.96.0-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=9bdd1f526e018418 -C extra-filename=-e1a1b71b3e15e361 --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-5c53940cdb72a4f6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202026-06-25T02:09:06.363Z Compiling spki v0.7.3
30212026-06-25T02:09:06.367Z Compiling strum v0.26.3
30222026-06-25T02:09:06.367Z Running `/home/build/.rustup/toolchains/1.96.0-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=db4865e64221e380 -C extra-filename=-faab0251d033bc5e --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-0a491e02bb33227a.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)'`
30232026-06-25T02:09:06.477Z Compiling zerovec v0.11.5
30242026-06-25T02:09:06.480Z Compiling zerotrie v0.2.3
30252026-06-25T02:09:06.481Z Compiling foreign-types v0.3.2
30262026-06-25T02:09:06.481Z Running `/home/build/.rustup/toolchains/1.96.0-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=c1c1f29af13d459f -C extra-filename=-0542764afceee4e2 --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-f21f2b9576297e8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-06-25T02:09:06.510Z Running `/home/build/.rustup/toolchains/1.96.0-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=89f8faeffb1ebcc5 -C extra-filename=-d32f8ec4017ac065 --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-de4fe826603cab69.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282026-06-25T02:09:06.547Z Compiling cipher v0.4.4
30292026-06-25T02:09:06.550Z Compiling sha2 v0.10.9
30302026-06-25T02:09:06.550Z Running `/home/build/.rustup/toolchains/1.96.0-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=63fc83c1529a24c4 -C extra-filename=-c3eb5530959e7a4e --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-3f0e9a62025a64e6.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-785bc57f8b6f04e7.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-b00a1203e9d48044.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312026-06-25T02:09:06.550Z Running `/home/build/.rustup/toolchains/1.96.0-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=8ce054ad73ef115b -C extra-filename=-547f3fbc6c8f0677 --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-cd23d1841bbab875.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-06-25T02:09:06.551Z Running `/home/build/.rustup/toolchains/1.96.0-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=2e167ccf1fa6cf21 -C extra-filename=-3657e5f34795f9e0 --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-f070680ceea094ae.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-3f0e9a62025a64e6.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-785bc57f8b6f04e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332026-06-25T02:09:06.620Z Compiling hmac v0.12.1
30342026-06-25T02:09:06.623Z Compiling signature v2.2.0
30352026-06-25T02:09:06.623Z Running `/home/build/.rustup/toolchains/1.96.0-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=0e8d8f2eba143d32 -C extra-filename=-f2e174cbeddcc6ec --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-7c043111850507f2.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e1a1b71b3e15e361.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-06-25T02:09:06.623Z Running `/home/build/.rustup/toolchains/1.96.0-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=6809124def9660f2 -C extra-filename=-a3c6bcc06ebd1607 --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-91616001ffac1a2d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-a959cbb074e78ec5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-06-25T02:09:06.724Z Compiling sha1 v0.10.6
30382026-06-25T02:09:06.728Z Running `/home/build/.rustup/toolchains/1.96.0-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=d193ebd7a67a5afb -C extra-filename=-6e2dd591106424d5 --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-2309f276da9dd5d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392026-06-25T02:09:06.728Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3d5e3df4f6724e2 -C extra-filename=-6da3558d2528835d --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-2309f276da9dd5d7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-06-25T02:09:06.869Z Compiling nix v0.31.2
30412026-06-25T02:09:06.872Z Compiling openssl-macros v0.1.1
30422026-06-25T02:09:06.872Z Compiling vergen-lib v9.1.0
30432026-06-25T02:09:06.904Z Running `/home/build/.rustup/toolchains/1.96.0-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=68d5fd2cd3d181fa -C extra-filename=-02bde7438f0315f7 --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-91616001ffac1a2d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-a959cbb074e78ec5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-06-25T02:09:06.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=133141f81702398f -C extra-filename=-e20aea4cd5f81559 --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-56db10b8a3f2757d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.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)'`
30452026-06-25T02:09:06.970Z Compiling aes v0.8.4
30462026-06-25T02:09:06.973Z Compiling cbc v0.1.2
30472026-06-25T02:09:06.973Z Compiling salsa20 v0.10.2
30482026-06-25T02:09:06.973Z Running `/home/build/.rustup/toolchains/1.96.0-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=f21c5291c830b86a -C extra-filename=-b127b9c6502fde38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
30492026-06-25T02:09:07.041Z Running `/home/build/.rustup/toolchains/1.96.0-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=7dc7b3d8d1890f5d -C extra-filename=-d6ce7ac62483e963 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-d6ce7ac62483e963 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-06-25T02:09:07.044Z Running `/home/build/.rustup/toolchains/1.96.0-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=e217742156939707 -C extra-filename=-ec21151f04727905 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ec21151f04727905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-26c7e0608dd7c2b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512026-06-25T02:09:07.044Z Running `/home/build/.rustup/toolchains/1.96.0-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=def3cb5f87c1ba71 -C extra-filename=-0fe2b5d0a0e629a8 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522026-06-25T02:09:07.142Z Compiling pbkdf2 v0.12.2
30532026-06-25T02:09:07.145Z Compiling hkdf v0.12.4
30542026-06-25T02:09:07.176Z Running `/home/build/.rustup/toolchains/1.96.0-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=d046b56efe11c622 -C extra-filename=-ca875404ac80b0ff --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-91616001ffac1a2d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-a959cbb074e78ec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-06-25T02:09:07.215Z Running `/home/build/.rustup/toolchains/1.96.0-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=03462ed5c9f43775 -C extra-filename=-cecadf19ff672eea --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-f2e174cbeddcc6ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562026-06-25T02:09:07.215Z Running `/home/build/.rustup/toolchains/1.96.0-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=291af653df76ec36 -C extra-filename=-4e17ed26968a9575 --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-f2e174cbeddcc6ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572026-06-25T02:09:07.364Z Compiling futures-executor v0.3.32
30582026-06-25T02:09:07.368Z Compiling x509-cert v0.2.5
30592026-06-25T02:09:07.368Z Compiling derive_builder_macro v0.20.2
30602026-06-25T02:09:07.368Z Compiling rfc6979 v0.4.0
30612026-06-25T02:09:07.368Z Running `/home/build/.rustup/toolchains/1.96.0-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=4695789c3c5252b8 -C extra-filename=-057544fb79ce40f0 --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-2309f276da9dd5d7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-06-25T02:09:07.368Z Running `/home/build/.rustup/toolchains/1.96.0-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=d6086ab82f9e7fc7 -C extra-filename=-b0a05a1d128a3d45 --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-6e2dd591106424d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-06-25T02:09:07.592Z Compiling cargo-platform v0.3.2
30642026-06-25T02:09:07.596Z Compiling env_filter v1.0.0
30652026-06-25T02:09:07.596Z Compiling keccak v0.1.6
30662026-06-25T02:09:07.596Z Compiling same-file v1.0.6
30672026-06-25T02:09:07.596Z Compiling signal-hook v0.3.18
30682026-06-25T02:09:07.596Z Running `/home/build/.rustup/toolchains/1.96.0-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=e04aebb31344f8d5 -C extra-filename=-0fb14ce07bd9da25 --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-991ddb2d4d829d86.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2c27a9e96c8c5036.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-06-25T02:09:07.596Z Running `/home/build/.rustup/toolchains/1.96.0-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=5b347fc893279fd2 -C extra-filename=-07642f245855b5ae --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-d436b99edfb9995a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702026-06-25T02:09:07.597Z Running `/home/build/.rustup/toolchains/1.96.0-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=64f8d03f27204b73 -C extra-filename=-c97939ff739eb704 --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-6e2dd591106424d5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712026-06-25T02:09:07.597Z Running `/home/build/.rustup/toolchains/1.96.0-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=d917136b93d922df -C extra-filename=-33a52193cdb587f1 --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-2d05f273ab007c4f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-06-25T02:09:07.597Z Running `/home/build/.rustup/toolchains/1.96.0-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=693515e8c97d29dd -C extra-filename=-efcfc38c596a3371 --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-91616001ffac1a2d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-a959cbb074e78ec5.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-2210686db6190dac.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.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"'`
30732026-06-25T02:09:07.597Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-c63f82c0f36f1620/build-script-build`
30742026-06-25T02:09:07.794Z Compiling scrypt v0.11.0
30752026-06-25T02:09:07.794Z Compiling futures v0.3.32
30762026-06-25T02:09:07.797Z Compiling daft-derive v0.1.7
30772026-06-25T02:09:07.797Z Compiling zstd-sys v2.0.16+zstd.1.5.7
30782026-06-25T02:09:07.797Z Compiling bzip2-sys v0.1.13+1.0.8
30792026-06-25T02:09:07.797Z Compiling vergen v9.1.0
30802026-06-25T02:09:07.797Z Compiling fs-err v3.3.0
30812026-06-25T02:09:07.797Z Running `/home/build/.rustup/toolchains/1.96.0-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=b633ba84aa613a5d -C extra-filename=-26ec4ff4a6127d3a --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-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-06-25T02:09:07.905Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-d6ce7ac62483e963/build-script-build`
30832026-06-25T02:09:07.909Z Running `/home/build/.rustup/toolchains/1.96.0-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=dbad52feb97da739 -C extra-filename=-a096d45a4eaea1d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-a096d45a4eaea1d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-06-25T02:09:07.909Z Running `/home/build/.rustup/toolchains/1.96.0-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=a71fcd158e7f2362 -C extra-filename=-68aa2a32682669a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-06-25T02:09:07.909Z Running `/home/build/.rustup/toolchains/1.96.0-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=434ee705d8e0d86d -C extra-filename=-e0c01a5a9394abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-06-25T02:09:07.909Z Running `/home/build/.rustup/toolchains/1.96.0-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=fc0459968bc4dbfd -C extra-filename=-6b8bc5809b79e938 --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-b9a77a9d7eb488c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-06-25T02:09:08.122Z Running `/home/build/.rustup/toolchains/1.96.0-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=217cce29f97a9378 -C extra-filename=-3ec9e68671098879 --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-057544fb79ce40f0.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-cecadf19ff672eea.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-06-25T02:09:08.126Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ec21151f04727905/build-script-build`
30892026-06-25T02:09:08.126Z Compiling bytes v1.11.1
30902026-06-25T02:09:08.126Z Compiling tinystr v0.8.2
30912026-06-25T02:09:08.126Z Compiling potential_utf v0.1.4
30922026-06-25T02:09:08.126Z Compiling chrono v0.4.44
30932026-06-25T02:09:08.126Z Compiling ipnet v2.11.0
30942026-06-25T02:09:08.126Z Compiling serde_tokenstream v0.2.3
30952026-06-25T02:09:08.126Z Running `/home/build/.rustup/toolchains/1.96.0-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=aee805add8ba9550 -C extra-filename=-84aef0af6b885cb6 --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-ac248e6f5137723e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-0fb14ce07bd9da25.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-72954483d55773f4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2c27a9e96c8c5036.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-06-25T02:09:08.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=1d9d8e6613139b5c -C extra-filename=-6769e2e2e5123688 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-06-25T02:09:08.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=965d796c7a21e69d -C extra-filename=-75635547ae14f70a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-75635547ae14f70a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7ee4b728be4c95f9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-06-25T02:09:08.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=6b640749b4014c3e -C extra-filename=-c227a5408adcd279 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-c227a5408adcd279 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-06-25T02:09:08.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=57c4f8a4a80afa2f -C extra-filename=-8e8a17ade17e123d --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8e8a17ade17e123d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-50f76cf474cf9ef2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31002026-06-25T02:09:08.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=096e09c82c703c00 -C extra-filename=-7584f1e32e2a3431 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-7584f1e32e2a3431 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-50f76cf474cf9ef2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-06-25T02:09:08.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=e5258d8dccc7f8d0 -C extra-filename=-e7421b1683d923a4 --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-d50e7edc619f54dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-547f3fbc6c8f0677.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-0fe2b5d0a0e629a8.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-faab0251d033bc5e.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)'`
31022026-06-25T02:09:08.184Z Running `/home/build/.rustup/toolchains/1.96.0-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=4d0a20da7b9ce4b1 -C extra-filename=-970ff05a54ff65c4 --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-06-25T02:09:08.187Z Compiling erased-serde v0.3.31
31042026-06-25T02:09:08.187Z Compiling hex v0.4.3
31052026-06-25T02:09:08.187Z Compiling pkcs5 v0.7.1
31062026-06-25T02:09:08.187Z Compiling serde_urlencoded v0.7.1
31072026-06-25T02:09:08.187Z Compiling openapiv3 v2.2.0
31082026-06-25T02:09:08.216Z Compiling hubpack v0.1.2
31092026-06-25T02:09:08.252Z Compiling serde_spanned v0.6.9
31102026-06-25T02:09:08.256Z Compiling toml_datetime v0.6.11
31112026-06-25T02:09:08.288Z Compiling dof v0.3.0
31122026-06-25T02:09:08.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=5024490a4703bff4 -C extra-filename=-990c2c784b7a2a51 --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-f070680ceea094ae.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-c3eb5530959e7a4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132026-06-25T02:09:08.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=4aa8636b40ee2e8d -C extra-filename=-98b415d82811981a --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-06-25T02:09:08.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=cbc8e61ee7532f99 -C extra-filename=-442b89fe9c01b246 --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-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152026-06-25T02:09:08.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=59163665e6f07544 -C extra-filename=-35c4b49f1e072045 --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-c3eb5530959e7a4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-06-25T02:09:08.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=8e14bd025a3fe7d7 -C extra-filename=-189079cb77e25919 --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-dbb1ae1b769dc319.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172026-06-25T02:09:08.292Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=c5149d272cf6361e -C extra-filename=-e998d2544464e46c --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-91616001ffac1a2d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d43305386c924578.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-274b1f293a70f25c.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/ring-bd57a4a7742f761e/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
31182026-06-25T02:09:08.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=d730155ef64c0e28 -C extra-filename=-ea0e534f5a7e3bdb --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-06-25T02:09:08.293Z Running `/home/build/.rustup/toolchains/1.96.0-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=dbc7375c40569e3a -C extra-filename=-d44ed04d38091e95 --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-06-25T02:09:08.293Z Running `/home/build/.rustup/toolchains/1.96.0-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=2019123f87731a78 -C extra-filename=-b8ccd5dd7cf28bd8 --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-ca875404ac80b0ff.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4e17ed26968a9575.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-057544fb79ce40f0.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-3ec9e68671098879.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-06-25T02:09:08.293Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-1d692a9d7977dab4/build-script-main`
31222026-06-25T02:09:08.364Z Running `/home/build/.rustup/toolchains/1.96.0-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=347017576fee5bee -C extra-filename=-4eb9fd31597b61c2 --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-07d9116cdff8d67e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232026-06-25T02:09:08.368Z Running `/home/build/.rustup/toolchains/1.96.0-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=42cecccd01da5f3c -C extra-filename=-5e366f35dcb08aef --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-27bb048c672f3d09.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b184f970d6c2e2eb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3a42f95c04d30102.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-06-25T02:09:08.368Z Running `/home/build/.rustup/toolchains/1.96.0-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=3db5f0c3bfb80a69 -C extra-filename=-ee8e568890fb4b56 --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-af5a086eec9099c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-06-25T02:09:08.368Z Compiling cargo_metadata v0.23.1
31262026-06-25T02:09:08.368Z Running `/home/build/.rustup/toolchains/1.96.0-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=247838101f77b364 -C extra-filename=-ad5607d419f2909e --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272026-06-25T02:09:08.368Z Running `/home/build/.rustup/toolchains/1.96.0-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=031b5dca7b97ab94 -C extra-filename=-da8622ca10c9fe38 --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-06-25T02:09:08.441Z Running `/home/build/.rustup/toolchains/1.96.0-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=10eb435445d6c247 -C extra-filename=-f156bca6f113325b --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-0cfccf891341cd4a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7385200d4c6888da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292026-06-25T02:09:08.476Z Compiling icu_collections v2.1.1
31302026-06-25T02:09:08.479Z Compiling derive_builder v0.20.2
31312026-06-25T02:09:08.479Z Compiling sha3 v0.10.8
31322026-06-25T02:09:08.479Z Running `/home/build/.rustup/toolchains/1.96.0-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=52243d910e4268a0 -C extra-filename=-d2da8c1c4d60a3de --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-562d2fd988649feb.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-26ec4ff4a6127d3a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-06-25T02:09:08.618Z Compiling walkdir v2.5.0
31342026-06-25T02:09:08.622Z Compiling env_logger v0.11.9
31352026-06-25T02:09:08.658Z Running `/home/build/.rustup/toolchains/1.96.0-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=96675d8b248eefc9 -C extra-filename=-cdde95cf5b382433 --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-f070680ceea094ae.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-35c4b49f1e072045.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-3f0e9a62025a64e6.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-785bc57f8b6f04e7.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-c3eb5530959e7a4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-06-25T02:09:08.662Z Running `/home/build/.rustup/toolchains/1.96.0-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=f9c54128242d90c0 -C extra-filename=-b03ab4e5f74b7cc3 --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-33a52193cdb587f1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-06-25T02:09:08.662Z Running `/home/build/.rustup/toolchains/1.96.0-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=acb3fef037b76318 -C extra-filename=-02dde271b903f51d --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-2309f276da9dd5d7.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-e0c01a5a9394abf3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-06-25T02:09:08.700Z Compiling toml_edit v0.19.15
31392026-06-25T02:09:08.703Z Compiling native-tls v0.2.18
31402026-06-25T02:09:08.703Z Running `/home/build/.rustup/toolchains/1.96.0-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=6f407e670bcc2913 -C extra-filename=-8ffb35ac9261c5de --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-68aa2a32682669a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-06-25T02:09:08.773Z Running `/home/build/.rustup/toolchains/1.96.0-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=c4d4b2c865b38b0d -C extra-filename=-de5cd9a42c69b510 --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-8e6df892e9db3127.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0db242db6909dbcf.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-6b8bc5809b79e938.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422026-06-25T02:09:08.815Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-a096d45a4eaea1d6/build-script-build`
31432026-06-25T02:09:08.848Z Compiling tokio v1.52.1
31442026-06-25T02:09:08.852Z Compiling ppv-lite86 v0.2.21
31452026-06-25T02:09:08.852Z Running `/home/build/.rustup/toolchains/1.96.0-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=e3153f35c105fa22 -C extra-filename=-cb69f911da81ee43 --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-af5a086eec9099c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-da8622ca10c9fe38.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ad5607d419f2909e.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0891b6e989cabf1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462026-06-25T02:09:08.852Z Running `/home/build/.rustup/toolchains/1.96.0-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=f6236de18696cea6 -C extra-filename=-124623284e6c0d29 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-124623284e6c0d29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472026-06-25T02:09:08.962Z Compiling http v1.4.0
31482026-06-25T02:09:08.966Z Compiling dof v0.4.0
31492026-06-25T02:09:08.997Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3e13e967d994589 -C extra-filename=-e171bce0a57b295b --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-970ff05a54ff65c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-12f02e270ef6a5a5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a579c8b2ad1588f9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-dfb81b158cfe7640.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-4cdbd200e4ad2ac3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-06-25T02:09:09.001Z Running `/home/build/.rustup/toolchains/1.96.0-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=b68bf703f64e4ffe -C extra-filename=-d6035fb930d6e895 --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-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512026-06-25T02:09:09.035Z Running `/home/build/.rustup/toolchains/1.96.0-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=543554acc9410241 -C extra-filename=-b3a9767d5d345c73 --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-1d1ba05c6c86a199.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522026-06-25T02:09:09.038Z Running `/home/build/.rustup/toolchains/1.96.0-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=72e82fbac2dba97e -C extra-filename=-e090a8b1c7fa15c6 --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-91616001ffac1a2d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-01dd71b090051480.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.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)'`
31532026-06-25T02:09:09.039Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=eaa683bae661c4c7 -C extra-filename=-d78395098e4ac36c --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-970ff05a54ff65c4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b184f970d6c2e2eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-06-25T02:09:09.181Z Compiling pkcs8 v0.10.2
31552026-06-25T02:09:09.220Z Running `/home/build/.rustup/toolchains/1.96.0-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=c7cf8bf86a56e9a8 -C extra-filename=-2b3289fa0218d705 --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-ea0e534f5a7e3bdb.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.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)'`
31562026-06-25T02:09:09.405Z Compiling icu_locale_core v2.1.1
31572026-06-25T02:09:09.408Z Compiling toml_write v0.1.2
31582026-06-25T02:09:09.408Z Compiling bitflags v1.3.2
31592026-06-25T02:09:09.542Z Running `/home/build/.rustup/toolchains/1.96.0-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=b1d3f50171086630 -C extra-filename=-05b2983138d8abca --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-f21f2b9576297e8e.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b8ccd5dd7cf28bd8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-06-25T02:09:09.574Z Running `/home/build/.rustup/toolchains/1.96.0-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=de3fde6113fb515c -C extra-filename=-90990c74e5a3a2a4 --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-ba966b139f4b0964.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f156bca6f113325b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-5fb346ded201a3b2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-12ca7c3f7866c921.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`
31612026-06-25T02:09:09.608Z Running `/home/build/.rustup/toolchains/1.96.0-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=57392352ebc4f194 -C extra-filename=-0c593296cb99e3d5 --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-f070680ceea094ae.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-c9c451b5a4d94ffe.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-990c2c784b7a2a51.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-c42d2c9b38cd567f.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-c3eb5530959e7a4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-06-25T02:09:09.612Z Compiling unicode-normalization v0.1.25
31632026-06-25T02:09:09.612Z Compiling enum-as-inner v0.6.1
31642026-06-25T02:09:09.613Z Running `/home/build/.rustup/toolchains/1.96.0-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=17fd40357e22107b -C extra-filename=-b64518119679e82b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:09.613Z Running `/home/build/.rustup/toolchains/1.96.0-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=40b4a77d657baba6 -C extra-filename=-aa2d059aec57f389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-b03ab4e5f74b7cc3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
31662026-06-25T02:09:09.613Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-124623284e6c0d29/build-script-build`
31672026-06-25T02:09:09.613Z Running `/home/build/.rustup/toolchains/1.96.0-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=4c51d3978800d7ac -C extra-filename=-a8c27f7bc4d484b5 --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-0a491e02bb33227a.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a579c8b2ad1588f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682026-06-25T02:09:09.613Z Running `/home/build/.rustup/toolchains/1.96.0-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=ea1d1cdb48c65429 -C extra-filename=-27ec5982dc359b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692026-06-25T02:09:09.831Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-7584f1e32e2a3431/build-script-build`
31702026-06-25T02:09:09.835Z Compiling sec1 v0.7.3
31712026-06-25T02:09:09.835Z Compiling pkcs1 v0.7.5
31722026-06-25T02:09:09.866Z Compiling ed25519 v2.2.3
31732026-06-25T02:09:09.869Z Compiling managed v0.8.0
31742026-06-25T02:09:09.869Z Compiling phf_shared v0.11.3
31752026-06-25T02:09:09.869Z Running `/home/build/.rustup/toolchains/1.96.0-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=7b86f2e94e5208a5 -C extra-filename=-df4e2bbe9c6d9059 --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-d50e7edc619f54dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b127b9c6502fde38.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"))'`
31762026-06-25T02:09:09.871Z Running `/home/build/.rustup/toolchains/1.96.0-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=bae0725d27d74298 -C extra-filename=-751e3d42d3b62492 --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-38a052c675cb2417.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-06-25T02:09:09.871Z Running `/home/build/.rustup/toolchains/1.96.0-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=02f60b08cab28bab -C extra-filename=-a76274484704e37e --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-d7dc6b579d123b5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-06-25T02:09:09.871Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-75635547ae14f70a/build-script-build`
31792026-06-25T02:09:09.871Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-8e8a17ade17e123d/build-script-build`
31802026-06-25T02:09:09.871Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-c227a5408adcd279/build-script-build`
31812026-06-25T02:09:10.054Z Running `/home/build/.rustup/toolchains/1.96.0-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=4edcd715309c292e -C extra-filename=-dd43c65f1cd2e8b6 --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-07bcabaf355624ab.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-06-25T02:09:10.058Z Compiling http-body v1.0.1
31832026-06-25T02:09:10.058Z Compiling rand_chacha v0.9.0
31842026-06-25T02:09:10.058Z Compiling rand_chacha v0.3.1
31852026-06-25T02:09:10.058Z Compiling toml_edit v0.22.27
31862026-06-25T02:09:10.058Z Running `/home/build/.rustup/toolchains/1.96.0-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=ea7b7bd3487d5a57 -C extra-filename=-b912bb5eee54b56c --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-f21f2b9576297e8e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-06-25T02:09:10.058Z Running `/home/build/.rustup/toolchains/1.96.0-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=c61c0ef303445ded -C extra-filename=-a137f4f18d895b63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-06-25T02:09:10.092Z Running `/home/build/.rustup/toolchains/1.96.0-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=4450a720db2cf97b -C extra-filename=-7ec6f72a3b28230a --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-233b9fda3fb5d684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892026-06-25T02:09:10.095Z Running `/home/build/.rustup/toolchains/1.96.0-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=ce1ae2424151deb6 -C extra-filename=-0d07ea2d2d9ec0e0 --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-05b2983138d8abca.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6da3558d2528835d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-06-25T02:09:10.214Z Compiling icu_provider v2.1.1
31912026-06-25T02:09:10.218Z Compiling new_debug_unreachable v1.0.6
31922026-06-25T02:09:10.218Z Compiling precomputed-hash v0.1.1
31932026-06-25T02:09:10.218Z Running `/home/build/.rustup/toolchains/1.96.0-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=f7ba5729e95c2b07 -C extra-filename=-e23e6c1157a4db62 --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-970ff05a54ff65c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-06-25T02:09:10.218Z Running `/home/build/.rustup/toolchains/1.96.0-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=fb149d46d87ab74c -C extra-filename=-759223904ec00abe --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-d6035fb930d6e895.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952026-06-25T02:09:10.218Z Running `/home/build/.rustup/toolchains/1.96.0-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=6710a7cf227243d9 -C extra-filename=-e2febd525ca5c7de --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-d6035fb930d6e895.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7f302ca2c29ddcb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-06-25T02:09:10.218Z Running `/home/build/.rustup/toolchains/1.96.0-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=9c1b7bfc07d1dfc6 -C extra-filename=-88b5bbe74a22ad6b --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-af5a086eec9099c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-da8622ca10c9fe38.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ad5607d419f2909e.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-27ec5982dc359b6d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e83dc8f5eae51e63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-06-25T02:09:10.362Z Compiling elliptic-curve v0.13.8
31982026-06-25T02:09:10.366Z Compiling ed25519-dalek v2.2.0
31992026-06-25T02:09:10.366Z Compiling fixedbitset v0.4.2
32002026-06-25T02:09:10.394Z Compiling foldhash v0.1.5
32012026-06-25T02:09:10.398Z Running `/home/build/.rustup/toolchains/1.96.0-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=88c8cbe067fccc5a -C extra-filename=-f8f8b1ba45f2a3e5 --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-f070680ceea094ae.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-0c593296cb99e3d5.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-c42d2c9b38cd567f.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-3f0e9a62025a64e6.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-785bc57f8b6f04e7.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-3657e5f34795f9e0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-c3eb5530959e7a4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022026-06-25T02:09:10.398Z Running `/home/build/.rustup/toolchains/1.96.0-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=e4e46fbe3c1b037b -C extra-filename=-a414145599aacc63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d2da8c1c4d60a3de.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-b03ab4e5f74b7cc3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9e3d7c67d3657b71.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-aa2d059aec57f389.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)'`
32032026-06-25T02:09:10.399Z Running `/home/build/.rustup/toolchains/1.96.0-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=a9cad4dca1c14ea3 -C extra-filename=-3f8126e029705267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042026-06-25T02:09:10.399Z Running `/home/build/.rustup/toolchains/1.96.0-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=ade3149c9876584f -C extra-filename=-672266c867c418fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-06-25T02:09:10.399Z Running `/home/build/.rustup/toolchains/1.96.0-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=a8a1d645127083ce -C extra-filename=-2e185c6067fd8a5d --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-ba966b139f4b0964.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3a9767d5d345c73.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-096c145f2ab2c997.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-bbbccc16d7b63671.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)'`
32062026-06-25T02:09:10.482Z Compiling http-body-util v0.1.3
32072026-06-25T02:09:10.486Z Compiling rand v0.8.6
32082026-06-25T02:09:10.517Z Running `/home/build/.rustup/toolchains/1.96.0-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=333dc063f6a5f726 -C extra-filename=-07111e8ae65ccead --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-b9a77a9d7eb488c5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-c13e4364d9d48760.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-faab0251d033bc5e.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)'`
32092026-06-25T02:09:10.521Z Running `/home/build/.rustup/toolchains/1.96.0-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=a35015f6ac546871 -C extra-filename=-27ee33ba7c60f231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102026-06-25T02:09:10.521Z Running `/home/build/.rustup/toolchains/1.96.0-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=9dee4ed75a49898f -C extra-filename=-39aca10a7b8826e0 --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-07bcabaf355624ab.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-36843a614b078a4f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ebbbee32e7ba430f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4909561cb0d33eaa.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-dd43c65f1cd2e8b6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112026-06-25T02:09:10.521Z Running `/home/build/.rustup/toolchains/1.96.0-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=65cc040bf8106464 -C extra-filename=-206196e0935b43ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122026-06-25T02:09:10.521Z Running `/home/build/.rustup/toolchains/1.96.0-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=debe5839f7988a76 -C extra-filename=-6bbc3fc68977ac69 --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-efcfc38c596a3371.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-0d07ea2d2d9ec0e0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6da3558d2528835d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132026-06-25T02:09:10.669Z Compiling icu_normalizer v2.1.1
32142026-06-25T02:09:10.669Z Compiling icu_properties v2.1.2
32152026-06-25T02:09:10.673Z Compiling rand v0.9.2
32162026-06-25T02:09:10.673Z Compiling ref-cast v1.0.25
32172026-06-25T02:09:10.673Z Running `/home/build/.rustup/toolchains/1.96.0-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=b30b134dd47f36e6 -C extra-filename=-8c5fcd024caa9e03 --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-970ff05a54ff65c4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23e6c1157a4db62.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-06-25T02:09:10.674Z Running `/home/build/.rustup/toolchains/1.96.0-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=0d671c6b33605cb9 -C extra-filename=-66b921f4b1f016d5 --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-0a491e02bb33227a.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-759223904ec00abe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-06-25T02:09:10.807Z Compiling zstd-safe v7.2.4
32202026-06-25T02:09:10.807Z Compiling hashbrown v0.15.5
32212026-06-25T02:09:10.811Z Compiling string_cache v0.8.9
32222026-06-25T02:09:10.811Z Compiling toml v0.7.8
32232026-06-25T02:09:10.811Z Compiling signal-hook-mio v0.2.5
32242026-06-25T02:09:10.811Z Compiling globset v0.4.18
32252026-06-25T02:09:10.811Z Compiling pin-project-internal v1.1.11
32262026-06-25T02:09:10.811Z Compiling ref-cast-impl v1.0.25
32272026-06-25T02:09:10.811Z Running `/home/build/.rustup/toolchains/1.96.0-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=82375553b6fcc193 -C extra-filename=-6a420f4bb0873dd9 --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-cdde95cf5b382433.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-063645f07e14a0d3.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f8f8b1ba45f2a3e5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-c3eb5530959e7a4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-06-25T02:09:10.811Z Running `/home/build/.rustup/toolchains/1.96.0-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=2bce6f9dd2f8fc26 -C extra-filename=-673c911a9168575b --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-e2febd525ca5c7de.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7f302ca2c29ddcb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292026-06-25T02:09:10.812Z Running `/home/build/.rustup/toolchains/1.96.0-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=73396c6c21f9622b -C extra-filename=-6513517280c4d965 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-6513517280c4d965 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-06-25T02:09:10.812Z Running `/home/build/.rustup/toolchains/1.96.0-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=ea054d6422a98bdc -C extra-filename=-4052a6c215cc0da1 --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-cdde95cf5b382433.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-0c593296cb99e3d5.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-98340313916a71b2.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f8f8b1ba45f2a3e5.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-3657e5f34795f9e0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-c3eb5530959e7a4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-06-25T02:09:10.998Z Running `/home/build/.rustup/toolchains/1.96.0-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=59344cccaaa1d49f -C extra-filename=-524a0dfcc3782f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-a4269058e11c9017/out/lib -l static=bz2`
32322026-06-25T02:09:11.003Z Compiling petgraph v0.6.5
32332026-06-25T02:09:11.003Z Compiling heapless v0.7.17
32342026-06-25T02:09:11.003Z Compiling lalrpop-util v0.19.12
32352026-06-25T02:09:11.003Z Compiling bumpalo v3.20.2
32362026-06-25T02:09:11.003Z Running `/home/build/.rustup/toolchains/1.96.0-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=16baeeda17897ecc -C extra-filename=-2a6048e6545f260b --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-2a6048e6545f260b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-06-25T02:09:11.037Z Running `/home/build/.rustup/toolchains/1.96.0-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=f38592cdbecd9555 -C extra-filename=-b472047b56a28f75 --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-e20aea4cd5f81559.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-da8622ca10c9fe38.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ad5607d419f2909e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-cb69f911da81ee43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382026-06-25T02:09:11.041Z Running `/home/build/.rustup/toolchains/1.96.0-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=f1eab215dc5019a0 -C extra-filename=-349cdfd0ffd8a9bb --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-06-25T02:09:11.042Z Running `/home/build/.rustup/toolchains/1.96.0-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=170b8e8d72474bb1 -C extra-filename=-7dac1e1d2dc304b5 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-06-25T02:09:11.042Z Running `/home/build/.rustup/toolchains/1.96.0-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=50e7354964773c34 -C extra-filename=-6ebb949e2c3a2fc2 --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-238300f45ec449d7.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-77daaa4a65a99897.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-06-25T02:09:11.076Z Running `/home/build/.rustup/toolchains/1.96.0-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=a155c52e16bf10a5 -C extra-filename=-356650b986415abf --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-672266c867c418fe.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-7ec6f72a3b28230a.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-3f8126e029705267.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422026-06-25T02:09:11.076Z Running `/home/build/.rustup/toolchains/1.96.0-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=e9ac4a52c25df1a7 -C extra-filename=-3bfccc171e222750 --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-250fa12d7d10edc7.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-4aa18f313743b6f4.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-206196e0935b43ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-06-25T02:09:11.077Z Running `/home/build/.rustup/toolchains/1.96.0-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=3e8b9e39e2a2e67b -C extra-filename=-39a95052efd03cc6 --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-0a491e02bb33227a.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-12f02e270ef6a5a5.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-06-25T02:09:11.248Z Running `/home/build/.rustup/toolchains/1.96.0-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=f9a7fe508802cb94 -C extra-filename=-263ac2ca51d8f908 --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-27ee33ba7c60f231.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452026-06-25T02:09:11.288Z Compiling ecdsa v0.16.9
32462026-06-25T02:09:11.292Z Compiling libbz2-rs-sys v0.2.2
32472026-06-25T02:09:11.292Z Compiling serde-big-array v0.5.1
32482026-06-25T02:09:11.292Z Compiling similar v2.7.0
32492026-06-25T02:09:11.292Z Compiling snafu-derive v0.8.9
32502026-06-25T02:09:11.363Z Running `/home/build/.rustup/toolchains/1.96.0-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=52630e2c56063740 -C extra-filename=-cc6d18688c16c6c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512026-06-25T02:09:11.367Z Running `/home/build/.rustup/toolchains/1.96.0-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=5dbfbc33723d18fb -C extra-filename=-1abc4581856c3cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522026-06-25T02:09:11.367Z Running `/home/build/.rustup/toolchains/1.96.0-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=4e8d721393ce779b -C extra-filename=-3538c645c8c82d3b --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-3538c645c8c82d3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9e3d7c67d3657b71.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-06-25T02:09:11.486Z Compiling usdt-attr-macro v0.6.0
32542026-06-25T02:09:11.486Z Compiling usdt-macro v0.6.0
32552026-06-25T02:09:11.489Z Compiling crossterm v0.28.1
32562026-06-25T02:09:11.489Z Running `/home/build/.rustup/toolchains/1.96.0-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=d26f695c8ee3720a -C extra-filename=-399fecdbfe877ab9 --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-f21f2b9576297e8e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-c97939ff739eb704.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6da3558d2528835d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-06-25T02:09:11.489Z Running `/home/build/.rustup/toolchains/1.96.0-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=447c058a66862a9c -C extra-filename=-134c37b7074cb1a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582026-06-25T02:09:11.490Z Running `/home/build/.rustup/toolchains/1.96.0-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=4c4d01692b6d9493 -C extra-filename=-7e4c8246f8e095f9 --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-06-25T02:09:11.520Z Running `/home/build/.rustup/toolchains/1.96.0-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=583502ef41f087c6 -C extra-filename=-e930eea8f1859858 --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-796a6384397cec9e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-06-25T02:09:11.523Z Running `/home/build/.rustup/toolchains/1.96.0-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=b8c80e69eb218d9f -C extra-filename=-f1ab03fc45e418e1 --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-77daaa4a65a99897.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2011cb7c53db9500.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-06-25T02:09:11.674Z Compiling proptest v1.10.0
32622026-06-25T02:09:11.674Z Compiling bzip2 v0.4.4
32632026-06-25T02:09:11.678Z Compiling zopfli v0.8.3
32642026-06-25T02:09:11.678Z Compiling serde_repr v0.1.20
32652026-06-25T02:09:11.678Z Compiling pem v3.0.6
32662026-06-25T02:09:11.678Z Compiling hash32 v0.2.1
32672026-06-25T02:09:11.678Z Compiling unicode-bidi v0.3.18
32682026-06-25T02:09:11.678Z Compiling jiff v0.2.21
32692026-06-25T02:09:11.678Z Compiling predicates-core v1.0.10
32702026-06-25T02:09:11.678Z Running `/home/build/.rustup/toolchains/1.96.0-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=41fbe13b27d0c2ec -C extra-filename=-855d6ec45e87a4b6 --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-096c145f2ab2c997.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2e185c6067fd8a5d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-06-25T02:09:11.678Z Running `/home/build/.rustup/toolchains/1.96.0-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=bb69cf4f256ae14f -C extra-filename=-27adb8c919c7af88 --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-d50e7edc619f54dd.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-12f02e270ef6a5a5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ea494fe6e57247cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-39a95052efd03cc6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-06-25T02:09:11.678Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-6513517280c4d965/build-script-build`
32732026-06-25T02:09:11.678Z Running `/home/build/.rustup/toolchains/1.96.0-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=55eb43624f0346da -C extra-filename=-147e518cd7dbb452 --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-896bffe8bba5ebcc.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-998bafe4c545e55e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-cefb468d433ee3ee.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
32742026-06-25T02:09:11.678Z Running `/home/build/.rustup/toolchains/1.96.0-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=9cfbc59cb4e13067 -C extra-filename=-6ab929c569b45df8 --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-096c145f2ab2c997.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2e185c6067fd8a5d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752026-06-25T02:09:11.829Z Running `/home/build/.rustup/toolchains/1.96.0-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=291b81a549c8b4c3 -C extra-filename=-16e52375369f5adb --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-f5c9ddb97afaf5aa.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-822e100644a73b19.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d50e7edc619f54dd.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e2febd525ca5c7de.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-bb649d2c8bfb860f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-e9a60c67a5eb05bc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-890b2ca0dba847b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762026-06-25T02:09:11.832Z Running `/home/build/.rustup/toolchains/1.96.0-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=2ed7524ac1f1b921 -C extra-filename=-a90780e4269966a9 --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-524a0dfcc3782f7b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.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-a4269058e11c9017/out/lib`
32772026-06-25T02:09:11.832Z Running `/home/build/.rustup/toolchains/1.96.0-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=ebe5f996132adade -C extra-filename=-0fc4e90b64adc135 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782026-06-25T02:09:11.833Z Running `/home/build/.rustup/toolchains/1.96.0-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=6ccb953ac5f99370 -C extra-filename=-8acf76a7a503326d --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-ba966b139f4b0964.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-06-25T02:09:11.833Z Compiling idna_adapter v1.2.1
32802026-06-25T02:09:11.833Z Compiling smoltcp v0.9.1
32812026-06-25T02:09:11.864Z Compiling unicode-properties v0.1.4
32822026-06-25T02:09:11.867Z Running `/home/build/.rustup/toolchains/1.96.0-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=2bc488574b66189d -C extra-filename=-c7fdb6985885a29b --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-e16e913afb634424.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832026-06-25T02:09:11.867Z Running `/home/build/.rustup/toolchains/1.96.0-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=1664029205bb1498 -C extra-filename=-d6eef92250b5837d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-06-25T02:09:11.867Z Running `/home/build/.rustup/toolchains/1.96.0-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=5d61b46e14fd0d82 -C extra-filename=-bb6476f3650a5c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852026-06-25T02:09:11.867Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3538c645c8c82d3b/build-script-build`
32862026-06-25T02:09:11.867Z Running `/home/build/.rustup/toolchains/1.96.0-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=20f484cf2a1b199c -C extra-filename=-48b5029740777266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872026-06-25T02:09:11.867Z Running `/home/build/.rustup/toolchains/1.96.0-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=eb278bf5fb3f7282 -C extra-filename=-2740e7aba2d4361b --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-1abc4581856c3cdb.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2a50025731183b4c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-5288e5ea8b29d524.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882026-06-25T02:09:11.982Z Compiling bzip2 v0.6.1
32892026-06-25T02:09:11.985Z Compiling olpc-cjson v0.1.4
32902026-06-25T02:09:11.985Z Compiling serde_plain v1.0.2
32912026-06-25T02:09:11.986Z Running `/home/build/.rustup/toolchains/1.96.0-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=8fa12908e6a942d0 -C extra-filename=-fe6906ac8802fa61 --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-6a420f4bb0873dd9.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-4052a6c215cc0da1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922026-06-25T02:09:11.986Z Running `/home/build/.rustup/toolchains/1.96.0-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=9fa8e41bd4bf68c1 -C extra-filename=-c877ae0600e113da --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-c877ae0600e113da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-06-25T02:09:11.987Z Running `/home/build/.rustup/toolchains/1.96.0-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=45d5e91d580a68a8 -C extra-filename=-48f7dcb31f888350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:12.090Z Compiling zip v0.6.6
32952026-06-25T02:09:12.093Z Compiling md-5 v0.10.6
32962026-06-25T02:09:12.093Z Running `/home/build/.rustup/toolchains/1.96.0-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=538ed7d759177ab9 -C extra-filename=-6326535965ce95b6 --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-134c37b7074cb1a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972026-06-25T02:09:12.129Z Running `/home/build/.rustup/toolchains/1.96.0-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=0b2af63971f9b197 -C extra-filename=-dad52c9e2c74cacc --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982026-06-25T02:09:12.130Z Running `/home/build/.rustup/toolchains/1.96.0-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=b7dd389446cf0448 -C extra-filename=-30b382cac09ace51 --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-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a76274484704e37e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992026-06-25T02:09:12.207Z Compiling idna v1.1.0
33002026-06-25T02:09:12.210Z Compiling strum_macros v0.27.2
33012026-06-25T02:09:12.211Z Running `/home/build/.rustup/toolchains/1.96.0-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=1fadea33ae2c5350 -C extra-filename=-186a2859cbe72f39 --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-ba966b139f4b0964.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-a90780e4269966a9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2a50025731183b4c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.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-a4269058e11c9017/out/lib`
33022026-06-25T02:09:12.211Z Running `/home/build/.rustup/toolchains/1.96.0-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=504b9c573d773205 -C extra-filename=-cc839060f00b11eb --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-91616001ffac1a2d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-06-25T02:09:12.211Z Running `/home/build/.rustup/toolchains/1.96.0-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=77d3c474d49640f5 -C extra-filename=-5ab9fb47ee7b225d --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-8acf76a7a503326d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c2c1f09bfe592314.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-96e5ec4b2762645e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33042026-06-25T02:09:12.281Z Compiling async-recursion v1.1.1
33052026-06-25T02:09:12.284Z Running `/home/build/.rustup/toolchains/1.96.0-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=375f8f950c3693a2 -C extra-filename=-15643fc258ddbe74 --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-fe6906ac8802fa61.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-12f0bdb3229dd963.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062026-06-25T02:09:12.321Z Running `/home/build/.rustup/toolchains/1.96.0-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=9650d2f2ef3fdefb -C extra-filename=-e2851e984531bf71 --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-7dac1e1d2dc304b5.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)'`
33072026-06-25T02:09:12.325Z Running `/home/build/.rustup/toolchains/1.96.0-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=3b264f1a6a6317ec -C extra-filename=-e9706ede3f27f31a --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-38a052c675cb2417.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082026-06-25T02:09:12.325Z Compiling float-cmp v0.10.0
33092026-06-25T02:09:12.361Z Running `/home/build/.rustup/toolchains/1.96.0-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=86039ff4541ba12f -C extra-filename=-bd7036c9d6d405ff --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-06-25T02:09:12.430Z Compiling normalize-line-endings v0.3.0
33112026-06-25T02:09:12.434Z Compiling difflib v0.4.0
33122026-06-25T02:09:12.434Z Running `/home/build/.rustup/toolchains/1.96.0-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=83bf0b2420e7b31b -C extra-filename=-511dcd84ef0f049f --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-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-06-25T02:09:12.659Z Compiling pin-project v1.1.11
33142026-06-25T02:09:12.662Z Compiling fallible-iterator v0.2.0
33152026-06-25T02:09:12.662Z Compiling typed-path v0.9.3
33162026-06-25T02:09:12.662Z Compiling phf_shared v0.13.1
33172026-06-25T02:09:12.662Z Compiling peg-runtime v0.8.5
33182026-06-25T02:09:12.662Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3b07c6a110b6ae5 -C extra-filename=-a4cb8262868c6506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-06-25T02:09:12.662Z Running `/home/build/.rustup/toolchains/1.96.0-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=ff2327d0b5c36235 -C extra-filename=-e94de1df3ff05119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-06-25T02:09:12.811Z Compiling url v2.5.8
33212026-06-25T02:09:12.814Z Compiling publicsuffix v2.3.0
33222026-06-25T02:09:12.814Z Compiling rsa v0.9.10
33232026-06-25T02:09:12.814Z Compiling stringprep v0.1.5
33242026-06-25T02:09:12.814Z Running `/home/build/.rustup/toolchains/1.96.0-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=47b57556b85d7ec7 -C extra-filename=-8264e52b13016ea4 --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-349cdfd0ffd8a9bb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252026-06-25T02:09:12.880Z Running `/home/build/.rustup/toolchains/1.96.0-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=c6ffb4f1fb736a42 -C extra-filename=-564c1601b9eeecf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-06-25T02:09:12.921Z Running `/home/build/.rustup/toolchains/1.96.0-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=135f282794fb6cae -C extra-filename=-bf7b836edbcba17e --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-233b9fda3fb5d684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272026-06-25T02:09:12.924Z Running `/home/build/.rustup/toolchains/1.96.0-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=88d5023239c616b4 -C extra-filename=-9708fa75b7affac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282026-06-25T02:09:12.925Z Running `/home/build/.rustup/toolchains/1.96.0-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=d1f68c7e36cca58f -C extra-filename=-1ced1239b16eb43c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292026-06-25T02:09:12.998Z Compiling usdt v0.6.0
33302026-06-25T02:09:13.001Z Compiling fixedbitset v0.5.7
33312026-06-25T02:09:13.001Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33322026-06-25T02:09:13.001Z Compiling whoami v2.1.0
33332026-06-25T02:09:13.001Z Compiling is-terminal v0.4.17
33342026-06-25T02:09:13.001Z Compiling crossbeam-channel v0.5.15
33352026-06-25T02:09:13.001Z Running `/home/build/.rustup/toolchains/1.96.0-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=a98d18b35efc8ff4 -C extra-filename=-e6823057054425a6 --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-27bb048c672f3d09.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-15643fc258ddbe74.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-06-25T02:09:13.001Z Running `/home/build/.rustup/toolchains/1.96.0-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=eb06a9423c8a78ce -C extra-filename=-4f4f81dfacca027c --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-15643fc258ddbe74.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-b2750cffd3b300b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-06-25T02:09:13.001Z Running `/home/build/.rustup/toolchains/1.96.0-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=f53ce107bdd18bde -C extra-filename=-ce23c77c0b10eed9 --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-d6eef92250b5837d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a76274484704e37e.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-48f7dcb31f888350.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-06-25T02:09:13.002Z Running `/home/build/.rustup/toolchains/1.96.0-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=e13b1a911ce864cd -C extra-filename=-27f493e8478e9714 --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-d436b99edfb9995a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-147e518cd7dbb452.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-b912bb5eee54b56c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6da3558d2528835d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392026-06-25T02:09:13.156Z Running `/home/build/.rustup/toolchains/1.96.0-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=68d6e11bf3cdc18e -C extra-filename=-67bdb8002bc29752 --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-b3a9767d5d345c73.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-1d1ba05c6c86a199.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e4a983ad73fe3843.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-855d6ec45e87a4b6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2e185c6067fd8a5d.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-6ab929c569b45df8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402026-06-25T02:09:13.156Z Compiling tokio-util v0.7.18
33412026-06-25T02:09:13.156Z Compiling tower v0.5.3
33422026-06-25T02:09:13.156Z Compiling tokio-native-tls v0.3.1
33432026-06-25T02:09:13.157Z Compiling predicates v3.1.4
33442026-06-25T02:09:13.161Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c877ae0600e113da/build-script-build`
33452026-06-25T02:09:13.161Z Running `/home/build/.rustup/toolchains/1.96.0-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=fc15733d90d71cfe -C extra-filename=-25c4119604cc05b9 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-06-25T02:09:13.161Z Running `/home/build/.rustup/toolchains/1.96.0-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=2cd8e4fa066574ad -C extra-filename=-78beb770c584e66d --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-6fbbf9369777186b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-06-25T02:09:13.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=1616759ad031d126 -C extra-filename=-6233b47500d28b3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-06-25T02:09:13.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=76d18fc2f6f5ed79 -C extra-filename=-c6d79d4b0c092850 --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-e20aea4cd5f81559.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-06-25T02:09:13.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=2627d21f41ba1003 -C extra-filename=-46af8d5413789e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502026-06-25T02:09:13.162Z Compiling postgres-protocol v0.6.10
33512026-06-25T02:09:13.162Z Compiling buf-list v1.1.2
33522026-06-25T02:09:13.162Z Compiling phf v0.13.1
33532026-06-25T02:09:13.162Z Compiling thread_local v1.1.9
33542026-06-25T02:09:13.162Z Compiling slog-async v2.8.0
33552026-06-25T02:09:13.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=6149639743a25319 -C extra-filename=-d458fda55ad09d65 --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-970ff05a54ff65c4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-689a1c4591ad9ae0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-06-25T02:09:13.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=807d7f443ff1842f -C extra-filename=-b4aee81c54af083b --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-e171bce0a57b295b.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)'`
33572026-06-25T02:09:13.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=c71eabcaf4fd8b4e -C extra-filename=-71c4942126e28656 --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-07111e8ae65ccead.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
33582026-06-25T02:09:13.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=fe148e59745687c9 -C extra-filename=-13a16db8a8b874db --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-970ff05a54ff65c4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592026-06-25T02:09:13.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=9045713e08ee2802 -C extra-filename=-b62b430c3697a481 --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-bf7b836edbcba17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602026-06-25T02:09:13.167Z Running `/home/build/.rustup/toolchains/1.96.0-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=c38e91b955784905 -C extra-filename=-d0fae7e11f238494 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-d0fae7e11f238494 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612026-06-25T02:09:13.175Z Running `/home/build/.rustup/toolchains/1.96.0-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=0a7a973ab2813767 -C extra-filename=-3597349b3f9e40d4 --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-e16e913afb634424.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-564c1601b9eeecf4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-cc839060f00b11eb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-ce23c77c0b10eed9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-06-25T02:09:13.175Z Running `/home/build/.rustup/toolchains/1.96.0-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=a133297cc4387fb0 -C extra-filename=-e36b645bfaf718a2 --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-91616001ffac1a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-06-25T02:09:13.175Z Running `/home/build/.rustup/toolchains/1.96.0-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=fd652fc2f8ffc469 -C extra-filename=-c929b52c9a296672 --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-991ddb2d4d829d86.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-83b5f9418f316be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-1dc9c2c9a78d0a9e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3a950c8514b67fc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-06-25T02:09:13.175Z Running `/home/build/.rustup/toolchains/1.96.0-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=aa955c0259975fcb -C extra-filename=-02c0614aa789d576 --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-0db242db6909dbcf.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-a4cb8262868c6506.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-511dcd84ef0f049f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-e94de1df3ff05119.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-48b5029740777266.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-06-25T02:09:13.245Z Compiling term v1.2.1
33662026-06-25T02:09:13.248Z Running `/home/build/.rustup/toolchains/1.96.0-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=fb43af0babf0407c -C extra-filename=-fe58cc72f6f1db8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-06-25T02:09:13.345Z Compiling take_mut v0.2.2
33682026-06-25T02:09:13.377Z Compiling petgraph v0.8.3
33692026-06-25T02:09:13.413Z Running `/home/build/.rustup/toolchains/1.96.0-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=789148cfeccd3f64 -C extra-filename=-418c9e59852e9dd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-06-25T02:09:13.417Z Running `/home/build/.rustup/toolchains/1.96.0-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=8eb7f83da81373a1 -C extra-filename=-7f283b959b66fa17 --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-46af8d5413789e14.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3bfccc171e222750.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-06-25T02:09:13.487Z Compiling structmeta-derive v0.3.0
33722026-06-25T02:09:13.490Z Running `/home/build/.rustup/toolchains/1.96.0-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=a6794c18835eec01 -C extra-filename=-bf63855eb395377b --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-b64518119679e82b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-5ab9fb47ee7b225d.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-a137f4f18d895b63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-06-25T02:09:13.523Z Running `/home/build/.rustup/toolchains/1.96.0-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=b28a48ee8be14d03 -C extra-filename=-aeee0d6ecf6d7285 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-06-25T02:09:13.633Z Compiling cookie_store v0.22.1
33752026-06-25T02:09:13.636Z Compiling hickory-proto v0.25.2
33762026-06-25T02:09:13.778Z Compiling snafu v0.8.9
33772026-06-25T02:09:13.781Z Compiling newtype-uuid-macros v0.1.0
33782026-06-25T02:09:13.781Z Compiling match_cfg v0.1.0
33792026-06-25T02:09:13.812Z Running `/home/build/.rustup/toolchains/1.96.0-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=7b4613c11a4163cf -C extra-filename=-9d5bd8cd8b1e3221 --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-970ff05a54ff65c4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-2d0cc5588dd46dfa.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
33802026-06-25T02:09:13.815Z Running `/home/build/.rustup/toolchains/1.96.0-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=dc8d0311ccbb8dda -C extra-filename=-f8857a1edd265c9a --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-e768ca3d3364e9aa.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-751e3d42d3b62492.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-72954483d55773f4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-15643fc258ddbe74.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-d7dc6b579d123b5d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812026-06-25T02:09:13.815Z Running `/home/build/.rustup/toolchains/1.96.0-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=4735087ae33ac061 -C extra-filename=-d8eeacdf6deebcaa --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-4e9a298328afa731.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-cb8030ac4bf94d3d.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-15643fc258ddbe74.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-4f4f81dfacca027c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-06-25T02:09:13.927Z Compiling tower-http v0.6.8
33832026-06-25T02:09:13.931Z Compiling slog-json v2.6.1
33842026-06-25T02:09:13.931Z Compiling debug-ignore v1.0.5
33852026-06-25T02:09:13.931Z Running `/home/build/.rustup/toolchains/1.96.0-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=71d4eab9b9a98f1a -C extra-filename=-2b850b83f2e0e2c1 --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-991ddb2d4d829d86.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-8264e52b13016ea4.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-e930eea8f1859858.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-06-25T02:09:13.931Z Running `/home/build/.rustup/toolchains/1.96.0-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=18517216df8f606c -C extra-filename=-d5b925750e49983c --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-38a052c675cb2417.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-06-25T02:09:13.931Z Running `/home/build/.rustup/toolchains/1.96.0-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=46fee66303ab4886 -C extra-filename=-bbe3557ff0fcd81f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-06-25T02:09:14.081Z Compiling postgres-types v0.2.12
33892026-06-25T02:09:14.084Z Compiling rustls v0.22.4
33902026-06-25T02:09:14.084Z Compiling rustls-webpki v0.102.8
33912026-06-25T02:09:14.084Z Running `/home/build/.rustup/toolchains/1.96.0-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=890a33682fe24267 -C extra-filename=-efd02d9464563ba5 --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-d50e7edc619f54dd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23e6c1157a4db62.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-21bba619b42cb09c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-c929b52c9a296672.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-1dc9c2c9a78d0a9e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3a950c8514b67fc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-06-25T02:09:14.084Z Running `/home/build/.rustup/toolchains/1.96.0-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=1f7d6d8dc1e53a63 -C extra-filename=-ecd04288345cfc70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932026-06-25T02:09:14.084Z Running `/home/build/.rustup/toolchains/1.96.0-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=e25e26671d4607c7 -C extra-filename=-000f204c2c30c827 --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-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-06-25T02:09:14.224Z Compiling hostname v0.3.1
33952026-06-25T02:09:14.224Z Compiling serde_spanned v1.0.4
33962026-06-25T02:09:14.332Z Running `/home/build/.rustup/toolchains/1.96.0-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=00f74a182812ee4d -C extra-filename=-7f3b84b43481767f --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-970ff05a54ff65c4.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-564c1601b9eeecf4.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-3597349b3f9e40d4.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972026-06-25T02:09:14.335Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=36d0a0756169adf1 -C extra-filename=-c314942bfc70b91c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-c314942bfc70b91c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982026-06-25T02:09:14.370Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.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="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=3d8a017118650150 -C extra-filename=-96bb373665748cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-274b1f293a70f25c.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/ring-bd57a4a7742f761e/out`
33992026-06-25T02:09:14.373Z Compiling toml_datetime v1.0.0+spec-1.1.0
34002026-06-25T02:09:14.373Z Compiling serde_path_to_error v0.1.20
34012026-06-25T02:09:14.373Z Compiling multer v3.1.0
34022026-06-25T02:09:14.373Z Compiling compression-core v0.4.31
34032026-06-25T02:09:14.373Z Compiling toml_writer v1.0.6+spec-1.1.0
34042026-06-25T02:09:14.373Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-d0fae7e11f238494/build-script-build`
34052026-06-25T02:09:14.373Z Running `/home/build/.rustup/toolchains/1.96.0-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=0817061e56cf01d3 -C extra-filename=-67dfd5f447e585f1 --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-0a491e02bb33227a.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bbe3557ff0fcd81f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-06-25T02:09:14.374Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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=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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=8a3c6004e8a65519 -C extra-filename=-2df50df43114ce46 --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-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072026-06-25T02:09:14.409Z Compiling async-stream-impl v0.3.6
34082026-06-25T02:09:14.412Z Compiling dropshot v0.17.0
34092026-06-25T02:09:14.412Z Compiling dropshot_endpoint v0.17.0
34102026-06-25T02:09:14.412Z Compiling rustls-pemfile v2.2.0
34112026-06-25T02:09:14.412Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.0.0+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=5cbd0878d4fa0e78 -C extra-filename=-b7ead9ce0f9092ac --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-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-06-25T02:09:14.412Z Running `/home/build/.rustup/toolchains/1.96.0-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=e8a267d391155e78 -C extra-filename=-b7270f80ca82a40d --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b7270f80ca82a40d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-06-25T02:09:14.412Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d4190f1a3661a8cb -C extra-filename=-636b53287ade4d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142026-06-25T02:09:14.412Z Running `/home/build/.rustup/toolchains/1.96.0-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=93d5db59a9d5e70a -C extra-filename=-f13effede55a0abe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-06-25T02:09:14.412Z Running `/home/build/.rustup/toolchains/1.96.0-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=a2b9c100b6f84432 -C extra-filename=-0f9534ff132fdfa1 --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-b184f970d6c2e2eb.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-06-25T02:09:14.522Z Running `/home/build/.rustup/toolchains/1.96.0-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=94051b3fba8a5b43 -C extra-filename=-3d3671b02653b92e --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-06-25T02:09:14.523Z Running `/home/build/.rustup/toolchains/1.96.0-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=cb8905e51b4d8cf4 -C extra-filename=-9f51c04a398be634 --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-67d59252a270ba09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-06-25T02:09:14.527Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.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 '--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=83540a385ce23007 -C extra-filename=-02d18c711f1ccfc5 --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-38a052c675cb2417.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192026-06-25T02:09:14.527Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.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 '--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=eb6eaa81babd0f13 -C extra-filename=-7a3aae8f30835406 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-7a3aae8f30835406 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-06-25T02:09:14.527Z Running `/home/build/.rustup/toolchains/1.96.0-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=286bd96d34512a38 -C extra-filename=-91d3a4e70ed1c8d8 --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-78beb770c584e66d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-418c9e59852e9dd9.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e36b645bfaf718a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
34212026-06-25T02:09:14.555Z Compiling slog-term v2.9.2
34222026-06-25T02:09:14.659Z Compiling h2 v0.4.13
34232026-06-25T02:09:14.662Z Compiling tokio-stream v0.1.18
34242026-06-25T02:09:14.662Z Running `/home/build/.rustup/toolchains/1.96.0-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=5cacb689cdc28ed7 -C extra-filename=-26629a069388502f --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-189079cb77e25919.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-25c4119604cc05b9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fe58cc72f6f1db8c.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e36b645bfaf718a2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-06-25T02:09:14.838Z Compiling ipnetwork v0.21.1
34262026-06-25T02:09:14.841Z Compiling serde_with v3.17.0
34272026-06-25T02:09:14.841Z Compiling strum v0.27.2
34282026-06-25T02:09:14.841Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=1476e887ce14e692 -C extra-filename=-a4f69be2fc5ee552 --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-6ddfa56818b4fa98.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3104d2c6b6e9992f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-689a1c4591ad9ae0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-06-25T02:09:14.842Z Running `/home/build/.rustup/toolchains/1.96.0-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=8a822914164b7e89 -C extra-filename=-e564f061c3dcca2c --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-991ddb2d4d829d86.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-06-25T02:09:14.946Z Compiling newtype-uuid v1.3.2
34312026-06-25T02:09:14.982Z Compiling tokio-postgres v0.7.16
34322026-06-25T02:09:15.014Z Running `/home/build/.rustup/toolchains/1.96.0-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=249ec4753c168bab -C extra-filename=-86f4be13663c180c --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-d44ed04d38091e95.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-2e3b2a66c56292c0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332026-06-25T02:09:15.017Z Running `/home/build/.rustup/toolchains/1.96.0-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=d28b7bb64aab4a4d -C extra-filename=-7adb400651ff5497 --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-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-06-25T02:09:15.017Z Running `/home/build/.rustup/toolchains/1.96.0-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=594b1627b56d009d -C extra-filename=-5af884929d67270e --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-e9706ede3f27f31a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-06-25T02:09:15.063Z Running `/home/build/.rustup/toolchains/1.96.0-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=8731af2ab9ce3fc9 -C extra-filename=-73ae211314ca5391 --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-16e52375369f5adb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-06-25T02:09:15.066Z Compiling slog-bunyan v2.5.0
34372026-06-25T02:09:15.066Z Running `/home/build/.rustup/toolchains/1.96.0-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=764811355646749c -C extra-filename=-5d37c67518ef7d19 --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-e768ca3d3364e9aa.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-564c1601b9eeecf4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-b62b430c3697a481.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-3597349b3f9e40d4.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7f3b84b43481767f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-dfb81b158cfe7640.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-6233b47500d28b3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-06-25T02:09:15.150Z Compiling compression-codecs v0.4.37
34392026-06-25T02:09:15.154Z Compiling toml v1.0.6+spec-1.1.0
34402026-06-25T02:09:15.154Z Compiling waitgroup v0.1.2
34412026-06-25T02:09:15.154Z Compiling hostname v0.4.2
34422026-06-25T02:09:15.154Z Running `/home/build/.rustup/toolchains/1.96.0-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=d38e7aa6264dda14 -C extra-filename=-0ceaa7ddc515eb84 --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-67dfd5f447e585f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-000f204c2c30c827.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-06-25T02:09:15.154Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-c314942bfc70b91c/build-script-build`
34442026-06-25T02:09:15.192Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
34452026-06-25T02:09:15.195Z Compiling atomicwrites v0.4.4
34462026-06-25T02:09:15.195Z Compiling itertools v0.14.0
34472026-06-25T02:09:15.195Z Running `/home/build/.rustup/toolchains/1.96.0-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=e037a705fdc2a2f2 -C extra-filename=-9cc950cca79d13a4 --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-f13effede55a0abe.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482026-06-25T02:09:15.195Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.0.6+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=79bc7208c76224d9 -C extra-filename=-79b1c9ccf416cb66 --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-56db10b8a3f2757d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-2df50df43114ce46.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-b7ead9ce0f9092ac.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-97ff1580916ea491.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-636b53287ade4d53.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e83dc8f5eae51e63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-06-25T02:09:15.195Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-7a3aae8f30835406/build-script-build`
34502026-06-25T02:09:15.195Z Running `/home/build/.rustup/toolchains/1.96.0-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=d51bfdffdb0a6b3f -C extra-filename=-59f5f630ac178d0e --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-06-25T02:09:15.195Z Running `/home/build/.rustup/toolchains/1.96.0-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=fa82c72a81ee2241 -C extra-filename=-ff2e3458ee5f6f6f --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-6ddfa56818b4fa98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522026-06-25T02:09:15.228Z Running `/home/build/.rustup/toolchains/1.96.0-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=b415bd131b514b28 -C extra-filename=-cb51df150e08dfcf --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-d50e7edc619f54dd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7e4c8246f8e095f9.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-0fc4e90b64adc135.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-bf63855eb395377b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e9706ede3f27f31a.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532026-06-25T02:09:15.263Z Running `/home/build/.rustup/toolchains/1.96.0-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=186ceaa6bf49ccf2 -C extra-filename=-53d1ea163e5e6af5 --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-ea494fe6e57247cc.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542026-06-25T02:09:15.266Z Compiling oxnet v0.1.6
34552026-06-25T02:09:15.266Z Running `/home/build/.rustup/toolchains/1.96.0-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=8f826e2d43586090 -C extra-filename=-0e7babf33fbdc59b --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-90c7861c57f356f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-06-25T02:09:15.267Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b7270f80ca82a40d/build-script-build`
34572026-06-25T02:09:15.367Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34582026-06-25T02:09:15.370Z Running `/home/build/.rustup/toolchains/1.96.0-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=f4d6fbc0c6eac151 -C extra-filename=-438f09b2696d70db --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-7adb400651ff5497.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-06-25T02:09:15.524Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
34602026-06-25T02:09:15.527Z Compiling macaddr v1.0.1
34612026-06-25T02:09:15.527Z Compiling regress v0.10.5
34622026-06-25T02:09:15.527Z Compiling instant v0.1.13
34632026-06-25T02:09:15.527Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=e9a9cffa9b0fdbca -C extra-filename=-434b711b4996382b --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-b9a77a9d7eb488c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-96bb373665748cc1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.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/ring-bd57a4a7742f761e/out`
34642026-06-25T02:09:15.527Z Running `/home/build/.rustup/toolchains/1.96.0-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=2b1d5b892600e245 -C extra-filename=-4aeae3b080a2b1d1 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-06-25T02:09:15.636Z Compiling async-stream v0.3.6
34662026-06-25T02:09:15.640Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
34672026-06-25T02:09:15.640Z Compiling backon v1.6.0
34682026-06-25T02:09:15.640Z Running `/home/build/.rustup/toolchains/1.96.0-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=1af19da8bdce8829 -C extra-filename=-7841d86a394ef471 --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-e16e913afb634424.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-06-25T02:09:15.816Z Compiling structmeta v0.3.0
34702026-06-25T02:09:15.820Z Compiling async-compression v0.4.41
34712026-06-25T02:09:15.820Z Compiling humantime v2.3.0
34722026-06-25T02:09:15.820Z Compiling unicode-width v0.2.0
34732026-06-25T02:09:15.820Z Running `/home/build/.rustup/toolchains/1.96.0-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=0a4ed1aa7706dca1 -C extra-filename=-bfbd4ed4a5968054 --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-06-25T02:09:15.820Z Running `/home/build/.rustup/toolchains/1.96.0-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=74eea96f6f7e48ff -C extra-filename=-32db1675968aebbb --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-5b4b9fa595bec91d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-06-25T02:09:15.820Z Running `/home/build/.rustup/toolchains/1.96.0-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=17707aef639dc32c -C extra-filename=-616a7401de31d19e --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-91616001ffac1a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-06-25T02:09:15.918Z Running `/home/build/.rustup/toolchains/1.96.0-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=67c7f522bc5fb34d -C extra-filename=-225770b5a700911b --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-3d3671b02653b92e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-06-25T02:09:15.921Z Running `/home/build/.rustup/toolchains/1.96.0-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=094f60b367921835 -C extra-filename=-4bec6c222c3fad06 --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-4ecda778630ae3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782026-06-25T02:09:15.921Z Running `/home/build/.rustup/toolchains/1.96.0-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=b120225866a9fbba -C extra-filename=-3176a776c4f1df5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-06-25T02:09:15.989Z Compiling daft v0.1.7
34802026-06-25T02:09:15.992Z Compiling convert_case v0.4.0
34812026-06-25T02:09:15.992Z Compiling half v2.7.1
34822026-06-25T02:09:15.992Z Running `/home/build/.rustup/toolchains/1.96.0-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=c14d86c9dc01036c -C extra-filename=-f4f41dac2f63b4d4 --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-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-aeee0d6ecf6d7285.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-06-25T02:09:15.992Z Running `/home/build/.rustup/toolchains/1.96.0-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=eee730c79b5f988b -C extra-filename=-db9f52e349e92912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-06-25T02:09:15.992Z Running `/home/build/.rustup/toolchains/1.96.0-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=7a3611ae9c5ece6c -C extra-filename=-990617b189f76895 --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-9cc950cca79d13a4.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-f13effede55a0abe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852026-06-25T02:09:15.992Z Running `/home/build/.rustup/toolchains/1.96.0-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=3a86806b8f6ebbf9 -C extra-filename=-7a0f880fdad6f9a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-06-25T02:09:16.030Z Compiling backoff v0.4.0
34872026-06-25T02:09:16.033Z Running `/home/build/.rustup/toolchains/1.96.0-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=17e43a9016b0d9a0 -C extra-filename=-92f538158b11c638 --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-6769e2e2e5123688.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-06-25T02:09:16.068Z Running `/home/build/.rustup/toolchains/1.96.0-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=e41c5954f595f829 -C extra-filename=-05d8614fa031eb9f --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-970ff05a54ff65c4.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-85c0478407217d05.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-14c0db734e1ebba4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-5278c35edc0c4a37.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c2c1f09bfe592314.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-06-25T02:09:16.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=a3990a93fb9312a6 -C extra-filename=-7e14b97ad3b681b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-06-25T02:09:16.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=fab2e67dcabce6e8 -C extra-filename=-ffeafbbe1421ca9b --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-91616001ffac1a2d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912026-06-25T02:09:16.078Z Compiling ciborium-io v0.2.2
34922026-06-25T02:09:16.078Z Running `/home/build/.rustup/toolchains/1.96.0-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=8ddfc94ac703b32f -C extra-filename=-d72fcee7056e8422 --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-991ddb2d4d829d86.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d43305386c924578.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-616a7401de31d19e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932026-06-25T02:09:16.106Z Compiling secrecy v0.10.3
34942026-06-25T02:09:16.173Z Running `/home/build/.rustup/toolchains/1.96.0-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=16d74b374997de1f -C extra-filename=-aac8ac83ce11b870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952026-06-25T02:09:16.212Z Compiling regress v0.11.1
34962026-06-25T02:09:16.215Z Compiling universal-hash v0.5.1
34972026-06-25T02:09:16.256Z Running `/home/build/.rustup/toolchains/1.96.0-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=c55873ba244e1f63 -C extra-filename=-edb34a6c717611eb --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-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-06-25T02:09:16.260Z Compiling indent_write v2.2.0
34992026-06-25T02:09:16.260Z Running `/home/build/.rustup/toolchains/1.96.0-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=72f0161925150796 -C extra-filename=-e25ba44734f82357 --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-5b4b9fa595bec91d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002026-06-25T02:09:16.260Z Running `/home/build/.rustup/toolchains/1.96.0-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=3a345df17f0e0fa6 -C extra-filename=-3bc95e40c98bac0e --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-7c043111850507f2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012026-06-25T02:09:16.365Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
35022026-06-25T02:09:16.368Z Compiling opaque-debug v0.3.1
35032026-06-25T02:09:16.368Z Running `/home/build/.rustup/toolchains/1.96.0-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=d821cd8461cb2356 -C extra-filename=-fb3e7401d5771778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:16.447Z Compiling derive-ex v0.1.8
35052026-06-25T02:09:16.450Z Compiling parse-display-derive v0.10.0
35062026-06-25T02:09:16.450Z Compiling ciborium-ll v0.2.2
35072026-06-25T02:09:16.450Z Running `/home/build/.rustup/toolchains/1.96.0-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=996a30a6214207ee -C extra-filename=-6738aa04a734527b --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-2b3289fa0218d705.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-4aeae3b080a2b1d1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-06-25T02:09:16.486Z Running `/home/build/.rustup/toolchains/1.96.0-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=715f789b8a6c3f13 -C extra-filename=-895a4df4e7cb94fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-06-25T02:09:16.565Z Compiling iddqd v0.4.2
35102026-06-25T02:09:16.568Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35112026-06-25T02:09:16.568Z Compiling crucible-workspace-hack v0.1.0
35122026-06-25T02:09:16.568Z Compiling unsafe-libyaml v0.2.11
35132026-06-25T02:09:16.568Z Compiling aead v0.5.2
35142026-06-25T02:09:16.568Z Running `/home/build/.rustup/toolchains/1.96.0-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=fa41a2d12c3b100a -C extra-filename=-7d5ec72a11b3fe91 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4f41dac2f63b4d4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-06-25T02:09:16.568Z Running `/home/build/.rustup/toolchains/1.96.0-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=1151edf9548f3144 -C extra-filename=-3408640335053f62 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4f41dac2f63b4d4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-06-25T02:09:16.568Z Running `/home/build/.rustup/toolchains/1.96.0-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=882bdcf299484843 -C extra-filename=-f3ab667bc00b2a11 --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-aac8ac83ce11b870.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-ffeafbbe1421ca9b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172026-06-25T02:09:16.610Z Compiling poly1305 v0.8.0
35182026-06-25T02:09:16.613Z Compiling chacha20 v0.9.1
35192026-06-25T02:09:16.614Z Compiling thiserror-impl-no-std v2.0.2
35202026-06-25T02:09:16.614Z Running `/home/build/.rustup/toolchains/1.96.0-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=f47c082e92f4eab0 -C extra-filename=-0fe390bf653f1472 --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-250fa12d7d10edc7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-4aa18f313743b6f4.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-defe37921f9f47ba.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5b4b9fa595bec91d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-06-25T02:09:16.614Z Running `/home/build/.rustup/toolchains/1.96.0-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=9f03237822401212 -C extra-filename=-2b369751336e8c03 --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-92f538158b11c638.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-d5b925750e49983c.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-06-25T02:09:16.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=f83b056c1959bcce -C extra-filename=-efc626d33014a50c --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-efc626d33014a50c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232026-06-25T02:09:16.792Z Running `/home/build/.rustup/toolchains/1.96.0-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=2039644aa43dd4f4 -C extra-filename=-5c547eefd77453fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:16.795Z Running `/home/build/.rustup/toolchains/1.96.0-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=4684d312b0c93502 -C extra-filename=-b8ffa77493c836d5 --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-7c043111850507f2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-06-25T02:09:16.795Z Compiling derive_more v0.99.20
35262026-06-25T02:09:16.795Z Compiling camino-tempfile v1.4.1
35272026-06-25T02:09:16.795Z Compiling swrite v0.1.0
35282026-06-25T02:09:16.795Z Compiling byte-wrapper v0.1.0
35292026-06-25T02:09:16.822Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
35302026-06-25T02:09:16.859Z Running `/home/build/.rustup/toolchains/1.96.0-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=51af633b3d6631a1 -C extra-filename=-d8e137f62a734ef2 --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-a959cbb074e78ec5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-895a4df4e7cb94fb.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3bc95e40c98bac0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312026-06-25T02:09:16.863Z Running `/home/build/.rustup/toolchains/1.96.0-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=a38d3ee71f7e5167 -C extra-filename=-00727a26359bec41 --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-91616001ffac1a2d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-a959cbb074e78ec5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322026-06-25T02:09:16.863Z Running `/home/build/.rustup/toolchains/1.96.0-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=fb0d577a03f413e4 -C extra-filename=-b69574bb74470468 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332026-06-25T02:09:16.961Z Compiling ciborium v0.2.2
35342026-06-25T02:09:16.964Z Compiling blake2 v0.10.6
35352026-06-25T02:09:16.964Z Compiling password-hash v0.5.0
35362026-06-25T02:09:16.964Z Compiling crossbeam-deque v0.8.6
35372026-06-25T02:09:16.993Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=ff537e6969bf8e54 -C extra-filename=-6147bee63c5f3178 --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-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-06-25T02:09:16.996Z Running `/home/build/.rustup/toolchains/1.96.0-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=94d2896a28b9ba94 -C extra-filename=-9fa276ac6b680ff6 --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-e16e913afb634424.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392026-06-25T02:09:16.996Z Running `/home/build/.rustup/toolchains/1.96.0-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=3e44b5d9ddc33788 -C extra-filename=-26f090fecaa63ab4 --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-7e14b97ad3b681b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-06-25T02:09:16.997Z Running `/home/build/.rustup/toolchains/1.96.0-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=b2654ea9605bba60 -C extra-filename=-22b9024b609827c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412026-06-25T02:09:16.997Z Running `/home/build/.rustup/toolchains/1.96.0-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=c0ee87f9675eb4d2 -C extra-filename=-fcba2ea5ff939c56 --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-562d2fd988649feb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-06-25T02:09:17.069Z Running `/home/build/.rustup/toolchains/1.96.0-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=15d0549128533ec6 -C extra-filename=-fbde0eadaf750fbf --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-aac8ac83ce11b870.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-f3ab667bc00b2a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432026-06-25T02:09:17.073Z Compiling chacha20poly1305 v0.10.1
35442026-06-25T02:09:17.073Z Compiling glob v0.3.3
35452026-06-25T02:09:17.073Z Running `/home/build/.rustup/toolchains/1.96.0-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=3823e2a1432caa09 -C extra-filename=-a1c10b3977dfbad8 --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-a86e796c0dcfd39c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-06-25T02:09:17.073Z Running `/home/build/.rustup/toolchains/1.96.0-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=5d5d0001f45f80c9 -C extra-filename=-b4636a453685fe5d --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-2309f276da9dd5d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472026-06-25T02:09:17.073Z Running `/home/build/.rustup/toolchains/1.96.0-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=54af9a781489eed0 -C extra-filename=-9326eb3b877b8087 --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-240e0e80aa5269af.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-06-25T02:09:17.139Z Compiling toml_datetime v0.7.5+spec-1.1.0
35492026-06-25T02:09:17.142Z Compiling rayon-core v1.13.0
35502026-06-25T02:09:17.142Z Running `/home/build/.rustup/toolchains/1.96.0-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=b8300297b1d44614 -C extra-filename=-dc8f59465b34b114 --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-b8ffa77493c836d5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-00727a26359bec41.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-d8e137f62a734ef2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-06-25T02:09:17.142Z Running `/home/build/.rustup/toolchains/1.96.0-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=467c5e472cc2d6ab -C extra-filename=-d10186eee2d4e120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-06-25T02:09:17.210Z Running `/home/build/.rustup/toolchains/1.96.0-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=ff5063ec30ecc2ed -C extra-filename=-5686a2387db25788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:17.213Z Running `/home/build/.rustup/toolchains/1.96.0-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=e1c404387dba23d1 -C extra-filename=-d32c107535802b60 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-d32c107535802b60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542026-06-25T02:09:17.248Z Compiling serde_yaml v0.9.34+deprecated
35552026-06-25T02:09:17.324Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-efc626d33014a50c/build-script-build`
35562026-06-25T02:09:17.327Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3e62287cd194885 -C extra-filename=-68f55a80ae1b52a6 --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-af5a086eec9099c3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b184f970d6c2e2eb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3a42f95c04d30102.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-5c547eefd77453fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572026-06-25T02:09:17.439Z Compiling tokio-rustls v0.25.0
35582026-06-25T02:09:17.442Z Running `/home/build/.rustup/toolchains/1.96.0-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=7c4d89129cfcc647 -C extra-filename=-3fbb0c378379f331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-e6de9d0162b5f3ca/out -l static=zstd`
35592026-06-25T02:09:17.517Z Compiling argon2 v0.5.3
35602026-06-25T02:09:17.521Z Compiling proc-macro-error-attr v1.0.4
35612026-06-25T02:09:17.590Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-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="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=1b12778abdb7ab63 -C extra-filename=-ba73949c0bec7746 --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-434b711b4996382b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.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/ring-bd57a4a7742f761e/out`
35622026-06-25T02:09:17.594Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-2a6048e6545f260b/build-script-build`
35632026-06-25T02:09:17.594Z Compiling proc-macro-error v1.0.4
35642026-06-25T02:09:17.594Z Compiling tabwriter v1.4.1
35652026-06-25T02:09:17.594Z Compiling toml v0.8.23
35662026-06-25T02:09:17.594Z Compiling cpufeatures v0.3.0
35672026-06-25T02:09:17.594Z Compiling heapless v0.8.0
35682026-06-25T02:09:17.617Z Running `/home/build/.rustup/toolchains/1.96.0-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=3633d4413d9d2156 -C extra-filename=-df7e3ca38f647065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-06-25T02:09:17.621Z Running `/home/build/.rustup/toolchains/1.96.0-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=3a113b225e9f046e -C extra-filename=-640d0897c12fbf77 --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-240e0e80aa5269af.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b4636a453685fe5d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-a959cbb074e78ec5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9326eb3b877b8087.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-06-25T02:09:17.621Z Running `/home/build/.rustup/toolchains/1.96.0-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=19355ac86d1e96bc -C extra-filename=-58cc331d3ef6f5e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-58cc331d3ef6f5e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-06-25T02:09:17.734Z Running `/home/build/.rustup/toolchains/1.96.0-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=ad0bceea1150bc52 -C extra-filename=-e995984cf0d3b41d --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-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-06-25T02:09:17.735Z Running `/home/build/.rustup/toolchains/1.96.0-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=9174ed3738f1e7b0 -C extra-filename=-996fafd33bb86ecd --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-996fafd33bb86ecd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732026-06-25T02:09:17.773Z Running `/home/build/.rustup/toolchains/1.96.0-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=a990da0b44ed03e1 -C extra-filename=-5872f84a7d9c3209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-06-25T02:09:17.778Z Running `/home/build/.rustup/toolchains/1.96.0-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=5dc007db6f294ba1 -C extra-filename=-d5d4980b5b623d5c --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-e20aea4cd5f81559.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-da8622ca10c9fe38.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ad5607d419f2909e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-06-25T02:09:17.844Z Running `/home/build/.rustup/toolchains/1.96.0-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=3b539403f20002ea -C extra-filename=-a824ab350ec52114 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-a824ab350ec52114 -L 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-06-25T02:09:17.849Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35772026-06-25T02:09:17.852Z Compiling toml_edit v0.23.10+spec-1.0.0
35782026-06-25T02:09:17.852Z Compiling unicode-width v0.1.14
35792026-06-25T02:09:17.852Z Running `/home/build/.rustup/toolchains/1.96.0-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=9e9fd086269fb1af -C extra-filename=-fd72dc848236b0d5 --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-3fbb0c378379f331.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-e6de9d0162b5f3ca/out`
35802026-06-25T02:09:17.994Z Compiling hyper v1.8.1
35812026-06-25T02:09:17.997Z Compiling colored v3.1.1
35822026-06-25T02:09:17.997Z Compiling ingot-macros v0.1.1
35832026-06-25T02:09:17.997Z Compiling hash32 v0.3.1
35842026-06-25T02:09:17.997Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35852026-06-25T02:09:17.997Z Compiling smoltcp v0.11.0
35862026-06-25T02:09:17.997Z Compiling cobs v0.3.0
35872026-06-25T02:09:17.997Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=a875d70aa74de11d -C extra-filename=-a5b53a6f97c2a3eb --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-e16e913afb634424.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-df7e3ca38f647065.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-06-25T02:09:17.998Z Running `/home/build/.rustup/toolchains/1.96.0-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=25f99018e35c1b86 -C extra-filename=-2906e28bb19780c8 --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-af5a086eec9099c3.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5686a2387db25788.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-97ff1580916ea491.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e83dc8f5eae51e63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-06-25T02:09:17.998Z Running `/home/build/.rustup/toolchains/1.96.0-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=d2eb0f6f31a91f2e -C extra-filename=-50d9753e585d8818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-06-25T02:09:18.072Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-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 --warn=unexpected_cfgs --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=bb6ffcd00f76b957 -C extra-filename=-72d1c2a1500ef9fc --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-6ddfa56818b4fa98.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-a4f69be2fc5ee552.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23e6c1157a4db62.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-14c0db734e1ebba4.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4ea91d405408586a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b184f970d6c2e2eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-d1ffb3dcb3c7ad84.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b059dc3dec695d96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912026-06-25T02:09:18.075Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-d32c107535802b60/build-script-build`
35922026-06-25T02:09:18.076Z Running `/home/build/.rustup/toolchains/1.96.0-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=731618d353d8e18e -C extra-filename=-401fe16362c6766f --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-ba966b139f4b0964.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-06-25T02:09:18.076Z Compiling typify-impl v0.6.2
35942026-06-25T02:09:18.106Z Running `/home/build/.rustup/toolchains/1.96.0-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=b9645afba10e71e1 -C extra-filename=-90a4140e4d19d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-90a4140e4d19d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952026-06-25T02:09:18.110Z Running `/home/build/.rustup/toolchains/1.96.0-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=5d2791a7377ff78d -C extra-filename=-cefbb9d7a9947679 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cefbb9d7a9947679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962026-06-25T02:09:18.110Z Running `/home/build/.rustup/toolchains/1.96.0-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=ba4837888b93f8b5 -C extra-filename=-db02a516fc7ae135 --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-f5b4ab5ae4bfae3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972026-06-25T02:09:18.110Z Running `/home/build/.rustup/toolchains/1.96.0-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=ec0f6f4dca7baad4 -C extra-filename=-60437477eb01efdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-06-25T02:09:18.110Z Running `/home/build/.rustup/toolchains/1.96.0-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=e0ad26bede687366 -C extra-filename=-c2b8a2e0bb4bb5df --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-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-06-25T02:09:18.176Z Compiling zstd v0.13.3
36002026-06-25T02:09:18.181Z Running `/home/build/.rustup/toolchains/1.96.0-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=9f86ed5310d231d8 -C extra-filename=-0b35abb90a783dc6 --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-38a052c675cb2417.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e25ba44734f82357.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-6c7226467be15f61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012026-06-25T02:09:18.181Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-58cc331d3ef6f5e7/build-script-build`
36022026-06-25T02:09:18.209Z Running `/home/build/.rustup/toolchains/1.96.0-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=caf8f37e1346a069 -C extra-filename=-30bcee2203a4331d --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-fd72dc848236b0d5.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-e6de9d0162b5f3ca/out`
36032026-06-25T02:09:18.280Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
36042026-06-25T02:09:18.349Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-996fafd33bb86ecd/build-script-build`
36052026-06-25T02:09:18.390Z Compiling thiserror-no-std v2.0.2
36062026-06-25T02:09:18.393Z Compiling proc-macro-crate v1.3.1
36072026-06-25T02:09:18.393Z Running `/home/build/.rustup/toolchains/1.96.0-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=be75057fba1d80c7 -C extra-filename=-f10d2b7c9b1d4e31 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f10d2b7c9b1d4e31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082026-06-25T02:09:18.470Z Compiling postcard v1.1.3
36092026-06-25T02:09:18.508Z Running `/home/build/.rustup/toolchains/1.96.0-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=ca445219b4435d73 -C extra-filename=-81b338d4a4ab7cc2 --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-b69574bb74470468.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102026-06-25T02:09:18.513Z Running `/home/build/.rustup/toolchains/1.96.0-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=c866ca4647b2b60d -C extra-filename=-925f82d200e6a27b --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-794bc09d32b7eff4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-cb69f911da81ee43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112026-06-25T02:09:18.546Z Compiling zip v4.6.1
36122026-06-25T02:09:18.550Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
36132026-06-25T02:09:18.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=43cf887681a1cb40 -C extra-filename=-2a57487c1daf32e2 --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-c2b8a2e0bb4bb5df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-06-25T02:09:18.658Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-a824ab350ec52114/build-script-build`
36152026-06-25T02:09:18.722Z Compiling proc-macro-crate v3.4.0
36162026-06-25T02:09:18.726Z Compiling foreign-types-macros v0.2.3
36172026-06-25T02:09:18.793Z Running `/home/build/.rustup/toolchains/1.96.0-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=1a33073e3ec65890 -C extra-filename=-0199ad9a3be461f3 --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-6326535965ce95b6.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-2a50025731183b4c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-2740e7aba2d4361b.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-30bcee2203a4331d.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-e6de9d0162b5f3ca/out`
36182026-06-25T02:09:18.797Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=e8e971ae0d02ca34 -C extra-filename=-1dd0f8f4420190d7 --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-a5b53a6f97c2a3eb.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-6147bee63c5f3178.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-06-25T02:09:18.877Z Compiling test-strategy v0.4.5
36202026-06-25T02:09:18.880Z Compiling parse-display v0.10.0
36212026-06-25T02:09:18.880Z Compiling vsss-rs v3.3.4
36222026-06-25T02:09:18.880Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
36232026-06-25T02:09:18.880Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
36242026-06-25T02:09:18.880Z Compiling foreign-types-shared v0.3.1
36252026-06-25T02:09:18.880Z Running `/home/build/.rustup/toolchains/1.96.0-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=234b563dfff88917 -C extra-filename=-9d50e864a451e364 --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-2906e28bb19780c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-06-25T02:09:18.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=0da1b62f39a9608c -C extra-filename=-ebe2c2c4aa6bfeb4 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-06-25T02:09:18.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=0694141d5f6c529b -C extra-filename=-77a77c8c2a98e73c --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-a1c10b3977dfbad8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-06-25T02:09:18.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=0acd92690ab5f24f -C extra-filename=-29661880f7485c36 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36292026-06-25T02:09:18.915Z Running `/home/build/.rustup/toolchains/1.96.0-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=c908de981779a11d -C extra-filename=-133eae73435ee7b9 --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-7d5ec72a11b3fe91.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-f4f41dac2f63b4d4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-06-25T02:09:18.919Z Running `/home/build/.rustup/toolchains/1.96.0-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=99506c196fe109f6 -C extra-filename=-a3f161d1eefdddf9 --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-efcfc38c596a3371.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-759223904ec00abe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-81b338d4a4ab7cc2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312026-06-25T02:09:18.919Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cefbb9d7a9947679/build-script-build`
36322026-06-25T02:09:18.919Z Compiling chacha20 v0.10.0
36332026-06-25T02:09:18.954Z Compiling num-derive v0.4.2
36342026-06-25T02:09:18.958Z Running `/home/build/.rustup/toolchains/1.96.0-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=90313de2328128f4 -C extra-filename=-deefa5a2e2e1968c --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-3408640335053f62.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352026-06-25T02:09:18.958Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=60263fd5767c03d0 -C extra-filename=-4de9e7fcfa69ba33 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-4de9e7fcfa69ba33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-06-25T02:09:18.958Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=258c44926caea24e -C extra-filename=-7c6d0dc995c379de --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-d50e7edc619f54dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-06-25T02:09:18.958Z Running `/home/build/.rustup/toolchains/1.96.0-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=9ca69bd34cbdf78d -C extra-filename=-cbbd2c1618e535cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-06-25T02:09:18.958Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f10d2b7c9b1d4e31/build-script-build`
36392026-06-25T02:09:18.958Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-90a4140e4d19d37a/build-script-build`
36402026-06-25T02:09:18.958Z Running `/home/build/.rustup/toolchains/1.96.0-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=c32d049595027d9e -C extra-filename=-983fb767ff172682 --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-401fe16362c6766f.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-96e5ec4b2762645e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412026-06-25T02:09:18.958Z Running `/home/build/.rustup/toolchains/1.96.0-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=d807e7849218fe5e -C extra-filename=-4013ada4819baa99 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-06-25T02:09:18.959Z Running `/home/build/.rustup/toolchains/1.96.0-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=1a9d61628b6b124f -C extra-filename=-9897d52d8e06acaa --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-91616001ffac1a2d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5872f84a7d9c3209.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2c7240926bf6b9ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432026-06-25T02:09:18.990Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
36442026-06-25T02:09:18.994Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=1b718d182f6589e6 -C extra-filename=-5a63419554b49ca8 --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-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-06-25T02:09:19.028Z Compiling num_enum_derive v0.5.11
36462026-06-25T02:09:19.031Z Running `/home/build/.rustup/toolchains/1.96.0-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=9138cb1eed2f8e03 -C extra-filename=-8837cb417ddf20b2 --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-925f82d200e6a27b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472026-06-25T02:09:19.064Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
36482026-06-25T02:09:19.068Z Running `/home/build/.rustup/toolchains/1.96.0-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=07c2ecbf7dfcedf5 -C extra-filename=-b795e543f1bbf9b8 --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-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492026-06-25T02:09:19.101Z Compiling sigpipe v0.1.3
36502026-06-25T02:09:19.141Z Compiling cstr-argument v0.1.2
36512026-06-25T02:09:19.144Z Running `/home/build/.rustup/toolchains/1.96.0-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=66e33a397cbd067e -C extra-filename=-f382b6ba088320d3 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-06-25T02:09:19.178Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
36532026-06-25T02:09:19.181Z Running `/home/build/.rustup/toolchains/1.96.0-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=8317418cc306fc74 -C extra-filename=-5f96dab2fb1f2d0f --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-91616001ffac1a2d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-06-25T02:09:19.209Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
36552026-06-25T02:09:19.212Z Running `/home/build/.rustup/toolchains/1.96.0-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=5c510263e423ed19 -C extra-filename=-12a157f49b620969 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-12a157f49b620969 -L 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-06-25T02:09:19.247Z Compiling hyper-util v0.1.20
36572026-06-25T02:09:19.250Z Running `/home/build/.rustup/toolchains/1.96.0-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=f31a395257c30112 -C extra-filename=-1552017dc0f8e8f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-1552017dc0f8e8f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-06-25T02:09:19.277Z Compiling rand v0.10.0
36592026-06-25T02:09:19.281Z Running `/home/build/.rustup/toolchains/1.96.0-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=988314971029c867 -C extra-filename=-23351edb4869bc58 --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-e16e913afb634424.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23e6c1157a4db62.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-23f11847fb7c460d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-1dc9c2c9a78d0a9e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3a950c8514b67fc2.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-06-25T02:09:19.281Z Running `/home/build/.rustup/toolchains/1.96.0-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=b8521f0046a2b9fc -C extra-filename=-c0baa8f2a7f1226e --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-9897d52d8e06acaa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4b5ec270e9a44300.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-2c7240926bf6b9ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-06-25T02:09:19.386Z Compiling rayon v1.11.0
36622026-06-25T02:09:19.458Z Running `/home/build/.rustup/toolchains/1.96.0-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=ed0602f9a8e8fca0 -C extra-filename=-d19b6701e0fd383c --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-90c7861c57f356f2.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-77a77c8c2a98e73c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-06-25T02:09:19.462Z Compiling num_enum_derive v0.7.6
36642026-06-25T02:09:19.462Z Running `/home/build/.rustup/toolchains/1.96.0-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=cfd505592db4dbf0 -C extra-filename=-389b6359907c33e2 --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-ebe2c2c4aa6bfeb4.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
36652026-06-25T02:09:19.535Z Running `/home/build/.rustup/toolchains/1.96.0-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=0dff57e852ae2436 -C extra-filename=-3edccf72f8c46f69 --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-9d50e864a451e364.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662026-06-25T02:09:19.571Z Running `/home/build/.rustup/toolchains/1.96.0-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=2f6ec2158b0cff85 -C extra-filename=-2ae6b834399e3185 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36672026-06-25T02:09:19.574Z Running `/home/build/.rustup/toolchains/1.96.0-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=7cdb13dfeb33bc5b -C extra-filename=-18051f8a65517034 --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-b64518119679e82b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-983fb767ff172682.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-a137f4f18d895b63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-06-25T02:09:19.611Z Running `/home/build/.rustup/toolchains/1.96.0-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=5694eaf7034ad508 -C extra-filename=-0d1dbe3fd5d9b749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
36692026-06-25T02:09:19.651Z Compiling itertools v0.12.1
36702026-06-25T02:09:19.654Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-4de9e7fcfa69ba33/build-script-build`
36712026-06-25T02:09:19.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=f28fa37d08c16385 -C extra-filename=-647adf7bb63a1c4b --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-90c7861c57f356f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722026-06-25T02:09:19.693Z Compiling foreign-types v0.5.0
36732026-06-25T02:09:19.834Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
36742026-06-25T02:09:19.838Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36752026-06-25T02:09:19.838Z Compiling smf v0.2.3
36762026-06-25T02:09:19.838Z Compiling whoami v1.6.1
36772026-06-25T02:09:19.838Z Running `/home/build/.rustup/toolchains/1.96.0-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=da58444aadbd4972 -C extra-filename=-56d697f9a8e00621 --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-29661880f7485c36.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-cbbd2c1618e535cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-06-25T02:09:19.972Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
36792026-06-25T02:09:19.975Z Compiling usdt-attr-macro v0.5.0
36802026-06-25T02:09:19.976Z Compiling usdt-macro v0.5.0
36812026-06-25T02:09:19.976Z Compiling memmap v0.7.0
36822026-06-25T02:09:20.013Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=88d47ba54c80a1fe -C extra-filename=-44030dfff0d5b0f9 --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-0a491e02bb33227a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-06-25T02:09:20.016Z Running `/home/build/.rustup/toolchains/1.96.0-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=adf79f7960eb9a39 -C extra-filename=-06ac8b7176767158 --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-2187dd1caf6c1cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842026-06-25T02:09:20.016Z Running `/home/build/.rustup/toolchains/1.96.0-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=3e1ac9371b82477b -C extra-filename=-035dc4789a0a69f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-06-25T02:09:20.016Z Running `/home/build/.rustup/toolchains/1.96.0-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=a5f2f0b8742570a0 -C extra-filename=-f44404ab51b6fe82 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-f44404ab51b6fe82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-06-25T02:09:20.124Z Compiling derive-where v1.6.0
36872026-06-25T02:09:20.128Z Compiling console v0.15.11
36882026-06-25T02:09:20.128Z Compiling newline-converter v0.3.0
36892026-06-25T02:09:20.128Z Compiling bytecount v0.6.9
36902026-06-25T02:09:20.128Z Running `/home/build/.rustup/toolchains/1.96.0-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=a797fb0ffae477f5 -C extra-filename=-66761c47eb30f2a2 --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-5fb346ded201a3b2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90990c74e5a3a2a4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-06-25T02:09:20.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=0ae67fe8abac0b68 -C extra-filename=-52c4fcea51c07076 --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-5f96dab2fb1f2d0f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-56d697f9a8e00621.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0d1dbe3fd5d9b749.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-06-25T02:09:20.167Z Running `/home/build/.rustup/toolchains/1.96.0-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=3b9457966069dfb0 -C extra-filename=-37fd1373147fbd00 --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-5fb346ded201a3b2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90990c74e5a3a2a4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-06-25T02:09:20.167Z Running `/home/build/.rustup/toolchains/1.96.0-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=57890a3302449dc0 -C extra-filename=-8347c15a0144345b --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942026-06-25T02:09:20.232Z Compiling owo-colors v4.3.0
36952026-06-25T02:09:20.235Z Running `/home/build/.rustup/toolchains/1.96.0-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=3223caaa7532b4af -C extra-filename=-0af06d21d3ed8df7 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-06-25T02:09:20.269Z Running `/home/build/.rustup/toolchains/1.96.0-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=b804da50df3e736b -C extra-filename=-eedfe18afacab391 --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-2011cb7c53db9500.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-06-25T02:09:20.272Z Running `/home/build/.rustup/toolchains/1.96.0-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=bdc2c2dde10c3920 -C extra-filename=-7c79229ab9eba743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982026-06-25T02:09:20.272Z Running `/home/build/.rustup/toolchains/1.96.0-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=52c755f79732f259 -C extra-filename=-cec09e549e78bdfa --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-0a491e02bb33227a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-06-25T02:09:20.342Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
37002026-06-25T02:09:20.345Z Compiling zone_cfg_derive v0.3.1
37012026-06-25T02:09:20.345Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-12a157f49b620969/build-script-build`
37022026-06-25T02:09:20.345Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-1552017dc0f8e8f7/build-script-build`
37032026-06-25T02:09:20.376Z Running `/home/build/.rustup/toolchains/1.96.0-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=30e8e9bf64c53fc0 -C extra-filename=-e5df152d671f92a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-e5df152d671f92a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-06-25T02:09:20.444Z Compiling cancel-safe-futures v0.1.5
37052026-06-25T02:09:20.447Z Running `/home/build/.rustup/toolchains/1.96.0-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=4831c12814da3da5 -C extra-filename=-86873aa3bbe42c34 --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-0a491e02bb33227a.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-b795e543f1bbf9b8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-06-25T02:09:20.447Z Running `/home/build/.rustup/toolchains/1.96.0-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=62df66e15c3e5c34 -C extra-filename=-732369d982574b14 --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-796a6384397cec9e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-389b6359907c33e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072026-06-25T02:09:20.556Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37082026-06-25T02:09:20.559Z Compiling num_enum v0.5.11
37092026-06-25T02:09:20.559Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37102026-06-25T02:09:20.559Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-f44404ab51b6fe82/build-script-build`
37112026-06-25T02:09:20.559Z Running `/home/build/.rustup/toolchains/1.96.0-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=10c30b9767d44ff6 -C extra-filename=-bce65cb07ed5062d --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-bce65cb07ed5062d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-06-25T02:09:20.591Z Compiling libsw-core v0.3.2
37132026-06-25T02:09:20.657Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=0a42ceaddc729736 -C extra-filename=-f2f2b238d2018acf --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-a5b53a6f97c2a3eb.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-1dd0f8f4420190d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142026-06-25T02:09:20.660Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
37152026-06-25T02:09:20.660Z Compiling num-rational v0.4.2
37162026-06-25T02:09:20.660Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=0e306ead6476fdfb -C extra-filename=-91907947abe51002 --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-44030dfff0d5b0f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-06-25T02:09:20.661Z Running `/home/build/.rustup/toolchains/1.96.0-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=4a8b8a1bb6faf678 -C extra-filename=-512e32f29ea9a98e --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-8837cb417ddf20b2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182026-06-25T02:09:20.725Z Running `/home/build/.rustup/toolchains/1.96.0-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=cbe4df53aaf17707 -C extra-filename=-0423baab9f1647f3 --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-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192026-06-25T02:09:20.835Z Compiling expectorate v1.2.0
37202026-06-25T02:09:20.838Z Compiling num-complex v0.4.6
37212026-06-25T02:09:20.838Z Compiling linear-map v1.2.0
37222026-06-25T02:09:20.839Z Compiling float-ord v0.3.2
37232026-06-25T02:09:20.839Z Compiling gethostname v0.5.0
37242026-06-25T02:09:20.917Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=aad467b03c86d392 -C extra-filename=-f78f3e198bce9923 --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-df7e3ca38f647065.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-4013ada4819baa99.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-06-25T02:09:20.920Z Running `/home/build/.rustup/toolchains/1.96.0-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=936119101bbabb3c -C extra-filename=-59775351215b91f8 --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-db6dcd1131b9fccc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262026-06-25T02:09:20.953Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37272026-06-25T02:09:20.956Z Compiling libsw v3.5.0
37282026-06-25T02:09:20.956Z Running `/home/build/.rustup/toolchains/1.96.0-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=16e29927b9e4b4a1 -C extra-filename=-b9a9003eb317d1ba --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-53d1ea163e5e6af5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-cec09e549e78bdfa.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-eedfe18afacab391.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f1ab03fc45e418e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-06-25T02:09:20.956Z Running `/home/build/.rustup/toolchains/1.96.0-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=caa8fa4c4d287187 -C extra-filename=-c1944d3d92ddc7a6 --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-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302026-06-25T02:09:20.956Z Running `/home/build/.rustup/toolchains/1.96.0-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=4f40c5a12ea5fcb4 -C extra-filename=-4622fed73797dc37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-06-25T02:09:20.956Z Running `/home/build/.rustup/toolchains/1.96.0-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=7ea5fdf3e694122a -C extra-filename=-491b7b713b94bc9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-06-25T02:09:21.030Z Running `/home/build/.rustup/toolchains/1.96.0-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=cb6436a52b27d7f6 -C extra-filename=-9dc074d3bdad5bbe --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-ea494fe6e57247cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-06-25T02:09:21.097Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37342026-06-25T02:09:21.131Z Running `/home/build/.rustup/toolchains/1.96.0-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=9469dd769aff6d71 -C extra-filename=-71f3fa1ad7bf2dde --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-92f538158b11c638.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-7841d86a394ef471.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-06-25T02:09:21.136Z Running `/home/build/.rustup/toolchains/1.96.0-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=5da1cddadc42b862 -C extra-filename=-1a5b3d380de2857f --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-0423baab9f1647f3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-06-25T02:09:21.251Z Compiling prettyplease v0.2.37
37372026-06-25T02:09:21.255Z Compiling unicode-xid v0.2.6
37382026-06-25T02:09:21.255Z Compiling resolv-conf v0.7.6
37392026-06-25T02:09:21.255Z Compiling convert_case v0.10.0
37402026-06-25T02:09:21.255Z Compiling unicode-linebreak v0.1.5
37412026-06-25T02:09:21.255Z Running `/home/build/.rustup/toolchains/1.96.0-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=2e00b5fef206c0fe -C extra-filename=-968d9c9b91cbd3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-512e32f29ea9a98e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422026-06-25T02:09:21.255Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-bce65cb07ed5062d/build-script-build`
37432026-06-25T02:09:21.255Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-e5df152d671f92a0/build-script-build`
37442026-06-25T02:09:21.431Z Running `/home/build/.rustup/toolchains/1.96.0-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=05a43b5ed86f1f58 -C extra-filename=-c98b9bc50cff5b6e --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-c98b9bc50cff5b6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-06-25T02:09:21.431Z Running `/home/build/.rustup/toolchains/1.96.0-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=153ada923c538e88 -C extra-filename=-e8ee968a2012268f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:21.434Z Compiling hyper-tls v0.6.0
37472026-06-25T02:09:21.435Z Compiling num_enum v0.7.6
37482026-06-25T02:09:21.435Z Compiling smawk v0.3.2
37492026-06-25T02:09:21.435Z Compiling papergrid v0.11.0
37502026-06-25T02:09:21.435Z Compiling tabled_derive v0.7.0
37512026-06-25T02:09:21.435Z Compiling slog-dtrace v0.3.0
37522026-06-25T02:09:21.435Z Compiling linked-hash-map v0.5.6
37532026-06-25T02:09:21.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=9e8913ab0e2f858e -C extra-filename=-2b6ddcf6e9d1a8a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-06-25T02:09:21.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=3a84959eb8ae345b -C extra-filename=-302acd4f5cc83609 --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-2011cb7c53db9500.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-06-25T02:09:21.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=e4b9701d944bcd10 -C extra-filename=-28487aae8fda6bdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562026-06-25T02:09:21.656Z Running `/home/build/.rustup/toolchains/1.96.0-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=c450ba88d0fedd71 -C extra-filename=-f99a460b9503f657 --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-970ff05a54ff65c4.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-07111e8ae65ccead.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-71c4942126e28656.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3a950c8514b67fc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37572026-06-25T02:09:21.660Z Compiling ingot-types v0.1.2
37582026-06-25T02:09:21.660Z Compiling usdt v0.5.0
37592026-06-25T02:09:21.687Z Compiling hickory-proto v0.24.4
37602026-06-25T02:09:21.690Z Compiling termtree v0.5.1
37612026-06-25T02:09:21.690Z Compiling fd-lock v4.0.4
37622026-06-25T02:09:21.690Z Running `/home/build/.rustup/toolchains/1.96.0-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=7ebfb9c681ef0569 -C extra-filename=-5f8f0be0c30e83eb --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-3edccf72f8c46f69.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-06-25T02:09:21.690Z Running `/home/build/.rustup/toolchains/1.96.0-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=dde8cf73d7aa19ae -C extra-filename=-7bd122960caf2d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-06-25T02:09:21.690Z Running `/home/build/.rustup/toolchains/1.96.0-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=1053239b9543c8b0 -C extra-filename=-fba935ad57942003 --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-7c79229ab9eba743.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3104d2c6b6e9992f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-06-25T02:09:21.690Z Running `/home/build/.rustup/toolchains/1.96.0-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=cb931e583aef2c38 -C extra-filename=-0b90659032badcfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-06-25T02:09:21.722Z Running `/home/build/.rustup/toolchains/1.96.0-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=8b0c62ef13c2b236 -C extra-filename=-e5759762999bb12f --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-e5759762999bb12f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672026-06-25T02:09:21.725Z Running `/home/build/.rustup/toolchains/1.96.0-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=47ac4b734c096083 -C extra-filename=-f9150779e3db045a --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-796a6384397cec9e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-389b6359907c33e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-06-25T02:09:21.725Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-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 '--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=1ae446e9c70a6f17 -C extra-filename=-06644ec3ac706c1b --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-990617b189f76895.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-225770b5a700911b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-02d18c711f1ccfc5.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27bb048c672f3d09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-59f5f630ac178d0e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-05d8614fa031eb9f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-61888eb32b9c78fb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-0f9534ff132fdfa1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-000f204c2c30c827.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ba73949c0bec7746.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-79b1c9ccf416cb66.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67bdb8002bc29752.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-ff2e3458ee5f6f6f.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/ring-bd57a4a7742f761e/out`
37692026-06-25T02:09:21.981Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
37702026-06-25T02:09:21.985Z Compiling zone v0.3.1
37712026-06-25T02:09:21.985Z Compiling num v0.4.3
37722026-06-25T02:09:21.985Z Compiling vte v0.14.1
37732026-06-25T02:09:21.985Z Compiling minimal-lexical v0.2.1
37742026-06-25T02:09:21.985Z Compiling display-error-chain v0.2.2
37752026-06-25T02:09:22.059Z Running `/home/build/.rustup/toolchains/1.96.0-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=a3f8320d024edad3 -C extra-filename=-54d75c4d8d7ea1d8 --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-db02a516fc7ae135.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-06-25T02:09:22.063Z Running `/home/build/.rustup/toolchains/1.96.0-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=e2d8276d477f8d33 -C extra-filename=-2f0ea16c0944c2e0 --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-e768ca3d3364e9aa.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-751e3d42d3b62492.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-72954483d55773f4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-15643fc258ddbe74.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-d7dc6b579d123b5d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-06-25T02:09:22.064Z Running `/home/build/.rustup/toolchains/1.96.0-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=a532f84ee1fdca89 -C extra-filename=-0b198e101b0b4339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-06-25T02:09:22.064Z Running `/home/build/.rustup/toolchains/1.96.0-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=cbfe54034ac5295a -C extra-filename=-fc39300b5333ad79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
37792026-06-25T02:09:22.064Z Running `/home/build/.rustup/toolchains/1.96.0-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=62182010d4399714 -C extra-filename=-83e085bf14d0b9a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-968d9c9b91cbd3da.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-0745a9a77e7ed667/out -l static=pci`
37802026-06-25T02:09:22.064Z Running `/home/build/.rustup/toolchains/1.96.0-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=77e5e2fae8558c07 -C extra-filename=-46bb2aed68a41de3 --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-f156bca6f113325b.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-5fb346ded201a3b2.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-0cfccf891341cd4a.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-8347c15a0144345b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-66761c47eb30f2a2.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90990c74e5a3a2a4.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-37fd1373147fbd00.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812026-06-25T02:09:22.064Z Running `/home/build/.rustup/toolchains/1.96.0-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=f81d5f10d209137e -C extra-filename=-8c1eab1e2986e3bc --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-991ddb2d4d829d86.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822026-06-25T02:09:22.064Z Running `/home/build/.rustup/toolchains/1.96.0-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=e20a3b9e6493bd94 -C extra-filename=-a8bbc15ee619c60f --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-91616001ffac1a2d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-06-25T02:09:22.265Z Running `/home/build/.rustup/toolchains/1.96.0-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=f4b9d1618a85a4b0 -C extra-filename=-0bb9571e929921df --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-0a491e02bb33227a.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-2ae6b834399e3185.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f8f0be0c30e83eb.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-06-25T02:09:22.268Z Compiling tokio-dtrace v0.1.1
37852026-06-25T02:09:22.268Z Compiling derive_more-impl v2.1.1
37862026-06-25T02:09:22.268Z Compiling lru-cache v0.1.2
37872026-06-25T02:09:22.268Z Compiling nu-ansi-term v0.50.3
37882026-06-25T02:09:22.268Z Compiling ar_archive_writer v0.5.1
37892026-06-25T02:09:22.269Z Compiling textwrap v0.16.2
37902026-06-25T02:09:22.269Z Compiling stacker v0.1.23
37912026-06-25T02:09:22.269Z Compiling csv-core v0.1.13
37922026-06-25T02:09:22.269Z Compiling semver v0.1.20
37932026-06-25T02:09:22.269Z Compiling highway v1.3.0
37942026-06-25T02:09:22.269Z Compiling cfg_aliases v0.1.1
37952026-06-25T02:09:22.298Z Running `/home/build/.rustup/toolchains/1.96.0-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=779dc2e7fd514a34 -C extra-filename=-2e6ec3a4e75af6ba --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-c1944d3d92ddc7a6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-cefb468d433ee3ee.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-59775351215b91f8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-06-25T02:09:22.302Z Running `/home/build/.rustup/toolchains/1.96.0-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=1270b80447090833 -C extra-filename=-b820dd08b127cdbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972026-06-25T02:09:22.302Z Running `/home/build/.rustup/toolchains/1.96.0-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=83e8cbccae6657b2 -C extra-filename=-3b0fde165989c2c8 --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-647adf7bb63a1c4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-732369d982574b14.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982026-06-25T02:09:22.302Z Running `/home/build/.rustup/toolchains/1.96.0-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=c73a8f17a1d8c4f0 -C extra-filename=-28b7ed615b563cef --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-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992026-06-25T02:09:22.302Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-c98b9bc50cff5b6e/build-script-build`
38002026-06-25T02:09:22.302Z Running `/home/build/.rustup/toolchains/1.96.0-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=d8f60c787194e02f -C extra-filename=-14ab0a870e93f34c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-06-25T02:09:22.470Z Running `/home/build/.rustup/toolchains/1.96.0-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=39d94cb9a057cf4a -C extra-filename=-6d2083e9413b2e8f --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-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022026-06-25T02:09:22.470Z Running `/home/build/.rustup/toolchains/1.96.0-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=db436b92d34b712d -C extra-filename=-3534685d1883b3f7 --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-302acd4f5cc83609.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032026-06-25T02:09:22.474Z Running `/home/build/.rustup/toolchains/1.96.0-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=de114edb59f953fb -C extra-filename=-4a3e6daa1a85e039 --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-7bd122960caf2d87.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f4685081e210672b.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-28487aae8fda6bdc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042026-06-25T02:09:22.474Z Running `/home/build/.rustup/toolchains/1.96.0-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=7142b31312141d77 -C extra-filename=-4f90d640fca860b2 --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-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-06-25T02:09:22.474Z Running `/home/build/.rustup/toolchains/1.96.0-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=36fa3ba94cab3a4d -C extra-filename=-9b2888f192b84dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-06-25T02:09:22.475Z Compiling strip-ansi-escapes v0.2.1
38072026-06-25T02:09:22.503Z Compiling nibble_vec v0.1.0
38082026-06-25T02:09:22.506Z Compiling endian-type v0.1.2
38092026-06-25T02:09:22.506Z Compiling home v0.5.12
38102026-06-25T02:09:22.506Z Running `/home/build/.rustup/toolchains/1.96.0-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=5dd65e8bb76c134b -C extra-filename=-0af2935aff918a19 --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-f0856fdfa7ef8446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112026-06-25T02:09:22.506Z Running `/home/build/.rustup/toolchains/1.96.0-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=bb62fe7a7f6ff935 -C extra-filename=-f43a238e6ddb09ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122026-06-25T02:09:22.506Z Running `/home/build/.rustup/toolchains/1.96.0-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=c393b746efbfae85 -C extra-filename=-0f4a7f2da8c244d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-06-25T02:09:22.535Z Running `/home/build/.rustup/toolchains/1.96.0-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=2e850a4d3d86bcd2 -C extra-filename=-df6871f4b7d43b2d --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-df6871f4b7d43b2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-06-25T02:09:22.538Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-e5759762999bb12f/build-script-build`
38152026-06-25T02:09:22.538Z Running `/home/build/.rustup/toolchains/1.96.0-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=6387fe32c4adb1f2 -C extra-filename=-2b0b1e47af73d1d2 --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-0b90659032badcfd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38162026-06-25T02:09:22.573Z Running `/home/build/.rustup/toolchains/1.96.0-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=131e22f0f745381b -C extra-filename=-89585644615c4935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-06-25T02:09:22.719Z Running `/home/build/.rustup/toolchains/1.96.0-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=946d9c25ce6ee7c7 -C extra-filename=-cc5ab4344e2c9fab --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-28b7ed615b563cef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-06-25T02:09:22.722Z Running `/home/build/.rustup/toolchains/1.96.0-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=320d0e9aec67c973 -C extra-filename=-b396c94185cfcf08 --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-ddbd926ac260bdaa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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)'`
38192026-06-25T02:09:22.751Z Running `/home/build/.rustup/toolchains/1.96.0-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=b102c9db680deb95 -C extra-filename=-7ee84b7f5de2e37f --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-7d89882f517ce1e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202026-06-25T02:09:22.786Z Running `/home/build/.rustup/toolchains/1.96.0-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=b95f8287c088f5ac -C extra-filename=-96cc82f7b096ce2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212026-06-25T02:09:22.790Z Compiling ingot v0.1.1
38222026-06-25T02:09:22.790Z Compiling oxide-tokio-rt v0.1.4
38232026-06-25T02:09:22.790Z Compiling nom v7.1.3
38242026-06-25T02:09:22.790Z Compiling nix v0.28.0
38252026-06-25T02:09:22.790Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38262026-06-25T02:09:22.821Z Running `/home/build/.rustup/toolchains/1.96.0-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=44faacfd798f0857 -C extra-filename=-54b2b55831d5f7ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-06-25T02:09:22.972Z Compiling tabled v0.15.0
38282026-06-25T02:09:22.976Z Compiling csv v1.4.0
38292026-06-25T02:09:23.008Z Compiling rustc_version v0.1.7
38302026-06-25T02:09:23.011Z Compiling phf_shared v0.12.1
38312026-06-25T02:09:23.011Z Compiling recursive-proc-macro-impl v0.1.1
38322026-06-25T02:09:23.082Z Running `/home/build/.rustup/toolchains/1.96.0-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=4102d1c7ee529c5b -C extra-filename=-86ee08eab265fd2b --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-d50e7edc619f54dd.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-db02a516fc7ae135.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-54d75c4d8d7ea1d8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-06-25T02:09:23.086Z Running `/home/build/.rustup/toolchains/1.96.0-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=ea51723d223b40b5 -C extra-filename=-fe755fadb836ee9c --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-fe755fadb836ee9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-89585644615c4935.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-06-25T02:09:23.122Z Running `/home/build/.rustup/toolchains/1.96.0-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=d39d5060aabe55a8 -C extra-filename=-7041a0257fa3c647 --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-8b27dd15c4f0e20b.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-b820dd08b127cdbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-06-25T02:09:23.125Z Running `/home/build/.rustup/toolchains/1.96.0-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=be2c615752780ff5 -C extra-filename=-dbde77dacd950643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-06-25T02:09:23.125Z Running `/home/build/.rustup/toolchains/1.96.0-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=08caa10b6bc5dafe -C extra-filename=-b37e82c9e85b478d --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-189079cb77e25919.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372026-06-25T02:09:23.125Z Running `/home/build/.rustup/toolchains/1.96.0-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=8b53794ac793f27c -C extra-filename=-c9af9ce7a9813d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-6d2083e9413b2e8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-06-25T02:09:23.125Z Running `/home/build/.rustup/toolchains/1.96.0-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=c16e23d887c63511 -C extra-filename=-23199b1f031c6884 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-60437477eb01efdf.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-0bb9571e929921df.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f8f0be0c30e83eb.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-52c4fcea51c07076.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0d1dbe3fd5d9b749.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c0baa8f2a7f1226e.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-86873aa3bbe42c34.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-dfb81b158cfe7640.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e83dc8f5eae51e63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
38392026-06-25T02:09:23.183Z Running `/home/build/.rustup/toolchains/1.96.0-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=4b9b745e8d1208f2 -C extra-filename=-a2bf837a93d216a7 --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-fba935ad57942003.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-f9150779e3db045a.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402026-06-25T02:09:23.185Z Running `/home/build/.rustup/toolchains/1.96.0-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=5176c53cc385c58a -C extra-filename=-aa4ad490d88558bb --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-233b9fda3fb5d684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412026-06-25T02:09:23.186Z Compiling reedline v0.40.0
38422026-06-25T02:09:23.186Z Compiling radix_trie v0.2.1
38432026-06-25T02:09:23.186Z Compiling chrono-tz v0.10.4
38442026-06-25T02:09:23.186Z Compiling const_format_proc_macros v0.2.34
38452026-06-25T02:09:23.186Z Compiling peg-macros v0.8.5
38462026-06-25T02:09:23.213Z Compiling sqlparser_derive v0.5.0
38472026-06-25T02:09:23.216Z Compiling winnow v0.6.26
38482026-06-25T02:09:23.216Z Compiling nom v8.0.0
38492026-06-25T02:09:23.216Z Compiling unicode_categories v0.1.1
38502026-06-25T02:09:23.216Z Running `/home/build/.rustup/toolchains/1.96.0-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=4a0109fd3e54edf6 -C extra-filename=-f8f332863233aa0e --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-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-06-25T02:09:23.216Z Running `/home/build/.rustup/toolchains/1.96.0-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=905cf6ec51c48dde -C extra-filename=-e5010e4e69c4d709 --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-9b2888f192b84dae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-06-25T02:09:23.216Z Running `/home/build/.rustup/toolchains/1.96.0-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=3a2516b07ff31a9e -C extra-filename=-d44de127714625c7 --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-4f90d640fca860b2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b184f970d6c2e2eb.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3a42f95c04d30102.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-06-25T02:09:23.289Z Running `/home/build/.rustup/toolchains/1.96.0-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=12b864bae518c3f2 -C extra-filename=-2040a21c12482f36 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-e8ee968a2012268f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542026-06-25T02:09:23.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=76404758d27b0bc2 -C extra-filename=-77a10a4f2a00f41c --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-189079cb77e25919.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-27adb8c919c7af88.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-a8bbc15ee619c60f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-0f4a7f2da8c244d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-cc5ab4344e2c9fab.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-de4fe826603cab69.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2011cb7c53db9500.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552026-06-25T02:09:23.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=a7afda798a6de99f -C extra-filename=-0002034a7228e82b --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-9708fa75b7affac0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562026-06-25T02:09:23.292Z Compiling bcs v0.1.6
38572026-06-25T02:09:23.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=3df4ce9a31f6b577 -C extra-filename=-d61d5d08b875359f --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-d61d5d08b875359f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582026-06-25T02:09:23.292Z Running `/home/build/.rustup/toolchains/1.96.0-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=64fd8257b2f62b19 -C extra-filename=-ba4aa6b3a438f9fa --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-96cc82f7b096ce2c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-7ee84b7f5de2e37f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592026-06-25T02:09:23.362Z Running `/home/build/.rustup/toolchains/1.96.0-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=a832fcaeee5382da -C extra-filename=-274c499392b8cba4 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602026-06-25T02:09:23.366Z Running `/home/build/.rustup/toolchains/1.96.0-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=8d734665fbe6deb5 -C extra-filename=-8b5d04fd0e429e45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-06-25T02:09:23.366Z Running `/home/build/.rustup/toolchains/1.96.0-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=c8e7f564b2ba4879 -C extra-filename=-3957c0ed354c141e --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-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-06-25T02:09:23.366Z Running `/home/build/.rustup/toolchains/1.96.0-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=ad8881cec6bd28a5 -C extra-filename=-de69fa2936be931e --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-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-06-25T02:09:23.366Z Compiling typify-macro v0.6.2
38642026-06-25T02:09:23.397Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
38652026-06-25T02:09:23.400Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-df6871f4b7d43b2d/build-script-build`
38662026-06-25T02:09:23.400Z Running `/home/build/.rustup/toolchains/1.96.0-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=9271a1a7f231b362 -C extra-filename=-4b3357ddf7060100 --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-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-06-25T02:09:23.437Z Running `/home/build/.rustup/toolchains/1.96.0-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=a2be863e69a9a768 -C extra-filename=-57c3649d868f6989 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0b35abb90a783dc6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-06-25T02:09:23.508Z Compiling psm v0.1.30
38692026-06-25T02:09:23.511Z Compiling filetime v0.2.27
38702026-06-25T02:09:23.511Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/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=18f7fb63ac4412c7 -C extra-filename=-3e1967424e31e65a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-06-25T02:09:23.623Z Compiling xattr v1.6.1
38722026-06-25T02:09:23.626Z Compiling base64 v0.21.7
38732026-06-25T02:09:23.626Z Compiling subprocess v0.2.15
38742026-06-25T02:09:23.626Z Running `/home/build/.rustup/toolchains/1.96.0-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=005520ed8aca852e -C extra-filename=-80487a15d9353f3e --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-80487a15d9353f3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-0af2935aff918a19.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-06-25T02:09:23.626Z Running `/home/build/.rustup/toolchains/1.96.0-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=540d7aff39750632 -C extra-filename=-1dbee1d4cf02dc06 --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762026-06-25T02:09:23.626Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-fe755fadb836ee9c/build-script-build`
38772026-06-25T02:09:23.660Z Compiling newtype_derive v0.1.6
38782026-06-25T02:09:23.742Z Running `/home/build/.rustup/toolchains/1.96.0-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=944845638c63eec3 -C extra-filename=-855ebd6ef450e361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:23.746Z Running `/home/build/.rustup/toolchains/1.96.0-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=2893b9326655a77c -C extra-filename=-06e41ca5efeebe87 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-06-25T02:09:23.746Z Running `/home/build/.rustup/toolchains/1.96.0-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=1dc779057848dcc3 -C extra-filename=-906d682cae32d17e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812026-06-25T02:09:23.816Z Compiling derive_more v2.1.1
38822026-06-25T02:09:23.819Z Compiling phf v0.12.1
38832026-06-25T02:09:23.819Z Compiling headers-core v0.3.0
38842026-06-25T02:09:23.819Z Running `/home/build/.rustup/toolchains/1.96.0-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=b192680f1dc4bc5e -C extra-filename=-bd2d06ee78975f2f --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-bd2d06ee78975f2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e5010e4e69c4d709.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-06-25T02:09:23.918Z Compiling yasna v0.5.2
38862026-06-25T02:09:23.921Z Compiling dropshot-api-manager-types v0.7.2
38872026-06-25T02:09:23.921Z Compiling tagptr v0.2.0
38882026-06-25T02:09:23.921Z Running `/home/build/.rustup/toolchains/1.96.0-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=e6997262e54dae70 -C extra-filename=-5f09cbcc1b455010 --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-3534685d1883b3f7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-06-25T02:09:23.921Z Running `/home/build/.rustup/toolchains/1.96.0-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=003f537d17462f12 -C extra-filename=-3bc6251f632fd361 --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-aa4ad490d88558bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-06-25T02:09:23.921Z Running `/home/build/.rustup/toolchains/1.96.0-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=9f3fb72e9d2b46e2 -C extra-filename=-d2c7e36efa75343a --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-d78395098e4ac36c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912026-06-25T02:09:23.952Z Running `/home/build/.rustup/toolchains/1.96.0-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=586a28e0b8479aea -C extra-filename=-d8b413dcaa3c9b72 --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-0fe44dff38ff81c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922026-06-25T02:09:23.955Z Running `/home/build/.rustup/toolchains/1.96.0-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=ea471d4eedff7b4f -C extra-filename=-9700cc5ccfd441af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-06-25T02:09:23.955Z Running `/home/build/.rustup/toolchains/1.96.0-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=ac08f8581072aede -C extra-filename=-155d4a1cbab362a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-06-25T02:09:23.983Z Running `/home/build/.rustup/toolchains/1.96.0-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=257854f38f7d5d86 -C extra-filename=-1e26a5aeee68b971 --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-d50e7edc619f54dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38952026-06-25T02:09:24.021Z Compiling utf-8 v0.7.6
38962026-06-25T02:09:24.024Z Running `/home/build/.rustup/toolchains/1.96.0-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=c5949cc13d9a1644 -C extra-filename=-df404b4c736109a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-06-25T02:09:24.125Z Compiling hickory-resolver v0.24.4
38982026-06-25T02:09:24.190Z Compiling tar v0.4.45
38992026-06-25T02:09:24.296Z Running `/home/build/.rustup/toolchains/1.96.0-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=e4bb4acb3065d19f -C extra-filename=-57afa46257e3c058 --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-91616001ffac1a2d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2f0ea16c0944c2e0.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-2b0b1e47af73d1d2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-2b6ddcf6e9d1a8a5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-06-25T02:09:24.332Z Compiling crossterm v0.29.0
39012026-06-25T02:09:24.335Z Compiling headers v0.4.1
39022026-06-25T02:09:24.335Z Compiling moka v0.12.13
39032026-06-25T02:09:24.335Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39042026-06-25T02:09:24.336Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-d61d5d08b875359f/build-script-build`
39052026-06-25T02:09:24.364Z Running `/home/build/.rustup/toolchains/1.96.0-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=48752ad7d307eb22 -C extra-filename=-b53f7eb30c001f78 --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-1dbee1d4cf02dc06.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-855ebd6ef450e361.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-06-25T02:09:24.434Z Compiling libefi-sys v0.1.0
39072026-06-25T02:09:24.437Z Compiling bitfield-struct v0.6.2
39082026-06-25T02:09:24.465Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39092026-06-25T02:09:24.468Z Running `/home/build/.rustup/toolchains/1.96.0-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=52349ac2aed3452d -C extra-filename=-8406076f86aceaa3 --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-d50e7edc619f54dd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5f09cbcc1b455010.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-cb8030ac4bf94d3d.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-12f02e270ef6a5a5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-39a95052efd03cc6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-06-25T02:09:24.468Z Running `/home/build/.rustup/toolchains/1.96.0-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=b2636ca0044abc4d -C extra-filename=-3b413a80b6463376 --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-78beb770c584e66d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-a86e796c0dcfd39c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-4aa18f313743b6f4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-a73cc4a879c1ea4c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-9700cc5ccfd441af.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112026-06-25T02:09:24.469Z Running `/home/build/.rustup/toolchains/1.96.0-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=2cd44601a8e5be46 -C extra-filename=-9d8d4befdeb63c81 --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-e16e913afb634424.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-d2c7e36efa75343a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4ea91d405408586a.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-5278c35edc0c4a37.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-06-25T02:09:24.469Z Running `/home/build/.rustup/toolchains/1.96.0-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=b8be91ca3cf29072 -C extra-filename=-7fdaf00db19a6ed0 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7fdaf00db19a6ed0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-06-25T02:09:24.542Z Running `/home/build/.rustup/toolchains/1.96.0-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=47379ab2ee27de73 -C extra-filename=-411a27e98f38f393 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-411a27e98f38f393 -L 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-06-25T02:09:24.545Z Compiling tungstenite v0.21.0
39152026-06-25T02:09:24.545Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39162026-06-25T02:09:24.611Z Running `/home/build/.rustup/toolchains/1.96.0-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=1d137d489f77c4f2 -C extra-filename=-fac209b4a5fd2baa --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172026-06-25T02:09:24.614Z Running `/home/build/.rustup/toolchains/1.96.0-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=5a395a3985256742 -C extra-filename=-40292539d866d872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182026-06-25T02:09:24.648Z Compiling radium v0.7.0
39192026-06-25T02:09:24.720Z Running `/home/build/.rustup/toolchains/1.96.0-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=1a865fb0e7a4920d -C extra-filename=-4f536b8bc1dda17b --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-4f536b8bc1dda17b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202026-06-25T02:09:24.723Z Running `/home/build/.rustup/toolchains/1.96.0-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=e5eb1fc84b7f42ca -C extra-filename=-f89cdf2622489c96 --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-ba966b139f4b0964.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-14c0db734e1ebba4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-df404b4c736109a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212026-06-25T02:09:24.793Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
39222026-06-25T02:09:24.795Z Compiling ron v0.8.1
39232026-06-25T02:09:24.795Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-bd2d06ee78975f2f/build-script-build`
39242026-06-25T02:09:24.828Z Running `/home/build/.rustup/toolchains/1.96.0-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=5ea7cb79bf5fe4bc -C extra-filename=-3ffd2dfb015722bf --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-3ffd2dfb015722bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252026-06-25T02:09:24.904Z Compiling sqlformat v0.3.5
39262026-06-25T02:09:24.907Z Compiling const_format v0.2.35
39272026-06-25T02:09:24.907Z Compiling rcgen v0.12.1
39282026-06-25T02:09:24.907Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-80487a15d9353f3e/build-script-build`
39292026-06-25T02:09:24.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=7715402b7ca6456d -C extra-filename=-bbc095e9bfc4d83f --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-906d682cae32d17e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d50e7edc619f54dd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302026-06-25T02:09:24.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=08a13554c9cc06fc -C extra-filename=-734fbc8e1c384c51 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-734fbc8e1c384c51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-7041a0257fa3c647.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312026-06-25T02:09:24.976Z Running `/home/build/.rustup/toolchains/1.96.0-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=566a908fadc08f5a -C extra-filename=-ab6d119f93ba22a3 --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-8b5d04fd0e429e45.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-de69fa2936be931e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-06-25T02:09:24.980Z Running `/home/build/.rustup/toolchains/1.96.0-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=54fea69032600d83 -C extra-filename=-c4a2d3cb4639f564 --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-2040a21c12482f36.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-06-25T02:09:25.013Z Running `/home/build/.rustup/toolchains/1.96.0-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=fb7ccb5b2f83d2a3 -C extra-filename=-58d9e959baff0c16 --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-189079cb77e25919.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-3bc6251f632fd361.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-06-25T02:09:25.016Z Running `/home/build/.rustup/toolchains/1.96.0-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="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=d02fa67d32f4604d -C extra-filename=-defbd5113028913d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d8b413dcaa3c9b72.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/ring-bd57a4a7742f761e/out`
39352026-06-25T02:09:25.091Z Running `/home/build/.rustup/toolchains/1.96.0-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=9ac2fd0b0d1cee6f -C extra-filename=-41ce9ae558386487 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39362026-06-25T02:09:25.159Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
39372026-06-25T02:09:25.162Z Compiling tap v1.0.1
39382026-06-25T02:09:25.163Z Running `/home/build/.rustup/toolchains/1.96.0-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=3fedb43ad14b21bf -C extra-filename=-01157491aa77e5e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-09db7ebfd07ac1c7/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
39392026-06-25T02:09:25.163Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-411a27e98f38f393/build-script-build`
39402026-06-25T02:09:25.164Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-4f536b8bc1dda17b/build-script-build`
39412026-06-25T02:09:25.237Z Compiling peg v0.8.5
39422026-06-25T02:09:25.240Z Compiling maybe-uninit v2.0.0
39432026-06-25T02:09:25.240Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=d9929d4d90bf77dc -C extra-filename=-5490c311e4d26515 --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-7c6d0dc995c379de.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-86ee08eab265fd2b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2a57487c1daf32e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-18051f8a65517034.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-06-25T02:09:25.240Z Running `/home/build/.rustup/toolchains/1.96.0-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=3e2eb164a9ce6b6d -C extra-filename=-66fbd6ded18462a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452026-06-25T02:09:25.271Z Running `/home/build/.rustup/toolchains/1.96.0-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=3065001ab492a603 -C extra-filename=-f1a957948b57edb3 --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-0002034a7228e82b.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9708fa75b7affac0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-06-25T02:09:25.275Z Compiling steno v0.4.1
39472026-06-25T02:09:25.275Z Running `/home/build/.rustup/toolchains/1.96.0-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=ae260018b21c8534 -C extra-filename=-218fb7c60ab5df45 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-218fb7c60ab5df45 -L 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-06-25T02:09:25.340Z Compiling rustyline v14.0.0
39492026-06-25T02:09:25.342Z Compiling hickory-resolver v0.25.2
39502026-06-25T02:09:25.342Z Running `/home/build/.rustup/toolchains/1.96.0-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=6c135015d84e7caa -C extra-filename=-f4a21da694dfbdc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-263ac2ca51d8f908.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512026-06-25T02:09:25.381Z Compiling tokio-tungstenite v0.21.0
39522026-06-25T02:09:25.384Z Running `/home/build/.rustup/toolchains/1.96.0-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=325620c6c1568313 -C extra-filename=-d9cacb7ef5e0bbbd --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-01157491aa77e5e6.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-09db7ebfd07ac1c7/out`
39532026-06-25T02:09:25.452Z Running `/home/build/.rustup/toolchains/1.96.0-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=cc9d0369a4a4b94a -C extra-filename=-e73107cd33a831bf --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-d50e7edc619f54dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-a8bbc15ee619c60f.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-54b2b55831d5f7ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-1e26a5aeee68b971.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-ba4aa6b3a438f9fa.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2011cb7c53db9500.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-38520036ae046f2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-06-25T02:09:25.455Z Running `/home/build/.rustup/toolchains/1.96.0-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=83f405f280436c6b -C extra-filename=-06b0848a6a318e9d --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-91616001ffac1a2d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-3b413a80b6463376.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-2b6ddcf6e9d1a8a5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-06-25T02:09:25.494Z Compiling zerocopy-derive v0.6.6
39562026-06-25T02:09:25.497Z Compiling funty v2.0.0
39572026-06-25T02:09:25.596Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7fdaf00db19a6ed0/build-script-build`
39582026-06-25T02:09:25.599Z Running `/home/build/.rustup/toolchains/1.96.0-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=cdc3318c552cc141 -C extra-filename=-1386448b8578fe8e --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-44bdca7574896a1f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-f89cdf2622489c96.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592026-06-25T02:09:25.637Z Compiling qorb v0.4.1
39602026-06-25T02:09:25.671Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39612026-06-25T02:09:25.674Z Compiling wyz v0.5.1
39622026-06-25T02:09:25.674Z Compiling packed_struct v0.10.1
39632026-06-25T02:09:25.674Z Running `/home/build/.rustup/toolchains/1.96.0-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=5c84ff2c4629d16b -C extra-filename=-1abf18853bf255b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39642026-06-25T02:09:25.707Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-3ffd2dfb015722bf/build-script-build`
39652026-06-25T02:09:25.710Z Running `/home/build/.rustup/toolchains/1.96.0-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=bf6e5184ae45fc3a -C extra-filename=-63320bab91246340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:25.710Z Running `/home/build/.rustup/toolchains/1.96.0-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=b8c1d587c5123483 -C extra-filename=-1ce2da6a334f39a8 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-06-25T02:09:25.787Z Compiling recursive v0.1.1
39682026-06-25T02:09:25.790Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
39692026-06-25T02:09:25.825Z Running `/home/build/.rustup/toolchains/1.96.0-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=bd307d9c64b1233c -C extra-filename=-6b0603657d78564a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-57afa46257e3c058.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-06-25T02:09:25.828Z Running `/home/build/.rustup/toolchains/1.96.0-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=663ff0e401758ade -C extra-filename=-975fcd1485f41112 --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-66fbd6ded18462a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712026-06-25T02:09:25.828Z Running `/home/build/.rustup/toolchains/1.96.0-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=a7051955c39eeb46 -C extra-filename=-eabdf921d27a0885 --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-fac209b4a5fd2baa.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722026-06-25T02:09:25.828Z Running `/home/build/.rustup/toolchains/1.96.0-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=718bc64aec361cd6 -C extra-filename=-0e37f7a9615cc034 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-0e37f7a9615cc034 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-06-25T02:09:25.942Z Compiling crc-catalog v2.4.0
39742026-06-25T02:09:25.945Z Compiling bitfield-macros v0.19.4
39752026-06-25T02:09:25.945Z Compiling packed_struct_codegen v0.10.1
39762026-06-25T02:09:25.945Z Compiling indexmap v1.9.3
39772026-06-25T02:09:25.945Z Running `/home/build/.rustup/toolchains/1.96.0-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=344c514ea98a8247 -C extra-filename=-952e527ccdf63799 --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-f8f332863233aa0e.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-d9cacb7ef5e0bbbd.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-09db7ebfd07ac1c7/out`
39782026-06-25T02:09:25.945Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/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=25fdd144a155b8c7 -C extra-filename=-48878efa4919e75a --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-189079cb77e25919.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-3957c0ed354c141e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f8f0be0c30e83eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-06-25T02:09:25.945Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-734fbc8e1c384c51/build-script-build`
39802026-06-25T02:09:25.980Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39812026-06-25T02:09:26.012Z Compiling xshell-macros v0.2.7
39822026-06-25T02:09:26.051Z Running `/home/build/.rustup/toolchains/1.96.0-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=f07f7c678671a04a -C extra-filename=-d3e14c81417ab66e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39832026-06-25T02:09:26.087Z Running `/home/build/.rustup/toolchains/1.96.0-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=d521cbca5b0e81fe -C extra-filename=-9ef4b7a1286f9b8b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-9ef4b7a1286f9b8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7ee4b728be4c95f9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842026-06-25T02:09:26.090Z Compiling nodrop v0.1.14
39852026-06-25T02:09:26.090Z Compiling hashbrown v0.12.3
39862026-06-25T02:09:26.090Z Compiling hashbrown v0.13.2
39872026-06-25T02:09:26.090Z Running `/home/build/.rustup/toolchains/1.96.0-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=ad2e5385e254a640 -C extra-filename=-aa5499c26a814185 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-06-25T02:09:26.123Z Running `/home/build/.rustup/toolchains/1.96.0-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=3eea160dfb100fcf -C extra-filename=-b83dcbbe783dc906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-06-25T02:09:26.126Z Running `/home/build/.rustup/toolchains/1.96.0-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=eb16154c1098f883 -C extra-filename=-c9e3e2499e65f5c2 --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`
39902026-06-25T02:09:26.126Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-218fb7c60ab5df45/build-script-build`
39912026-06-25T02:09:26.126Z Running `/home/build/.rustup/toolchains/1.96.0-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=b821e4111e1584a4 -C extra-filename=-19cce3555d172577 --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-0a491e02bb33227a.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-1abf18853bf255b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922026-06-25T02:09:26.126Z Running `/home/build/.rustup/toolchains/1.96.0-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=d6b9af45710a4ce5 -C extra-filename=-9f59037bfb671319 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-06-25T02:09:26.263Z Compiling sqlparser v0.61.0
39942026-06-25T02:09:26.266Z Compiling crc-any v2.5.0
39952026-06-25T02:09:26.266Z Compiling path-slash v0.1.5
39962026-06-25T02:09:26.266Z Running `/home/build/.rustup/toolchains/1.96.0-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=6d169e00697e2078 -C extra-filename=-5516ba581486b1e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972026-06-25T02:09:26.266Z Running `/home/build/.rustup/toolchains/1.96.0-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=c6a7dc5cd0d5cd90 -C extra-filename=-552ea42e522871e6 --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-e090a8b1c7fa15c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-06-25T02:09:26.266Z Running `/home/build/.rustup/toolchains/1.96.0-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=bb55b1dd5fe70a39 -C extra-filename=-19a1b2fa70ccf568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-06-25T02:09:26.338Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40002026-06-25T02:09:26.374Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=cbe5ac133f04af2d -C extra-filename=-3c2ad4b0ccf37e37 --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-d50e7edc619f54dd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7c6d0dc995c379de.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-86ee08eab265fd2b.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-5a63419554b49ca8.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-5490c311e4d26515.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2a57487c1daf32e2.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e995984cf0d3b41d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.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)'`
40012026-06-25T02:09:26.377Z Running `/home/build/.rustup/toolchains/1.96.0-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=ae91008ed4f16bb3 -C extra-filename=-961a3cc336d48fae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-06-25T02:09:26.377Z Running `/home/build/.rustup/toolchains/1.96.0-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=2b8709dd1be52537 -C extra-filename=-9e4b9badca4a4bd2 --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-b9a77a9d7eb488c5.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-952e527ccdf63799.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-274c499392b8cba4.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-09db7ebfd07ac1c7/out`
40032026-06-25T02:09:26.409Z Running `/home/build/.rustup/toolchains/1.96.0-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=237f04543a4b45c7 -C extra-filename=-5a2ca0593081ee6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042026-06-25T02:09:26.412Z Running `/home/build/.rustup/toolchains/1.96.0-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=56d78e4b232afe6a -C extra-filename=-5ff9d85285a167ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40052026-06-25T02:09:26.412Z Compiling bitvec v1.0.1
40062026-06-25T02:09:26.413Z Running `/home/build/.rustup/toolchains/1.96.0-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=191806a0c0745947 -C extra-filename=-6d978df577fd64f5 --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-eabdf921d27a0885.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-40292539d866d872.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072026-06-25T02:09:26.413Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-0e37f7a9615cc034/build-script-build`
40082026-06-25T02:09:26.413Z Running `/home/build/.rustup/toolchains/1.96.0-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=d2468aab8f6178b0 -C extra-filename=-89888b6f1c952a29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40092026-06-25T02:09:26.440Z Compiling crc v3.4.0
40102026-06-25T02:09:26.481Z Running `/home/build/.rustup/toolchains/1.96.0-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=1acd1289e5298314 -C extra-filename=-b268a30af81f4e4a --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-63320bab91246340.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-d3e14c81417ab66e.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-66fbd6ded18462a7.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-975fcd1485f41112.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-06-25T02:09:26.484Z Compiling typify v0.6.2
40122026-06-25T02:09:26.484Z Running `/home/build/.rustup/toolchains/1.96.0-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=330deb1e232e320f -C extra-filename=-28883a4caefde036 --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-b83dcbbe783dc906.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-06-25T02:09:26.593Z Compiling array-init v0.0.4
40142026-06-25T02:09:26.596Z Compiling git-stub v1.0.0
40152026-06-25T02:09:26.631Z Running `/home/build/.rustup/toolchains/1.96.0-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=485849e34009a9e8 -C extra-filename=-44b55b2064e013f9 --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-0b35abb90a783dc6.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-57c3649d868f6989.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-06-25T02:09:26.698Z Compiling half v1.8.3
40172026-06-25T02:09:26.701Z Compiling proc-macro-error-attr2 v2.0.0
40182026-06-25T02:09:26.701Z Running `/home/build/.rustup/toolchains/1.96.0-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=35d7c3dd2e5584ca -C extra-filename=-bc3b94abc22307af --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-5516ba581486b1e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192026-06-25T02:09:26.701Z Running `/home/build/.rustup/toolchains/1.96.0-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=918f26eae604001b -C extra-filename=-9ef369cfbc597a5a --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-562d2fd988649feb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-06-25T02:09:26.701Z Running `/home/build/.rustup/toolchains/1.96.0-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=e8ee12b07fab1a59 -C extra-filename=-3c238c2c10280133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40212026-06-25T02:09:26.733Z Compiling zerocopy v0.6.6
40222026-06-25T02:09:26.736Z Compiling num-derive v0.3.3
40232026-06-25T02:09:26.736Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-9ef4b7a1286f9b8b/build-script-build`
40242026-06-25T02:09:26.772Z Running `/home/build/.rustup/toolchains/1.96.0-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=e450944c06ba7bf4 -C extra-filename=-9bf37026c8aa2ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-06-25T02:09:26.805Z Running `/home/build/.rustup/toolchains/1.96.0-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=5b6d3f18f26841c9 -C extra-filename=-bdac0305cb041baf --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40262026-06-25T02:09:26.808Z Compiling progenitor-impl v0.14.0
40272026-06-25T02:09:26.808Z Compiling xshell v0.2.7
40282026-06-25T02:09:26.808Z Running `/home/build/.rustup/toolchains/1.96.0-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=b5b19deb7b740609 -C extra-filename=-7c90176bf4460aa3 --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-ba966b139f4b0964.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1ce2da6a334f39a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-06-25T02:09:26.808Z Running `/home/build/.rustup/toolchains/1.96.0-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=b20aed2573bb6704 -C extra-filename=-f880c05245600bf7 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302026-06-25T02:09:26.878Z Compiling smallvec v0.6.14
40312026-06-25T02:09:26.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=a4ad4fce18398796 -C extra-filename=-d88c15368da35853 --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-38a052c675cb2417.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-44b55b2064e013f9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-6c7226467be15f61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322026-06-25T02:09:26.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=493a574cec3d3554 -C extra-filename=-784a9ba5f7ae3be2 --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-c9e3e2499e65f5c2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-06-25T02:09:26.919Z Compiling maplit v1.0.2
40342026-06-25T02:09:26.922Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40352026-06-25T02:09:26.922Z Compiling papergrid v0.17.0
40362026-06-25T02:09:26.922Z Compiling testing_table v0.3.0
40372026-06-25T02:09:26.950Z Running `/home/build/.rustup/toolchains/1.96.0-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=be0636244f130b20 -C extra-filename=-b14228e9da526d92 --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-89888b6f1c952a29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-06-25T02:09:26.954Z Running `/home/build/.rustup/toolchains/1.96.0-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=bafb7fa197824d67 -C extra-filename=-513cb3de25230f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-06-25T02:09:26.986Z Running `/home/build/.rustup/toolchains/1.96.0-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=155970f4de93e51c -C extra-filename=-b94dcb685f4d23f4 --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-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-06-25T02:09:26.989Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
40412026-06-25T02:09:26.990Z Compiling progenitor-impl v0.13.0
40422026-06-25T02:09:26.990Z Running `/home/build/.rustup/toolchains/1.96.0-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=c9f2f8ac566e140d -C extra-filename=-ac03876371916f29 --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-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-06-25T02:09:26.990Z Running `/home/build/.rustup/toolchains/1.96.0-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=b6d6ded8fe1db28f -C extra-filename=-553b9df5f39b6a53 --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-7c79229ab9eba743.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-3104d2c6b6e9992f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-06-25T02:09:26.990Z Compiling bitfield v0.19.4
40452026-06-25T02:09:26.990Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40462026-06-25T02:09:27.020Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=30afceccf7fe447b -C extra-filename=-c5bcc1649424d2b5 --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-91616001ffac1a2d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7c6d0dc995c379de.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3c2ad4b0ccf37e37.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e995984cf0d3b41d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472026-06-25T02:09:27.023Z Running `/home/build/.rustup/toolchains/1.96.0-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=275d1e32e57cb83e -C extra-filename=-6ad7aec75e6a096e --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-38a052c675cb2417.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-44b55b2064e013f9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-6c7226467be15f61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482026-06-25T02:09:27.023Z Running `/home/build/.rustup/toolchains/1.96.0-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=cf627d790a99fb8f -C extra-filename=-c618c1d6deb7ed8f --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-aa5499c26a814185.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-06-25T02:09:27.055Z Running `/home/build/.rustup/toolchains/1.96.0-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=bcd3b0f97bcb781f -C extra-filename=-c974830cf48e9bde --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-d50e7edc619f54dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-06-25T02:09:27.123Z Running `/home/build/.rustup/toolchains/1.96.0-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=f86f341f48470e06 -C extra-filename=-bbd9581c0d038d43 --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-19a1b2fa70ccf568.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40512026-06-25T02:09:27.159Z Compiling fxhash v0.2.1
40522026-06-25T02:09:27.163Z Running `/home/build/.rustup/toolchains/1.96.0-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=da505223729b35d2 -C extra-filename=-d5242bce1bff6ab1 --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-ba966b139f4b0964.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532026-06-25T02:09:27.229Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40542026-06-25T02:09:27.232Z Running `/home/build/.rustup/toolchains/1.96.0-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=5bef0eff6c8b1bd5 -C extra-filename=-5f747ca289c4705c --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-5f747ca289c4705c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-06-25T02:09:27.266Z Compiling unicase v2.9.0
40562026-06-25T02:09:27.270Z Running `/home/build/.rustup/toolchains/1.96.0-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=6b8733fd62fab7e2 -C extra-filename=-a3476e036c2886d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-06-25T02:09:27.410Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40582026-06-25T02:09:27.413Z Running `/home/build/.rustup/toolchains/1.96.0-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=a258efa3bbe93075 -C extra-filename=-db4f12ef7001f5a4 --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-ba966b139f4b0964.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-28883a4caefde036.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7c90176bf4460aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-06-25T02:09:27.447Z Compiling serde_cbor v0.11.2
40602026-06-25T02:09:27.482Z Compiling crc8 v0.1.1
40612026-06-25T02:09:27.486Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
40622026-06-25T02:09:27.486Z Running `/home/build/.rustup/toolchains/1.96.0-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=9858e6eb4d70e3ac -C extra-filename=-c19a8935b7277c62 --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-9bf37026c8aa2ecb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-06-25T02:09:27.552Z Compiling git-stub-vcs v0.1.0
40642026-06-25T02:09:27.555Z Compiling vergen-lib v0.1.6
40652026-06-25T02:09:27.555Z Compiling diff v0.1.13
40662026-06-25T02:09:27.555Z Compiling diesel_derives v2.3.7
40672026-06-25T02:09:27.588Z Running `/home/build/.rustup/toolchains/1.96.0-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=65b10c1ab861f4fa -C extra-filename=-efba6ae4ed135df6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-06-25T02:09:27.592Z Running `/home/build/.rustup/toolchains/1.96.0-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=3821f6cc84c420db -C extra-filename=-bad4ac23c096bd5d --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-bad4ac23c096bd5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692026-06-25T02:09:27.619Z Compiling proc-macro-error2 v2.0.1
40702026-06-25T02:09:27.623Z Compiling dsl_auto_type v0.2.0
40712026-06-25T02:09:27.623Z Running `/home/build/.rustup/toolchains/1.96.0-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=d6efc0f6f79c1193 -C extra-filename=-ee5ad96cc12f1662 --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-53d1ea163e5e6af5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-9ef369cfbc597a5a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-06-25T02:09:27.623Z Running `/home/build/.rustup/toolchains/1.96.0-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=66dbba1884f7a6d8 -C extra-filename=-7b5c8d851981f72f --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-7b5c8d851981f72f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732026-06-25T02:09:27.623Z Running `/home/build/.rustup/toolchains/1.96.0-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=03d38efde2cbec79 -C extra-filename=-e8d5b9f58b31f91d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-06-25T02:09:27.623Z Running `/home/build/.rustup/toolchains/1.96.0-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=383901dc2321dbc0 -C extra-filename=-61fbeb0744fbbd30 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-61fbeb0744fbbd30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-06-25T02:09:27.649Z Running `/home/build/.rustup/toolchains/1.96.0-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=c8e8f48f182f5182 -C extra-filename=-dc3fa0609b6341f0 --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-bdac0305cb041baf.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762026-06-25T02:09:27.653Z Running `/home/build/.rustup/toolchains/1.96.0-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=33073be4a3af7c94 -C extra-filename=-e1483f3759b96661 --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-f5b4ab5ae4bfae3e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-06-25T02:09:27.653Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-5f747ca289c4705c/build-script-build`
40782026-06-25T02:09:27.686Z Compiling diesel_table_macro_syntax v0.3.0
40792026-06-25T02:09:27.689Z Running `/home/build/.rustup/toolchains/1.96.0-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=c158cfda153baaba -C extra-filename=-720f281cc24670fe --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-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-06-25T02:09:27.723Z Compiling serde-hex v0.1.0
40812026-06-25T02:09:27.759Z Compiling scheduled-thread-pool v0.2.7
40822026-06-25T02:09:27.762Z Running `/home/build/.rustup/toolchains/1.96.0-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=70e38d6b2ab753fe -C extra-filename=-3aed005aa104cef5 --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-bc3b94abc22307af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b14228e9da526d92.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832026-06-25T02:09:27.794Z Compiling vergen-gitcl v1.0.8
40842026-06-25T02:09:27.827Z Compiling downcast-rs v2.0.2
40852026-06-25T02:09:27.830Z Running `/home/build/.rustup/toolchains/1.96.0-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=c77e325544d5f249 -C extra-filename=-2104ed906348e468 --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-b573769d95df0a95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-06-25T02:09:27.866Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40872026-06-25T02:09:27.869Z Running `/home/build/.rustup/toolchains/1.96.0-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=2c120a669f9f31d7 -C extra-filename=-8956acf4368535f4 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-8956acf4368535f4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-06-25T02:09:27.870Z Running `/home/build/.rustup/toolchains/1.96.0-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=5226ef4a85766c3c -C extra-filename=-f3f94ed5f46e80c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-06-25T02:09:27.870Z Running `/home/build/.rustup/toolchains/1.96.0-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=bb3051888451c9ae -C extra-filename=-9e0dd4e47384fd78 --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-bbc095e9bfc4d83f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-db4f12ef7001f5a4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7c90176bf4460aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-06-25T02:09:27.901Z Compiling parking_lot_core v0.8.6
40912026-06-25T02:09:27.905Z Running `/home/build/.rustup/toolchains/1.96.0-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=1461eafff0d8fc7e -C extra-filename=-583861387f2d478e --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-583861387f2d478e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922026-06-25T02:09:27.937Z Compiling kstat-rs v0.2.4
40932026-06-25T02:09:27.975Z Compiling object v0.30.4
40942026-06-25T02:09:27.979Z Running `/home/build/.rustup/toolchains/1.96.0-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=752be1ddd6a6430a -C extra-filename=-240daed079fdb8ae --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-0a491e02bb33227a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-06-25T02:09:28.012Z Compiling libscf-sys v1.1.0
40962026-06-25T02:09:28.015Z Running `/home/build/.rustup/toolchains/1.96.0-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=9774537157266117 -C extra-filename=-910ecb6207fbc053 --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-2a50025731183b4c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-552ea42e522871e6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-bbd9581c0d038d43.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-06-25T02:09:28.048Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
40982026-06-25T02:09:28.051Z Running `/home/build/.rustup/toolchains/1.96.0-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=76c15bf7cca95e8b -C extra-filename=-100a2f0c30d41049 --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-0a491e02bb33227a.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-f880c05245600bf7.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-06-25T02:09:28.051Z Running `/home/build/.rustup/toolchains/1.96.0-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=ff8853b905caed15 -C extra-filename=-d7fcf19e5d938b18 --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-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c974830cf48e9bde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-06-25T02:09:28.086Z Compiling dirs-sys-next v0.1.2
41012026-06-25T02:09:28.121Z Running `/home/build/.rustup/toolchains/1.96.0-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=76fc3153d6423faa -C extra-filename=-18fe7a0680a94213 --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-b268a30af81f4e4a.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9f59037bfb671319.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022026-06-25T02:09:28.125Z Running `/home/build/.rustup/toolchains/1.96.0-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=6e04f528cd04a4eb -C extra-filename=-0126b006af843b02 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-06-25T02:09:28.213Z Compiling crunchy v0.2.4
41042026-06-25T02:09:28.250Z Compiling clang-sys v1.8.1
41052026-06-25T02:09:28.285Z Running `/home/build/.rustup/toolchains/1.96.0-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=2e25bcc895095d9d -C extra-filename=-47357f8453c28a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-47357f8453c28a7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-06-25T02:09:28.289Z Compiling tabled_derive v0.11.0
41072026-06-25T02:09:28.355Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-61fbeb0744fbbd30/build-script-build`
41082026-06-25T02:09:28.359Z Running `/home/build/.rustup/toolchains/1.96.0-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=62422d7882126181 -C extra-filename=-46037583248c6827 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-46037583248c6827 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092026-06-25T02:09:28.386Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
41102026-06-25T02:09:28.389Z Compiling prefix-trie v0.7.0
41112026-06-25T02:09:28.417Z Running `/home/build/.rustup/toolchains/1.96.0-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=acb58a97eca784f5 -C extra-filename=-bbc970fb5899b7b7 --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-38a052c675cb2417.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-dc3fa0609b6341f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-06-25T02:09:28.488Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
41132026-06-25T02:09:28.493Z Compiling arc-swap v1.8.2
41142026-06-25T02:09:28.493Z Compiling tiny-keccak v2.0.2
41152026-06-25T02:09:28.493Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-7b5c8d851981f72f/build-script-build`
41162026-06-25T02:09:28.493Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/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=6726450dd2da6c4e -C extra-filename=-9b8c6a3ceedec894 --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-438f09b2696d70db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-06-25T02:09:28.493Z Running `/home/build/.rustup/toolchains/1.96.0-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=0080fc2304d5243a -C extra-filename=-6909e79ff5020f55 --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-98b415d82811981a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182026-06-25T02:09:28.526Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/8b44982/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=2d21b7e425a0c099 -C extra-filename=-998c5e5a1134f974 --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-0a491e02bb33227a.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-23199b1f031c6884.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-3c2ad4b0ccf37e37.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c5bcc1649424d2b5.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-2a57487c1daf32e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192026-06-25T02:09:28.529Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-bad4ac23c096bd5d/build-script-build`
41202026-06-25T02:09:28.563Z Running `/home/build/.rustup/toolchains/1.96.0-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=911456eefd2ee347 -C extra-filename=-890c4f1d718bd94a --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-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212026-06-25T02:09:28.568Z Compiling nanorand v0.7.0
41222026-06-25T02:09:28.568Z Running `/home/build/.rustup/toolchains/1.96.0-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=9f66f3f15e7d7f01 -C extra-filename=-770b7987d44df554 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-770b7987d44df554 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232026-06-25T02:09:28.599Z Running `/home/build/.rustup/toolchains/1.96.0-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=9fac2474b25bd7e7 -C extra-filename=-92a541ff7dc20762 --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-d43305386c924578.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242026-06-25T02:09:28.635Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
41252026-06-25T02:09:28.635Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-583861387f2d478e/build-script-build`
41262026-06-25T02:09:28.638Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41272026-06-25T02:09:28.669Z Running `/home/build/.rustup/toolchains/1.96.0-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=fbec0033a0d76e2e -C extra-filename=-cace063938ae0c3c --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-720f281cc24670fe.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-e1483f3759b96661.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-06-25T02:09:28.672Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-47357f8453c28a7f/build-script-build`
41292026-06-25T02:09:28.672Z Running `/home/build/.rustup/toolchains/1.96.0-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=8d3e2fa731f19319 -C extra-filename=-a032a73972dc9c41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-b03ab4e5f74b7cc3.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)'`
41302026-06-25T02:09:28.672Z Running `/home/build/.rustup/toolchains/1.96.0-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=c2ffe6c2a0a28ae4 -C extra-filename=-fcf969be0e78be59 --out-dir /work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-fcf969be0e78be59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ee5ad96cc12f1662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41312026-06-25T02:09:28.673Z Running `/home/build/.rustup/toolchains/1.96.0-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=7af5c4ffc7fcff5c -C extra-filename=-e7229b642e79811a --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-e7229b642e79811a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ee5ad96cc12f1662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-06-25T02:09:28.745Z Compiling bit-vec v0.6.3
41332026-06-25T02:09:28.745Z Running `/home/build/.rustup/toolchains/1.96.0-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=ca642d0338753ac4 -C extra-filename=-62d24641fa02f6b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342026-06-25T02:09:28.745Z Running `/home/build/.rustup/toolchains/1.96.0-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=8a328b3704a49d4c -C extra-filename=-7a5a12962580ded3 --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.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/`
41352026-06-25T02:09:28.768Z Compiling salty v0.3.0
41362026-06-25T02:09:28.931Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-46037583248c6827/build-script-build`
41372026-06-25T02:09:28.935Z Running `/home/build/.rustup/toolchains/1.96.0-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=e158198c5565fd73 -C extra-filename=-eeab96852564c6c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-eeab96852564c6c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-06-25T02:09:28.965Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
41392026-06-25T02:09:29.088Z Running `/home/build/.rustup/toolchains/1.96.0-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=6b36b463e466b8dc -C extra-filename=-42e1805af984efef --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-91616001ffac1a2d.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-616a7401de31d19e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402026-06-25T02:09:29.124Z Compiling slog-scope v4.4.1
41412026-06-25T02:09:29.127Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/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=489fc23416ce5f19 -C extra-filename=-6ce5384e30062e41 --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-9b8c6a3ceedec894.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-0fc4e90b64adc135.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41422026-06-25T02:09:29.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=d48587746180968d -C extra-filename=-d9942ebaac4ad58a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-06-25T02:09:29.171Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-770b7987d44df554/build-script-build`
41442026-06-25T02:09:29.175Z Compiling hickory-server v0.25.2
41452026-06-25T02:09:29.175Z Running `/home/build/.rustup/toolchains/1.96.0-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=566c7a894043331a -C extra-filename=-15c4fe09b8cdbdac --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-890c4f1d718bd94a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462026-06-25T02:09:29.175Z Running `/home/build/.rustup/toolchains/1.96.0-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=8dbab04a4923b738 -C extra-filename=-26f9506feb87ef2c --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-e768ca3d3364e9aa.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-751e3d42d3b62492.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-6909e79ff5020f55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-06-25T02:09:29.262Z Compiling flume v0.11.1
41482026-06-25T02:09:29.265Z Running `/home/build/.rustup/toolchains/1.96.0-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=1d9d43b9ce7b9d47 -C extra-filename=-987f0999fd52dcc3 --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-991ddb2d4d829d86.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-92a541ff7dc20762.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-c2c1f09bfe592314.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-06-25T02:09:29.301Z Compiling r2d2 v0.8.10
41502026-06-25T02:09:29.304Z Compiling bit-set v0.5.3
41512026-06-25T02:09:29.304Z Running `/home/build/.rustup/toolchains/1.96.0-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=a8e2e9ffc51e5d84 -C extra-filename=-d6b80705c7ef0e83 --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-b9a77a9d7eb488c5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-2104ed906348e468.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-06-25T02:09:29.334Z Running `/home/build/.rustup/toolchains/1.96.0-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=1ad319e4014fa5f5 -C extra-filename=-27b00f92cfaac99b --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-62d24641fa02f6b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532026-06-25T02:09:29.370Z Compiling primeorder v0.13.6
41542026-06-25T02:09:29.374Z Running `/home/build/.rustup/toolchains/1.96.0-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=18da21a244bc1fd5 -C extra-filename=-c92efa95fe05f19f --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-39aca10a7b8826e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552026-06-25T02:09:29.409Z Running `/home/build/.rustup/toolchains/1.96.0-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=f9219d3249064de8 -C extra-filename=-d17b9c2cd03e4648 --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-d9942ebaac4ad58a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562026-06-25T02:09:29.412Z Compiling itertools v0.10.5
41572026-06-25T02:09:29.442Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-8956acf4368535f4/build-script-build`
41582026-06-25T02:09:29.446Z Running `/home/build/.rustup/toolchains/1.96.0-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=de47312ee6b2cbce -C extra-filename=-948e94f70d373577 --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-90c7861c57f356f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592026-06-25T02:09:29.478Z Compiling slog-stdlog v4.1.1
41602026-06-25T02:09:29.481Z Running `/home/build/.rustup/toolchains/1.96.0-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=93374b38b031c06a -C extra-filename=-f0c5e64b071b37eb --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-b9a77a9d7eb488c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-15c4fe09b8cdbdac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612026-06-25T02:09:29.552Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41622026-06-25T02:09:29.556Z Running `/home/build/.rustup/toolchains/1.96.0-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=6834f3face888137 -C extra-filename=-738b78924bbca8c4 --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-0a491e02bb33227a.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-100a2f0c30d41049.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-06-25T02:09:29.588Z Compiling ena v0.14.4
41642026-06-25T02:09:29.592Z Running `/home/build/.rustup/toolchains/1.96.0-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=103e367bda04a940 -C extra-filename=-1d86a19c246bc3f4 --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-b9a77a9d7eb488c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652026-06-25T02:09:29.629Z Compiling dirs-next v2.0.0
41662026-06-25T02:09:29.665Z Compiling libloading v0.8.9
41672026-06-25T02:09:29.668Z Running `/home/build/.rustup/toolchains/1.96.0-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=73916e165962e357 -C extra-filename=-e4eefe2da7d7c41e --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-91616001ffac1a2d.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-0126b006af843b02.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682026-06-25T02:09:29.668Z Running `/home/build/.rustup/toolchains/1.96.0-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=8b50ec0a741fd592 -C extra-filename=-f4f6ea6a3dcdf5cb --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-91616001ffac1a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-06-25T02:09:29.777Z Compiling progenitor-macro v0.14.0
41702026-06-25T02:09:29.780Z Compiling bindgen v0.71.1
41712026-06-25T02:09:29.780Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-e7229b642e79811a/build-script-build`
41722026-06-25T02:09:29.849Z Compiling regex-syntax v0.6.29
41732026-06-25T02:09:29.853Z Compiling slog-envlogger v2.2.0
41742026-06-25T02:09:29.889Z Running `/home/build/.rustup/toolchains/1.96.0-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=f91dd1b9872dad8c -C extra-filename=-3e2d54256000782f --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-ee8e568890fb4b56.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d88c15368da35853.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-68f55a80ae1b52a6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752026-06-25T02:09:29.927Z Running `/home/build/.rustup/toolchains/1.96.0-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=99facb588b3d17ba -C extra-filename=-3ad3461472accf3e --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-3ad3461472accf3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762026-06-25T02:09:29.930Z Compiling cexpr v0.6.0
41772026-06-25T02:09:29.961Z Running `/home/build/.rustup/toolchains/1.96.0-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=13eaf8bec7f504b3 -C extra-filename=-750ac6640032705e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-b03ab4e5f74b7cc3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-a414145599aacc63.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-a032a73972dc9c41.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)'`
41782026-06-25T02:09:29.964Z Running `/home/build/.rustup/toolchains/1.96.0-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=2c98828438eeaac1 -C extra-filename=-0d6824991684f82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792026-06-25T02:09:29.964Z Running `/home/build/.rustup/toolchains/1.96.0-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=d3218daec7a7b1b3 -C extra-filename=-db68774cd73f21df --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-b9a77a9d7eb488c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-15c4fe09b8cdbdac.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-f0c5e64b071b37eb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802026-06-25T02:09:29.999Z Compiling tabled v0.20.0
41812026-06-25T02:09:30.002Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41822026-06-25T02:09:30.002Z Running `/work/oxidecomputer/omicron/target/debug/build/ntp-admin-v1-client-fcf969be0e78be59/build-script-build`
41832026-06-25T02:09:30.002Z Running `/home/build/.rustup/toolchains/1.96.0-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=527df40b0f84d952 -C extra-filename=-4ffaa953d0fdd2e0 --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-7041a0257fa3c647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842026-06-25T02:09:30.034Z Compiling progenitor-macro v0.13.0
41852026-06-25T02:09:30.037Z Compiling rustc-hash v2.1.1
41862026-06-25T02:09:30.037Z Compiling libxml v0.3.3
41872026-06-25T02:09:30.037Z Running `/home/build/.rustup/toolchains/1.96.0-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=04b649f6adbabbb3 -C extra-filename=-3ca55a63c24ff49e --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-553b9df5f39b6a53.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-bbc970fb5899b7b7.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-ac03876371916f29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882026-06-25T02:09:30.069Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-eeab96852564c6c7/build-script-build`
41892026-06-25T02:09:30.072Z Running `/home/build/.rustup/toolchains/1.96.0-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=c3d250eb386f5768 -C extra-filename=-f73412ce48d51b3b --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-fbde0eadaf750fbf.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-aac8ac83ce11b870.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902026-06-25T02:09:30.105Z Compiling strum_macros v0.24.3
41912026-06-25T02:09:30.108Z Running `/home/build/.rustup/toolchains/1.96.0-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=9802695ea9e009bd -C extra-filename=-a6ace6c5ddbf7e0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-06-25T02:09:30.108Z Running `/home/build/.rustup/toolchains/1.96.0-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=2727af9c6918f9c3 -C extra-filename=-49828aeff3f64efd --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-ee8e568890fb4b56.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6ad7aec75e6a096e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-68f55a80ae1b52a6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-06-25T02:09:30.142Z Running `/home/build/.rustup/toolchains/1.96.0-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=dff16ac23de15ba0 -C extra-filename=-31dbadea2b381ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-31dbadea2b381ff6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-50f76cf474cf9ef2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942026-06-25T02:09:30.145Z Compiling p384 v0.13.1
41952026-06-25T02:09:30.146Z Running `/home/build/.rustup/toolchains/1.96.0-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=b22854376f4a06f3 -C extra-filename=-0283c7d0f413610f --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-796a6384397cec9e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-06-25T02:09:30.171Z Compiling indoc v1.0.9
41972026-06-25T02:09:30.174Z Running `/home/build/.rustup/toolchains/1.96.0-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=dafd7327d2f898f5 -C extra-filename=-c468282143464f19 --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-399fecdbfe877ab9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c92efa95fe05f19f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982026-06-25T02:09:30.174Z Running `/home/build/.rustup/toolchains/1.96.0-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=358e8feccf7912f2 -C extra-filename=-4ab9f04c3d481194 --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`
41992026-06-25T02:09:30.234Z Compiling quick-xml v0.37.5
42002026-06-25T02:09:30.238Z Running `/home/build/.rustup/toolchains/1.96.0-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=02fadb7e01601767 -C extra-filename=-08b6a6de5dd7b728 --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-8b27dd15c4f0e20b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42012026-06-25T02:09:30.271Z Running `/home/build/.rustup/toolchains/1.96.0-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=3cfc9ba1b342afea -C extra-filename=-3febe78d37fcb7a5 --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-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42022026-06-25T02:09:30.374Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
42032026-06-25T02:09:30.377Z Running `/home/build/.rustup/toolchains/1.96.0-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=64bc489912729e36 -C extra-filename=-d5e256e2fb9c0d67 --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-c618c1d6deb7ed8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-18fe7a0680a94213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-06-25T02:09:30.411Z Compiling impl-trait-for-tuples v0.2.3
42052026-06-25T02:09:30.414Z Compiling oso-derive v0.27.3
42062026-06-25T02:09:30.448Z Running `/home/build/.rustup/toolchains/1.96.0-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=01b9cb786edb7906 -C extra-filename=-5d86a1dc60cc0e2e --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-06-25T02:09:30.480Z Compiling term v0.7.0
42082026-06-25T02:09:30.483Z Running `/home/build/.rustup/toolchains/1.96.0-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=e75a774294744e32 -C extra-filename=-0feabdffdc02f053 --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-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42092026-06-25T02:09:30.515Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
42102026-06-25T02:09:30.518Z Running `/home/build/.rustup/toolchains/1.96.0-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=12945144ae939ef5 -C extra-filename=-5833ffc7a2215a45 --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-e4eefe2da7d7c41e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112026-06-25T02:09:30.518Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/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=c32372c12352057c -C extra-filename=-be27feb98e921642 --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-48878efa4919e75a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-06-25T02:09:30.549Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-3ad3461472accf3e/build-script-build`
42132026-06-25T02:09:30.617Z Running `/home/build/.rustup/toolchains/1.96.0-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=6c0de2bbd920a827 -C extra-filename=-d394c2bcb7e01396 --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-d10186eee2d4e120.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-f4f6ea6a3dcdf5cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-06-25T02:09:30.652Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42152026-06-25T02:09:30.656Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-31dbadea2b381ff6/build-script-build`
42162026-06-25T02:09:30.683Z Compiling openssl-probe v0.1.6
42172026-06-25T02:09:30.687Z Running `/home/build/.rustup/toolchains/1.96.0-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=67c4129c4347d265 -C extra-filename=-2e0167f01a9328e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-2e0167f01a9328e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-750ac6640032705e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182026-06-25T02:09:30.687Z Running `/home/build/.rustup/toolchains/1.96.0-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=697e43bd6e3d82b3 -C extra-filename=-79a07e98091d1102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-06-25T02:09:30.788Z Compiling fs-err v2.11.0
42202026-06-25T02:09:30.824Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
42212026-06-25T02:09:30.827Z Running `/home/build/.rustup/toolchains/1.96.0-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=1cf70801142397d1 -C extra-filename=-3b9193157a747c04 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-3b9193157a747c04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7ee4b728be4c95f9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-06-25T02:09:30.860Z Compiling parking_lot v0.11.2
42232026-06-25T02:09:30.863Z Running `/home/build/.rustup/toolchains/1.96.0-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=372fb2514a625054 -C extra-filename=-c2e1b3ca75f82095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-738b78924bbca8c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-06-25T02:09:30.864Z Running `/home/build/.rustup/toolchains/1.96.0-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=ecd410922cd96b0e -C extra-filename=-c06a32fa4d12c19b --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-616a7401de31d19e.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0cb1b563c04a59d9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-42e1805af984efef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-06-25T02:09:30.962Z Compiling trait-variant v0.1.2
42262026-06-25T02:09:30.966Z Running `/home/build/.rustup/toolchains/1.96.0-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=9759595646cca611 -C extra-filename=-3baceaf71d95d14c --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-06-25T02:09:30.997Z Compiling assert_matches v1.5.0
42282026-06-25T02:09:31.002Z Running `/home/build/.rustup/toolchains/1.96.0-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=44c90d3cc725605c -C extra-filename=-3603deb24e30c54c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292026-06-25T02:09:31.034Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
42302026-06-25T02:09:31.037Z Running `/home/build/.rustup/toolchains/1.96.0-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=6fb47ad476a45015 -C extra-filename=-3163634e74ba0658 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-3163634e74ba0658 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312026-06-25T02:09:31.105Z Compiling predicates-tree v1.0.13
42322026-06-25T02:09:31.144Z Running `/home/build/.rustup/toolchains/1.96.0-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=ac0271e27a5265e1 -C extra-filename=-37c2843af1e4480c --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-48b5029740777266.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0b198e101b0b4339.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-06-25T02:09:31.180Z Running `/home/build/.rustup/toolchains/1.96.0-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=167a38a1417223ef -C extra-filename=-ea53504e6be24539 --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-0a491e02bb33227a.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`
42342026-06-25T02:09:31.211Z Compiling sled v0.34.7
42352026-06-25T02:09:31.247Z Compiling parse-size v1.1.0
42362026-06-25T02:09:31.250Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42372026-06-25T02:09:31.250Z Compiling bb8 v0.8.6
42382026-06-25T02:09:31.250Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42392026-06-25T02:09:31.286Z Running `/home/build/.rustup/toolchains/1.96.0-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=15945f2c7350a36f -C extra-filename=-02bb21dd1aa1a080 --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-2a50025731183b4c.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-a86e796c0dcfd39c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-d5242bce1bff6ab1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-c06a32fa4d12c19b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-06-25T02:09:31.320Z Running `/home/build/.rustup/toolchains/1.96.0-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=502463514a685540 -C extra-filename=-72d2ed3928f9f522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-06-25T02:09:31.323Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
42422026-06-25T02:09:31.323Z Running `/home/build/.rustup/toolchains/1.96.0-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=e9110392be4f9520 -C extra-filename=-49ef60788a96bc4a --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-d436b99edfb9995a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-01dd71b090051480.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-f73412ce48d51b3b.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3febe78d37fcb7a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432026-06-25T02:09:31.323Z Running `/home/build/.rustup/toolchains/1.96.0-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=bba63ee6e57c07d9 -C extra-filename=-8e791918c3970e82 --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-e768ca3d3364e9aa.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b573769d95df0a95.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-06-25T02:09:31.354Z Running `/home/build/.rustup/toolchains/1.96.0-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=f27f34aca0e83682 -C extra-filename=-921f832752f64a9f --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-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452026-06-25T02:09:31.391Z Compiling corncobs v0.1.4
42462026-06-25T02:09:31.428Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-3b9193157a747c04/build-script-build`
42472026-06-25T02:09:31.431Z Compiling ascii-canvas v3.0.0
42482026-06-25T02:09:31.431Z Compiling mime_guess v2.0.5
42492026-06-25T02:09:31.431Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/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=a1c835a7154e904f -C extra-filename=-65dd5afc70c5acfd --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-65dd5afc70c5acfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-06-25T02:09:31.464Z Running `/home/build/.rustup/toolchains/1.96.0-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=ec84433816f40c8b -C extra-filename=-c3e4246f02890a2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:31.498Z Compiling secrecy v0.8.0
42522026-06-25T02:09:31.501Z Running `/home/build/.rustup/toolchains/1.96.0-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=f286e09f14a71b46 -C extra-filename=-4326167ca4e4f14c --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-5833ffc7a2215a45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532026-06-25T02:09:31.501Z Running `/home/build/.rustup/toolchains/1.96.0-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=9692539cce27b456 -C extra-filename=-6bacec80f3e995a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-6bacec80f3e995a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3476e036c2886d6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542026-06-25T02:09:31.501Z Running `/home/build/.rustup/toolchains/1.96.0-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=f8bfbd164520f924 -C extra-filename=-305570fe8f562574 --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-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-06-25T02:09:31.527Z Compiling http-range v0.1.5
42562026-06-25T02:09:31.530Z Running `/home/build/.rustup/toolchains/1.96.0-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=68205e9c9ff44e28 -C extra-filename=-8afc92ef28e89b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-06-25T02:09:31.627Z Compiling ignore v0.4.25
42582026-06-25T02:09:31.630Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-3163634e74ba0658/build-script-build`
42592026-06-25T02:09:31.630Z Running `/home/build/.rustup/toolchains/1.96.0-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=060f5c5f91f79977 -C extra-filename=-db5c6ab085dca72b --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-a1c10b3977dfbad8.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6ebb949e2c3a2fc2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-68aa2a32682669a4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42602026-06-25T02:09:31.767Z Compiling lalrpop v0.19.12
42612026-06-25T02:09:31.804Z Running `/home/build/.rustup/toolchains/1.96.0-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=ad9ef4d518f9ccb7 -C extra-filename=-8d8d5b72944434b8 --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-4326167ca4e4f14c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-27b00f92cfaac99b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-e8d5b9f58b31f91d.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-1d86a19c246bc3f4.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-25c4119604cc05b9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-948e94f70d373577.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cc6d18688c16c6c0.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-263ac2ca51d8f908.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0d6824991684f82d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-356650b986415abf.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5833ffc7a2215a45.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-d17b9c2cd03e4648.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-e8ee968a2012268f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-06-25T02:09:31.908Z Running `/home/build/.rustup/toolchains/1.96.0-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=9fc972031036a5cf -C extra-filename=-0bb2258222063d7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3ca55a63c24ff49e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-d7fcf19e5d938b18.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c974830cf48e9bde.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67bdb8002bc29752.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42632026-06-25T02:09:31.911Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42642026-06-25T02:09:31.911Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42652026-06-25T02:09:31.944Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-2e0167f01a9328e6/build-script-build`
42662026-06-25T02:09:32.013Z Running `/home/build/.rustup/toolchains/1.96.0-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=f98b96718fc474ef -C extra-filename=-4f32e24bda116e2f --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.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/`
42672026-06-25T02:09:32.016Z Compiling atty v0.2.14
42682026-06-25T02:09:32.016Z Compiling nonempty v0.12.0
42692026-06-25T02:09:32.017Z Compiling illumos-nvpair-sys v0.2.0
42702026-06-25T02:09:32.017Z Running `/home/build/.rustup/toolchains/1.96.0-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=c1997228224b9f43 -C extra-filename=-197664b9a2d4f0b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-3baceaf71d95d14c.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3476e036c2886d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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/ring-bd57a4a7742f761e/out`
42712026-06-25T02:09:32.017Z Running `/home/build/.rustup/toolchains/1.96.0-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=9261c35b4f0c5021 -C extra-filename=-8ee8116759fbef66 --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-d436b99edfb9995a.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-c3e4246f02890a2f.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-921f832752f64a9f.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7e4c8246f8e095f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722026-06-25T02:09:32.017Z Running `/home/build/.rustup/toolchains/1.96.0-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=bf074553891970a4 -C extra-filename=-3b17bc4021edcae6 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732026-06-25T02:09:32.017Z Running `/home/build/.rustup/toolchains/1.96.0-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=ef20b4a41ec85af1 -C extra-filename=-1ce7785574bd563b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:32.017Z Running `/home/build/.rustup/toolchains/1.96.0-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=d4d0bedd4c54ec33 -C extra-filename=-0d50ae02e1aeb058 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-0d50ae02e1aeb058 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-06-25T02:09:32.017Z Compiling signal-hook-tokio v0.3.1
42762026-06-25T02:09:32.043Z Running `/home/build/.rustup/toolchains/1.96.0-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=b20ad0f4130424fd -C extra-filename=-6dccbc89b03594c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
42772026-06-25T02:09:32.046Z Running `/home/build/.rustup/toolchains/1.96.0-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=02495cbef4ed11de -C extra-filename=-40d2dcdf581fd16f --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-991ddb2d4d829d86.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-06-25T02:09:32.115Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
42792026-06-25T02:09:32.154Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
42802026-06-25T02:09:32.157Z Running `/home/build/.rustup/toolchains/1.96.0-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=96ce6653dfcb9d14 -C extra-filename=-96233945ab552bf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-96233945ab552bf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-06-25T02:09:32.191Z Running `/home/build/.rustup/toolchains/1.96.0-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=23db55ade7092005 -C extra-filename=-1ce45763041efc1e --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-d436b99edfb9995a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-01dd71b090051480.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-f73412ce48d51b3b.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3febe78d37fcb7a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-06-25T02:09:32.194Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-65dd5afc70c5acfd/build-script-build`
42832026-06-25T02:09:32.229Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
42842026-06-25T02:09:32.301Z Compiling tungstenite v0.23.0
42852026-06-25T02:09:32.304Z Running `/home/build/.rustup/toolchains/1.96.0-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=94cbee43320cd7fa -C extra-filename=-53d0fa3ea5ebd704 --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-49ef60788a96bc4a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-de5cd9a42c69b510.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-4f32e24bda116e2f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-c468282143464f19.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-f73412ce48d51b3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
42862026-06-25T02:09:32.340Z Compiling globwalk v0.9.1
42872026-06-25T02:09:32.377Z Running `/home/build/.rustup/toolchains/1.96.0-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=a01ccd43131d7aa4 -C extra-filename=-ae5d08ca99e13b13 --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-ba966b139f4b0964.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-14c0db734e1ebba4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-df404b4c736109a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882026-06-25T02:09:32.411Z Compiling void v1.0.2
42892026-06-25T02:09:32.414Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
42902026-06-25T02:09:32.414Z Compiling nix v0.27.1
42912026-06-25T02:09:32.414Z Running `/home/build/.rustup/toolchains/1.96.0-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=3b25c33bcb7d39b9 -C extra-filename=-3423dc165c7c82b1 --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-d50e7edc619f54dd.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-db5c6ab085dca72b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922026-06-25T02:09:32.414Z Running `/home/build/.rustup/toolchains/1.96.0-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=ad156f9e502f34db -C extra-filename=-7691ecdf380214a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-06-25T02:09:32.448Z Compiling serde_bytes v0.11.19
42942026-06-25T02:09:32.486Z Compiling rand_seeder v0.4.0
42952026-06-25T02:09:32.489Z Running `/home/build/.rustup/toolchains/1.96.0-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=cb095962916eaf35 -C extra-filename=-4e0caae968cce75b --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-ba966b139f4b0964.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-28883a4caefde036.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7c90176bf4460aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-06-25T02:09:32.490Z Running `/home/build/.rustup/toolchains/1.96.0-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=f5ff6096186c0de7 -C extra-filename=-4d551e4e0cbf5a16 --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-d50e7edc619f54dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b127b9c6502fde38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972026-06-25T02:09:32.490Z Running `/home/build/.rustup/toolchains/1.96.0-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=ef0fd00af8653999 -C extra-filename=-b926c8982c6e5737 --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-56db10b8a3f2757d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42982026-06-25T02:09:32.490Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-6bacec80f3e995a2/build-script-build`
42992026-06-25T02:09:32.517Z Compiling is_ci v1.2.0
43002026-06-25T02:09:32.520Z Compiling yansi v1.0.1
43012026-06-25T02:09:32.520Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-0d50ae02e1aeb058/build-script-build`
43022026-06-25T02:09:32.520Z Running `/home/build/.rustup/toolchains/1.96.0-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=955d1ebfefd24011 -C extra-filename=-5c14eddcc93dac3b --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-7f302ca2c29ddcb0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43032026-06-25T02:09:32.550Z Compiling darling_core v0.23.0
43042026-06-25T02:09:32.553Z Running `/home/build/.rustup/toolchains/1.96.0-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=04f2e96c14f25bfc -C extra-filename=-4becb449d2fee86a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052026-06-25T02:09:32.585Z Running `/home/build/.rustup/toolchains/1.96.0-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=91c609f5b5762325 -C extra-filename=-a87996b5c6afb2d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-06-25T02:09:32.588Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43072026-06-25T02:09:32.588Z Running `/home/build/.rustup/toolchains/1.96.0-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=73a038cb6e08865d -C extra-filename=-2fc05a0812f34f21 --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-f1cdb17625df37f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-13cb134ccccfc75e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082026-06-25T02:09:32.620Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-96233945ab552bf6/build-script-build`
43092026-06-25T02:09:32.623Z Running `/home/build/.rustup/toolchains/1.96.0-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=fd53b309fb5d6bc4 -C extra-filename=-a0e007af9e6e3461 --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-d50e7edc619f54dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102026-06-25T02:09:32.657Z Running `/home/build/.rustup/toolchains/1.96.0-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=e02e306baf33c5f4 -C extra-filename=-d672d79437e49cc4 --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-d50e7edc619f54dd.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-4ffaa953d0fdd2e0.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-d394c2bcb7e01396.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a6ace6c5ddbf7e0d.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-06cc3cd85b824710.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112026-06-25T02:09:32.660Z Running `/home/build/.rustup/toolchains/1.96.0-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=f4c411f710d1c73a -C extra-filename=-62dec60fdc1ba365 --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-5278c35edc0c4a37.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3476e036c2886d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-06-25T02:09:32.802Z Compiling camino-tempfile-ext v0.3.3
43132026-06-25T02:09:32.805Z Running `/home/build/.rustup/toolchains/1.96.0-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=102aca8baa8dd2ea -C extra-filename=-a186be6d2170a0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
43142026-06-25T02:09:32.872Z Running `/home/build/.rustup/toolchains/1.96.0-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=4b9a07acee95cfa2 -C extra-filename=-ec65eb5379cae5fe --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-8e6df892e9db3127.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0db242db6909dbcf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-3423dc165c7c82b1.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02c0614aa789d576.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-48b5029740777266.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-37c2843af1e4480c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152026-06-25T02:09:32.905Z Compiling lzss v0.8.2
43162026-06-25T02:09:32.908Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43172026-06-25T02:09:32.908Z Running `/home/build/.rustup/toolchains/1.96.0-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=e14012174a1fd78b -C extra-filename=-8355bf657843f7cc --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-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.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/`
43182026-06-25T02:09:32.909Z Compiling indoc v2.0.7
43192026-06-25T02:09:32.941Z Compiling instability v0.3.11
43202026-06-25T02:09:32.944Z Running `/home/build/.rustup/toolchains/1.96.0-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=bda8795793262c5c -C extra-filename=-6e4de2e7c52b8873 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6e4de2e7c52b8873 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-571a780a47702307.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212026-06-25T02:09:32.945Z Running `/home/build/.rustup/toolchains/1.96.0-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=a3f57d2964716f67 -C extra-filename=-86b9710d45f9e1e8 --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-7691ecdf380214a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222026-06-25T02:09:32.945Z Running `/home/build/.rustup/toolchains/1.96.0-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=e9d24269f2ac41b4 -C extra-filename=-dd73aa556f1f4be8 --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`
43232026-06-25T02:09:32.945Z Running `/home/build/.rustup/toolchains/1.96.0-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=4fd6273cb5edf620 -C extra-filename=-1680c34d1eabe6b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-1680c34d1eabe6b9 -L 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-06-25T02:09:33.047Z Compiling illumos-nvpair v0.3.0
43252026-06-25T02:09:33.050Z Running `/home/build/.rustup/toolchains/1.96.0-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=4b13ff96f14ea11c -C extra-filename=-502d991c5f81647a --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-a186be6d2170a0eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262026-06-25T02:09:33.085Z Compiling tokio-tungstenite v0.23.1
43272026-06-25T02:09:33.117Z Compiling hyper-staticfile v0.10.1
43282026-06-25T02:09:33.121Z Running `/home/build/.rustup/toolchains/1.96.0-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=400b128ba568a7f1 -C extra-filename=-b51ef283de185974 --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-44bdca7574896a1f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-ae5d08ca99e13b13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-06-25T02:09:33.121Z Running `/home/build/.rustup/toolchains/1.96.0-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=db809fec13191fa4 -C extra-filename=-03cc804304d7209b --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-44bdca7574896a1f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4ea91d405408586a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-62dec60fdc1ba365.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-06-25T02:09:33.163Z Compiling castaway v0.2.4
43312026-06-25T02:09:33.166Z Compiling pretty_assertions v1.4.1
43322026-06-25T02:09:33.166Z Running `/home/build/.rustup/toolchains/1.96.0-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=a445d837a2fc30ee -C extra-filename=-d676369aab89ca46 --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-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332026-06-25T02:09:33.166Z Compiling unicode-truncate v1.1.0
43342026-06-25T02:09:33.169Z Compiling lru v0.12.5
43352026-06-25T02:09:33.214Z Running `/home/build/.rustup/toolchains/1.96.0-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=0edd98f027d504db -C extra-filename=-1c65932c8f3bbb14 --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-e8d5b9f58b31f91d.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-a87996b5c6afb2d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-06-25T02:09:33.217Z Running `/home/build/.rustup/toolchains/1.96.0-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=101daaa183b7f0c8 -C extra-filename=-00e477fbd5937e4c --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-3bfccc171e222750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43372026-06-25T02:09:33.217Z Running `/home/build/.rustup/toolchains/1.96.0-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=0653e338320dc39d -C extra-filename=-bfff11b21fadfb13 --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-419e7fde99412e95.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2011cb7c53db9500.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382026-06-25T02:09:33.252Z Compiling cassowary v0.3.0
43392026-06-25T02:09:33.283Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43402026-06-25T02:09:33.283Z Running `/home/build/.rustup/toolchains/1.96.0-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=4b5ad11693409e44 -C extra-filename=-d26e8d0f979773d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43412026-06-25T02:09:33.318Z Running `/home/build/.rustup/toolchains/1.96.0-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=cfa796aa419c6f4b -C extra-filename=-faaa3992b070234e --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-5ff9d85285a167ae.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-502d991c5f81647a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
43422026-06-25T02:09:33.429Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-1680c34d1eabe6b9/build-script-build`
43432026-06-25T02:09:33.464Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43442026-06-25T02:09:33.468Z Compiling console v0.16.2
43452026-06-25T02:09:33.468Z Running `/home/build/.rustup/toolchains/1.96.0-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=d5e350b9cfa0f102 -C extra-filename=-4c1a1efc4f5d095f --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-1ce45763041efc1e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-de5cd9a42c69b510.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-8355bf657843f7cc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-c468282143464f19.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-f73412ce48d51b3b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
43462026-06-25T02:09:33.505Z Compiling unit-prefix v0.5.2
43472026-06-25T02:09:33.508Z Compiling supports-color v3.0.2
43482026-06-25T02:09:33.508Z Compiling libz-sys v1.1.24
43492026-06-25T02:09:33.508Z Running `/home/build/.rustup/toolchains/1.96.0-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=66de5ded3996f6b7 -C extra-filename=-102c60f4cf8ba197 --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-0a491e02bb33227a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502026-06-25T02:09:33.542Z Running `/home/build/.rustup/toolchains/1.96.0-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=b0229e9399ffdae9 -C extra-filename=-2de76f4ce1d5fcd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-06-25T02:09:33.545Z Running `/home/build/.rustup/toolchains/1.96.0-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=45a966f47f27e179 -C extra-filename=-9213ca631e786e0e --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-4becb449d2fee86a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-06-25T02:09:33.545Z Running `/home/build/.rustup/toolchains/1.96.0-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=917f39dff74d7559 -C extra-filename=-42c734ee155acbc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-42c734ee155acbc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-50f76cf474cf9ef2.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-b3697649576333d6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532026-06-25T02:09:33.581Z Compiling compact_str v0.8.1
43542026-06-25T02:09:33.584Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6e4de2e7c52b8873/build-script-build`
43552026-06-25T02:09:33.584Z Compiling typeid v1.0.3
43562026-06-25T02:09:33.615Z Running `/home/build/.rustup/toolchains/1.96.0-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=380861855ba347d7 -C extra-filename=-2a320e4081c66821 --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-d676369aab89ca46.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b184f970d6c2e2eb.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3a42f95c04d30102.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572026-06-25T02:09:33.618Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43582026-06-25T02:09:33.652Z Compiling libgit2-sys v0.18.3+1.9.2
43592026-06-25T02:09:33.655Z Compiling erased-serde v0.4.9
43602026-06-25T02:09:33.683Z Compiling colored v2.2.0
43612026-06-25T02:09:33.686Z Compiling hex-literal v0.4.1
43622026-06-25T02:09:33.686Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.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=5bf988bd19e6ded3 -C extra-filename=-809d29a67aa7201e --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-809d29a67aa7201e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-06-25T02:09:33.686Z Running `/home/build/.rustup/toolchains/1.96.0-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=66199ec3b753c9a8 -C extra-filename=-fe1e4a7fbaf87e19 --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-38a052c675cb2417.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642026-06-25T02:09:33.686Z Running `/home/build/.rustup/toolchains/1.96.0-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=6fed36216b6fa0f4 -C extra-filename=-be78c5c6f79c8479 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-be78c5c6f79c8479 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-50f76cf474cf9ef2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652026-06-25T02:09:33.686Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.9/build.rs --error-format=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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=8c061b6ca61662f1 -C extra-filename=-7d5b1f1199e1caa0 --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-7d5b1f1199e1caa0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662026-06-25T02:09:33.686Z Compiling shell-words v1.1.1
43672026-06-25T02:09:33.686Z Running `/home/build/.rustup/toolchains/1.96.0-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=f69d0324bc116c1c -C extra-filename=-8a6793ab653f427e --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-896bffe8bba5ebcc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682026-06-25T02:09:33.686Z Running `/home/build/.rustup/toolchains/1.96.0-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=901015859c49fe1c -C extra-filename=-910db772d39fd146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-06-25T02:09:33.720Z Running `/home/build/.rustup/toolchains/1.96.0-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=20be8c4375b72061 -C extra-filename=-01d67905ca577f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:33.754Z Compiling petname v2.0.2
43712026-06-25T02:09:33.757Z Running `/home/build/.rustup/toolchains/1.96.0-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=c1e0e754ccc944ae -C extra-filename=-96051e3c4d124b11 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-96051e3c4d124b11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722026-06-25T02:09:33.790Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
43732026-06-25T02:09:33.793Z Running `/home/build/.rustup/toolchains/1.96.0-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=b9d56e228acc4442 -C extra-filename=-dd634b6f567765f1 --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-ba966b139f4b0964.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-961a3cc336d48fae.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-de5cd9a42c69b510.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d5e256e2fb9c0d67.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-18fe7a0680a94213.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-3aed005aa104cef5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742026-06-25T02:09:33.826Z Compiling ordered-float v2.10.1
43752026-06-25T02:09:33.829Z Compiling vergen-git2 v9.1.0
43762026-06-25T02:09:33.829Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=06cd47fa8124694c -C extra-filename=-4691760f1f788c54 --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-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772026-06-25T02:09:33.862Z Running `/home/build/.rustup/toolchains/1.96.0-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=6ff6d8ebbca18aa3 -C extra-filename=-f5da2c17e28c3d0b --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-f5da2c17e28c3d0b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-006842b8fe94b5e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782026-06-25T02:09:34.002Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
43792026-06-25T02:09:34.036Z Compiling rustls v0.21.12
43802026-06-25T02:09:34.039Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43812026-06-25T02:09:34.039Z Running `/home/build/.rustup/toolchains/1.96.0-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=2af288313584737b -C extra-filename=-1ed0975bbce9119c --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-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-a0e007af9e6e3461.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-06-25T02:09:34.039Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=6520939d114aae81 -C extra-filename=-2bed524f23be42d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-2bed524f23be42d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-06-25T02:09:34.039Z Running `/home/build/.rustup/toolchains/1.96.0-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=e10a2f80977c6b97 -C extra-filename=-1031961c3b209c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-738b78924bbca8c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-06-25T02:09:34.110Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-809d29a67aa7201e/build-script-build`
43852026-06-25T02:09:34.115Z Compiling sct v0.7.1
43862026-06-25T02:09:34.145Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-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=6801ebd37558d562 -C extra-filename=-20265b5217ea17c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-274b1f293a70f25c.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/ring-bd57a4a7742f761e/out`
43872026-06-25T02:09:34.213Z Compiling indicatif v0.18.4
43882026-06-25T02:09:34.219Z Compiling rustls-webpki v0.101.7
43892026-06-25T02:09:34.220Z Compiling cargo-platform v0.2.0
43902026-06-25T02:09:34.220Z Running `/home/build/.rustup/toolchains/1.96.0-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=9422cc32e1263cdf -C extra-filename=-f09a381d4aff1dd6 --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-102c60f4cf8ba197.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-a73cc4a879c1ea4c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7a0f880fdad6f9a2.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-2de76f4ce1d5fcd1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912026-06-25T02:09:34.220Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.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=0084140b95ddb8ff -C extra-filename=-d4c31f3fda4a4e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-274b1f293a70f25c.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/ring-bd57a4a7742f761e/out`
43922026-06-25T02:09:34.244Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-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 '--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=aecdd4c16f847c34 -C extra-filename=-c542b7cd1e881ef1 --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-06-25T02:09:34.248Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-7d5b1f1199e1caa0/build-script-build`
43942026-06-25T02:09:34.248Z Compiling sapling-renderdag v0.1.0
43952026-06-25T02:09:34.281Z Compiling rtoolbox v0.0.3
43962026-06-25T02:09:34.285Z Running `/home/build/.rustup/toolchains/1.96.0-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=ee164d39bc5dc0aa -C extra-filename=-e1c52404592ebf14 --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-d50e7edc619f54dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972026-06-25T02:09:34.313Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3090716b12eeb61 -C extra-filename=-00d1b1d7e56422a2 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982026-06-25T02:09:34.316Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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=4fe5858293db15ad -C extra-filename=-f5f1071619e10d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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(no_const_type_id)'`
43992026-06-25T02:09:34.382Z Compiling sync-ptr v0.1.4
44002026-06-25T02:09:34.453Z Running `/home/build/.rustup/toolchains/1.96.0-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=175a2c6d17708484 -C extra-filename=-33ed94d1e4b28a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012026-06-25T02:09:34.456Z Compiling strsim v0.10.0
44022026-06-25T02:09:34.490Z Compiling rustls-pemfile v1.0.4
44032026-06-25T02:09:34.493Z Running `/home/build/.rustup/toolchains/1.96.0-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=8c76ca718a0506f7 -C extra-filename=-4671edeae698b250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042026-06-25T02:09:34.493Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-2bed524f23be42d5/build-script-build`
44052026-06-25T02:09:34.525Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-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=f30e391cefafd0f7 -C extra-filename=-03624aeb466066d5 --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-906d682cae32d17e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44062026-06-25T02:09:34.595Z Compiling serde-value v0.7.0
44072026-06-25T02:09:34.632Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-42c734ee155acbc8/build-script-build`
44082026-06-25T02:09:34.635Z Compiling polyval v0.6.2
44092026-06-25T02:09:34.670Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-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=005054b87f9fddfb -C extra-filename=-636c114587c73334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-4691760f1f788c54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-06-25T02:09:34.673Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-f5da2c17e28c3d0b/build-script-build`
44112026-06-25T02:09:34.708Z Compiling diesel v2.3.7
44122026-06-25T02:09:34.711Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44132026-06-25T02:09:34.712Z Running `/home/build/.rustup/toolchains/1.96.0-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=14e007d4304a87a3 -C extra-filename=-0da2af3aa0f5aecb --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-91616001ffac1a2d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-a959cbb074e78ec5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-895a4df4e7cb94fb.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3bc95e40c98bac0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-06-25T02:09:34.745Z Compiling twox-hash v2.1.2
44152026-06-25T02:09:34.748Z Compiling target-lexicon v0.13.3
44162026-06-25T02:09:34.748Z Compiling gimli v0.32.3
44172026-06-25T02:09:34.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=a062ef184adec9ea -C extra-filename=-b7d27318604bf7f7 --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-189079cb77e25919.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3176a776c4f1df5f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182026-06-25T02:09:34.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=33659848af4dc12c -C extra-filename=-bf7fd2eae9f4a885 --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-d50e7edc619f54dd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-cace063938ae0c3c.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-f3f94ed5f46e80c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-b184f970d6c2e2eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d6b80705c7ef0e83.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
44192026-06-25T02:09:34.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=884bcec5c7c716d3 -C extra-filename=-f953a7ad510a0b4e --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-673c911a9168575b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-06-25T02:09:34.748Z Running `/home/build/.rustup/toolchains/1.96.0-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=816b03fb77e246a1 -C extra-filename=-6ec618ffe1a6bca4 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-6ec618ffe1a6bca4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-06-25T02:09:34.776Z Running `/home/build/.rustup/toolchains/1.96.0-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=eae51a5f453ee0bd -C extra-filename=-785471153bee6cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44222026-06-25T02:09:34.806Z Compiling fatfs v0.3.6
44232026-06-25T02:09:34.868Z Running `/home/build/.rustup/toolchains/1.96.0-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=3f0bea4575c5f6e9 -C extra-filename=-3407814f712285ef --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-b64518119679e82b.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242026-06-25T02:09:34.868Z Compiling ctr v0.9.2
44252026-06-25T02:09:34.868Z Compiling concurrent-queue v2.5.0
44262026-06-25T02:09:34.874Z Running `/home/build/.rustup/toolchains/1.96.0-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=a84a33a01e10fd36 -C extra-filename=-3de24a142289a6c6 --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-6fbbf9369777186b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-06-25T02:09:34.877Z Running `/home/build/.rustup/toolchains/1.96.0-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=e960d0b5c9e547de -C extra-filename=-75453f261e9d736a --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-f2e174cbeddcc6ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282026-06-25T02:09:34.877Z Running `/home/build/.rustup/toolchains/1.96.0-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=22822ecf836be8a2 -C extra-filename=-85d3a7cfb11dfb5d --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-0a491e02bb33227a.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`
44292026-06-25T02:09:34.909Z Compiling darling_core v0.13.4
44302026-06-25T02:09:34.912Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-be78c5c6f79c8479/build-script-build`
44312026-06-25T02:09:34.942Z Running `/home/build/.rustup/toolchains/1.96.0-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=d8341e9559ef61a8 -C extra-filename=-a177692da92a3b05 --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-3104d2c6b6e9992f.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-f1cdb17625df37f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4671edeae698b250.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-06-25T02:09:35.089Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=4180441b4fbb963c -C extra-filename=-de34fa2a6140ea31 --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-56db10b8a3f2757d.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-f5f1071619e10d0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
44332026-06-25T02:09:35.124Z Compiling rpassword v7.4.0
44342026-06-25T02:09:35.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=6b61ede029c2af9a -C extra-filename=-c9c741760b4e5506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3ca55a63c24ff49e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-1ed0975bbce9119c.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-a0e007af9e6e3461.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67bdb8002bc29752.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
44352026-06-25T02:09:35.127Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-96051e3c4d124b11/build-script-build`
44362026-06-25T02:09:35.159Z Compiling ghash v0.5.1
44372026-06-25T02:09:35.162Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=278f1a361e9600d9 -C extra-filename=-6663205fa55abb47 --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-b9a77a9d7eb488c5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-d4c31f3fda4a4e44.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-20265b5217ea17c6.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/ring-bd57a4a7742f761e/out`
44382026-06-25T02:09:35.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=1861fae774726b05 -C extra-filename=-0f8d58952f3b1651 --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-0a491e02bb33227a.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-00d1b1d7e56422a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-06-25T02:09:35.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=d58f475c3690c55c -C extra-filename=-073179103e57f7f1 --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-895a4df4e7cb94fb.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-0da2af3aa0f5aecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-06-25T02:09:35.195Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44412026-06-25T02:09:35.263Z Compiling parking v2.2.1
44422026-06-25T02:09:35.300Z Running `/home/build/.rustup/toolchains/1.96.0-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=8fadd61e156041f7 -C extra-filename=-42ec8e2ef2fa8c8f --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-d50e7edc619f54dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44432026-06-25T02:09:35.304Z Compiling seq-macro v0.3.6
44442026-06-25T02:09:35.304Z Running `/home/build/.rustup/toolchains/1.96.0-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=a9138ba4458f046f -C extra-filename=-83c3e5b5f4b68e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452026-06-25T02:09:35.304Z Compiling plotters-backend v0.3.7
44462026-06-25T02:09:35.334Z Running `/home/build/.rustup/toolchains/1.96.0-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=710ddef9c16acbe2 -C extra-filename=-dc4e636cc68a193e --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`
44472026-06-25T02:09:35.338Z Running `/home/build/.rustup/toolchains/1.96.0-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=3839e5da74333036 -C extra-filename=-413cac6c521b81fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-06-25T02:09:35.338Z Compiling guppy-workspace-hack v0.1.0
44492026-06-25T02:09:35.373Z Running `/home/build/.rustup/toolchains/1.96.0-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=a8d109c6b717c028 -C extra-filename=-0efff036d6614501 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0efff036d6614501 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-06-25T02:09:35.407Z Compiling rustc-demangle v0.1.27
44512026-06-25T02:09:35.410Z Running `/home/build/.rustup/toolchains/1.96.0-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=9b4fa6e3cd69ca1b -C extra-filename=-829749b3e193cca5 --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-647adf7bb63a1c4b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-06-25T02:09:35.410Z Compiling ssh-encoding v0.2.0
44532026-06-25T02:09:35.443Z Running `/home/build/.rustup/toolchains/1.96.0-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=7c9065958d45f273 -C extra-filename=-00ab25c26a484a8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44542026-06-25T02:09:35.446Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3bf4d15816057ee -C extra-filename=-69d6d47ed8750d20 --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-240e0e80aa5269af.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552026-06-25T02:09:35.514Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
44562026-06-25T02:09:35.548Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44572026-06-25T02:09:35.551Z Running `/home/build/.rustup/toolchains/1.96.0-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=ec4d5bd78f7da579 -C extra-filename=-0273a3ac4b958b25 --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-2309f276da9dd5d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d5e256e2fb9c0d67.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-dd634b6f567765f1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-910ecb6207fbc053.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-5a2ca0593081ee6b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-db4f12ef7001f5a4.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9e0dd4e47384fd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b472047b56a28f75.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7c90176bf4460aa3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-186a2859cbe72f39.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-a4269058e11c9017/out/lib`
44582026-06-25T02:09:35.551Z Running `/home/build/.rustup/toolchains/1.96.0-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=b4c89dcc9d413547 -C extra-filename=-0a645acde2cc5ce0 --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-2309f276da9dd5d7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-d5e256e2fb9c0d67.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-dd634b6f567765f1.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-910ecb6207fbc053.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-5a2ca0593081ee6b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-db4f12ef7001f5a4.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-9e0dd4e47384fd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b472047b56a28f75.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-7c90176bf4460aa3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-186a2859cbe72f39.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-a4269058e11c9017/out/lib`
44592026-06-25T02:09:35.551Z Compiling darling_macro v0.23.0
44602026-06-25T02:09:35.551Z Running `/home/build/.rustup/toolchains/1.96.0-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=83d03e5e7464c20f -C extra-filename=-8f50266cb2e92f85 --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-2fc05a0812f34f21.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612026-06-25T02:09:35.686Z Compiling serde-untagged v0.1.9
44622026-06-25T02:09:35.720Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a631306dfb728582 -C extra-filename=-603366765d0db6ef --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-de34fa2a6140ea31.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-f5f1071619e10d0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632026-06-25T02:09:35.865Z Compiling event-listener v5.4.1
44642026-06-25T02:09:35.869Z Compiling blowfish v0.9.1
44652026-06-25T02:09:35.869Z Running `/home/build/.rustup/toolchains/1.96.0-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=705fbe1dc5075776 -C extra-filename=-7590873c1b9d2a47 --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-3de24a142289a6c6.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-83c3e5b5f4b68e90.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-06-25T02:09:35.869Z Running `/home/build/.rustup/toolchains/1.96.0-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=ad3977a91545b275 -C extra-filename=-40568153df7e321d --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-ba966b139f4b0964.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-06-25T02:09:35.869Z Compiling target-spec v3.5.7
44682026-06-25T02:09:35.903Z Compiling arrayvec v0.7.6
44692026-06-25T02:09:35.906Z Compiling aes-gcm v0.10.3
44702026-06-25T02:09:35.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=28916975094dec90 -C extra-filename=-cb4f36b8a1347c56 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-cb4f36b8a1347c56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-06-25T02:09:35.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=a8e613e58ecd77b5 -C extra-filename=-890a04ae382f5212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-06-25T02:09:35.940Z Running `/home/build/.rustup/toolchains/1.96.0-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=d265a1cb085436d2 -C extra-filename=-cf3f0c9ed390719b --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-b8ffa77493c836d5.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-ca875404ac80b0ff.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-75453f261e9d736a.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-073179103e57f7f1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44732026-06-25T02:09:35.944Z Compiling arrayref v0.3.9
44742026-06-25T02:09:35.977Z Compiling cast v0.3.0
44752026-06-25T02:09:35.981Z Compiling constant_time_eq v0.4.2
44762026-06-25T02:09:35.981Z Running `/home/build/.rustup/toolchains/1.96.0-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=389e8414713dc3ca -C extra-filename=-60cb471cbe396aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-06-25T02:09:35.981Z Running `/home/build/.rustup/toolchains/1.96.0-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=5abeeb4cf9fe55af -C extra-filename=-e174a5b5a78f06af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:35.981Z Running `/home/build/.rustup/toolchains/1.96.0-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=3c943409a351e9ed -C extra-filename=-74f04eda5515004f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:36.046Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6ec618ffe1a6bca4/build-script-build`
44802026-06-25T02:09:36.151Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
44812026-06-25T02:09:36.187Z Compiling plotters-svg v0.3.7
44822026-06-25T02:09:36.190Z Compiling bcrypt-pbkdf v0.10.0
44832026-06-25T02:09:36.190Z Running `/home/build/.rustup/toolchains/1.96.0-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=ebd09e1419b270dc -C extra-filename=-29bc24d22b205480 --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-e768ca3d3364e9aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d72fcee7056e8422.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-d5242bce1bff6ab1.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-2b0b1e47af73d1d2.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-86b9710d45f9e1e8.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4d551e4e0cbf5a16.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-7e4c8246f8e095f9.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-b926c8982c6e5737.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c19a8935b7277c62.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-dfb81b158cfe7640.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-356650b986415abf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4e0caae968cce75b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-186a2859cbe72f39.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-a4269058e11c9017/out/lib`
44842026-06-25T02:09:36.191Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0efff036d6614501/build-script-build`
44852026-06-25T02:09:36.191Z Running `/home/build/.rustup/toolchains/1.96.0-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=2fbbc4a74e224741 -C extra-filename=-d420cdbdd0a9baa6 --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-413cac6c521b81fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44862026-06-25T02:09:36.225Z Compiling ssh-cipher v0.2.0
44872026-06-25T02:09:36.229Z Running `/home/build/.rustup/toolchains/1.96.0-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=da95eedd1bc5e53a -C extra-filename=-6e233dac68ddd422 --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-40568153df7e321d.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-057544fb79ce40f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882026-06-25T02:09:36.261Z Compiling criterion-plot v0.6.0
44892026-06-25T02:09:36.265Z Running `/home/build/.rustup/toolchains/1.96.0-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=e02666ab5b0a3bbb -C extra-filename=-2869b3dead644a1d --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-ca875404ac80b0ff.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-cf3f0c9ed390719b.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4e17ed26968a9575.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-00727a26359bec41.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-75453f261e9d736a.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-d8e137f62a734ef2.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-69d6d47ed8750d20.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-06-25T02:09:36.265Z Running `/home/build/.rustup/toolchains/1.96.0-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=e266c7a93ae5c55f -C extra-filename=-1ed1f650c6d53239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
44912026-06-25T02:09:36.265Z Compiling supports-color v2.1.0
44922026-06-25T02:09:36.299Z Running `/home/build/.rustup/toolchains/1.96.0-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=530eb1a5be758e6d -C extra-filename=-8ae9705b2551a5f5 --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-e174a5b5a78f06af.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932026-06-25T02:09:36.303Z Running `/home/build/.rustup/toolchains/1.96.0-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=88d6429a1bb6f131 -C extra-filename=-f39a0481064f277b --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-25c4119604cc05b9.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-4becb449d2fee86a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942026-06-25T02:09:36.303Z Compiling textwrap v0.15.2
44952026-06-25T02:09:36.303Z Compiling supports-unicode v2.1.0
44962026-06-25T02:09:36.303Z Compiling supports-hyperlinks v2.1.0
44972026-06-25T02:09:36.334Z Running `/home/build/.rustup/toolchains/1.96.0-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=d7ab665a94746a67 -C extra-filename=-a2b980ce65c4ac13 --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-25c4119604cc05b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982026-06-25T02:09:36.338Z Running `/home/build/.rustup/toolchains/1.96.0-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=d39816d8970dbbf8 -C extra-filename=-8d5b414699306066 --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-7bd122960caf2d87.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-28487aae8fda6bdc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-06-25T02:09:36.338Z Running `/home/build/.rustup/toolchains/1.96.0-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=5e28a31f67c9495b -C extra-filename=-a3c96750550f7b3d --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-25c4119604cc05b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002026-06-25T02:09:36.405Z Compiling darling v0.23.0
45012026-06-25T02:09:36.408Z Running `/home/build/.rustup/toolchains/1.96.0-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=5bc5b3f6d804a567 -C extra-filename=-1756e7f58dfa3bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-06-25T02:09:36.409Z Running `/home/build/.rustup/toolchains/1.96.0-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=c5a21185c3f4fb34 -C extra-filename=-9c03252a89ba4cb8 --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-2fc05a0812f34f21.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-8f50266cb2e92f85.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-06-25T02:09:36.442Z Compiling hashbrown v0.14.5
45042026-06-25T02:09:36.472Z Running `/home/build/.rustup/toolchains/1.96.0-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=a8c1c0da57e1b625 -C extra-filename=-00011f4845179a6b --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-e090a8b1c7fa15c6.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-250fa12d7d10edc7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-06-25T02:09:36.476Z Compiling event-listener-strategy v0.5.4
45062026-06-25T02:09:36.508Z Running `/home/build/.rustup/toolchains/1.96.0-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=b32c1bc5dcd485f6 -C extra-filename=-6ad85358eeaf1d38 --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-7590873c1b9d2a47.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-06-25T02:09:36.579Z Compiling cargo-util-schemas v0.8.2
45082026-06-25T02:09:36.616Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-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 '--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("unstable-schema"))' -C metadata=4e373072df95e646 -C extra-filename=-315a75a6ece19cc9 --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-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-603366765d0db6ef.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-636c114587c73334.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-e8ee968a2012268f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-06-25T02:09:36.619Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-cb4f36b8a1347c56/build-script-build`
45102026-06-25T02:09:36.619Z Compiling tinytemplate v1.2.1
45112026-06-25T02:09:36.652Z Running `/home/build/.rustup/toolchains/1.96.0-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=e7a96696d7389961 -C extra-filename=-6a0edb123303de7e --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-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-06-25T02:09:36.656Z Compiling miette-derive v5.10.0
45132026-06-25T02:09:36.681Z Compiling cfg-expr v0.20.6
45142026-06-25T02:09:36.684Z Running `/home/build/.rustup/toolchains/1.96.0-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=9159a3c5730dd6a7 -C extra-filename=-54c2db1fdbe4bad3 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-06-25T02:09:36.684Z Compiling password-hash v0.4.2
45162026-06-25T02:09:36.714Z Running `/home/build/.rustup/toolchains/1.96.0-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=29380b75309a3228 -C extra-filename=-6a4aef79d41edaf3 --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-7d89882f517ce1e6.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1ed1f650c6d53239.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172026-06-25T02:09:36.718Z Running `/home/build/.rustup/toolchains/1.96.0-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=45fa1aa773df7242 -C extra-filename=-6dc6776a7bd01f6a --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-240e0e80aa5269af.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182026-06-25T02:09:36.750Z Compiling plotters v0.3.7
45192026-06-25T02:09:36.787Z Running `/home/build/.rustup/toolchains/1.96.0-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=afdd1d3f1f71fe39 -C extra-filename=-74cc18e3141fd9f6 --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-e74fea9de7e992ee.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-413cac6c521b81fa.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-d420cdbdd0a9baa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-06-25T02:09:36.792Z Compiling terminal_size v0.1.17
45212026-06-25T02:09:36.826Z Compiling anes v0.1.6
45222026-06-25T02:09:36.829Z Running `/home/build/.rustup/toolchains/1.96.0-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=f21fd6197f67a9db -C extra-filename=-a6ef532f789f4324 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232026-06-25T02:09:36.860Z Running `/home/build/.rustup/toolchains/1.96.0-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=d2e334a55e76bf7f -C extra-filename=-fcc4d00f2fd3e27d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-06-25T02:09:36.864Z Compiling futures-timer v3.0.3
45252026-06-25T02:09:36.864Z Running `/home/build/.rustup/toolchains/1.96.0-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=f5eef68d338ac816 -C extra-filename=-1da563a197d60d4f --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-9c03252a89ba4cb8.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-dd73aa556f1f4be8.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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)'`
45262026-06-25T02:09:36.898Z Running `/home/build/.rustup/toolchains/1.96.0-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=532c4d971b5e8370 -C extra-filename=-99e89488f3ea953f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272026-06-25T02:09:36.902Z Compiling owo-colors v3.5.0
45282026-06-25T02:09:36.902Z Compiling oorandom v11.1.5
45292026-06-25T02:09:36.933Z Running `/home/build/.rustup/toolchains/1.96.0-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=a0a31ce19ba0fabf -C extra-filename=-d36f1397b9a2da9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-06-25T02:09:36.936Z Running `/home/build/.rustup/toolchains/1.96.0-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=14a795da32be5112 -C extra-filename=-135fb103733abf38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312026-06-25T02:09:36.936Z Compiling ssh-key v0.6.7
45322026-06-25T02:09:36.968Z Running `/home/build/.rustup/toolchains/1.96.0-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=87305119227d56fc -C extra-filename=-ced3c136b2bb9b25 --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-6e233dac68ddd422.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-147e518cd7dbb452.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-dd43c65f1cd2e8b6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6da3558d2528835d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-2869b3dead644a1d.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-69d6d47ed8750d20.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332026-06-25T02:09:36.971Z Compiling addr2line v0.25.1
45342026-06-25T02:09:37.028Z Running `/home/build/.rustup/toolchains/1.96.0-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=39c7bf5f88ef63ff -C extra-filename=-32717bb9070a5ca9 --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-785471153bee6cca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-06-25T02:09:37.064Z Compiling async-lock v3.4.2
45362026-06-25T02:09:37.099Z Compiling darling_macro v0.13.4
45372026-06-25T02:09:37.103Z Running `/home/build/.rustup/toolchains/1.96.0-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=34bfeefcd792a252 -C extra-filename=-8f5cf9d85a4c9b1b --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-a177692da92a3b05.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45382026-06-25T02:09:37.104Z Running `/home/build/.rustup/toolchains/1.96.0-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=4f9b66d209401b46 -C extra-filename=-d569b80fd20f7910 --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-7590873c1b9d2a47.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-6ad85358eeaf1d38.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392026-06-25T02:09:37.238Z Compiling chumsky v0.9.3
45402026-06-25T02:09:37.273Z Compiling pbkdf2 v0.11.0
45412026-06-25T02:09:37.277Z Compiling p521 v0.13.3
45422026-06-25T02:09:37.277Z Running `/home/build/.rustup/toolchains/1.96.0-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=ec7bfdc5c76a77b2 -C extra-filename=-16c8a6c5830472a8 --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-00011f4845179a6b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-06-25T02:09:37.277Z Running `/home/build/.rustup/toolchains/1.96.0-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=172d465f92b08a5b -C extra-filename=-ac636762b1805d56 --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-2309f276da9dd5d7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-6dc6776a7bd01f6a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442026-06-25T02:09:37.277Z Running `/home/build/.rustup/toolchains/1.96.0-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=1edb11bee480968d -C extra-filename=-b516d84494344eb1 --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-07bcabaf355624ab.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-399fecdbfe877ab9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c92efa95fe05f19f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-06-25T02:09:37.277Z Compiling p256 v0.13.2
45462026-06-25T02:09:37.307Z Running `/home/build/.rustup/toolchains/1.96.0-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=66fe693605124e58 -C extra-filename=-2db16488ae91f11b --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-399fecdbfe877ab9.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c92efa95fe05f19f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472026-06-25T02:09:37.311Z Compiling knuffel-derive v3.2.0
45482026-06-25T02:09:37.343Z Compiling pathdiff v0.2.3
45492026-06-25T02:09:37.346Z Running `/home/build/.rustup/toolchains/1.96.0-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=5377e5f5c2749857 -C extra-filename=-2067917c1afc77d4 --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-796a6384397cec9e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-389b6359907c33e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502026-06-25T02:09:37.374Z Running `/home/build/.rustup/toolchains/1.96.0-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=db05c18accbaaaa0 -C extra-filename=-71499115ae1c6a8f --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-562d2fd988649feb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-06-25T02:09:37.408Z Compiling blake3 v1.8.5
45522026-06-25T02:09:37.411Z Running `/home/build/.rustup/toolchains/1.96.0-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=027b844ba25a176e -C extra-filename=-8594842aaad364dc --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-8594842aaad364dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-06-25T02:09:37.480Z Compiling tokio-rustls v0.24.1
45542026-06-25T02:09:37.484Z Compiling backtrace v0.3.76
45552026-06-25T02:09:37.514Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=bf2f39c82e83b643 -C extra-filename=-8a389adae5f4743a --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-6663205fa55abb47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.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/ring-bd57a4a7742f761e/out`
45562026-06-25T02:09:37.517Z Running `/home/build/.rustup/toolchains/1.96.0-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=a1f44bc947da2c69 -C extra-filename=-d09c39382ad7903f --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-32717bb9070a5ca9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-faf2b0ac1707425d.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f0856fdfa7ef8446.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-00ab25c26a484a8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-06-25T02:09:37.517Z Running `/home/build/.rustup/toolchains/1.96.0-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=eeb933d8ce03962a -C extra-filename=-3e07234c75c8b2b0 --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-6a4aef79d41edaf3.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-1756e7f58dfa3bb9.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1ed1f650c6d53239.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582026-06-25T02:09:37.647Z Compiling russh-cryptovec v0.7.3
45592026-06-25T02:09:37.651Z Running `/home/build/.rustup/toolchains/1.96.0-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=8b10d1acda126210 -C extra-filename=-4f105a9cd9b175a1 --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602026-06-25T02:09:37.720Z Compiling nested v0.1.1
45612026-06-25T02:09:37.723Z Running `/home/build/.rustup/toolchains/1.96.0-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=47024c3284ce2a6f -C extra-filename=-262d03a89507bafa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06-25T02:09:37.723Z Compiling criterion v0.7.0
45632026-06-25T02:09:37.759Z Running `/home/build/.rustup/toolchains/1.96.0-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=d5d140a96578b477 -C extra-filename=-d285ddd951a00dfe --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-fcc4d00f2fd3e27d.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-e174a5b5a78f06af.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-8ae9705b2551a5f5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-135fb103733abf38.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-74cc18e3141fd9f6.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6a0edb123303de7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-06-25T02:09:37.765Z Compiling md5 v0.7.0
45652026-06-25T02:09:37.794Z Running `/home/build/.rustup/toolchains/1.96.0-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=7a68a60305f8eff5 -C extra-filename=-83cd16f7ca98ec0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662026-06-25T02:09:37.798Z Compiling async-object-pool v0.2.0
45672026-06-25T02:09:37.831Z Compiling num-bigint v0.4.6
45682026-06-25T02:09:37.838Z Running `/home/build/.rustup/toolchains/1.96.0-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=00568613f52c8e4e -C extra-filename=-5debe3e2d52c0a28 --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-d569b80fd20f7910.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-7590873c1b9d2a47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692026-06-25T02:09:37.868Z Running `/home/build/.rustup/toolchains/1.96.0-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=294430e49a21d504 -C extra-filename=-209b2d7e93d382db --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-db6dcd1131b9fccc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-06-25T02:09:37.905Z Compiling serde_regex v1.1.0
45712026-06-25T02:09:37.908Z Running `/home/build/.rustup/toolchains/1.96.0-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=9addfcae3bf93f05 -C extra-filename=-e53e3ba1a15b05bf --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-d404995cf67c4a48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722026-06-25T02:09:37.908Z Compiling darling v0.13.4
45732026-06-25T02:09:37.943Z Running `/home/build/.rustup/toolchains/1.96.0-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=0d6aade946ba1d35 -C extra-filename=-5a96d6c14ebf4f83 --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-a177692da92a3b05.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-8f5cf9d85a4c9b1b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742026-06-25T02:09:37.975Z Compiling guppy v0.17.25
45752026-06-25T02:09:37.978Z Running `/home/build/.rustup/toolchains/1.96.0-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=6e086c84f12def0e -C extra-filename=-19d77e6e10d40e96 --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-e090a8b1c7fa15c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d2da8c1c4d60a3de.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-46af8d5413789e14.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-1756e7f58dfa3bb9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-262d03a89507bafa.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-71499115ae1c6a8f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-3e07234c75c8b2b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-06-25T02:09:37.978Z Compiling assert-json-diff v2.0.2
45772026-06-25T02:09:38.013Z Compiling des v0.8.1
45782026-06-25T02:09:38.016Z Running `/home/build/.rustup/toolchains/1.96.0-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=658c9e2d9f4e9cea -C extra-filename=-a4fc9fbeac573db0 --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-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792026-06-25T02:09:38.016Z Compiling cargo_metadata v0.21.0
45802026-06-25T02:09:38.016Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45812026-06-25T02:09:38.051Z Running `/home/build/.rustup/toolchains/1.96.0-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=fcf508c3d21e4b85 -C extra-filename=-a02cd4311119e1a5 --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-f2e174cbeddcc6ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822026-06-25T02:09:38.054Z Compiling path-tree v0.8.3
45832026-06-25T02:09:38.054Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=29b2ee1b1301a04b -C extra-filename=-9204a743d8c4fed3 --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-562d2fd988649feb.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-c542b7cd1e881ef1.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-315a75a6ece19cc9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842026-06-25T02:09:38.054Z Running `/home/build/.rustup/toolchains/1.96.0-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=fa2a64e7d52b598e -C extra-filename=-ab8d12601e054caf --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-ddbd926ac260bdaa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852026-06-25T02:09:38.054Z Compiling stringmetrics v2.2.2
45862026-06-25T02:09:38.083Z Running `/home/build/.rustup/toolchains/1.96.0-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=1089b381ea790523 -C extra-filename=-37cddeb6d022a0f9 --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-7d89882f517ce1e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872026-06-25T02:09:38.086Z Running `/home/build/.rustup/toolchains/1.96.0-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=b5dd2c84824416d1 -C extra-filename=-52379836f4f8b645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-06-25T02:09:38.114Z Compiling hickory-client v0.25.2
45892026-06-25T02:09:38.117Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45902026-06-25T02:09:38.181Z Running `/home/build/.rustup/toolchains/1.96.0-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=25c61a1739aec40d -C extra-filename=-c760b4ac83bead61 --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912026-06-25T02:09:38.185Z Running `/home/build/.rustup/toolchains/1.96.0-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=1df9365a92e67652 -C extra-filename=-48f21a57ed1e232a --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-91616001ffac1a2d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-ba4aa6b3a438f9fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-06-25T02:09:38.185Z Compiling backtrace-ext v0.2.1
45932026-06-25T02:09:38.218Z Compiling serde_with_macros v1.5.2
45942026-06-25T02:09:38.221Z Running `/home/build/.rustup/toolchains/1.96.0-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=674e358742705aba -C extra-filename=-59f1796201d32e5c --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-d09c39382ad7903f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952026-06-25T02:09:38.250Z Compiling russh-keys v0.45.0
45962026-06-25T02:09:38.253Z Running `/home/build/.rustup/toolchains/1.96.0-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=1c8859a5ff6299c2 -C extra-filename=-1d8443d0e6a12b7b --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-5a96d6c14ebf4f83.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45972026-06-25T02:09:38.254Z Running `/home/build/.rustup/toolchains/1.96.0-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=e679adf5d25951e4 -C extra-filename=-65459fd6bd8e1bd3 --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-ca875404ac80b0ff.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-6e233dac68ddd422.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-5c53940cdb72a4f6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4e17ed26968a9575.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-75453f261e9d736a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-399fecdbfe877ab9.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-54b2b55831d5f7ee.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e1a1b71b3e15e361.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-83cd16f7ca98ec0f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-2db16488ae91f11b.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-c468282143464f19.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b516d84494344eb1.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-ac636762b1805d56.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-b912bb5eee54b56c.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b8ccd5dd7cf28bd8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-4f105a9cd9b175a1.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-dd43c65f1cd2e8b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-69d6d47ed8750d20.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-ced3c136b2bb9b25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-5ab7278a003f40a5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982026-06-25T02:09:38.353Z Compiling ratatui v0.29.0
45992026-06-25T02:09:38.387Z Compiling topological-sort v0.2.2
46002026-06-25T02:09:38.387Z Compiling assert_cmd v2.1.2
46012026-06-25T02:09:38.390Z Running `/home/build/.rustup/toolchains/1.96.0-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=ae3894823020f073 -C extra-filename=-030507905f4b171c --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-d50e7edc619f54dd.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-d26e8d0f979773d3.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-2a320e4081c66821.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-27adb8c919c7af88.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-dd73aa556f1f4be8.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-1da563a197d60d4f.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-00e477fbd5937e4c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-2011cb7c53db9500.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-bfff11b21fadfb13.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022026-06-25T02:09:38.390Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-8594842aaad364dc/build-script-build`
46032026-06-25T02:09:38.421Z Running `/home/build/.rustup/toolchains/1.96.0-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=26309fd1868a92bf -C extra-filename=-724fa38c99a80183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042026-06-25T02:09:38.424Z Running `/home/build/.rustup/toolchains/1.96.0-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=89f4175a1ac221b5 -C extra-filename=-a35d2067c8c56a1b --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-a35d2067c8c56a1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052026-06-25T02:09:38.424Z Compiling target-triple v1.0.0
46062026-06-25T02:09:38.458Z Running `/home/build/.rustup/toolchains/1.96.0-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=68107acf720c8bcd -C extra-filename=-531cd78df838c74b --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-531cd78df838c74b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-06-25T02:09:38.529Z Compiling escape8259 v0.5.3
46082026-06-25T02:09:38.562Z Compiling internet-checksum v0.2.1
46092026-06-25T02:09:38.565Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46102026-06-25T02:09:38.565Z Running `/home/build/.rustup/toolchains/1.96.0-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=2e3d8c82e2283f2a -C extra-filename=-6160d1db964004ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-06-25T02:09:38.565Z Running `/home/build/.rustup/toolchains/1.96.0-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=7b8a1f93ec59a895 -C extra-filename=-4ba53c2445ca7526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122026-06-25T02:09:38.598Z Running `/home/build/.rustup/toolchains/1.96.0-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=05f2dcffc875f275 -C extra-filename=-6192d54586c9cf1b --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-d436b99edfb9995a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-01dd71b090051480.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-f73412ce48d51b3b.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-3febe78d37fcb7a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132026-06-25T02:09:38.602Z Compiling httpmock v0.8.3
46142026-06-25T02:09:38.629Z Running `/home/build/.rustup/toolchains/1.96.0-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=927e2cd99b84aa50 -C extra-filename=-dda63e2e30cd8b05 --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-a4fc9fbeac573db0.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-5debe3e2d52c0a28.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27bb048c672f3d09.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-99e89488f3ea953f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-37cddeb6d022a0f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-e53e3ba1a15b05bf.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f1ab03fc45e418e1.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-52379836f4f8b645.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e995984cf0d3b41d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-06-25T02:09:38.696Z Compiling fancy-regex v0.14.0
46162026-06-25T02:09:38.700Z Running `/home/build/.rustup/toolchains/1.96.0-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=e77c8cfd7efd766f -C extra-filename=-5f457ea572cd7b8d --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-f5c9ddb97afaf5aa.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-06-25T02:09:38.700Z Compiling rstest_macros v0.25.0
46182026-06-25T02:09:38.732Z Running `/home/build/.rustup/toolchains/1.96.0-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=696fff7969899691 -C extra-filename=-7f25afe571570bbe --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-7f25afe571570bbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9e3d7c67d3657b71.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-06-25T02:09:38.983Z Compiling miette v5.10.0
46202026-06-25T02:09:38.987Z Running `/home/build/.rustup/toolchains/1.96.0-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=d7564b214e9f746a -C extra-filename=-a690cc1c96398d40 --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-d09c39382ad7903f.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-59f1796201d32e5c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-25c4119604cc05b9.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-54c2db1fdbe4bad3.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d36f1397b9a2da9a.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-f39a0481064f277b.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-a3c96750550f7b3d.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-a2b980ce65c4ac13.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-a6ef532f789f4324.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8d5b414699306066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212026-06-25T02:09:38.987Z Compiling linkme-impl v0.3.35
46222026-06-25T02:09:38.987Z Running `/home/build/.rustup/toolchains/1.96.0-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=2758aa934b043130 -C extra-filename=-179aeb7b83990607 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-179aeb7b83990607 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232026-06-25T02:09:39.053Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46242026-06-25T02:09:39.056Z Running `/home/build/.rustup/toolchains/1.96.0-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=b7bd25b81c0498cd -C extra-filename=-e660825e936907db --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-ab8d12601e054caf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2f0ea16c0944c2e0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252026-06-25T02:09:39.056Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46262026-06-25T02:09:39.056Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-531cd78df838c74b/build-script-build`
46272026-06-25T02:09:39.057Z Compiling multimap v0.10.1
46282026-06-25T02:09:39.091Z Running `/home/build/.rustup/toolchains/1.96.0-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=440e583d2f842bd2 -C extra-filename=-3633658464b913ed --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-e20aea4cd5f81559.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-06-25T02:09:39.094Z Running `/home/build/.rustup/toolchains/1.96.0-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=91d8c3cc5ce7f9cc -C extra-filename=-ccf4358e01f7eab1 --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`
46302026-06-25T02:09:39.095Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-a35d2067c8c56a1b/build-script-build`
46312026-06-25T02:09:39.160Z Compiling libtest-mimic v0.8.1
46322026-06-25T02:09:39.164Z Running `/home/build/.rustup/toolchains/1.96.0-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=6a05f5437a85ad65 -C extra-filename=-ae0b779e8513370f --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-8e6df892e9db3127.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0db242db6909dbcf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-6160d1db964004ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46332026-06-25T02:09:39.196Z Compiling approx v0.5.1
46342026-06-25T02:09:39.199Z Running `/home/build/.rustup/toolchains/1.96.0-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=ff189752dfd26664 -C extra-filename=-7e4ac9dff1b11365 --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-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-06-25T02:09:39.199Z Compiling uzers v0.12.2
46362026-06-25T02:09:39.228Z Running `/home/build/.rustup/toolchains/1.96.0-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=767eb14a4a968e1f -C extra-filename=-4f17a1feec63be4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
46372026-06-25T02:09:39.231Z Compiling relative-path v1.9.3
46382026-06-25T02:09:39.295Z Running `/home/build/.rustup/toolchains/1.96.0-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=9877177b6d0e6c05 -C extra-filename=-120751e0aa87ae6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46392026-06-25T02:09:39.298Z Running `/home/build/.rustup/toolchains/1.96.0-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=ed0bf4de55fb0b5b -C extra-filename=-cdcbe7f04478be67 --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-0a491e02bb33227a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-06-25T02:09:39.298Z Running `/home/build/.rustup/toolchains/1.96.0-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=14c57ee331be132a -C extra-filename=-330c1962bbabe88e --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-60cb471cbe396aa5.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-890a04ae382f5212.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-74f04eda5515004f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-5872f84a7d9c3209.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e4a983ad73fe3843.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-77a77c8c2a98e73c.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-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/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()))'`
46412026-06-25T02:09:39.332Z Running `/home/build/.rustup/toolchains/1.96.0-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=6fdcc8a46f5c9513 -C extra-filename=-ae43e4d1017cfb38 --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-0db242db6909dbcf.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-77daaa4a65a99897.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02c0614aa789d576.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-48b5029740777266.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-37c2843af1e4480c.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-dffa7d1473e54bd3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-06-25T02:09:39.336Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-7f25afe571570bbe/build-script-build`
46432026-06-25T02:09:39.401Z Compiling termcolor v1.4.1
46442026-06-25T02:09:39.404Z Running `/home/build/.rustup/toolchains/1.96.0-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=2122c605178ae332 -C extra-filename=-7922c5afc537b8b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452026-06-25T02:09:39.436Z Compiling linkme v0.3.35
46462026-06-25T02:09:39.468Z Compiling russh v0.45.0
46472026-06-25T02:09:39.471Z Running `/home/build/.rustup/toolchains/1.96.0-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=cf2da0015caf4510 -C extra-filename=-a319f5bfdbec57a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-a319f5bfdbec57a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-06-25T02:09:39.471Z Running `/home/build/.rustup/toolchains/1.96.0-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=cbab4caac068abb7 -C extra-filename=-86a70d1c12ca2892 --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-ca875404ac80b0ff.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-cf3f0c9ed390719b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d50e7edc619f54dd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4e17ed26968a9575.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-00727a26359bec41.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-75453f261e9d736a.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efcfc38c596a3371.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-a02cd4311119e1a5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-209b2d7e93d382db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-2db16488ae91f11b.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-c468282143464f19.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b516d84494344eb1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-d8e137f62a734ef2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c5107d4812530471.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-4f105a9cd9b175a1.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-65459fd6bd8e1bd3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-69d6d47ed8750d20.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-ced3c136b2bb9b25.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492026-06-25T02:09:39.503Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-179aeb7b83990607/build-script-build`
46502026-06-25T02:09:39.506Z Compiling blake2b_simd v1.0.4
46512026-06-25T02:09:39.537Z Running `/home/build/.rustup/toolchains/1.96.0-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=de7c259e46485b9a -C extra-filename=-fd011f13ab750942 --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-60cb471cbe396aa5.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-890a04ae382f5212.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-74f04eda5515004f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-06-25T02:09:39.540Z Compiling httptest v0.16.4
46532026-06-25T02:09:39.572Z Running `/home/build/.rustup/toolchains/1.96.0-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=ea02c2383ecb3560 -C extra-filename=-bc1562b31f46f16d --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-77daaa4a65a99897.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-78beb770c584e66d.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27bb048c672f3d09.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-06-25T02:09:39.607Z Compiling datatest-stable v0.3.3
46552026-06-25T02:09:39.641Z Running `/home/build/.rustup/toolchains/1.96.0-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=053fbb87184ccd41 -C extra-filename=-8bdbf43e37a761ac --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-562d2fd988649feb.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-5f457ea572cd7b8d.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-ae0b779e8513370f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562026-06-25T02:09:39.673Z Running `/home/build/.rustup/toolchains/1.96.0-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=2157091e71dd7fab -C extra-filename=-8f2da02aa36c1276 --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-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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)'`
46572026-06-25T02:09:39.676Z Compiling knuffel v3.2.0
46582026-06-25T02:09:39.705Z Running `/home/build/.rustup/toolchains/1.96.0-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=cfc0aa1ab1d726e0 -C extra-filename=-854b3f5259e943e1 --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-906d682cae32d17e.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-16c8a6c5830472a8.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-2067917c1afc77d4.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-a690cc1c96398d40.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-06-25T02:09:39.811Z Compiling trybuild v1.0.116
46602026-06-25T02:09:39.814Z Running `/home/build/.rustup/toolchains/1.96.0-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=a77f2ee642f1409c -C extra-filename=-389fb4b426a7040a --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-d10186eee2d4e120.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-4f17a1feec63be4b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-7922c5afc537b8b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-79b1c9ccf416cb66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612026-06-25T02:09:39.849Z Running `/home/build/.rustup/toolchains/1.96.0-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=3f2e5d3d362ecfc9 -C extra-filename=-0f28bb258849bdba --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-91616001ffac1a2d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-9d50e864a451e364.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-120751e0aa87ae6a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-6c7226467be15f61.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622026-06-25T02:09:39.886Z Compiling partial-io v0.5.4
46632026-06-25T02:09:39.889Z Running `/home/build/.rustup/toolchains/1.96.0-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=ddd1364ec601cd9b -C extra-filename=-09c727e181bf7d11 --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-84aef0af6b885cb6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-8264e52b13016ea4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642026-06-25T02:09:39.926Z Compiling rand_distr v0.5.1
46652026-06-25T02:09:39.926Z Compiling serde_with v1.14.0
46662026-06-25T02:09:39.930Z Running `/home/build/.rustup/toolchains/1.96.0-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=daa7cfb3be473b49 -C extra-filename=-aeab6d2a61d1000c --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-e74fea9de7e992ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672026-06-25T02:09:39.930Z Compiling drift v0.2.0
46682026-06-25T02:09:39.930Z Running `/home/build/.rustup/toolchains/1.96.0-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=f693ddbb8ff1a013 -C extra-filename=-07c162c4725029c9 --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-e20aea4cd5f81559.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-1d8443d0e6a12b7b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692026-06-25T02:09:39.963Z Running `/home/build/.rustup/toolchains/1.96.0-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=43e34b9f39fc0b29 -C extra-filename=-e846d104ca6dbb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-06-25T02:09:40.031Z Compiling constant_time_eq v0.3.1
46712026-06-25T02:09:40.035Z Compiling similar-asserts v1.7.0
46722026-06-25T02:09:40.035Z Running `/home/build/.rustup/toolchains/1.96.0-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=bc91d16a5bc81c0c -C extra-filename=-c86dafbacc3f5e62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-06-25T02:09:40.067Z Running `/home/build/.rustup/toolchains/1.96.0-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=4e29b42e6c445f9d -C extra-filename=-f480de7d16f6e5f1 --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-cec09e549e78bdfa.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f1ab03fc45e418e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742026-06-25T02:09:40.070Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-a319f5bfdbec57a8/build-script-build`
46752026-06-25T02:09:40.131Z Compiling cargo_toml v0.21.0
46762026-06-25T02:09:40.135Z Running `/home/build/.rustup/toolchains/1.96.0-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=b730ee998466ba66 -C extra-filename=-85d4742e77e1d115 --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-e20aea4cd5f81559.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-06-25T02:09:40.135Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46782026-06-25T02:09:40.166Z Running `/home/build/.rustup/toolchains/1.96.0-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=2b125a279d4a04b0 -C extra-filename=-4b7f126bc5808c89 --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-fbde0eadaf750fbf.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-aac8ac83ce11b870.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46792026-06-25T02:09:40.201Z Compiling rust-argon2 v2.1.0
46802026-06-25T02:09:40.204Z Running `/home/build/.rustup/toolchains/1.96.0-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=05de4ddc526509c0 -C extra-filename=-ff5dc55a5241ec0d --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-906d682cae32d17e.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-fd011f13ab750942.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-c86dafbacc3f5e62.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-06-25T02:09:40.237Z Compiling termios v0.3.3
46822026-06-25T02:09:40.240Z Running `/home/build/.rustup/toolchains/1.96.0-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=619703557d61414c -C extra-filename=-fb5a808c4c009f0d --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-0a491e02bb33227a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-06-25T02:09:40.274Z Running `/home/build/.rustup/toolchains/1.96.0-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=a29021074a92775f -C extra-filename=-24c886a92061336a --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-92f538158b11c638.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-d5b925750e49983c.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46842026-06-25T02:09:40.313Z Running `/home/build/.rustup/toolchains/1.96.0-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=f4937ebb37444299 -C extra-filename=-75045929cc425a4b --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`
46852026-06-25T02:09:40.392Z Compiling tui-tree-widget v0.23.1
46862026-06-25T02:09:40.395Z Running `/home/build/.rustup/toolchains/1.96.0-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=8bcc0bb8fa93b26c -C extra-filename=-0965392548846a76 --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-030507905f4b171c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-7a0f880fdad6f9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872026-06-25T02:09:40.469Z Compiling support-bundle-viewer v0.1.2
46882026-06-25T02:09:40.472Z Running `/home/build/.rustup/toolchains/1.96.0-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=dad6b88a84512bcc -C extra-filename=-012ee95f0af12988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-27adb8c919c7af88.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.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-e6de9d0162b5f3ca/out`
46892026-06-25T02:09:40.529Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
46902026-06-25T02:09:40.532Z Running `/home/build/.rustup/toolchains/1.96.0-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=3e22f5f70589584a -C extra-filename=-7c5fff3a5bf3d7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-6192d54586c9cf1b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-854b3f5259e943e1.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-a690cc1c96398d40.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-f73412ce48d51b3b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912026-06-25T02:09:40.610Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
46922026-06-25T02:09:40.614Z Running `/home/build/.rustup/toolchains/1.96.0-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=0f6929a33f1dca25 -C extra-filename=-be73e61e29e762e0 --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-562d2fd988649feb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-24c2836bb92b5aeb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-854b3f5259e943e1.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-a690cc1c96398d40.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-c468282143464f19.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6da3558d2528835d.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46932026-06-25T02:09:40.904Z Running `/home/build/.rustup/toolchains/1.96.0-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=75b10b462103910e -C extra-filename=-f21b83dfd0ad6c4e --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-8f2da02aa36c1276.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942026-06-25T02:09:41.083Z Compiling dropshot-api-manager v0.7.2
46952026-06-25T02:09:41.086Z Running `/home/build/.rustup/toolchains/1.96.0-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=2f069a1791ae0ddd -C extra-filename=-eadb682ebc78fe7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-e846d104ca6dbb79.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-9ef369cfbc597a5a.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ee5ad96cc12f1662.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f1ab03fc45e418e1.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.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/ring-bd57a4a7742f761e/out`
46962026-06-25T02:09:41.352Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46972026-06-25T02:09:41.355Z Running `/home/build/.rustup/toolchains/1.96.0-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=7b201b2420a599b3 -C extra-filename=-849992cc881f712c --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-849992cc881f712c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-7e14b97ad3b681b0.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-bbc095e9bfc4d83f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-07c162c4725029c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982026-06-25T02:09:42.717Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
46992026-06-25T02:09:42.720Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/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=6fc24ad30486003c -C extra-filename=-8cab61bdecd66c85 --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-562d2fd988649feb.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-be73e61e29e762e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002026-06-25T02:09:42.833Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47012026-06-25T02:09:42.837Z Running `/home/build/.rustup/toolchains/1.96.0-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=1266719d911fcbbd -C extra-filename=-40b1f233fbc6a74d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-85d4742e77e1d115.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ccf4358e01f7eab1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022026-06-25T02:09:43.070Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-849992cc881f712c/build-script-build`
47032026-06-25T02:09:43.186Z Running `/home/build/.rustup/toolchains/1.96.0-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=003886f3c9c29ba9 -C extra-filename=-52b61459f5cb9967 --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-998bafe4c545e55e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-4013ada4819baa99.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042026-06-25T02:09:43.946Z Compiling rstest v0.25.0
47052026-06-25T02:09:43.949Z Running `/home/build/.rustup/toolchains/1.96.0-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=a71c6a516202acab -C extra-filename=-2d11acdb54476a41 --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-99e89488f3ea953f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-0f28bb258849bdba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47062026-06-25T02:09:46.739Z Compiling samael v0.0.19
47072026-06-25T02:09:46.742Z Running `/home/build/.rustup/toolchains/1.96.0-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=c7a07b24d3222fdc -C extra-filename=-3eea514415f5b961 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-3eea514415f5b961 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-d672d79437e49cc4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-50f76cf474cf9ef2.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47082026-06-25T02:09:48.227Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-3eea514415f5b961/build-script-bindings`
47092026-06-25T02:09:49.337Z Compiling polar-core v0.27.3
47102026-06-25T02:09:49.340Z Running `/home/build/.rustup/toolchains/1.96.0-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=138b341346c44f13 -C extra-filename=-88db7c61f62c3046 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-88db7c61f62c3046 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8d8d5b72944434b8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112026-06-25T02:09:49.758Z Running `/home/build/.rustup/toolchains/1.96.0-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=1697fa386177f1dd -C extra-filename=-383b1cbf5b568480 --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-0a491e02bb33227a.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-85d3a7cfb11dfb5d.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-881dfc3d6d78c117/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
47122026-06-25T02:09:49.990Z Compiling git2 v0.20.4
47132026-06-25T02:09:49.993Z Running `/home/build/.rustup/toolchains/1.96.0-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=d13ad3bf68e43f61 -C extra-filename=-f3fc8b7d3c8bc87f --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-d50e7edc619f54dd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-383b1cbf5b568480.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.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-881dfc3d6d78c117/out/build -L native=/usr/lib/amd64`
47142026-06-25T02:09:50.372Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-88db7c61f62c3046/build-script-build`
47152026-06-25T02:09:50.856Z Compiling diesel-dtrace v0.5.0
47162026-06-25T02:09:50.859Z Running `/home/build/.rustup/toolchains/1.96.0-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=6315a240ae23d1dd -C extra-filename=-63c019c9c93fc671 --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-bf7fd2eae9f4a885.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67bdb8002bc29752.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
47172026-06-25T02:09:51.061Z Compiling async-bb8-diesel v0.2.1
47182026-06-25T02:09:51.064Z Running `/home/build/.rustup/toolchains/1.96.0-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=bd0478810b078836 -C extra-filename=-c0dfbdfa03f9ae45 --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-e768ca3d3364e9aa.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-8e791918c3970e82.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.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`
47192026-06-25T02:09:51.549Z Running `/home/build/.rustup/toolchains/1.96.0-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=9c16c8a94ec87f3e -C extra-filename=-80a330835c9fc673 --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-4ab9f04c3d481194.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cc6d18688c16c6c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-0283c7d0f413610f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202026-06-25T02:09:52.101Z Running `/home/build/.rustup/toolchains/1.96.0-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=2d1e7dc261a1d761 -C extra-filename=-d13dd35d8d112360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-b03ab4e5f74b7cc3.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-f3fc8b7d3c8bc87f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-a414145599aacc63.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-aa2d059aec57f389.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-881dfc3d6d78c117/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
47212026-06-25T02:09:52.211Z Running `/home/build/.rustup/toolchains/1.96.0-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=ad4a3bc50b68315d -C extra-filename=-60a3782de2d2dc48 --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-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-b03ab4e5f74b7cc3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-ea53504e6be24539.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-79a07e98091d1102.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-faab0251d033bc5e.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-08b6a6de5dd7b728.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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)'`
47222026-06-25T02:09:52.932Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
47232026-06-25T02:09:52.935Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=96fce079a259f2c0 -C extra-filename=-48d8817032e25e80 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-48d8817032e25e80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-a414145599aacc63.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-d13dd35d8d112360.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-881dfc3d6d78c117/out/build -L native=/usr/lib/amd64`
47242026-06-25T02:09:54.000Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-48d8817032e25e80/build-script-build`
47252026-06-25T02:09:54.918Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=22ee29a74b337c17 -C extra-filename=-1daba3450262b828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3b17bc4021edcae6.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-df7e3ca38f647065.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-03624aeb466066d5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8a389adae5f4743a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-79b1c9ccf416cb66.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-f953a7ad510a0b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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/ring-bd57a4a7742f761e/out`
47262026-06-25T02:09:55.108Z Compiling oso v0.27.3
47272026-06-25T02:09:55.112Z Running `/home/build/.rustup/toolchains/1.96.0-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=ab3d2eb9b43368ad -C extra-filename=-27cea35b3f173281 --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-5d86a1dc60cc0e2e.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-0feabdffdc02f053.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-80a330835c9fc673.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47282026-06-25T02:09:55.436Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-3d581c8157572c31/build-script-build`
47292026-06-25T02:09:55.440Z Running `/home/build/.rustup/toolchains/1.96.0-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=92279e02d88aaca5 -C extra-filename=-f86f8fcd92c51474 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-08ebd71d08b94ffe/out -l static=aws_lc_0_40_0_crypto --cfg universal`
47302026-06-25T02:09:55.510Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-913b0d606b01e991/build-script-build`
47312026-06-25T02:09:55.958Z Running `/home/build/.rustup/toolchains/1.96.0-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=96e30e73ac740ab5 -C extra-filename=-a3a8176ed0afd916 --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-f86f8fcd92c51474.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-598c93983f5b3ee2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.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-08ebd71d08b94ffe/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
47322026-06-25T02:09:56.812Z Compiling rustls-webpki v0.103.9
47332026-06-25T02:09:56.816Z Running `/home/build/.rustup/toolchains/1.96.0-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="ring"' --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=e534e42fbd07d2be -C extra-filename=-6263b9b64e8d90b8 --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-a3a8176ed0afd916.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-274b1f293a70f25c.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47342026-06-25T02:09:57.273Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.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 --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="ring"' --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=40322a93b308523b -C extra-filename=-6043e565730f8a05 --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-a3a8176ed0afd916.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-6263b9b64e8d90b8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47352026-06-25T02:09:59.869Z Compiling tokio-rustls v0.26.4
47362026-06-25T02:09:59.869Z Compiling rustls-platform-verifier v0.6.2
47372026-06-25T02:09:59.872Z Running `/home/build/.rustup/toolchains/1.96.0-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="logging"' --cfg 'feature="ring"' --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=603bb328b9758996 -C extra-filename=-ca9e2852663a0a9a --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-6043e565730f8a05.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47382026-06-25T02:09:59.872Z Running `/home/build/.rustup/toolchains/1.96.0-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=40af284adc4e591e -C extra-filename=-5c8f8a85db75775b --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-b9a77a9d7eb488c5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-4078eaf95427ce9a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-6263b9b64e8d90b8.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47392026-06-25T02:10:00.099Z Compiling hyper-rustls v0.27.7
47402026-06-25T02:10:00.102Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/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=1bd91752657292c9 -C extra-filename=-148c19f6e17a73ed --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-49ef60788a96bc4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-8ee8116759fbef66.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-53d0fa3ea5ebd704.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4eb9fd31597b61c2.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a5a12962580ded3.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-305570fe8f562574.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ca9e2852663a0a9a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/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/`
47412026-06-25T02:10:00.102Z Running `/home/build/.rustup/toolchains/1.96.0-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="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --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=5ca5d1dd71ec202d -C extra-filename=-87b6a94fd1f337aa --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-d78395098e4ac36c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-4078eaf95427ce9a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ca9e2852663a0a9a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3a950c8514b67fc2.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-c680d54018fe7a81.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47422026-06-25T02:10:00.356Z Compiling reqwest v0.13.2
47432026-06-25T02:10:00.356Z Compiling reqwest v0.12.28
47442026-06-25T02:10:00.359Z Running `/home/build/.rustup/toolchains/1.96.0-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=7c9d69896dc0612a -C extra-filename=-cf5bb342af5a7b8c --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-e16e913afb634424.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-d8eeacdf6deebcaa.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-85c0478407217d05.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-a4f69be2fc5ee552.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23e6c1157a4db62.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-5278c35edc0c4a37.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-5c8f8a85db75775b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-83b5f9418f316be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ca9e2852663a0a9a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-c929b52c9a296672.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-efd02d9464563ba5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3a950c8514b67fc2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47452026-06-25T02:10:00.360Z Running `/home/build/.rustup/toolchains/1.96.0-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="__rustls"' --cfg 'feature="__rustls-ring"' --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="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --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=8d633c5bd05bad7f -C extra-filename=-acd532262efce067 --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-e16e913afb634424.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-85c0478407217d05.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-a4f69be2fc5ee552.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23e6c1157a4db62.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-f99a460b9503f657.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-5278c35edc0c4a37.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-07111e8ae65ccead.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-af8e72cb4e6faadf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-67d59252a270ba09.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-83b5f9418f316be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-71c4942126e28656.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ca9e2852663a0a9a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-c929b52c9a296672.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-efd02d9464563ba5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3a950c8514b67fc2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-c680d54018fe7a81.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/usr/lib/amd64`
47462026-06-25T02:10:01.618Z Compiling progenitor-client v0.14.0
47472026-06-25T02:10:01.618Z Compiling progenitor-client v0.13.0
47482026-06-25T02:10:01.622Z Running `/home/build/.rustup/toolchains/1.96.0-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=d364abb871a83027 -C extra-filename=-6c836a5ee90d1dda --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-970ff05a54ff65c4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47492026-06-25T02:10:01.622Z Running `/home/build/.rustup/toolchains/1.96.0-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=5fec379aab44ce22 -C extra-filename=-ba182b494640e4ec --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-970ff05a54ff65c4.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47502026-06-25T02:10:01.681Z Compiling tough v0.22.0
47512026-06-25T02:10:01.684Z Compiling omicron-zone-package v0.12.2
47522026-06-25T02:10:01.684Z Running `/home/build/.rustup/toolchains/1.96.0-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c7c8511800ae38f -C extra-filename=-e43581ce0fe40fc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-330c1962bbabe88e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1dbee1d4cf02dc06.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-acd532262efce067.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b4ad50816c862b18.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b472047b56a28f75.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-724fa38c99a80183.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.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-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/usr/lib/amd64`
47532026-06-25T02:10:01.684Z Running `/home/build/.rustup/toolchains/1.96.0-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=67d71f43a7c88677 -C extra-filename=-19157d886bdcf517 --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-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a3a8176ed0afd916.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6ebb949e2c3a2fc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-30b382cac09ace51.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-acd532262efce067.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-dad52c9e2c74cacc.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-2b850b83f2e0e2c1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-1ced1239b16eb43c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-598c93983f5b3ee2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/usr/lib/amd64`
47542026-06-25T02:10:01.873Z Compiling progenitor-extras v0.2.0
47552026-06-25T02:10:01.873Z Compiling progenitor v0.14.0
47562026-06-25T02:10:01.876Z Running `/home/build/.rustup/toolchains/1.96.0-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=29b67923fc502f90 -C extra-filename=-c284a64865ca3e78 --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-4bec6c222c3fad06.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47572026-06-25T02:10:01.876Z Running `/home/build/.rustup/toolchains/1.96.0-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=66742112009beb48 -C extra-filename=-947a95b00f956bf5 --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-6c836a5ee90d1dda.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d88c15368da35853.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-3e2d54256000782f.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47582026-06-25T02:10:01.933Z Compiling progenitor v0.13.0
47592026-06-25T02:10:01.936Z Running `/home/build/.rustup/toolchains/1.96.0-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=76f89f3f5b441536 -C extra-filename=-43a890284280d7bd --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-ba182b494640e4ec.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6ad7aec75e6a096e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-49828aeff3f64efd.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47602026-06-25T02:10:02.029Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
47612026-06-25T02:10:02.029Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
47622026-06-25T02:10:02.029Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
47632026-06-25T02:10:02.033Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
47642026-06-25T02:10:02.033Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
47652026-06-25T02:10:02.033Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
47662026-06-25T02:10:02.033Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/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=2adaa4229ba01737 -C extra-filename=-62264fc41e04016b --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-189079cb77e25919.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-3e1967424e31e65a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-60437477eb01efdf.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-48878efa4919e75a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e995984cf0d3b41d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47672026-06-25T02:10:02.033Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=d790836c4d3a4fcc -C extra-filename=-c805add530b4dece --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-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-906d682cae32d17e.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-1dd0f8f4420190d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1386448b8578fe8e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47682026-06-25T02:10:02.033Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3e66478/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=a221adfed9a789c4 -C extra-filename=-c5f44c3f2ee06ad8 --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-6ce5384e30062e41.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47692026-06-25T02:10:02.034Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/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=8d6654e87cc0ff12 -C extra-filename=-95254111285d7e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3b17bc4021edcae6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-906d682cae32d17e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-1dd0f8f4420190d7.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-6147bee63c5f3178.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1386448b8578fe8e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out`
47702026-06-25T02:10:02.034Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=b4c26d9ba1802402 -C extra-filename=-ea43ed7604ff8080 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-df7e3ca38f647065.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47712026-06-25T02:10:02.034Z Running `/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/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=d2e53ebef958a9fc -C extra-filename=-e651eb70f64e2fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-df7e3ca38f647065.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47722026-06-25T02:10:02.093Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
47732026-06-25T02:10:02.097Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47742026-06-25T02:10:02.126Z Running `/home/build/.rustup/toolchains/1.96.0-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=3a82bbee0ebeeeab -C extra-filename=-e7a4e0443b413038 --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-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c2e1b3ca75f82095.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-efba6ae4ed135df6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43a890284280d7bd.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0bb2258222063d7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47752026-06-25T02:10:02.129Z Running `/home/build/.rustup/toolchains/1.96.0-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=9bcd565ca6bcaf56 -C extra-filename=-16c89190edb3ab46 --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-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-1031961c3b209c4d.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-efba6ae4ed135df6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43a890284280d7bd.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-0bb2258222063d7e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
47762026-06-25T02:10:03.877Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
47772026-06-25T02:10:03.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=1853e4a7f8ca319f -C extra-filename=-b3d0f3b88047743a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a3a8176ed0afd916.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6dccbc89b03594c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0a645acde2cc5ce0.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-72d2ed3928f9f522.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-0f9534ff132fdfa1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
47782026-06-25T02:10:04.053Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
47792026-06-25T02:10:04.057Z Running `/home/build/.rustup/toolchains/1.96.0-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=f8fc55c8cd138345 -C extra-filename=-66768ec4fd6fe96f --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-52b61459f5cb9967.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47802026-06-25T02:10:04.413Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
47812026-06-25T02:10:04.418Z Running `/home/build/.rustup/toolchains/1.96.0-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=d22ad4f83017ab01 -C extra-filename=-c5deb9a852cc441c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c5deb9a852cc441c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-e090a8b1c7fa15c6.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-238300f45ec449d7.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-8e6df892e9db3127.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a3a8176ed0afd916.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-07bcabaf355624ab.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-240e0e80aa5269af.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b64518119679e82b.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d50e7edc619f54dd.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-77daaa4a65a99897.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8ec3c64e29e99ee8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4ee8b0fcd12c320b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-a86e796c0dcfd39c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-27adb8c919c7af88.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c043111850507f2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efcfc38c596a3371.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f156bca6f113325b.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3a9767d5d345c73.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-399fecdbfe877ab9.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-de5cd9a42c69b510.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-973e4e85fa469df0.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ebbbee32e7ba430f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-defe37921f9f47ba.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27bb048c672f3d09.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2c27a9e96c8c5036.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d43305386c924578.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4b5ec270e9a44300.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4909561cb0d33eaa.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3bfccc171e222750.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5b4b9fa595bec91d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-796a6384397cec9e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-15643fc258ddbe74.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e1a1b71b3e15e361.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cc6d18688c16c6c0.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-a137f4f18d895b63.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-12f02e270ef6a5a5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-147e518cd7dbb452.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-cefb468d433ee3ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f0856fdfa7ef8446.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9708fa75b7affac0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-263ac2ca51d8f908.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-a73cc4a879c1ea4c.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7f3b84b43481767f.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d6035fb930d6e895.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02c0614aa789d576.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-759223904ec00abe.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e2febd525ca5c7de.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-acd532262efce067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-ea494fe6e57247cc.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-6263b9b64e8d90b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-61888eb32b9c78fb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-2e3b2a66c56292c0.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-5288e5ea8b29d524.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f1ab03fc45e418e1.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-689a1c4591ad9ae0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c2c1f09bfe592314.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-356650b986415abf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6750123631034f8e.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-49b97bcadb649b75.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ca9e2852663a0a9a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b472047b56a28f75.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ad5607d419f2909e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-cb69f911da81ee43.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-97ff1580916ea491.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67bdb8002bc29752.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90990c74e5a3a2a4.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2e185c6067fd8a5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-a414145599aacc63.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-aa2d059aec57f389.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e83dc8f5eae51e63.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-186a2859cbe72f39.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
47822026-06-25T02:10:04.683Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c5deb9a852cc441c/build-script-build`
47832026-06-25T02:10:04.729Z Running `/home/build/.rustup/toolchains/1.96.0-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=88e68e466edd51b3 -C extra-filename=-74e739f12498cc23 --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-e090a8b1c7fa15c6.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-238300f45ec449d7.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-8e6df892e9db3127.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a3a8176ed0afd916.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-07bcabaf355624ab.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-240e0e80aa5269af.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b64518119679e82b.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d50e7edc619f54dd.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-77daaa4a65a99897.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4ee8b0fcd12c320b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-a86e796c0dcfd39c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-27adb8c919c7af88.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c043111850507f2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efcfc38c596a3371.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f156bca6f113325b.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3a9767d5d345c73.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-399fecdbfe877ab9.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-de5cd9a42c69b510.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-973e4e85fa469df0.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ebbbee32e7ba430f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-defe37921f9f47ba.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27bb048c672f3d09.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2c27a9e96c8c5036.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d43305386c924578.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4b5ec270e9a44300.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4909561cb0d33eaa.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3bfccc171e222750.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5b4b9fa595bec91d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-15643fc258ddbe74.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e1a1b71b3e15e361.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cc6d18688c16c6c0.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-a137f4f18d895b63.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-12f02e270ef6a5a5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-147e518cd7dbb452.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-cefb468d433ee3ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f0856fdfa7ef8446.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9708fa75b7affac0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-263ac2ca51d8f908.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-a73cc4a879c1ea4c.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7f3b84b43481767f.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d6035fb930d6e895.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02c0614aa789d576.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-759223904ec00abe.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e2febd525ca5c7de.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-acd532262efce067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-ea494fe6e57247cc.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-6263b9b64e8d90b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-61888eb32b9c78fb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-5288e5ea8b29d524.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f1ab03fc45e418e1.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-689a1c4591ad9ae0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c2c1f09bfe592314.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-356650b986415abf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ca9e2852663a0a9a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b472047b56a28f75.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ad5607d419f2909e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-cb69f911da81ee43.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-97ff1580916ea491.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67bdb8002bc29752.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90990c74e5a3a2a4.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2e185c6067fd8a5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e83dc8f5eae51e63.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-186a2859cbe72f39.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
47842026-06-25T02:10:04.729Z Running `/home/build/.rustup/toolchains/1.96.0-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=9e59d18688ca9b01 -C extra-filename=-32d2c7b2aa9c2014 --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-e090a8b1c7fa15c6.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-238300f45ec449d7.rmeta --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-8e6df892e9db3127.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a3a8176ed0afd916.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-07bcabaf355624ab.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-240e0e80aa5269af.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b64518119679e82b.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d50e7edc619f54dd.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-77daaa4a65a99897.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4ee8b0fcd12c320b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-a86e796c0dcfd39c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-27adb8c919c7af88.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c043111850507f2.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efcfc38c596a3371.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f156bca6f113325b.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3a9767d5d345c73.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-399fecdbfe877ab9.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-de5cd9a42c69b510.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-973e4e85fa469df0.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ebbbee32e7ba430f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-defe37921f9f47ba.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27bb048c672f3d09.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2c27a9e96c8c5036.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d43305386c924578.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4b5ec270e9a44300.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4909561cb0d33eaa.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3bfccc171e222750.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5b4b9fa595bec91d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-15643fc258ddbe74.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e1a1b71b3e15e361.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cc6d18688c16c6c0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-a137f4f18d895b63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-12f02e270ef6a5a5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-147e518cd7dbb452.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-cefb468d433ee3ee.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f0856fdfa7ef8446.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9708fa75b7affac0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-263ac2ca51d8f908.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-a73cc4a879c1ea4c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7f3b84b43481767f.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d6035fb930d6e895.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02c0614aa789d576.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-759223904ec00abe.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e2febd525ca5c7de.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-acd532262efce067.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-ea494fe6e57247cc.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-6263b9b64e8d90b8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-61888eb32b9c78fb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-5288e5ea8b29d524.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f1ab03fc45e418e1.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-689a1c4591ad9ae0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c2c1f09bfe592314.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-356650b986415abf.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ca9e2852663a0a9a.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b472047b56a28f75.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ad5607d419f2909e.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-cb69f911da81ee43.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-97ff1580916ea491.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67bdb8002bc29752.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90990c74e5a3a2a4.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2e185c6067fd8a5d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e83dc8f5eae51e63.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-186a2859cbe72f39.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
47852026-06-25T02:10:04.845Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
47862026-06-25T02:10:04.845Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
47872026-06-25T02:10:04.848Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47882026-06-25T02:10:04.848Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
47892026-06-25T02:10:04.848Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
47902026-06-25T02:10:04.848Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
47912026-06-25T02:10:04.849Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47922026-06-25T02:10:04.849Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47932026-06-25T02:10:04.849Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47942026-06-25T02:10:04.849Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
47952026-06-25T02:10:04.849Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
47962026-06-25T02:10:04.849Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
47972026-06-25T02:10:04.849Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
47982026-06-25T02:10:04.849Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47992026-06-25T02:10:04.875Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
48002026-06-25T02:10:04.878Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48012026-06-25T02:10:04.904Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
48022026-06-25T02:10:04.907Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
48032026-06-25T02:10:04.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=847c91e23c781f67 -C extra-filename=-4ff9bf607e86fc4d --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-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48042026-06-25T02:10:04.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=5171ad3c7cd40e5b -C extra-filename=-2eba7f751da97bae --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-2309f276da9dd5d7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48052026-06-25T02:10:04.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=735547cc9b5cf3bf -C extra-filename=-ddff2c74be8aec97 --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-640d0897c12fbf77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48062026-06-25T02:10:04.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=d5a65c5fecd3f85c -C extra-filename=-c3e5627ca8688d13 --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-32d2c7b2aa9c2014.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48072026-06-25T02:10:04.907Z Running `/home/build/.rustup/toolchains/1.96.0-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=7a345d23ccba58b6 -C extra-filename=-c47283ccd1ef45d1 --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-06644ec3ac706c1b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48082026-06-25T02:10:04.908Z Running `/home/build/.rustup/toolchains/1.96.0-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=5d4187e5949b0f4a -C extra-filename=-5679e242a6c9ea60 --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-189079cb77e25919.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48092026-06-25T02:10:04.971Z Running `/home/build/.rustup/toolchains/1.96.0-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=353978adb2a674d4 -C extra-filename=-4629b7bebbcba8ba --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-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48102026-06-25T02:10:04.975Z Running `/home/build/.rustup/toolchains/1.96.0-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=7b6e9f5d78154fe4 -C extra-filename=-a26d1e026b96d943 --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-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48112026-06-25T02:10:04.999Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
48122026-06-25T02:10:05.003Z Running `/home/build/.rustup/toolchains/1.96.0-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=a1d3485cc1a64a5d -C extra-filename=-7564c83ea2d66464 --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-189079cb77e25919.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48132026-06-25T02:10:05.003Z Running `/home/build/.rustup/toolchains/1.96.0-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=5e0a8231012d4a63 -C extra-filename=-926056afc6cb71c1 --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-970ff05a54ff65c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48142026-06-25T02:10:05.003Z Running `/home/build/.rustup/toolchains/1.96.0-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=381ae23bdae4ac92 -C extra-filename=-e11f7ef7f7c790cf --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-32d2c7b2aa9c2014.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48152026-06-25T02:10:05.035Z Running `/home/build/.rustup/toolchains/1.96.0-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=2070432768808b30 -C extra-filename=-6c700b37414e1ef8 --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-189079cb77e25919.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48162026-06-25T02:10:05.069Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
48172026-06-25T02:10:05.072Z Running `/home/build/.rustup/toolchains/1.96.0-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=7965a7c84f496190 -C extra-filename=-87423b04943dac48 --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-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48182026-06-25T02:10:05.103Z Running `/home/build/.rustup/toolchains/1.96.0-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=a866362388960033 -C extra-filename=-3af4eace3cf84041 --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-73ae211314ca5391.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7f302ca2c29ddcb0.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5c14eddcc93dac3b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48192026-06-25T02:10:05.139Z Running `/home/build/.rustup/toolchains/1.96.0-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=ad22eef88762a1dc -C extra-filename=-a57eb2d03616473c --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-189079cb77e25919.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48202026-06-25T02:10:05.170Z Running `/home/build/.rustup/toolchains/1.96.0-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=15035c1e095ffba8 -C extra-filename=-6d5c246e96be95b8 --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-32d2c7b2aa9c2014.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48212026-06-25T02:10:05.174Z Running `/home/build/.rustup/toolchains/1.96.0-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=3694300d11f6f024 -C extra-filename=-3408e469a1941060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-1a5b3d380de2857f.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4622fed73797dc37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48222026-06-25T02:10:05.174Z Running `/home/build/.rustup/toolchains/1.96.0-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=faec82e38711955a -C extra-filename=-68e6f0179928b37d --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-92f538158b11c638.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48232026-06-25T02:10:05.205Z Running `/home/build/.rustup/toolchains/1.96.0-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=8a5fd790110b019d -C extra-filename=-1847af2b7313ad3c --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-32d2c7b2aa9c2014.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48242026-06-25T02:10:05.208Z Running `/home/build/.rustup/toolchains/1.96.0-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=d76dbe6e0159146b -C extra-filename=-f0da53276b2bc138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48252026-06-25T02:10:05.208Z Running `/home/build/.rustup/toolchains/1.96.0-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=52c86131d44532ac -C extra-filename=-d5d0be468eb7f5cd --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-32d2c7b2aa9c2014.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48262026-06-25T02:10:05.209Z Running `/home/build/.rustup/toolchains/1.96.0-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=3a2edcc80656b42c -C extra-filename=-76c6f30a9d14db55 --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-92f538158b11c638.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48272026-06-25T02:10:05.240Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
48282026-06-25T02:10:05.277Z Running `/home/build/.rustup/toolchains/1.96.0-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=3ad921cd4a28cadb -C extra-filename=-38e7dbac54a1e92a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-cec09e549e78bdfa.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48292026-06-25T02:10:05.312Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
48302026-06-25T02:10:05.382Z Running `/home/build/.rustup/toolchains/1.96.0-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=7ab122acbf15bef6 -C extra-filename=-37ef25cc103788df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48312026-06-25T02:10:05.418Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48322026-06-25T02:10:05.453Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48332026-06-25T02:10:05.456Z Running `/home/build/.rustup/toolchains/1.96.0-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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=628691f1521f8cea -C extra-filename=-c486f6e3254e0838 --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-32d2c7b2aa9c2014.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48342026-06-25T02:10:05.456Z Running `/home/build/.rustup/toolchains/1.96.0-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=8cbb56c413f1681a -C extra-filename=-e4b4f52f794e08b0 --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-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48352026-06-25T02:10:05.491Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
48362026-06-25T02:10:05.494Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48372026-06-25T02:10:05.494Z Running `/home/build/.rustup/toolchains/1.96.0-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=8617a3b37c3dded6 -C extra-filename=-b1afcc918b5cf338 --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-5679e242a6c9ea60.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48382026-06-25T02:10:05.526Z Running `/home/build/.rustup/toolchains/1.96.0-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=4dd90ad4616266c5 -C extra-filename=-5a8060673a41ce66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48392026-06-25T02:10:05.626Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48402026-06-25T02:10:05.629Z Running `/home/build/.rustup/toolchains/1.96.0-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=c3eb5ca0453ac59f -C extra-filename=-ec9ab25923789786 --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-41ce9ae558386487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48412026-06-25T02:10:05.666Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
48422026-06-25T02:10:05.746Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
48432026-06-25T02:10:05.780Z Running `/home/build/.rustup/toolchains/1.96.0-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=c9c8731a5d14de5e -C extra-filename=-90ea55a0bc5a88ee --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-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a3f161d1eefdddf9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48442026-06-25T02:10:05.819Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
48452026-06-25T02:10:05.822Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48462026-06-25T02:10:05.858Z Running `/home/build/.rustup/toolchains/1.96.0-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=cbb94b4b9f0463f0 -C extra-filename=-c510637efa6bb6d1 --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-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48472026-06-25T02:10:05.897Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48482026-06-25T02:10:05.900Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
48492026-06-25T02:10:05.901Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48502026-06-25T02:10:05.935Z Running `/home/build/.rustup/toolchains/1.96.0-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=3ff7487185a07340 -C extra-filename=-6f8619ac3ac8fffd --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-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48512026-06-25T02:10:05.975Z Running `/home/build/.rustup/toolchains/1.96.0-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=471443cd645b288e -C extra-filename=-4a619eaf4ba5da0d --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-38a052c675cb2417.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6d5c246e96be95b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48522026-06-25T02:10:05.979Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48532026-06-25T02:10:05.979Z Running `/home/build/.rustup/toolchains/1.96.0-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=de007c6c8d76abfb -C extra-filename=-d7ad7e5fb815daa0 --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-38a052c675cb2417.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6d5c246e96be95b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48542026-06-25T02:10:06.016Z Running `/home/build/.rustup/toolchains/1.96.0-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=e1bfc2302bb158b8 -C extra-filename=-15a45a4e9606db22 --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-32d2c7b2aa9c2014.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48552026-06-25T02:10:06.060Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
48562026-06-25T02:10:06.099Z Running `/home/build/.rustup/toolchains/1.96.0-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=d0a40a99b5bc2c7f -C extra-filename=-080dc075a39179c3 --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-32d2c7b2aa9c2014.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48572026-06-25T02:10:06.103Z Running `/home/build/.rustup/toolchains/1.96.0-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=9c418bb993e207ef -C extra-filename=-5f56c3a81155c68a --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-9fa276ac6b680ff6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48582026-06-25T02:10:06.177Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48592026-06-25T02:10:06.181Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48602026-06-25T02:10:06.210Z Running `/home/build/.rustup/toolchains/1.96.0-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=e7d65d3451e259d3 -C extra-filename=-d4af279267537770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48612026-06-25T02:10:06.286Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48622026-06-25T02:10:06.290Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48632026-06-25T02:10:06.290Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48642026-06-25T02:10:06.290Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48652026-06-25T02:10:06.290Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
48662026-06-25T02:10:06.325Z Running `/home/build/.rustup/toolchains/1.96.0-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=4afea53dc2009a24 -C extra-filename=-9e4fa7097650f621 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-9e4fa7097650f621 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48672026-06-25T02:10:06.328Z Running `/home/build/.rustup/toolchains/1.96.0-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=b6f02d1f50e2e94d -C extra-filename=-3b467c8f0ec8c21f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3b467c8f0ec8c21f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48682026-06-25T02:10:06.400Z Running `/home/build/.rustup/toolchains/1.96.0-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=5c1b61df25614874 -C extra-filename=-e0b6275ed1cf025f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-e0b6275ed1cf025f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48692026-06-25T02:10:06.403Z Running `/home/build/.rustup/toolchains/1.96.0-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=f9b9062f44040fba -C extra-filename=-4d3a15ba0bcdf850 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-4d3a15ba0bcdf850 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48702026-06-25T02:10:06.434Z Running `/home/build/.rustup/toolchains/1.96.0-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=6f0b7bb255e8984a -C extra-filename=-d418a0cd55a1ff42 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-d418a0cd55a1ff42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48712026-06-25T02:10:06.437Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48722026-06-25T02:10:06.437Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48732026-06-25T02:10:06.437Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
48742026-06-25T02:10:06.468Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48752026-06-25T02:10:06.471Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48762026-06-25T02:10:06.471Z Running `/home/build/.rustup/toolchains/1.96.0-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=5a6ffb15f8f78fcc -C extra-filename=-78c73d543da2b1a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-78c73d543da2b1a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48772026-06-25T02:10:06.471Z Running `/home/build/.rustup/toolchains/1.96.0-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=d33045f439885cf5 -C extra-filename=-a9d0fdc559b4cd12 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-a9d0fdc559b4cd12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48782026-06-25T02:10:06.472Z Running `/home/build/.rustup/toolchains/1.96.0-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=9624247c70e963e8 -C extra-filename=-c4f661bf1959137b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-c4f661bf1959137b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48792026-06-25T02:10:06.472Z Running `/home/build/.rustup/toolchains/1.96.0-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=126daa4950a4db25 -C extra-filename=-10046a4c7d4a4f63 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-10046a4c7d4a4f63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48802026-06-25T02:10:06.472Z Running `/home/build/.rustup/toolchains/1.96.0-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=8b29eb6587aa31cc -C extra-filename=-e24339c29d5850bc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e24339c29d5850bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48812026-06-25T02:10:06.472Z Running `/home/build/.rustup/toolchains/1.96.0-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=08c4da647cf28efa -C extra-filename=-ad92778c9fcb80e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-ad92778c9fcb80e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48822026-06-25T02:10:06.472Z Running `/home/build/.rustup/toolchains/1.96.0-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=1a900e75e8ca74a8 -C extra-filename=-4f6143101e3df79c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-4f6143101e3df79c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48832026-06-25T02:10:06.574Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48842026-06-25T02:10:06.578Z Running `/home/build/.rustup/toolchains/1.96.0-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=3202473ec55ec281 -C extra-filename=-386161b14828e6cb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-386161b14828e6cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48852026-06-25T02:10:06.654Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
48862026-06-25T02:10:06.691Z Running `/home/build/.rustup/toolchains/1.96.0-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=ec6987045d261fb1 -C extra-filename=-73cf3e4a5ec3c86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d72fcee7056e8422.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-4bec6c222c3fad06.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3176a776c4f1df5f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48872026-06-25T02:10:06.730Z Running `/home/build/.rustup/toolchains/1.96.0-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=77907ce3584c2323 -C extra-filename=-855ec2469728bbb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d72fcee7056e8422.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-4bec6c222c3fad06.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3176a776c4f1df5f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48882026-06-25T02:10:06.770Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48892026-06-25T02:10:06.774Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3b467c8f0ec8c21f/build-script-build`
48902026-06-25T02:10:06.809Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-78c73d543da2b1a1/build-script-build`
48912026-06-25T02:10:06.812Z Running `/home/build/.rustup/toolchains/1.96.0-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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=16a81496123b1f1b -C extra-filename=-7a1b269128a21e74 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-7a1b269128a21e74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48922026-06-25T02:10:06.812Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-a9d0fdc559b4cd12/build-script-build`
48932026-06-25T02:10:06.848Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-9e4fa7097650f621/build-script-build`
48942026-06-25T02:10:06.851Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-4d3a15ba0bcdf850/build-script-build`
48952026-06-25T02:10:06.851Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-e0b6275ed1cf025f/build-script-build`
48962026-06-25T02:10:06.922Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48972026-06-25T02:10:06.926Z Running `/home/build/.rustup/toolchains/1.96.0-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=876420ebd6839457 -C extra-filename=-c1c9e2e117ac43a3 --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-32d2c7b2aa9c2014.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5f56c3a81155c68a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
48982026-06-25T02:10:06.965Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-d418a0cd55a1ff42/build-script-build`
48992026-06-25T02:10:06.991Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
49002026-06-25T02:10:06.995Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-ad92778c9fcb80e1/build-script-build`
49012026-06-25T02:10:06.995Z Running `/home/build/.rustup/toolchains/1.96.0-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=49e03f84f16c1d51 -C extra-filename=-a747585241f379b1 --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-68e6f0179928b37d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49022026-06-25T02:10:07.029Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
49032026-06-25T02:10:07.032Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-c4f661bf1959137b/build-script-build`
49042026-06-25T02:10:07.032Z Running `/home/build/.rustup/toolchains/1.96.0-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=41f8fef15be5e18f -C extra-filename=-6ff2f2ac7fd68701 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-6ff2f2ac7fd68701 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49052026-06-25T02:10:07.100Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
49062026-06-25T02:10:07.130Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
49072026-06-25T02:10:07.134Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-e24339c29d5850bc/build-script-build`
49082026-06-25T02:10:07.169Z Running `/home/build/.rustup/toolchains/1.96.0-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=887fb5fe18242119 -C extra-filename=-62081a336b272e81 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-62081a336b272e81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49092026-06-25T02:10:07.275Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
49102026-06-25T02:10:07.278Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
49112026-06-25T02:10:07.279Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
49122026-06-25T02:10:07.311Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49132026-06-25T02:10:07.315Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49142026-06-25T02:10:07.315Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
49152026-06-25T02:10:07.315Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
49162026-06-25T02:10:07.315Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
49172026-06-25T02:10:07.315Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-10046a4c7d4a4f63/build-script-build`
49182026-06-25T02:10:07.315Z Running `/home/build/.rustup/toolchains/1.96.0-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=bdd2f79ce0f4faef -C extra-filename=-844d1ddfeb1ea8ae --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-844d1ddfeb1ea8ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49192026-06-25T02:10:07.315Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-4f6143101e3df79c/build-script-build`
49202026-06-25T02:10:07.315Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-386161b14828e6cb/build-script-build`
49212026-06-25T02:10:07.350Z Running `/home/build/.rustup/toolchains/1.96.0-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=bb33b68d98c5c497 -C extra-filename=-44854343a6c1aaa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-44854343a6c1aaa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49222026-06-25T02:10:07.353Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
49232026-06-25T02:10:07.353Z Running `/home/build/.rustup/toolchains/1.96.0-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=f07bdd063e2fd628 -C extra-filename=-75fc0f36dafe56f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-75fc0f36dafe56f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49242026-06-25T02:10:07.353Z Running `/home/build/.rustup/toolchains/1.96.0-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=fbfd76d7e2aa36bb -C extra-filename=-be8cbe9f6236c48b --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-be8cbe9f6236c48b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49252026-06-25T02:10:07.387Z Running `/home/build/.rustup/toolchains/1.96.0-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=61eeec115bc3a8b9 -C extra-filename=-3b6ff7a51128397c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3b6ff7a51128397c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49262026-06-25T02:10:07.390Z Running `/home/build/.rustup/toolchains/1.96.0-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=270939bf87f18631 -C extra-filename=-70e19bdcf293cee4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-70e19bdcf293cee4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49272026-06-25T02:10:07.390Z Running `/home/build/.rustup/toolchains/1.96.0-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=0457d764cffb8d86 -C extra-filename=-a0ac41f9174d6b56 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-a0ac41f9174d6b56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49282026-06-25T02:10:07.426Z Running `/home/build/.rustup/toolchains/1.96.0-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=d3a17c814a7b4e2f -C extra-filename=-a5ccb65e2682952e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-a5ccb65e2682952e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49292026-06-25T02:10:07.430Z Running `/home/build/.rustup/toolchains/1.96.0-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=5d93e8e8ff095ba9 -C extra-filename=-9265b505db7c0d6d --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-9265b505db7c0d6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49302026-06-25T02:10:07.430Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-7a1b269128a21e74/build-script-build`
49312026-06-25T02:10:07.462Z Running `/home/build/.rustup/toolchains/1.96.0-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=e49b70b89008f2e3 -C extra-filename=-52b37ecf94ea82d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-52b37ecf94ea82d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49322026-06-25T02:10:07.500Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
49332026-06-25T02:10:07.503Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
49342026-06-25T02:10:07.503Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
49352026-06-25T02:10:07.503Z Running `/home/build/.rustup/toolchains/1.96.0-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=40f9ed23e0948997 -C extra-filename=-ea72984ae07cea0c --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-bf7fd2eae9f4a885.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/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`
49362026-06-25T02:10:07.503Z Running `/home/build/.rustup/toolchains/1.96.0-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=8e533a4a5befafeb -C extra-filename=-a4e22e6ac56f15b4 --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-e16e913afb634424.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49372026-06-25T02:10:07.541Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
49382026-06-25T02:10:07.544Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-6ff2f2ac7fd68701/build-script-build`
49392026-06-25T02:10:07.544Z Running `/home/build/.rustup/toolchains/1.96.0-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=462c0a611a8a3cd3 -C extra-filename=-ed330bc94eb2b9e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49402026-06-25T02:10:07.544Z Running `/home/build/.rustup/toolchains/1.96.0-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=c3882e70127bef91 -C extra-filename=-0a3b03a5b8b5b324 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-0a3b03a5b8b5b324 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49412026-06-25T02:10:07.579Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
49422026-06-25T02:10:07.618Z Running `/home/build/.rustup/toolchains/1.96.0-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=49c5202afee893d2 -C extra-filename=-ba560aab41b666a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-ba560aab41b666a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49432026-06-25T02:10:07.621Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
49442026-06-25T02:10:07.621Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
49452026-06-25T02:10:07.621Z Running `/home/build/.rustup/toolchains/1.96.0-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=b206585d9b7aa766 -C extra-filename=-9e5a52e461e58ec7 --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-e4b4f52f794e08b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49462026-06-25T02:10:07.654Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
49472026-06-25T02:10:07.689Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-62081a336b272e81/build-script-build`
49482026-06-25T02:10:07.692Z Running `/home/build/.rustup/toolchains/1.96.0-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=09496a9092d9cd0e -C extra-filename=-b775d359d10cd652 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-b775d359d10cd652 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49492026-06-25T02:10:07.692Z Running `/home/build/.rustup/toolchains/1.96.0-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=75af32152fd85ad3 -C extra-filename=-37f3dba4cc235e4c --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-37f3dba4cc235e4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49502026-06-25T02:10:07.725Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
49512026-06-25T02:10:07.762Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
49522026-06-25T02:10:07.765Z Running `/home/build/.rustup/toolchains/1.96.0-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=c9bde67d83a0e0a1 -C extra-filename=-c9e83374602cf612 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-c9e83374602cf612 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49532026-06-25T02:10:07.797Z Running `/home/build/.rustup/toolchains/1.96.0-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=989e332ba7e012cc -C extra-filename=-87c2f02fa6057bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49542026-06-25T02:10:07.833Z Running `/home/build/.rustup/toolchains/1.96.0-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=55c01681e4298d5f -C extra-filename=-378911d4a0bb72a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49552026-06-25T02:10:07.871Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-44854343a6c1aaa3/build-script-build`
49562026-06-25T02:10:07.874Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-844d1ddfeb1ea8ae/build-script-build`
49572026-06-25T02:10:07.905Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-52b37ecf94ea82d2/build-script-build`
49582026-06-25T02:10:07.937Z Running `/home/build/.rustup/toolchains/1.96.0-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=63cf1c80d04e5338 -C extra-filename=-3deeda33eba94438 --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-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49592026-06-25T02:10:07.940Z Running `/home/build/.rustup/toolchains/1.96.0-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=7daeca5417944f75 -C extra-filename=-f52d237210c7eb1a --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-68e6f0179928b37d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49602026-06-25T02:10:07.974Z Running `/home/build/.rustup/toolchains/1.96.0-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=f0c7867c8ad11322 -C extra-filename=-d8bcf2281a947d93 --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-32d2c7b2aa9c2014.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5f56c3a81155c68a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49612026-06-25T02:10:07.977Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-9265b505db7c0d6d/build-script-build`
49622026-06-25T02:10:08.108Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-a5ccb65e2682952e/build-script-build`
49632026-06-25T02:10:08.111Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-70e19bdcf293cee4/build-script-build`
49642026-06-25T02:10:08.173Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-3b6ff7a51128397c/build-script-build`
49652026-06-25T02:10:08.176Z Running `/home/build/.rustup/toolchains/1.96.0-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=e85bedced0edda8a -C extra-filename=-97ec4cb3f116e545 --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-9fa276ac6b680ff6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49662026-06-25T02:10:08.176Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-be8cbe9f6236c48b/build-script-build`
49672026-06-25T02:10:08.310Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-a0ac41f9174d6b56/build-script-build`
49682026-06-25T02:10:08.343Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-75fc0f36dafe56f6/build-script-build`
49692026-06-25T02:10:08.346Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-c9e83374602cf612/build-script-build`
49702026-06-25T02:10:08.346Z Running `/home/build/.rustup/toolchains/1.96.0-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=c0eabd703ff5afcc -C extra-filename=-000ee843ce1409d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49712026-06-25T02:10:08.346Z Running `/home/build/.rustup/toolchains/1.96.0-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=b279e33bbbe405a2 -C extra-filename=-d881b13a4b645cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d72fcee7056e8422.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-4bec6c222c3fad06.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3176a776c4f1df5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49722026-06-25T02:10:08.417Z Running `/home/build/.rustup/toolchains/1.96.0-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=87eade169da3ab3c -C extra-filename=-67b70a79caa53b84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f0da53276b2bc138.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49732026-06-25T02:10:08.420Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-37f3dba4cc235e4c/build-script-build`
49742026-06-25T02:10:08.452Z Running `/home/build/.rustup/toolchains/1.96.0-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=5aa7ef78977ad678 -C extra-filename=-feea2aa0e1296538 --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-e4b4f52f794e08b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49752026-06-25T02:10:08.485Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-b775d359d10cd652/build-script-build`
49762026-06-25T02:10:08.519Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-ba560aab41b666a9/build-script-build`
49772026-06-25T02:10:08.552Z Running `/home/build/.rustup/toolchains/1.96.0-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=13140fea7cfd994c -C extra-filename=-f8a372ec8f771558 --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-3603deb24e30c54c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a3f161d1eefdddf9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49782026-06-25T02:10:08.555Z Running `/home/build/.rustup/toolchains/1.96.0-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=530741dd5bf0fb28 -C extra-filename=-3dc7d671c6752301 --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-5679e242a6c9ea60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49792026-06-25T02:10:08.587Z Running `/home/build/.rustup/toolchains/1.96.0-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=7d711dd2eca3f66a -C extra-filename=-c8fb233524eb48d5 --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-b9a9003eb317d1ba.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6d5c246e96be95b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49802026-06-25T02:10:08.620Z Running `/home/build/.rustup/toolchains/1.96.0-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=f3ae2ffe8ad5c361 -C extra-filename=-7faeeb8f7a8dc40c --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-b9a9003eb317d1ba.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6d5c246e96be95b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49812026-06-25T02:10:08.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=711d68c17b205e17 -C extra-filename=-6d405fe93beb7bf3 --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-32d2c7b2aa9c2014.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49822026-06-25T02:10:08.851Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-0a3b03a5b8b5b324/build-script-build`
49832026-06-25T02:10:08.888Z Running `/home/build/.rustup/toolchains/1.96.0-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=6ef19b1f1e26ffd9 -C extra-filename=-c350372bb136e53d --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-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49842026-06-25T02:10:08.926Z Running `/home/build/.rustup/toolchains/1.96.0-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=6961ac00687d2f48 -C extra-filename=-75199203e6e4541d --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-32d2c7b2aa9c2014.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49852026-06-25T02:10:09.026Z Running `/home/build/.rustup/toolchains/1.96.0-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=3852953248d7c68d -C extra-filename=-3c30aca1049adf87 --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-32d2c7b2aa9c2014.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49862026-06-25T02:10:09.190Z Running `/home/build/.rustup/toolchains/1.96.0-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=196a1d47f68c2229 -C extra-filename=-4e8dba87b21a6d27 --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-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49872026-06-25T02:10:09.225Z Running `/home/build/.rustup/toolchains/1.96.0-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=a78961f2044cff0d -C extra-filename=-f6fe6b5af775e0f0 --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-73ae211314ca5391.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7f302ca2c29ddcb0.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5c14eddcc93dac3b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49882026-06-25T02:10:09.228Z Running `/home/build/.rustup/toolchains/1.96.0-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=01c92151fb90eb18 -C extra-filename=-1bc1d5521f615ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49892026-06-25T02:10:09.228Z Running `/home/build/.rustup/toolchains/1.96.0-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=6029491600143f99 -C extra-filename=-24cd391797269fd4 --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-189079cb77e25919.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49902026-06-25T02:10:09.261Z Running `/home/build/.rustup/toolchains/1.96.0-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=2a5f95bf5ec6f627 -C extra-filename=-f890576cd3a5dae1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49912026-06-25T02:10:09.264Z Running `/home/build/.rustup/toolchains/1.96.0-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=3dc75566cdd433eb -C extra-filename=-5efcc3e8a9ad8c23 --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-189079cb77e25919.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49922026-06-25T02:10:09.297Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
49932026-06-25T02:10:09.300Z Running `/home/build/.rustup/toolchains/1.96.0-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=3de6059fea525c89 -C extra-filename=-a468287d8f0df64e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-16c89190edb3ab46.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2187dd1caf6c1cfa.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
49942026-06-25T02:10:09.303Z Running `/home/build/.rustup/toolchains/1.96.0-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=7b6566b1f831db6c -C extra-filename=-93ed8e9d42b87e7c --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-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49952026-06-25T02:10:09.442Z Running `/home/build/.rustup/toolchains/1.96.0-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=98561f193906429f -C extra-filename=-7ad8713006e62cd2 --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-189079cb77e25919.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49962026-06-25T02:10:09.445Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49972026-06-25T02:10:09.476Z Running `/home/build/.rustup/toolchains/1.96.0-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=baf6abc92d42a49c -C extra-filename=-90d33039214491ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49982026-06-25T02:10:09.545Z Running `/home/build/.rustup/toolchains/1.96.0-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=cecaed1da2aaedb7 -C extra-filename=-4b7531241591494e --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-41ce9ae558386487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
49992026-06-25T02:10:09.575Z Running `/home/build/.rustup/toolchains/1.96.0-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=d1ffff3f05683a68 -C extra-filename=-412063cec9785ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50002026-06-25T02:10:09.726Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
50012026-06-25T02:10:09.763Z Running `/home/build/.rustup/toolchains/1.96.0-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=5ec669c4a073664b -C extra-filename=-2a336cdc92a30432 --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-189079cb77e25919.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-a468287d8f0df64e.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-b7d27318604bf7f7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-43a890284280d7bd.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3176a776c4f1df5f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out`
50022026-06-25T02:10:09.869Z Running `/home/build/.rustup/toolchains/1.96.0-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=bef4c525f62f40cb -C extra-filename=-98c89b9cb3ab9f05 --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-92f538158b11c638.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50032026-06-25T02:10:09.973Z Running `/home/build/.rustup/toolchains/1.96.0-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=409a3446f2f20ac8 -C extra-filename=-241d63a8e6d07509 --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-189079cb77e25919.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50042026-06-25T02:10:10.061Z Running `/home/build/.rustup/toolchains/1.96.0-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=d8d95c97d3c8892a -C extra-filename=-254907ed0109df58 --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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50052026-06-25T02:10:10.095Z Running `/home/build/.rustup/toolchains/1.96.0-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=99d415a8ebe956e0 -C extra-filename=-ca536c7f0e59d25e --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-970ff05a54ff65c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23e6c1157a4db62.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50062026-06-25T02:10:10.133Z Running `/home/build/.rustup/toolchains/1.96.0-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=03abc16be19cbb70 -C extra-filename=-7a44a55ce3fe9f90 --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-06644ec3ac706c1b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50072026-06-25T02:10:10.175Z Running `/home/build/.rustup/toolchains/1.96.0-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=d2667ddc2eb4edea -C extra-filename=-4c4e6f403367bc4f --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-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50082026-06-25T02:10:10.216Z Running `/home/build/.rustup/toolchains/1.96.0-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=450c9390425dad49 -C extra-filename=-3911cd5f2a83f8b4 --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-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50092026-06-25T02:10:10.216Z Running `/home/build/.rustup/toolchains/1.96.0-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=4a606709a60a8f2d -C extra-filename=-2ccfa68579a7e60f --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-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50102026-06-25T02:10:10.667Z Running `/home/build/.rustup/toolchains/1.96.0-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=5b7d4104aec0f696 -C extra-filename=-ebc75877b52733d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-640d0897c12fbf77.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ff5dc55a5241ec0d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50112026-06-25T02:10:10.768Z Running `/home/build/.rustup/toolchains/1.96.0-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=390636219d139a00 -C extra-filename=-fa5b7dbababbec28 --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-32d2c7b2aa9c2014.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50122026-06-25T02:10:11.040Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50132026-06-25T02:10:11.043Z Running `/home/build/.rustup/toolchains/1.96.0-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=30c77ec3a976e81c -C extra-filename=-82e0e834f7ff0a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-9fa276ac6b680ff6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-1dd0f8f4420190d7.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5f56c3a81155c68a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50142026-06-25T02:10:11.203Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
50152026-06-25T02:10:11.206Z Running `/home/build/.rustup/toolchains/1.96.0-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=cf4dd0d38d229ff3 -C extra-filename=-953554b456fe3544 --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-970ff05a54ff65c4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-491b7b713b94bc9a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50162026-06-25T02:10:11.273Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
50172026-06-25T02:10:11.276Z Running `/home/build/.rustup/toolchains/1.96.0-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=a56fd7a43333c7cc -C extra-filename=-05ae2c1fdd0ad2bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50182026-06-25T02:10:11.312Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
50192026-06-25T02:10:11.316Z Running `/home/build/.rustup/toolchains/1.96.0-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=e3d1b1ce489ac114 -C extra-filename=-2e70e81ffe860602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50202026-06-25T02:10:11.360Z Running `/home/build/.rustup/toolchains/1.96.0-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=2e5b70faa73be25a -C extra-filename=-86d421c92d6e3643 --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-970ff05a54ff65c4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-491b7b713b94bc9a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-855ec2469728bbb0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50212026-06-25T02:10:11.396Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50222026-06-25T02:10:11.399Z Running `/home/build/.rustup/toolchains/1.96.0-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=9b76e54487ab6038 -C extra-filename=-f4943bd1b8361a8e --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-e768ca3d3364e9aa.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50232026-06-25T02:10:11.705Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
50242026-06-25T02:10:11.715Z Running `/home/build/.rustup/toolchains/1.96.0-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=d4e294356ad3dbb9 -C extra-filename=-a2e04f6af4f39b9f --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-14ab0a870e93f34c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-547f3fbc6c8f0677.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-faab0251d033bc5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50252026-06-25T02:10:11.740Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
50262026-06-25T02:10:11.744Z Running `/home/build/.rustup/toolchains/1.96.0-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=635b06fe4049a4e4 -C extra-filename=-2dac6efe16a717dd --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-7adb400651ff5497.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50272026-06-25T02:10:11.799Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
50282026-06-25T02:10:11.802Z Running `/home/build/.rustup/toolchains/1.96.0-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=0fe6557877d94b31 -C extra-filename=-9116f398bf003c01 --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-c5f44c3f2ee06ad8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50292026-06-25T02:10:11.836Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50302026-06-25T02:10:11.872Z Running `/home/build/.rustup/toolchains/1.96.0-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=ec18e6d6de0b596a -C extra-filename=-ec2eb79b6750af54 --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-fbde0eadaf750fbf.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a5a12962580ded3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50312026-06-25T02:10:11.888Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
50322026-06-25T02:10:11.891Z Running `/home/build/.rustup/toolchains/1.96.0-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=d923b6f2994d8790 -C extra-filename=-7818489a22be1dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50332026-06-25T02:10:11.924Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
50342026-06-25T02:10:11.927Z Running `/home/build/.rustup/toolchains/1.96.0-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=7e2679274812bf46 -C extra-filename=-63c824bb04f2bed1 --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-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50352026-06-25T02:10:11.961Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
50362026-06-25T02:10:11.965Z Running `/home/build/.rustup/toolchains/1.96.0-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=7fb899fbedfa893e -C extra-filename=-564a33bf0ab10a44 --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-189079cb77e25919.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50372026-06-25T02:10:12.062Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50382026-06-25T02:10:12.066Z Running `/home/build/.rustup/toolchains/1.96.0-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=c1e597a8145e5f73 -C extra-filename=-9458fa6a72594dba --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-5679e242a6c9ea60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50392026-06-25T02:10:12.229Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
50402026-06-25T02:10:12.232Z Running `/home/build/.rustup/toolchains/1.96.0-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=9a718aee9539dab8 -C extra-filename=-219461c6e9c319e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50412026-06-25T02:10:12.332Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50422026-06-25T02:10:12.335Z Running `/home/build/.rustup/toolchains/1.96.0-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=76bcd5801dcfe43f -C extra-filename=-25abc5a99be75bfa --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-189079cb77e25919.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50432026-06-25T02:10:12.370Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50442026-06-25T02:10:12.373Z Running `/home/build/.rustup/toolchains/1.96.0-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=8f3e15a80e625018 -C extra-filename=-d8d47b371763de52 --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-189079cb77e25919.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50452026-06-25T02:10:12.409Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
50462026-06-25T02:10:12.412Z Running `/home/build/.rustup/toolchains/1.96.0-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=d8da3b0e9fc8b044 -C extra-filename=-0d70c1efdabb25e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-87423b04943dac48.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50472026-06-25T02:10:12.471Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50482026-06-25T02:10:12.474Z Running `/home/build/.rustup/toolchains/1.96.0-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=2b6a31f13060bbf8 -C extra-filename=-f9ca789c62d455bf --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-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50492026-06-25T02:10:12.510Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50502026-06-25T02:10:12.513Z Running `/home/build/.rustup/toolchains/1.96.0-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=eb7032247fe8469a -C extra-filename=-47002dc87905f603 --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-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-e4b4f52f794e08b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50512026-06-25T02:10:12.550Z Running `/home/build/.rustup/toolchains/1.96.0-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=2ed58d001a8fcec5 -C extra-filename=-05482dbc4e40f2f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-378911d4a0bb72a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50522026-06-25T02:10:12.592Z Running `/home/build/.rustup/toolchains/1.96.0-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=de6c5570bfe2a88a -C extra-filename=-32d35cc18e1bcbdb --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-92f538158b11c638.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50532026-06-25T02:10:12.592Z Running `/home/build/.rustup/toolchains/1.96.0-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=057df4aa6d47a504 -C extra-filename=-41efaec65418bd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed330bc94eb2b9e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50542026-06-25T02:10:12.754Z Running `/home/build/.rustup/toolchains/1.96.0-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=849371469463c524 -C extra-filename=-7e40b2a49ed5f5d1 --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-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50552026-06-25T02:10:12.759Z Running `/home/build/.rustup/toolchains/1.96.0-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=be09760975d03357 -C extra-filename=-ac1ed0b41f3d533b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50562026-06-25T02:10:12.857Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
50572026-06-25T02:10:12.860Z Running `/home/build/.rustup/toolchains/1.96.0-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=c399d305600a4f3d -C extra-filename=-9a86f0cca3274a59 --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-84aef0af6b885cb6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50582026-06-25T02:10:12.897Z Running `/home/build/.rustup/toolchains/1.96.0-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=cc11f265a5f3f58c -C extra-filename=-a99c66958b05642f --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-7adb400651ff5497.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50592026-06-25T02:10:13.070Z Running `/home/build/.rustup/toolchains/1.96.0-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=3ee82f4c97e56242 -C extra-filename=-b5de34c3a11912d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50602026-06-25T02:10:13.130Z Running `/home/build/.rustup/toolchains/1.96.0-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=b2911cccb2c57538 -C extra-filename=-f109bdc79ab49e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-47002dc87905f603.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9e5a52e461e58ec7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/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`
50612026-06-25T02:10:13.177Z Running `/home/build/.rustup/toolchains/1.96.0-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=dd6f85f07be90f4b -C extra-filename=-6dff6739a9fedf9f --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-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50622026-06-25T02:10:13.225Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
50632026-06-25T02:10:13.228Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
50642026-06-25T02:10:13.229Z Running `/home/build/.rustup/toolchains/1.96.0-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=8bdca1d9c568e979 -C extra-filename=-f924c652b37da994 --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-32d2c7b2aa9c2014.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50652026-06-25T02:10:13.264Z Running `/home/build/.rustup/toolchains/1.96.0-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=94cf8ba21e64f26b -C extra-filename=-fce327934ca3c937 --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-05ae2c1fdd0ad2bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50662026-06-25T02:10:13.300Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
50672026-06-25T02:10:13.303Z Running `/home/build/.rustup/toolchains/1.96.0-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=1f879d8e4f6a0661 -C extra-filename=-1ac0ba8b30373ed2 --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-06644ec3ac706c1b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50682026-06-25T02:10:13.339Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
50692026-06-25T02:10:13.376Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
50702026-06-25T02:10:13.379Z Running `/home/build/.rustup/toolchains/1.96.0-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=f21f94b07c365984 -C extra-filename=-130b4c79fb599ee0 --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-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50712026-06-25T02:10:13.380Z Running `/home/build/.rustup/toolchains/1.96.0-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=b551ed5539b89c14 -C extra-filename=-891c68924c03ae32 --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-05ae2c1fdd0ad2bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50722026-06-25T02:10:13.414Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50732026-06-25T02:10:13.417Z Running `/home/build/.rustup/toolchains/1.96.0-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=315fa5ce7f7e694c -C extra-filename=-389ff32aeb6269b0 --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-32d2c7b2aa9c2014.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-86d421c92d6e3643.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50742026-06-25T02:10:13.417Z Running `/home/build/.rustup/toolchains/1.96.0-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=52a572459e700dd0 -C extra-filename=-e03fa6ad596ce949 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50752026-06-25T02:10:13.489Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50762026-06-25T02:10:13.494Z Running `/home/build/.rustup/toolchains/1.96.0-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=601453174a915d59 -C extra-filename=-0eb9a1717587f54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-330c1962bbabe88e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-87c2f02fa6057bd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e43581ce0fe40fc7.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-4b7f126bc5808c89.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50772026-06-25T02:10:13.529Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
50782026-06-25T02:10:13.532Z Running `/home/build/.rustup/toolchains/1.96.0-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=f64f58758ea6b390 -C extra-filename=-e8982f25ca3cc36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50792026-06-25T02:10:13.602Z Running `/home/build/.rustup/toolchains/1.96.0-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=6f66d694fc633bcb -C extra-filename=-bae7e58f308c44bb --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-5679e242a6c9ea60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50802026-06-25T02:10:13.622Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
50812026-06-25T02:10:13.625Z Running `/home/build/.rustup/toolchains/1.96.0-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=eb2f6f320263f9ec -C extra-filename=-b4875d39b6049568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50822026-06-25T02:10:13.675Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
50832026-06-25T02:10:13.679Z Running `/home/build/.rustup/toolchains/1.96.0-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=27a4f73c926c920b -C extra-filename=-8c765532969670fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50842026-06-25T02:10:13.809Z Running `/home/build/.rustup/toolchains/1.96.0-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=6d8e087cba3eb4de -C extra-filename=-e042be4f088ee9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-389ff32aeb6269b0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50852026-06-25T02:10:13.849Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
50862026-06-25T02:10:13.852Z Running `/home/build/.rustup/toolchains/1.96.0-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=0bcf6fd5d43ce0b2 -C extra-filename=-37b5854ca225bc9a --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-189079cb77e25919.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50872026-06-25T02:10:13.889Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
50882026-06-25T02:10:13.892Z Running `/home/build/.rustup/toolchains/1.96.0-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=c7384f1a2e368198 -C extra-filename=-c6aeda0fe12123e9 --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-189079cb77e25919.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50892026-06-25T02:10:14.095Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
50902026-06-25T02:10:14.098Z Running `/home/build/.rustup/toolchains/1.96.0-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=def19557e9f96619 -C extra-filename=-ff2b68a116eef9bb --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-189079cb77e25919.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50912026-06-25T02:10:14.174Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
50922026-06-25T02:10:14.177Z Running `/home/build/.rustup/toolchains/1.96.0-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=bc46790f28a9be5a -C extra-filename=-dc7dea6717b641a2 --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-562d2fd988649feb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50932026-06-25T02:10:14.240Z Running `/home/build/.rustup/toolchains/1.96.0-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=88fe246b4df8094b -C extra-filename=-0bd50b240a3ee33e --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-189079cb77e25919.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50942026-06-25T02:10:14.349Z Running `/home/build/.rustup/toolchains/1.96.0-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=1f104959c58fcf62 -C extra-filename=-af2d75562924fefc --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-05ae2c1fdd0ad2bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50952026-06-25T02:10:14.442Z Running `/home/build/.rustup/toolchains/1.96.0-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=1892c0eb629fa454 -C extra-filename=-5d974ca5ee9b2860 --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-06644ec3ac706c1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50962026-06-25T02:10:14.512Z Running `/home/build/.rustup/toolchains/1.96.0-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=100f5110ce78cc2d -C extra-filename=-a291a78f8c3f14d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50972026-06-25T02:10:14.549Z Running `/home/build/.rustup/toolchains/1.96.0-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=7226808547d1d3ff -C extra-filename=-b2150a2da220f263 --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-7e4ac9dff1b11365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-aeab6d2a61d1000c.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-389fb4b426a7040a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50982026-06-25T02:10:14.581Z Running `/home/build/.rustup/toolchains/1.96.0-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=6966dd0211b0173d -C extra-filename=-c52bed0e0f1b39fe --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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
50992026-06-25T02:10:14.625Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
51002026-06-25T02:10:14.625Z Running `/home/build/.rustup/toolchains/1.96.0-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=827a6b2008155df2 -C extra-filename=-2a87dd0578017f2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51012026-06-25T02:10:14.660Z Running `/home/build/.rustup/toolchains/1.96.0-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=f66e2c958828e1e8 -C extra-filename=-a6ad3f4ccacdbb35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51022026-06-25T02:10:14.815Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
51032026-06-25T02:10:14.819Z Running `/home/build/.rustup/toolchains/1.96.0-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=a1c19bfffa6f2bee -C extra-filename=-98295ed03346033a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51042026-06-25T02:10:14.851Z Running `/home/build/.rustup/toolchains/1.96.0-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=cc44def1ae6085a0 -C extra-filename=-72dcdac2988eb129 --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-7e4ac9dff1b11365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-aeab6d2a61d1000c.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-389fb4b426a7040a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51052026-06-25T02:10:15.124Z Running `/home/build/.rustup/toolchains/1.96.0-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=05b71adc3a446aef -C extra-filename=-0e5b92ac5a9409fb --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-189079cb77e25919.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51062026-06-25T02:10:15.176Z Running `/home/build/.rustup/toolchains/1.96.0-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=b8ca5191805866ee -C extra-filename=-ca08dd59aa8bc6a0 --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-562d2fd988649feb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51072026-06-25T02:10:15.275Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51082026-06-25T02:10:15.278Z Running `/home/build/.rustup/toolchains/1.96.0-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=9770bb7818026e87 -C extra-filename=-2684c855e19031bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51092026-06-25T02:10:15.385Z Running `/home/build/.rustup/toolchains/1.96.0-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=c9c6535d1734c3a7 -C extra-filename=-ad83d383042e1856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b4875d39b6049568.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51102026-06-25T02:10:15.388Z Running `/home/build/.rustup/toolchains/1.96.0-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=acd191e739cb681d -C extra-filename=-511077cfb87a86c9 --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-05ae2c1fdd0ad2bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51112026-06-25T02:10:15.466Z Running `/home/build/.rustup/toolchains/1.96.0-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=cb6784c97f237616 -C extra-filename=-ff6131e73ba505f5 --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-189079cb77e25919.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51122026-06-25T02:10:15.507Z Running `/home/build/.rustup/toolchains/1.96.0-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=5c1be0639020f82a -C extra-filename=-e94805c7ff3acdd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51132026-06-25T02:10:15.510Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
51142026-06-25T02:10:15.510Z Running `/home/build/.rustup/toolchains/1.96.0-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=05b2d715e26077a4 -C extra-filename=-16b08c3e9e9b6401 --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-32d2c7b2aa9c2014.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e042be4f088ee9f7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-389ff32aeb6269b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51152026-06-25T02:10:15.510Z Running `/home/build/.rustup/toolchains/1.96.0-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=cfb3bf4815f4e522 -C extra-filename=-de526ecc344885ed --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-32d2c7b2aa9c2014.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e042be4f088ee9f7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-389ff32aeb6269b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51162026-06-25T02:10:15.665Z Running `/home/build/.rustup/toolchains/1.96.0-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=12304cd35fe36601 -C extra-filename=-8f5b5410b8dea234 --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-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51172026-06-25T02:10:15.665Z Running `/home/build/.rustup/toolchains/1.96.0-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=b889ad124add01ca -C extra-filename=-9a61f92006d6cda5 --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-fbde0eadaf750fbf.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a5a12962580ded3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51182026-06-25T02:10:15.703Z Running `/home/build/.rustup/toolchains/1.96.0-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=8f339407fb896bb9 -C extra-filename=-1f9044d02c7528b1 --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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51192026-06-25T02:10:15.707Z Running `/home/build/.rustup/toolchains/1.96.0-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=062c1076fc46ce27 -C extra-filename=-36d7a64a3f2b5e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51202026-06-25T02:10:15.741Z Running `/home/build/.rustup/toolchains/1.96.0-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=9c6843e107526a85 -C extra-filename=-02efd182e46423cc --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-189079cb77e25919.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51212026-06-25T02:10:15.879Z Running `/home/build/.rustup/toolchains/1.96.0-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=40c7bcbcea122198 -C extra-filename=-df76f2077022bbc7 --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-c5f44c3f2ee06ad8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51222026-06-25T02:10:15.962Z Running `/home/build/.rustup/toolchains/1.96.0-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=86b04be7896cb42c -C extra-filename=-e09defb5dbaa8ab8 --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-189079cb77e25919.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51232026-06-25T02:10:16.417Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
51242026-06-25T02:10:16.420Z Running `/home/build/.rustup/toolchains/1.96.0-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=fe70d29a7900a44d -C extra-filename=-12813b77000e46fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-fb5a808c4c009f0d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b51ef283de185974.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51252026-06-25T02:10:16.456Z Running `/home/build/.rustup/toolchains/1.96.0-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=a0aa3fd5188a9931 -C extra-filename=-18745b16b3ee708e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-2684c855e19031bd.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51262026-06-25T02:10:16.885Z Running `/home/build/.rustup/toolchains/1.96.0-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=f7d0bc8fedb16d92 -C extra-filename=-c6b7444820dab342 --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-e768ca3d3364e9aa.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51272026-06-25T02:10:16.935Z Running `/home/build/.rustup/toolchains/1.96.0-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=4e0945ef4709eaa5 -C extra-filename=-3d9c80885afecbfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51282026-06-25T02:10:16.981Z Running `/home/build/.rustup/toolchains/1.96.0-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=87c7d1ce439dae3f -C extra-filename=-45a1626ab994911b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-87423b04943dac48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51292026-06-25T02:10:17.530Z Running `/home/build/.rustup/toolchains/1.96.0-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=13f9dfa68abf133b -C extra-filename=-12df7eaf112820b8 --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-7e4ac9dff1b11365.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-491b7b713b94bc9a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2d11acdb54476a41.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51302026-06-25T02:10:17.616Z Running `/home/build/.rustup/toolchains/1.96.0-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=217c863723884150 -C extra-filename=-b87d51510cc704ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51312026-06-25T02:10:17.661Z Running `/home/build/.rustup/toolchains/1.96.0-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=4b4bbf7e24bc9ef1 -C extra-filename=-c02105b1119c7a33 --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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-e4b4f52f794e08b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51322026-06-25T02:10:17.802Z Running `/home/build/.rustup/toolchains/1.96.0-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=ed792b7984d0e9bf -C extra-filename=-757bcc911dc25c4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51332026-06-25T02:10:17.848Z Running `/home/build/.rustup/toolchains/1.96.0-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=175f0b052a4e4f9f -C extra-filename=-88d7321416b6cada --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-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51342026-06-25T02:10:17.891Z Running `/home/build/.rustup/toolchains/1.96.0-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=b93a57b4ef6c89e7 -C extra-filename=-cbb6239b2097f915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51352026-06-25T02:10:18.003Z Running `/home/build/.rustup/toolchains/1.96.0-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=297d6cc6bae23279 -C extra-filename=-6adc4db3ff62c5de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51362026-06-25T02:10:18.151Z Running `/home/build/.rustup/toolchains/1.96.0-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=83f9b4ece425a307 -C extra-filename=-98da2b0f002f903a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51372026-06-25T02:10:18.297Z Running `/home/build/.rustup/toolchains/1.96.0-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=b5e858e8c48166c4 -C extra-filename=-b89b02448b682829 --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-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51382026-06-25T02:10:18.373Z Running `/home/build/.rustup/toolchains/1.96.0-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=276a0632f961417d -C extra-filename=-36d7110dd6a9d213 --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-32d2c7b2aa9c2014.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51392026-06-25T02:10:18.412Z Running `/home/build/.rustup/toolchains/1.96.0-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=1fa9b81d448a2dae -C extra-filename=-f23cd4ad605fbe1d --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-2309f276da9dd5d7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51402026-06-25T02:10:19.350Z Running `/home/build/.rustup/toolchains/1.96.0-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=c9fc1d47e9468da5 -C extra-filename=-708601e1e139885d --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-3603deb24e30c54c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a3f161d1eefdddf9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51412026-06-25T02:10:19.387Z Running `/home/build/.rustup/toolchains/1.96.0-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=3c6122efc644baa1 -C extra-filename=-0f3912d8fb6e21ad --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-3603deb24e30c54c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a3f161d1eefdddf9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51422026-06-25T02:10:21.120Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
51432026-06-25T02:10:21.123Z Running `/home/build/.rustup/toolchains/1.96.0-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=0539d409e2a3f204 -C extra-filename=-9c4b3468d7040197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-9fa276ac6b680ff6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51442026-06-25T02:10:21.890Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
51452026-06-25T02:10:21.893Z Running `/home/build/.rustup/toolchains/1.96.0-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=b4fa56d1253b5fe1 -C extra-filename=-bd97b081b6b48e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51462026-06-25T02:10:22.429Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
51472026-06-25T02:10:22.433Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
51482026-06-25T02:10:22.433Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
51492026-06-25T02:10:22.433Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
51502026-06-25T02:10:22.434Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
51512026-06-25T02:10:22.434Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
51522026-06-25T02:10:22.434Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
51532026-06-25T02:10:22.434Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
51542026-06-25T02:10:22.434Z Running `/home/build/.rustup/toolchains/1.96.0-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=16f0802d600e5d79 -C extra-filename=-df16eb2112dcd4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-91907947abe51002.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f78f3e198bce9923.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c5bcc1649424d2b5.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f0da53276b2bc138.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-035dc4789a0a69f4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
51552026-06-25T02:10:22.434Z Running `/home/build/.rustup/toolchains/1.96.0-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=8425037603a65e61 -C extra-filename=-f99ccd630f0d76d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51562026-06-25T02:10:22.434Z Running `/home/build/.rustup/toolchains/1.96.0-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=9c1375d652c7c16b -C extra-filename=-9cea2dc73562f94f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51572026-06-25T02:10:22.434Z Running `/home/build/.rustup/toolchains/1.96.0-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=9212c87fad9ea45d -C extra-filename=-b743ff57bc337f3a --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-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51582026-06-25T02:10:22.434Z Running `/home/build/.rustup/toolchains/1.96.0-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=438da0b17a7dcf4e -C extra-filename=-826a67e4352fd0aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51592026-06-25T02:10:22.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=69f8c370565f86eb -C extra-filename=-27874b6f03c18fb7 --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-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51602026-06-25T02:10:22.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=463949ce9eddb8a2 -C extra-filename=-abc6bae7ee2f7760 --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-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51612026-06-25T02:10:22.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=50d142abafe8f647 -C extra-filename=-3dfdfc378463dbf4 --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-90ea55a0bc5a88ee.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51622026-06-25T02:10:22.435Z Running `/home/build/.rustup/toolchains/1.96.0-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=7c42b28708dd5b43 -C extra-filename=-d27dd854ec78767b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51632026-06-25T02:10:22.746Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51642026-06-25T02:10:22.749Z Running `/home/build/.rustup/toolchains/1.96.0-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=914039aa836caeea -C extra-filename=-72653b9594d3402b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b4875d39b6049568.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-16b08c3e9e9b6401.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51652026-06-25T02:10:22.749Z Running `/home/build/.rustup/toolchains/1.96.0-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=f5bb668efe6b3264 -C extra-filename=-1aa4cfe6e42868e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b4875d39b6049568.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-16b08c3e9e9b6401.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51662026-06-25T02:10:23.059Z Running `/home/build/.rustup/toolchains/1.96.0-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=61ce228df2491844 -C extra-filename=-cd2a530393b035b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4b3357ddf7060100.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-dbb1ae1b769dc319.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-7041a0257fa3c647.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-f1a957948b57edb3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-e73107cd33a831bf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ab6d119f93ba22a3.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-9e4b9badca4a4bd2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0b198e101b0b4339.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
51672026-06-25T02:10:23.420Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
51682026-06-25T02:10:23.423Z Running `/home/build/.rustup/toolchains/1.96.0-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=4de08a6577d82516 -C extra-filename=-f634080f576455bd --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-f99ccd630f0d76d1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51692026-06-25T02:10:23.623Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
51702026-06-25T02:10:23.626Z Running `/home/build/.rustup/toolchains/1.96.0-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=9aab0b25e0da8f52 -C extra-filename=-ea960872ec5adcf1 --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-90ea55a0bc5a88ee.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51712026-06-25T02:10:23.675Z Running `/home/build/.rustup/toolchains/1.96.0-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=4cab70318f431993 -C extra-filename=-2cd78492215243cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51722026-06-25T02:10:23.675Z Running `/home/build/.rustup/toolchains/1.96.0-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=cc8d9cac218e9852 -C extra-filename=-9543b67776e6dde7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51732026-06-25T02:10:23.679Z Running `/home/build/.rustup/toolchains/1.96.0-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=3d941406b8fffecf -C extra-filename=-df4c452212bc02b8 --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-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51742026-06-25T02:10:23.679Z Running `/home/build/.rustup/toolchains/1.96.0-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=6fc3d27b5f47b328 -C extra-filename=-239c5fd4ea7abc38 --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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51752026-06-25T02:10:23.680Z Running `/home/build/.rustup/toolchains/1.96.0-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=724ee9b5ae844085 -C extra-filename=-5fb67d32489dd69e --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-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51762026-06-25T02:10:23.680Z Running `/home/build/.rustup/toolchains/1.96.0-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=614395669eb71bc8 -C extra-filename=-d20692b9754b52d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51772026-06-25T02:10:23.708Z Running `/home/build/.rustup/toolchains/1.96.0-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=45236df6f569b4a8 -C extra-filename=-8e2968f58f3296be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51782026-06-25T02:10:23.712Z Running `/home/build/.rustup/toolchains/1.96.0-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=719ef834b3e5fa39 -C extra-filename=-9f2c948a6a8fa958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51792026-06-25T02:10:23.712Z Running `/home/build/.rustup/toolchains/1.96.0-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=4e231056dcf8edff -C extra-filename=-c165c313b8c25a34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-9fa276ac6b680ff6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51802026-06-25T02:10:23.985Z Running `/home/build/.rustup/toolchains/1.96.0-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=555013682111af99 -C extra-filename=-4503806baab9ff5e --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-f99ccd630f0d76d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51812026-06-25T02:10:24.361Z Running `/home/build/.rustup/toolchains/1.96.0-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=53d4e97b11f5e025 -C extra-filename=-e35153e033f6bf7d --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-90ea55a0bc5a88ee.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51822026-06-25T02:10:24.513Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
51832026-06-25T02:10:24.516Z Running `/home/build/.rustup/toolchains/1.96.0-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=303136ec2ea561c5 -C extra-filename=-cd17c73da11d4349 --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-27874b6f03c18fb7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51842026-06-25T02:10:25.064Z Running `/home/build/.rustup/toolchains/1.96.0-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=94d114be1782c603 -C extra-filename=-8a81dba0c3cb0da9 --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-27874b6f03c18fb7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
51852026-06-25T02:10:25.068Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
51862026-06-25T02:10:25.068Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
51872026-06-25T02:10:25.097Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
51882026-06-25T02:10:25.101Z Running `/home/build/.rustup/toolchains/1.96.0-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=8519f29a919907d9 -C extra-filename=-8419b2bca7c21193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-968d9c9b91cbd3da.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-19cce3555d172577.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-6d978df577fd64f5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
51892026-06-25T02:10:25.101Z Running `/home/build/.rustup/toolchains/1.96.0-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=349170e2d0990724 -C extra-filename=-3a06d1d0820a61af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-87423b04943dac48.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
51902026-06-25T02:10:25.101Z Running `/home/build/.rustup/toolchains/1.96.0-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=e7e278f28223399b -C extra-filename=-323c50397615127f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9458fa6a72594dba.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5679e242a6c9ea60.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/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`
51912026-06-25T02:10:25.101Z Running `/home/build/.rustup/toolchains/1.96.0-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=0fcdf52d4651128b -C extra-filename=-d630709da88608b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-240daed079fdb8ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
51922026-06-25T02:10:25.470Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51932026-06-25T02:10:25.470Z Running `/home/build/.rustup/toolchains/1.96.0-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=4fdca72d0bb1f693 -C extra-filename=-19daa1749cc7128f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-cdcbe7f04478be67.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
51942026-06-25T02:10:26.150Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
51952026-06-25T02:10:26.153Z Running `/home/build/.rustup/toolchains/1.96.0-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=8982c540215c29ae -C extra-filename=-b990e4b5f3608752 --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-f99ccd630f0d76d1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
51962026-06-25T02:10:26.413Z Running `/home/build/.rustup/toolchains/1.96.0-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=df4d3d72194fe923 -C extra-filename=-e8b3de83f03cdcdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-cdcbe7f04478be67.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-19daa1749cc7128f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
51972026-06-25T02:10:26.417Z Running `/home/build/.rustup/toolchains/1.96.0-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=c8c02bb9c467563b -C extra-filename=-287c821aebf06b2a --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-f99ccd630f0d76d1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
51982026-06-25T02:10:26.417Z Running `/home/build/.rustup/toolchains/1.96.0-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=128ac9559c44eabf -C extra-filename=-8daf23e917b6fb69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-240daed079fdb8ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
51992026-06-25T02:10:26.418Z Running `/home/build/.rustup/toolchains/1.96.0-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=8084e8df6a330915 -C extra-filename=-1b2d946522f173e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-cdcbe7f04478be67.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52002026-06-25T02:10:26.418Z Running `/home/build/.rustup/toolchains/1.96.0-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=a013ea1faf700cd6 -C extra-filename=-c4f81a61ea93dedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-87423b04943dac48.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52012026-06-25T02:10:26.447Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
52022026-06-25T02:10:26.479Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52032026-06-25T02:10:26.482Z Running `/home/build/.rustup/toolchains/1.96.0-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=87197cc23c9fd1a9 -C extra-filename=-e1dc5dc79354662f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-784a9ba5f7ae3be2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52042026-06-25T02:10:26.509Z Running `/home/build/.rustup/toolchains/1.96.0-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=5c297d431fe458db -C extra-filename=-7ca2286bfa95eac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ccf4358e01f7eab1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e43581ce0fe40fc7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/usr/lib/amd64`
52052026-06-25T02:10:26.841Z Running `/home/build/.rustup/toolchains/1.96.0-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=7dd8c688d410babc -C extra-filename=-994ee97a13a55769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ccf4358e01f7eab1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e43581ce0fe40fc7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/usr/lib/amd64`
52062026-06-25T02:10:27.768Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
52072026-06-25T02:10:27.771Z Running `/home/build/.rustup/toolchains/1.96.0-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=71bc4f7980b78daf -C extra-filename=-a18d1d2aa4cb864d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52082026-06-25T02:10:27.811Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
52092026-06-25T02:10:27.814Z Running `/home/build/.rustup/toolchains/1.96.0-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=603a70d0dc882a21 -C extra-filename=-d34a7fa14b983246 --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-562d2fd988649feb.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ec65eb5379cae5fe.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52102026-06-25T02:10:27.848Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52112026-06-25T02:10:27.851Z Running `/home/build/.rustup/toolchains/1.96.0-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=a475fcb6771cfbfc -C extra-filename=-6d250d90a870beb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f9ca789c62d455bf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52122026-06-25T02:10:27.937Z Running `/home/build/.rustup/toolchains/1.96.0-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=3cd8843a6179ad2e -C extra-filename=-eec842d538c104c9 --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-562d2fd988649feb.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ec65eb5379cae5fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52132026-06-25T02:10:28.046Z Running `/home/build/.rustup/toolchains/1.96.0-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=7cf82d945438edae -C extra-filename=-6b15780bb72572bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52142026-06-25T02:10:28.124Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
52152026-06-25T02:10:28.127Z Running `/home/build/.rustup/toolchains/1.96.0-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=eca7a006c56f42a4 -C extra-filename=-a5296aac340f5f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52162026-06-25T02:10:28.487Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
52172026-06-25T02:10:28.490Z Running `/home/build/.rustup/toolchains/1.96.0-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=88f433edd5f0bd6d -C extra-filename=-3a32b08ac4c1c145 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f0da53276b2bc138.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52182026-06-25T02:10:28.818Z Running `/home/build/.rustup/toolchains/1.96.0-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=24be4b1d5c2fe046 -C extra-filename=-aa0554a49b57f45d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ccf4358e01f7eab1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7ca2286bfa95eac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e43581ce0fe40fc7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/usr/lib/amd64`
52192026-06-25T02:10:29.540Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
52202026-06-25T02:10:29.543Z Running `/home/build/.rustup/toolchains/1.96.0-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=3d04e9e54da0bbb8 -C extra-filename=-dac5d9072281d2b0 --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-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52212026-06-25T02:10:29.932Z Running `/home/build/.rustup/toolchains/1.96.0-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=0eba3317295520dc -C extra-filename=-3613295d434081d5 --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-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52222026-06-25T02:10:30.647Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
52232026-06-25T02:10:30.647Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
52242026-06-25T02:10:30.655Z Running `/home/build/.rustup/toolchains/1.96.0-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=70dbbb92e288ce26 -C extra-filename=-469ab2a6ab582481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rmeta --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-7564c83ea2d66464.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52252026-06-25T02:10:30.655Z Running `/home/build/.rustup/toolchains/1.96.0-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=c503b7355f5912b4 -C extra-filename=-09b42048f1a96a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52262026-06-25T02:10:30.755Z Running `/home/build/.rustup/toolchains/1.96.0-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=8359b5c13ad98eca -C extra-filename=-d6f20a04135298a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4b3357ddf7060100.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-dbb1ae1b769dc319.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-7041a0257fa3c647.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-f1a957948b57edb3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-e73107cd33a831bf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ab6d119f93ba22a3.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-9e4b9badca4a4bd2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0b198e101b0b4339.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52272026-06-25T02:10:30.790Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
52282026-06-25T02:10:30.793Z Running `/home/build/.rustup/toolchains/1.96.0-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=a053686bc45c06a8 -C extra-filename=-0692c69d2cdda6e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-0f8d58952f3b1651.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0965392548846a76.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52292026-06-25T02:10:30.822Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
52302026-06-25T02:10:30.825Z Running `/home/build/.rustup/toolchains/1.96.0-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=815b9bf6a83d85c3 -C extra-filename=-544b67bff8cbcf30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d70c1efdabb25e2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cd17c73da11d4349.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52312026-06-25T02:10:31.178Z Running `/home/build/.rustup/toolchains/1.96.0-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=11afd91d79753fb1 -C extra-filename=-1d95592df183df8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52322026-06-25T02:10:31.585Z Running `/home/build/.rustup/toolchains/1.96.0-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=5b8de63b948c1af0 -C extra-filename=-b916e6dc340bda88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ae43e4d1017cfb38.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-0f8d58952f3b1651.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0965392548846a76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52332026-06-25T02:10:32.135Z Running `/home/build/.rustup/toolchains/1.96.0-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=54c2271c983537a2 -C extra-filename=-0eca670389b756b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a5296aac340f5f4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52342026-06-25T02:10:32.135Z Running `/home/build/.rustup/toolchains/1.96.0-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=55b9f2013a0d3617 -C extra-filename=-8002daa24709aafd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a5296aac340f5f4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52352026-06-25T02:10:32.139Z Running `/home/build/.rustup/toolchains/1.96.0-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=16d646c6db778ddb -C extra-filename=-43670f934a707aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a5296aac340f5f4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52362026-06-25T02:10:33.537Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
52372026-06-25T02:10:33.541Z Running `/home/build/.rustup/toolchains/1.96.0-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=42475578c1f19c73 -C extra-filename=-d176758122baf2d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52382026-06-25T02:10:33.689Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
52392026-06-25T02:10:33.692Z Running `/home/build/.rustup/toolchains/1.96.0-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=587187fcd7231438 -C extra-filename=-744b0724c2b8c638 --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-562d2fd988649feb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52402026-06-25T02:10:34.597Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
52412026-06-25T02:10:34.600Z Running `/home/build/.rustup/toolchains/1.96.0-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=728f07b09c282370 -C extra-filename=-235f14bbd58e48d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52422026-06-25T02:10:34.982Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
52432026-06-25T02:10:35.017Z Running `/home/build/.rustup/toolchains/1.96.0-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=597e18801a035cab -C extra-filename=-ab038aef89b7c190 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52442026-06-25T02:10:35.190Z Running `/home/build/.rustup/toolchains/1.96.0-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=564dfbdf56f888f4 -C extra-filename=-152732bb02fb1ecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52452026-06-25T02:10:35.193Z Running `/home/build/.rustup/toolchains/1.96.0-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=1d5c524d9ee721eb -C extra-filename=-6648009cfa2ba9bc --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-562d2fd988649feb.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ec65eb5379cae5fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52462026-06-25T02:10:35.223Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
52472026-06-25T02:10:35.260Z Running `/home/build/.rustup/toolchains/1.96.0-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=d4824f552aa65ea6 -C extra-filename=-3d89f8767bce714b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52482026-06-25T02:10:38.162Z Running `/home/build/.rustup/toolchains/1.96.0-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=f8ddc4c13c3cc891 -C extra-filename=-bef4f5dde3da8e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ae43e4d1017cfb38.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-0f8d58952f3b1651.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0965392548846a76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52492026-06-25T02:10:38.166Z Running `/home/build/.rustup/toolchains/1.96.0-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=fcf8ebe2471fd3b9 -C extra-filename=-c958ee60a396858f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52502026-06-25T02:10:38.167Z Running `/home/build/.rustup/toolchains/1.96.0-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=0641fd408fdc42f2 -C extra-filename=-6eb4913a369ac7a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ab038aef89b7c190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52512026-06-25T02:10:38.167Z Running `/home/build/.rustup/toolchains/1.96.0-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=e4c78c06c0efea59 -C extra-filename=-77d145d314edb3ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ae43e4d1017cfb38.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-0f8d58952f3b1651.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0965392548846a76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52522026-06-25T02:10:38.196Z Running `/home/build/.rustup/toolchains/1.96.0-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=87e12c2505e33d39 -C extra-filename=-95ce0ec6722148a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ab038aef89b7c190.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52532026-06-25T02:10:38.200Z Running `/home/build/.rustup/toolchains/1.96.0-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=538d677b3a7c19b7 -C extra-filename=-24c1a886eea6589f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-0f8d58952f3b1651.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0965392548846a76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52542026-06-25T02:10:40.161Z Running `/home/build/.rustup/toolchains/1.96.0-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=56091d7c3fb10d59 -C extra-filename=-6097a69a48674521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d70c1efdabb25e2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-544b67bff8cbcf30.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cd17c73da11d4349.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
52552026-06-25T02:10:43.065Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
52562026-06-25T02:10:43.068Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
52572026-06-25T02:10:43.068Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
52582026-06-25T02:10:43.068Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
52592026-06-25T02:10:43.069Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
52602026-06-25T02:10:43.069Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
52612026-06-25T02:10:43.069Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
52622026-06-25T02:10:43.069Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
52632026-06-25T02:10:43.069Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
52642026-06-25T02:10:43.069Z Running `/home/build/.rustup/toolchains/1.96.0-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=eab322bc2048f46f -C extra-filename=-c38757e6b377bbce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52652026-06-25T02:10:43.069Z Running `/home/build/.rustup/toolchains/1.96.0-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=7eb7e8dec2a2932c -C extra-filename=-463298e59503569a --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-189079cb77e25919.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52662026-06-25T02:10:43.069Z Running `/home/build/.rustup/toolchains/1.96.0-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=dbda7ec7b5b7d647 -C extra-filename=-bd7841cf70da2ce4 --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-f99ccd630f0d76d1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52672026-06-25T02:10:43.104Z Running `/home/build/.rustup/toolchains/1.96.0-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=2ffa73b4bf709ea0 -C extra-filename=-a0ec93491ae0ce3e --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-06644ec3ac706c1b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52682026-06-25T02:10:43.107Z Running `/home/build/.rustup/toolchains/1.96.0-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=cc06bdc3ed8908db -C extra-filename=-b52938b43fcd6855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52692026-06-25T02:10:43.107Z Running `/home/build/.rustup/toolchains/1.96.0-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=bba73479c3d88766 -C extra-filename=-c3494864a3b31f2a --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-189079cb77e25919.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52702026-06-25T02:10:43.107Z Running `/home/build/.rustup/toolchains/1.96.0-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=1dd3630af4f4817b -C extra-filename=-40f614abdf4ceac1 --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-06644ec3ac706c1b.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52712026-06-25T02:10:43.107Z Running `/home/build/.rustup/toolchains/1.96.0-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=5357ce42079189d0 -C extra-filename=-42f540de81bca9dc --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-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52722026-06-25T02:10:43.140Z Running `/home/build/.rustup/toolchains/1.96.0-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=51d1a3ea6b7534f3 -C extra-filename=-3a36d3ee5f7ebd33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c19a8935b7277c62.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52732026-06-25T02:10:43.143Z Running `/home/build/.rustup/toolchains/1.96.0-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=9ae616bd2e80a270 -C extra-filename=-5228bce4b39de21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52742026-06-25T02:10:45.031Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
52752026-06-25T02:10:45.031Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
52762026-06-25T02:10:45.035Z Running `/home/build/.rustup/toolchains/1.96.0-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=f6e3034865a8d318 -C extra-filename=-fc46ab36d8ca11c4 --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-189079cb77e25919.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1ac0ba8b30373ed2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52772026-06-25T02:10:45.035Z Running `/home/build/.rustup/toolchains/1.96.0-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=9fdd8854fe65166e -C extra-filename=-68314f64691181cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52782026-06-25T02:10:45.208Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
52792026-06-25T02:10:45.212Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
52802026-06-25T02:10:45.212Z Running `/home/build/.rustup/toolchains/1.96.0-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=626fadbc18f4b344 -C extra-filename=-40b162898639929a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1dbee1d4cf02dc06.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52812026-06-25T02:10:45.213Z Running `/home/build/.rustup/toolchains/1.96.0-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=ee5c3e5286c405e5 -C extra-filename=-16a596ca4d0faca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
52822026-06-25T02:10:45.213Z Running `/home/build/.rustup/toolchains/1.96.0-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=3be66df48fc92a93 -C extra-filename=-f7c4ef9ec582c6e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
52832026-06-25T02:10:45.693Z Running `/home/build/.rustup/toolchains/1.96.0-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=8817dca91bc74d02 -C extra-filename=-3bb73f149250f84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-9e4b9badca4a4bd2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
52842026-06-25T02:10:45.694Z Running `/home/build/.rustup/toolchains/1.96.0-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=7c95600a20e397a0 -C extra-filename=-ff9e90e0c52f7d05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52852026-06-25T02:10:45.698Z Running `/home/build/.rustup/toolchains/1.96.0-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=4936d2d8fa8d26d8 -C extra-filename=-f96edabb0d9fde90 --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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52862026-06-25T02:10:45.698Z Running `/home/build/.rustup/toolchains/1.96.0-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=127e8c3c516290f1 -C extra-filename=-0054ca2799c10b0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c19a8935b7277c62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52872026-06-25T02:10:45.726Z Running `/home/build/.rustup/toolchains/1.96.0-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=2de9e200559a502d -C extra-filename=-6a5e0605263a6bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c19a8935b7277c62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52882026-06-25T02:10:45.730Z Running `/home/build/.rustup/toolchains/1.96.0-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=f8b9d9741fa41ba9 -C extra-filename=-e78e6bf75640026b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1dbee1d4cf02dc06.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52892026-06-25T02:10:45.730Z Running `/home/build/.rustup/toolchains/1.96.0-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=cdc8e6ab9c9ff361 -C extra-filename=-65be08c7c31c7b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52902026-06-25T02:10:45.761Z Running `/home/build/.rustup/toolchains/1.96.0-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=212e79a28b01caf2 -C extra-filename=-9c955faec778d1f0 --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-189079cb77e25919.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52912026-06-25T02:10:45.765Z Running `/home/build/.rustup/toolchains/1.96.0-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=3e6c63b31ab96ec8 -C extra-filename=-e466440e7003e6a2 --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-06644ec3ac706c1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52922026-06-25T02:10:45.765Z Running `/home/build/.rustup/toolchains/1.96.0-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=bd50934a7ccb6935 -C extra-filename=-ddc7c84db620ad65 --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-f99ccd630f0d76d1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52932026-06-25T02:10:46.033Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52942026-06-25T02:10:46.036Z Running `/home/build/.rustup/toolchains/1.96.0-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=57e2b4dd4463c1a6 -C extra-filename=-e96995f1018988ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
52952026-06-25T02:10:46.260Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
52962026-06-25T02:10:46.264Z Running `/home/build/.rustup/toolchains/1.96.0-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=f7ccf2b6de0b04fd -C extra-filename=-08236d8022eafe8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-63c824bb04f2bed1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29bc24d22b205480.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b51ef283de185974.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52972026-06-25T02:10:46.669Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
52982026-06-25T02:10:46.672Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
52992026-06-25T02:10:46.672Z Running `/home/build/.rustup/toolchains/1.96.0-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=6dbadf476622c425 -C extra-filename=-a16f6faf6d5c6421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53002026-06-25T02:10:46.672Z Running `/home/build/.rustup/toolchains/1.96.0-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=5a3401c111139f1c -C extra-filename=-bba609730a2fa7e6 --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-0a491e02bb33227a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53012026-06-25T02:10:47.356Z Running `/home/build/.rustup/toolchains/1.96.0-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=091b4fa6437b5ebc -C extra-filename=-5de36236e82a4cc0 --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-0a491e02bb33227a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53022026-06-25T02:10:47.362Z Running `/home/build/.rustup/toolchains/1.96.0-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=32a5c4efcfba55dd -C extra-filename=-f22f8a0713f40c88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d250d90a870beb8.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f9ca789c62d455bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-09c727e181bf7d11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53032026-06-25T02:10:47.392Z Running `/home/build/.rustup/toolchains/1.96.0-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=8763ec04cc35cea0 -C extra-filename=-d81036c6b503ea2d --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-3603deb24e30c54c.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7c5fff3a5bf3d7d0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ea960872ec5adcf1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53042026-06-25T02:10:47.422Z Running `/home/build/.rustup/toolchains/1.96.0-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=6f7d433716941d41 -C extra-filename=-96900b1c33cf8179 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-784a9ba5f7ae3be2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53052026-06-25T02:10:47.425Z Running `/home/build/.rustup/toolchains/1.96.0-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=ea0a44620e0c725c -C extra-filename=-04e44e7dbac49d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53062026-06-25T02:10:47.456Z Running `/home/build/.rustup/toolchains/1.96.0-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=b4f571ee9e6cf857 -C extra-filename=-1c68d2e6fd9b74a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53072026-06-25T02:10:47.578Z Running `/home/build/.rustup/toolchains/1.96.0-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=e594847963fdc6ee -C extra-filename=-0a5f44fa85b2b585 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bba609730a2fa7e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53082026-06-25T02:10:47.687Z Running `/home/build/.rustup/toolchains/1.96.0-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=ba69437a36dca991 -C extra-filename=-4b605d895ced9746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bba609730a2fa7e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53092026-06-25T02:10:47.724Z Running `/home/build/.rustup/toolchains/1.96.0-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=067094087132fab0 -C extra-filename=-cf2e429a17f47f87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53102026-06-25T02:10:47.724Z Running `/home/build/.rustup/toolchains/1.96.0-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=1bdfdb3017260d98 -C extra-filename=-23d2b58627030719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f9ca789c62d455bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-09c727e181bf7d11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53112026-06-25T02:10:47.798Z Running `/home/build/.rustup/toolchains/1.96.0-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=4e9fd5f47551280d -C extra-filename=-6172872b0d280931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-9fa276ac6b680ff6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-1dd0f8f4420190d7.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5f56c3a81155c68a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53122026-06-25T02:10:47.842Z Running `/home/build/.rustup/toolchains/1.96.0-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=8b22ba907d34cac4 -C extra-filename=-3760834e92fb59d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-48f21a57ed1e232a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53132026-06-25T02:10:47.912Z Running `/home/build/.rustup/toolchains/1.96.0-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=1b34e175fe0c2c2f -C extra-filename=-b904107269e4c7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53142026-06-25T02:10:48.175Z Running `/home/build/.rustup/toolchains/1.96.0-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=48e7f09a17683d85 -C extra-filename=-782c55e9f5c59537 --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-14ab0a870e93f34c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-547f3fbc6c8f0677.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-faab0251d033bc5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53152026-06-25T02:10:48.210Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53162026-06-25T02:10:48.213Z Running `/home/build/.rustup/toolchains/1.96.0-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=4623b05c84df1f18 -C extra-filename=-7b396238ead25034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-829749b3e193cca5.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-e1c52404592ebf14.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-33ed94d1e4b28a56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53172026-06-25T02:10:48.353Z Running `/home/build/.rustup/toolchains/1.96.0-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=b94bc75282db48c5 -C extra-filename=-32fe5c1cdeff6987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4b3357ddf7060100.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-dbb1ae1b769dc319.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-7041a0257fa3c647.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-f1a957948b57edb3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-e73107cd33a831bf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ab6d119f93ba22a3.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-9e4b9badca4a4bd2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0b198e101b0b4339.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53182026-06-25T02:10:48.707Z Running `/home/build/.rustup/toolchains/1.96.0-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=03fb4abad811f09e -C extra-filename=-b32b2608ec09bb94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dc7dea6717b641a2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a5296aac340f5f4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53192026-06-25T02:10:48.744Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
53202026-06-25T02:10:48.747Z Running `/home/build/.rustup/toolchains/1.96.0-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=44acb853b9f19ed9 -C extra-filename=-05bc62f98d69b8f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9458fa6a72594dba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-eadb682ebc78fe7e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-63c824bb04f2bed1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d70c1efdabb25e2.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-47002dc87905f603.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cd17c73da11d4349.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53212026-06-25T02:10:48.821Z Running `/home/build/.rustup/toolchains/1.96.0-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=8955cbe0120cd83d -C extra-filename=-33537180ec210470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4b3357ddf7060100.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-dbb1ae1b769dc319.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-7041a0257fa3c647.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-f1a957948b57edb3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-e73107cd33a831bf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ab6d119f93ba22a3.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-9e4b9badca4a4bd2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0b198e101b0b4339.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53222026-06-25T02:10:48.987Z Running `/home/build/.rustup/toolchains/1.96.0-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=1b1e9088b370a8c8 -C extra-filename=-45527ddf138c0a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dc7dea6717b641a2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a5296aac340f5f4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53232026-06-25T02:10:49.220Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
53242026-06-25T02:10:49.223Z Running `/home/build/.rustup/toolchains/1.96.0-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=e8f9c25b3bbef929 -C extra-filename=-468ce99c65f5d045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dc7dea6717b641a2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-61888eb32b9c78fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/usr/lib/amd64`
53252026-06-25T02:10:49.371Z Running `/home/build/.rustup/toolchains/1.96.0-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=0371bc884f312532 -C extra-filename=-b8880477d341a7a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dc7dea6717b641a2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a5296aac340f5f4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53262026-06-25T02:10:49.466Z Running `/home/build/.rustup/toolchains/1.96.0-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=7abd73a1f8d19be0 -C extra-filename=-3dd9a92b6057293c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dc7dea6717b641a2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a5296aac340f5f4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53272026-06-25T02:10:49.675Z Running `/home/build/.rustup/toolchains/1.96.0-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=0188352db247f2e4 -C extra-filename=-4d75ba6bdceaf03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53282026-06-25T02:10:50.399Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
53292026-06-25T02:10:50.402Z Running `/home/build/.rustup/toolchains/1.96.0-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=44626d29ec783ee8 -C extra-filename=-c9282b6ee4cf391c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53302026-06-25T02:10:50.634Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
53312026-06-25T02:10:50.637Z Running `/home/build/.rustup/toolchains/1.96.0-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=e6d1de301e77ef79 -C extra-filename=-ee3343c5b77d7c58 --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-562d2fd988649feb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-08236d8022eafe8b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53322026-06-25T02:10:51.444Z Running `/home/build/.rustup/toolchains/1.96.0-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=b8ddc343bd032ec9 -C extra-filename=-741f6ff5f778e5a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dc7dea6717b641a2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53332026-06-25T02:10:51.481Z Running `/home/build/.rustup/toolchains/1.96.0-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=20d24a8f1ac7a8d0 -C extra-filename=-d73623480cd80659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4b3357ddf7060100.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-dbb1ae1b769dc319.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-7041a0257fa3c647.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-f1a957948b57edb3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-e73107cd33a831bf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ab6d119f93ba22a3.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-9e4b9badca4a4bd2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0b198e101b0b4339.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53342026-06-25T02:10:51.568Z Running `/home/build/.rustup/toolchains/1.96.0-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=e5c0d7d5c8c4f92b -C extra-filename=-335ba46a421a31c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-48f21a57ed1e232a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53352026-06-25T02:10:51.603Z Running `/home/build/.rustup/toolchains/1.96.0-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=b6296e3ff4efbcd5 -C extra-filename=-faa0cd75c76d79bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53362026-06-25T02:10:51.703Z Running `/home/build/.rustup/toolchains/1.96.0-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=43a2de9461fc3ab9 -C extra-filename=-649c500df4870131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53372026-06-25T02:10:52.190Z Running `/home/build/.rustup/toolchains/1.96.0-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=69231e3e4864f3cf -C extra-filename=-5fd1be97d9c9b241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53382026-06-25T02:10:52.265Z Running `/home/build/.rustup/toolchains/1.96.0-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=200edfb8784fd7f9 -C extra-filename=-f3d279af7bccd756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53392026-06-25T02:10:52.268Z Running `/home/build/.rustup/toolchains/1.96.0-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=9fa70ad7d55bb077 -C extra-filename=-420c9dfc6d696293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53402026-06-25T02:10:53.784Z Running `/home/build/.rustup/toolchains/1.96.0-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=7e9f0c1cdd17f2d7 -C extra-filename=-6caaf052ecdff0ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53412026-06-25T02:10:54.245Z Running `/home/build/.rustup/toolchains/1.96.0-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=2d6eb46f9cd1777a -C extra-filename=-d88b1fba8dc75e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53422026-06-25T02:10:54.321Z Running `/home/build/.rustup/toolchains/1.96.0-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=c629c3bcfadfb18f -C extra-filename=-590ca41450cf762f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53432026-06-25T02:10:54.603Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53442026-06-25T02:10:54.606Z Running `/home/build/.rustup/toolchains/1.96.0-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=b3e5c4d9954ae870 -C extra-filename=-f6b9d27cadc8c89b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53452026-06-25T02:10:54.843Z Running `/home/build/.rustup/toolchains/1.96.0-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=1e9812400569804e -C extra-filename=-079d7eb69c99df6b --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-98b415d82811981a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53462026-06-25T02:10:54.881Z Running `/home/build/.rustup/toolchains/1.96.0-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=c09d4fd5ed9d6f44 -C extra-filename=-15e8bd2efcbd8a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53472026-06-25T02:10:55.311Z Running `/home/build/.rustup/toolchains/1.96.0-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=386acaba737608d4 -C extra-filename=-64cfdd2ae5b6d086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19d77e6e10d40e96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53482026-06-25T02:10:56.728Z Running `/home/build/.rustup/toolchains/1.96.0-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=a45d2bc4422f7d57 -C extra-filename=-57f34880685d6bec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-829749b3e193cca5.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-e1c52404592ebf14.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-33ed94d1e4b28a56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
53492026-06-25T02:10:57.242Z Running `/home/build/.rustup/toolchains/1.96.0-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=05f7b711614e8fb1 -C extra-filename=-1caa32aa62677076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d250d90a870beb8.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d70c1efdabb25e2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f9ca789c62d455bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-544b67bff8cbcf30.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cd17c73da11d4349.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53502026-06-25T02:10:57.276Z Running `/home/build/.rustup/toolchains/1.96.0-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=53ed8492fce142ac -C extra-filename=-79d67851f9aa3635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-63c824bb04f2bed1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29bc24d22b205480.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-08236d8022eafe8b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b51ef283de185974.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53512026-06-25T02:10:59.703Z Running `/home/build/.rustup/toolchains/1.96.0-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=8be87b865cc907e3 -C extra-filename=-37f0bd6c19399df1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-63c824bb04f2bed1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29bc24d22b205480.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b51ef283de185974.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53522026-06-25T02:10:59.989Z Running `/home/build/.rustup/toolchains/1.96.0-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=3243cc78e24ccc2d -C extra-filename=-a1207d2d7e7726d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53532026-06-25T02:11:01.754Z Running `/home/build/.rustup/toolchains/1.96.0-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=a32b4c10540029ee -C extra-filename=-4b48ced5f84cdb62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d250d90a870beb8.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d70c1efdabb25e2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f9ca789c62d455bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cd17c73da11d4349.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53542026-06-25T02:11:02.658Z Running `/home/build/.rustup/toolchains/1.96.0-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=54c8e16069571816 -C extra-filename=-89667e10304fd9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53552026-06-25T02:11:04.329Z Running `/home/build/.rustup/toolchains/1.96.0-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=31b9ee9bb2b98687 -C extra-filename=-8c6f2908e3d51f58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53562026-06-25T02:11:04.384Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53572026-06-25T02:11:04.387Z Running `/home/build/.rustup/toolchains/1.96.0-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=bda18a5a85886f87 -C extra-filename=-f423cc24dee4e37d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ea960872ec5adcf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53582026-06-25T02:11:04.440Z Running `/home/build/.rustup/toolchains/1.96.0-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=b929d8c6c7bf8bbe -C extra-filename=-4fbdd2f26621ba7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53592026-06-25T02:11:04.725Z Running `/home/build/.rustup/toolchains/1.96.0-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=f1ee4255d45ee425 -C extra-filename=-cc47debcee470d6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8bdbf43e37a761ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53602026-06-25T02:11:05.225Z Running `/home/build/.rustup/toolchains/1.96.0-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=9b2ea0071e9be97f -C extra-filename=-756ae3bf91378848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
53612026-06-25T02:11:05.993Z Running `/home/build/.rustup/toolchains/1.96.0-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=d5ea1032662479eb -C extra-filename=-2bec3f0ff0262152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8bdbf43e37a761ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53622026-06-25T02:11:06.047Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
53632026-06-25T02:11:06.050Z Running `/home/build/.rustup/toolchains/1.96.0-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=2c0b9ba4af1a5a48 -C extra-filename=-46eda65154ed824f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-08236d8022eafe8b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53642026-06-25T02:11:06.086Z Running `/home/build/.rustup/toolchains/1.96.0-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=1ddf5f8ba596e655 -C extra-filename=-2ee8ffb829db9a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-63c824bb04f2bed1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29bc24d22b205480.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-08236d8022eafe8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b51ef283de185974.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53652026-06-25T02:11:06.629Z Running `/home/build/.rustup/toolchains/1.96.0-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=3b951dc61ec96a23 -C extra-filename=-68dfbde0143d0de5 --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-562d2fd988649feb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-08236d8022eafe8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53662026-06-25T02:11:07.302Z Running `/home/build/.rustup/toolchains/1.96.0-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=5e9e491dca14752d -C extra-filename=-b80ffc460365e665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53672026-06-25T02:11:07.346Z Running `/home/build/.rustup/toolchains/1.96.0-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=5aabeea3cfe2bd27 -C extra-filename=-95a5506c82777b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-63c824bb04f2bed1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29bc24d22b205480.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-08236d8022eafe8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b51ef283de185974.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53682026-06-25T02:11:07.383Z Running `/home/build/.rustup/toolchains/1.96.0-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=0cc8b9806a630933 -C extra-filename=-4ecf6105e036f0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d250d90a870beb8.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d70c1efdabb25e2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f9ca789c62d455bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-544b67bff8cbcf30.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cd17c73da11d4349.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
53692026-06-25T02:11:08.297Z Running `/home/build/.rustup/toolchains/1.96.0-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=eadb8d840e804967 -C extra-filename=-c8c971747da68af5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8bdbf43e37a761ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53702026-06-25T02:11:08.534Z Running `/home/build/.rustup/toolchains/1.96.0-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=07d0735ddc05e36a -C extra-filename=-da481f225603968b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f0da53276b2bc138.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53712026-06-25T02:11:08.855Z Running `/home/build/.rustup/toolchains/1.96.0-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=a191fcd57652d4e4 -C extra-filename=-dee9259ab4128ce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7c5fff3a5bf3d7d0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-8cab61bdecd66c85.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ea960872ec5adcf1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
53722026-06-25T02:11:09.051Z Running `/home/build/.rustup/toolchains/1.96.0-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=8c9178c8e4ec276f -C extra-filename=-848876fcbf6952a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53732026-06-25T02:11:09.535Z Running `/home/build/.rustup/toolchains/1.96.0-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=b800956e20e2c56e -C extra-filename=-eda86a7c39ad47a4 --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-3603deb24e30c54c.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7c5fff3a5bf3d7d0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ea960872ec5adcf1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53742026-06-25T02:11:10.224Z Running `/home/build/.rustup/toolchains/1.96.0-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=c6cfca4eca18cabb -C extra-filename=-333e915fbbb070b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-91907947abe51002.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f78f3e198bce9923.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c5bcc1649424d2b5.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f0da53276b2bc138.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-035dc4789a0a69f4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53752026-06-25T02:11:10.438Z Running `/home/build/.rustup/toolchains/1.96.0-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=0876673c5eb7033e -C extra-filename=-0545aa521c9594d6 --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-562d2fd988649feb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-f21b83dfd0ad6c4e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-f480de7d16f6e5f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53762026-06-25T02:11:11.610Z Running `/home/build/.rustup/toolchains/1.96.0-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=4e25aeff1c3f7190 -C extra-filename=-2211d44569c496aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1ac0ba8b30373ed2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53772026-06-25T02:11:12.554Z Running `/home/build/.rustup/toolchains/1.96.0-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=8e2f4434736fc4f7 -C extra-filename=-763df67d989d47e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53782026-06-25T02:11:13.633Z Running `/home/build/.rustup/toolchains/1.96.0-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=36c22ff1bdabee17 -C extra-filename=-1c6bafcad35b33d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-dd73aa556f1f4be8.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-1a5b3d380de2857f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4622fed73797dc37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53792026-06-25T02:11:18.095Z Running `/home/build/.rustup/toolchains/1.96.0-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=7db06c5670d944f4 -C extra-filename=-7bbdda9bc107cd81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-48f21a57ed1e232a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53802026-06-25T02:11:18.413Z Running `/home/build/.rustup/toolchains/1.96.0-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=730f8b7e5d4ccd39 -C extra-filename=-6acb34961806bcc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-968d9c9b91cbd3da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-19cce3555d172577.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-6d978df577fd64f5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53812026-06-25T02:11:19.298Z Running `/home/build/.rustup/toolchains/1.96.0-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=23957414c3b8ab02 -C extra-filename=-e20517273d449f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53822026-06-25T02:11:19.609Z Running `/home/build/.rustup/toolchains/1.96.0-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=5b9288e3d723bf8f -C extra-filename=-aa14578beb455cc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53832026-06-25T02:11:19.680Z Running `/home/build/.rustup/toolchains/1.96.0-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=04ed98bf263ff722 -C extra-filename=-85436bbbb11893de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53842026-06-25T02:11:21.637Z Running `/home/build/.rustup/toolchains/1.96.0-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=3f507030aed153b3 -C extra-filename=-123f8f3467956c35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53852026-06-25T02:11:21.750Z Running `/home/build/.rustup/toolchains/1.96.0-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=4a5ffcfad100642b -C extra-filename=-b60bc60ad2e2e42c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed330bc94eb2b9e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53862026-06-25T02:11:21.842Z Running `/home/build/.rustup/toolchains/1.96.0-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=3e519c0c2a0bd82f -C extra-filename=-c6c178ed719a4a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed330bc94eb2b9e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53872026-06-25T02:11:22.878Z Running `/home/build/.rustup/toolchains/1.96.0-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=4d47817840b67842 -C extra-filename=-5c87d1d4fdeb4a78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-48f21a57ed1e232a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53882026-06-25T02:11:24.100Z Running `/home/build/.rustup/toolchains/1.96.0-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=bfb78f00371c2049 -C extra-filename=-a099ec7221649c59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-48f21a57ed1e232a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53892026-06-25T02:11:24.826Z Running `/home/build/.rustup/toolchains/1.96.0-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=5f54231cc8f3083f -C extra-filename=-db0117738f37bac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ec65eb5379cae5fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-7564c83ea2d66464.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-61888eb32b9c78fb.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-784a9ba5f7ae3be2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/usr/lib/amd64`
53902026-06-25T02:11:30.857Z Running `/home/build/.rustup/toolchains/1.96.0-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=e1689be80b1882c3 -C extra-filename=-c4b323712b2bc6c8 --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-0db242db6909dbcf.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e660825e936907db.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-4ba53c2445ca7526.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c760b4ac83bead61.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86a70d1c12ca2892.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-65459fd6bd8e1bd3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-23f11847fb7c460d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53912026-06-25T02:11:32.507Z Running `/home/build/.rustup/toolchains/1.96.0-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=cf7d6150e10a30d4 -C extra-filename=-9200a3cb3600bb38 --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-f7c4ef9ec582c6e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53922026-06-25T02:11:33.671Z Running `/home/build/.rustup/toolchains/1.96.0-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=4009f74817e2be58 -C extra-filename=-6cfdacca87bf4b29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-d7ad7e5fb815daa0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9200a3cb3600bb38.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-27cea35b3f173281.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53932026-06-25T02:11:34.180Z Running `/home/build/.rustup/toolchains/1.96.0-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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=30d225cccc50a160 -C extra-filename=-61a4c80ce26a6411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53942026-06-25T02:11:36.932Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53952026-06-25T02:11:36.935Z Running `/home/build/.rustup/toolchains/1.96.0-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=991b31955b68c62d -C extra-filename=-abf4369e9f0c1271 --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-bf7fd2eae9f4a885.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
53962026-06-25T02:11:37.642Z Running `/home/build/.rustup/toolchains/1.96.0-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=e51a3d8c9f0f1350 -C extra-filename=-ddbc96437918f96f --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-f7c4ef9ec582c6e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53972026-06-25T02:11:37.646Z Running `/home/build/.rustup/toolchains/1.96.0-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=0bc8ecb9c8b7f188 -C extra-filename=-2abaf168327abae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53982026-06-25T02:11:37.646Z Running `/home/build/.rustup/toolchains/1.96.0-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=192d13413057edfe -C extra-filename=-6f87517e6994a88e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-d7ad7e5fb815daa0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9200a3cb3600bb38.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-27cea35b3f173281.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
53992026-06-25T02:11:37.673Z Running `/home/build/.rustup/toolchains/1.96.0-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=2373922eb3921348 -C extra-filename=-b3359779f669e7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54002026-06-25T02:11:37.793Z Running `/home/build/.rustup/toolchains/1.96.0-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=74c65719384fb51b -C extra-filename=-bf69f0a9e673ffac --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-c0dfbdfa03f9ae45.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-63c019c9c93fc671.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54012026-06-25T02:11:37.899Z Running `/home/build/.rustup/toolchains/1.96.0-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=bb7729b52d651781 -C extra-filename=-4e19b8b95d8c9a99 --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-bf7fd2eae9f4a885.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
54022026-06-25T02:11:41.935Z Running `/home/build/.rustup/toolchains/1.96.0-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=c5d59b7fabc73ed1 -C extra-filename=-764eaafcbec0b4fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-63c019c9c93fc671.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9200a3cb3600bb38.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-1ce7785574bd563b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54032026-06-25T02:11:44.558Z Running `/home/build/.rustup/toolchains/1.96.0-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=29f66ed3dba589fe -C extra-filename=-533fd4f1d6f87edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19d77e6e10d40e96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54042026-06-25T02:11:44.590Z Running `/home/build/.rustup/toolchains/1.96.0-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=b91f68c9845dd6da -C extra-filename=-458be3ce20040366 --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-0db242db6909dbcf.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e660825e936907db.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c4b323712b2bc6c8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-4ba53c2445ca7526.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c760b4ac83bead61.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86a70d1c12ca2892.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-65459fd6bd8e1bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-23f11847fb7c460d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54052026-06-25T02:11:44.594Z Running `/home/build/.rustup/toolchains/1.96.0-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=827d2e77112d7e77 -C extra-filename=-3e0e25ab233a3455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54062026-06-25T02:11:44.594Z Running `/home/build/.rustup/toolchains/1.96.0-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=e4f281d0d86ad679 -C extra-filename=-115a02840067f0d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19d77e6e10d40e96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54072026-06-25T02:11:44.597Z Running `/home/build/.rustup/toolchains/1.96.0-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=0b0e65e457008992 -C extra-filename=-e9249945ea435e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54082026-06-25T02:11:44.597Z Running `/home/build/.rustup/toolchains/1.96.0-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=0265bbe5f6cd5f45 -C extra-filename=-60e877f40122d852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19d77e6e10d40e96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54092026-06-25T02:11:44.598Z Running `/home/build/.rustup/toolchains/1.96.0-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=d833abb7ac2ee81a -C extra-filename=-72d18152a0fab2f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54102026-06-25T02:11:44.620Z Running `/home/build/.rustup/toolchains/1.96.0-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=2fe28835519db6f8 -C extra-filename=-0fddb34b2fe7dd9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54112026-06-25T02:11:44.625Z Running `/home/build/.rustup/toolchains/1.96.0-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=bc0ae30f6e46fdf1 -C extra-filename=-12b970dc6fe00f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54122026-06-25T02:11:44.626Z Running `/home/build/.rustup/toolchains/1.96.0-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=49c91fd2d17dd2e3 -C extra-filename=-e95594595ddb62f2 --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-0db242db6909dbcf.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e660825e936907db.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-4ba53c2445ca7526.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c760b4ac83bead61.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86a70d1c12ca2892.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-65459fd6bd8e1bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-23f11847fb7c460d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54132026-06-25T02:11:44.649Z Running `/home/build/.rustup/toolchains/1.96.0-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=c93aece269d8ebcb -C extra-filename=-9a23243c8ff26a37 --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-0db242db6909dbcf.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e660825e936907db.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c4b323712b2bc6c8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-4ba53c2445ca7526.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c760b4ac83bead61.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86a70d1c12ca2892.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-65459fd6bd8e1bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-23f11847fb7c460d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54142026-06-25T02:11:44.653Z Running `/home/build/.rustup/toolchains/1.96.0-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=66e1b173e00204eb -C extra-filename=-6a4a507fec34eb46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19d77e6e10d40e96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54152026-06-25T02:11:44.653Z Running `/home/build/.rustup/toolchains/1.96.0-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=b422d4d0f63bc4fd -C extra-filename=-f970f7ad088f950e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19d77e6e10d40e96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54162026-06-25T02:11:44.654Z Running `/home/build/.rustup/toolchains/1.96.0-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=6834aeea550ff23a -C extra-filename=-320b84141d4fb685 --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-0db242db6909dbcf.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e660825e936907db.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c4b323712b2bc6c8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-4ba53c2445ca7526.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c760b4ac83bead61.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86a70d1c12ca2892.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-65459fd6bd8e1bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-23f11847fb7c460d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54172026-06-25T02:12:12.453Z Running `/home/build/.rustup/toolchains/1.96.0-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=3d8d9d074ba68316 -C extra-filename=-16d88a4aecc09c73 --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-e768ca3d3364e9aa.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54182026-06-25T02:12:12.458Z Running `/home/build/.rustup/toolchains/1.96.0-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=9f6434f289b4d9ce -C extra-filename=-e1b12c19c4bf667a --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-189079cb77e25919.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54192026-06-25T02:12:12.494Z Running `/home/build/.rustup/toolchains/1.96.0-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=d0296ea1ec345f5e -C extra-filename=-20e3a08b6df0f06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54202026-06-25T02:12:12.498Z Running `/home/build/.rustup/toolchains/1.96.0-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=891e6c5ee5835048 -C extra-filename=-55c2e4b9aeb63db6 --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-189079cb77e25919.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54212026-06-25T02:12:12.498Z Running `/home/build/.rustup/toolchains/1.96.0-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=4eae440b63797e63 -C extra-filename=-168fe78ed4875e3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54222026-06-25T02:12:12.499Z Running `/home/build/.rustup/toolchains/1.96.0-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=d7830d6ea84820ed -C extra-filename=-2ee075e9804206f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54232026-06-25T02:12:12.926Z Running `/home/build/.rustup/toolchains/1.96.0-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=602516aa18c97365 -C extra-filename=-477749628f2f18ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-323c50397615127f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54242026-06-25T02:12:14.328Z Running `/home/build/.rustup/toolchains/1.96.0-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=76071259f00aa506 -C extra-filename=-ce17fc014916ea81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54252026-06-25T02:12:16.196Z Running `/home/build/.rustup/toolchains/1.96.0-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=4ce6b2c215fc1032 -C extra-filename=-f8d5114343c86463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54262026-06-25T02:12:16.391Z Running `/home/build/.rustup/toolchains/1.96.0-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=884c1fb635bbc7b9 -C extra-filename=-0b741e197435d2db --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-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-63c019c9c93fc671.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54272026-06-25T02:12:16.394Z Running `/home/build/.rustup/toolchains/1.96.0-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=9428542e05355334 -C extra-filename=-c5bce2da9b55bb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54282026-06-25T02:12:16.395Z Running `/home/build/.rustup/toolchains/1.96.0-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=a7b9b562a6718b90 -C extra-filename=-dd07b9642698ebc8 --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-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-63c019c9c93fc671.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54292026-06-25T02:12:16.395Z Running `/home/build/.rustup/toolchains/1.96.0-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=0fe1b631b6c8dbb9 -C extra-filename=-e4d1b5d8cedd81e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54302026-06-25T02:12:16.420Z Running `/home/build/.rustup/toolchains/1.96.0-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=1e7e4a7f44e5e7f0 -C extra-filename=-033be83b34f24fa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-323c50397615127f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54312026-06-25T02:12:16.423Z Running `/home/build/.rustup/toolchains/1.96.0-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=0dbe14293083c07d -C extra-filename=-535302eb3c3bab81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54322026-06-25T02:12:16.423Z Running `/home/build/.rustup/toolchains/1.96.0-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=9cbcae3afe5361db -C extra-filename=-f6108123caf7bd3c --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-e768ca3d3364e9aa.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54332026-06-25T02:12:17.947Z Running `/home/build/.rustup/toolchains/1.96.0-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=1393b30cdb9b7b6c -C extra-filename=-bb2fd9c70747d532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-47002dc87905f603.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9e5a52e461e58ec7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54342026-06-25T02:12:17.951Z Running `/home/build/.rustup/toolchains/1.96.0-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=db3cb3f036ff3f9e -C extra-filename=-6e8b255c08b5c999 --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-189079cb77e25919.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54352026-06-25T02:12:17.952Z Running `/home/build/.rustup/toolchains/1.96.0-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=6b33b5945477ef31 -C extra-filename=-f63415bc481ddfdb --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-c0dfbdfa03f9ae45.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54362026-06-25T02:12:17.975Z Running `/home/build/.rustup/toolchains/1.96.0-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=a8efcbd1094cb0b6 -C extra-filename=-34a730085c04d9e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9458fa6a72594dba.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5679e242a6c9ea60.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-323c50397615127f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54372026-06-25T02:12:17.978Z Running `/home/build/.rustup/toolchains/1.96.0-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=0445a4384cb3d061 -C extra-filename=-3a9d913befedb128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-63c019c9c93fc671.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9200a3cb3600bb38.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-1ce7785574bd563b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-27cea35b3f173281.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02c0614aa789d576.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5833ffc7a2215a45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54382026-06-25T02:12:17.979Z Running `/home/build/.rustup/toolchains/1.96.0-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=e9f185b09232d039 -C extra-filename=-100c69187b48e0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-47002dc87905f603.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9e5a52e461e58ec7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-f109bdc79ab49e5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54392026-06-25T02:12:18.009Z Running `/home/build/.rustup/toolchains/1.96.0-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=9fc5b61eb74d38ae -C extra-filename=-6b4443bc0ab810ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9458fa6a72594dba.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5679e242a6c9ea60.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54402026-06-25T02:12:18.398Z Running `/home/build/.rustup/toolchains/1.96.0-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=f90a663ee0149bce -C extra-filename=-72ae4030429ab32a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-61a4c80ce26a6411.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54412026-06-25T02:12:18.879Z Running `/home/build/.rustup/toolchains/1.96.0-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=a7ecba95dc639a84 -C extra-filename=-fdd88101d5f6e8cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54422026-06-25T02:12:20.593Z Running `/home/build/.rustup/toolchains/1.96.0-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=dca351a2cf498dec -C extra-filename=-5235ca93fd838f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54432026-06-25T02:12:20.599Z Running `/home/build/.rustup/toolchains/1.96.0-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=6ccb884ebef4cc36 -C extra-filename=-842cf00cfeccd059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-080dc075a39179c3.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54442026-06-25T02:12:20.599Z Running `/home/build/.rustup/toolchains/1.96.0-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=4e0b689f5a628ea2 -C extra-filename=-7768ef91bfd6668f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-080dc075a39179c3.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54452026-06-25T02:14:53.463Z Running `/home/build/.rustup/toolchains/1.96.0-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=5a0913efc453fad5 -C extra-filename=-4063dea8a68deea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-66768ec4fd6fe96f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3633658464b913ed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-012ee95f0af12988.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54462026-06-25T02:14:53.467Z Running `/home/build/.rustup/toolchains/1.96.0-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=0bf4cd04eb8a8d50 -C extra-filename=-d336679011270c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-66768ec4fd6fe96f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3633658464b913ed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-012ee95f0af12988.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54472026-06-25T02:14:53.497Z Running `/home/build/.rustup/toolchains/1.96.0-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=eab6bb80d7d8035d -C extra-filename=-9d8e074e448e9462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54482026-06-25T02:14:53.500Z Running `/home/build/.rustup/toolchains/1.96.0-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=29cb81f324d27bbf -C extra-filename=-d9ff067a35452751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bba609730a2fa7e6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54492026-06-25T02:14:53.500Z Running `/home/build/.rustup/toolchains/1.96.0-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=922b68e9d9160187 -C extra-filename=-94c3bb99638fe826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54502026-06-25T02:14:53.529Z Running `/home/build/.rustup/toolchains/1.96.0-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=db148ce267de6dae -C extra-filename=-e7bdd48e6a51e6e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-66768ec4fd6fe96f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3633658464b913ed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-012ee95f0af12988.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54512026-06-25T02:14:53.533Z Running `/home/build/.rustup/toolchains/1.96.0-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=d4bed42a5fce0644 -C extra-filename=-dcfcb99138a53936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bba609730a2fa7e6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54522026-06-25T02:14:53.560Z Running `/home/build/.rustup/toolchains/1.96.0-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=8dabfec8512b69d4 -C extra-filename=-0e5f6d98e092b2d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54532026-06-25T02:14:53.564Z Running `/home/build/.rustup/toolchains/1.96.0-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=7da07028b353f20d -C extra-filename=-2bc2e4fa1d0c351a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-72ae4030429ab32a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
54542026-06-25T02:16:40.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 48s
54552026-06-25T02:16:40.772Z
54562026-06-25T02:16:40.775Zreal 7:48.632355765
54572026-06-25T02:16:40.775Zuser 1:11:34.063272570
54582026-06-25T02:16:40.775Zsys 21:42.140951466
54592026-06-25T02:16:40.775Ztrap 1.994719054
54602026-06-25T02:16:40.775Ztflt 5.132241301
54612026-06-25T02:16:40.775Zdflt 27.386325260
54622026-06-25T02:16:40.775Zkflt 0.035771733
54632026-06-25T02:16:40.775Zlock 4:27:39.091391417
54642026-06-25T02:16:40.775Zslp 4:37:58.544750704
54652026-06-25T02:16:40.776Zlat 2:04.419259421
54662026-06-25T02:16:40.776Zstop 33:28.524497695
54672026-06-25T02:16:40.776Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
54682026-06-25T02:16:42.112Z Fresh unicode-ident v1.0.24
54692026-06-25T02:16:42.116Z Fresh cfg-if v1.0.4
54702026-06-25T02:16:42.116Z Fresh memchr v2.8.0
54712026-06-25T02:16:42.116Z Fresh smallvec v1.15.1
54722026-06-25T02:16:42.116Z Fresh log v0.4.29
54732026-06-25T02:16:42.116Z Fresh itoa v1.0.17
54742026-06-25T02:16:42.116Z Fresh version_check v0.9.5
54752026-06-25T02:16:42.116Z Fresh autocfg v1.5.0
54762026-06-25T02:16:42.116Z Fresh scopeguard v1.2.0
54772026-06-25T02:16:42.116Z Fresh stable_deref_trait v1.2.1
54782026-06-25T02:16:42.116Z Fresh percent-encoding v2.3.2
54792026-06-25T02:16:42.116Z Fresh litemap v0.8.1
54802026-06-25T02:16:42.116Z Fresh writeable v0.6.2
54812026-06-25T02:16:42.116Z Fresh shlex v1.3.0
54822026-06-25T02:16:42.116Z Fresh utf8_iter v1.0.4
54832026-06-25T02:16:42.116Z Fresh rand_core v0.10.0
54842026-06-25T02:16:42.116Z Fresh find-msvc-tools v0.1.9
54852026-06-25T02:16:42.116Z Fresh pin-project-lite v0.2.17
54862026-06-25T02:16:42.116Z Fresh proc-macro2 v1.0.106
54872026-06-25T02:16:42.116Z Fresh lock_api v0.4.14
54882026-06-25T02:16:42.116Z Fresh form_urlencoded v1.2.2
54892026-06-25T02:16:42.116Z Fresh fnv v1.0.7
54902026-06-25T02:16:42.116Z Fresh subtle v2.6.1
54912026-06-25T02:16:42.116Z Fresh critical-section v1.2.0
54922026-06-25T02:16:42.117Z Fresh equivalent v1.0.2
54932026-06-25T02:16:42.117Z Fresh heck v0.5.0
54942026-06-25T02:16:42.117Z Fresh iana-time-zone v0.1.65
54952026-06-25T02:16:42.121Z Fresh hashbrown v0.17.0
54962026-06-25T02:16:42.121Z Fresh regex-syntax v0.8.10
54972026-06-25T02:16:42.121Z Fresh strsim v0.11.1
54982026-06-25T02:16:42.121Z Fresh futures-core v0.3.32
54992026-06-25T02:16:42.121Z Fresh dyn-clone v1.0.20
55002026-06-25T02:16:42.121Z Fresh quote v1.0.45
55012026-06-25T02:16:42.121Z Fresh libc v0.2.185
55022026-06-25T02:16:42.121Z Fresh serde_core v1.0.228
55032026-06-25T02:16:42.121Z Fresh libm v0.2.16
55042026-06-25T02:16:42.121Z Fresh zmij v1.0.21
55052026-06-25T02:16:42.121Z Fresh icu_normalizer_data v2.1.1
55062026-06-25T02:16:42.121Z Fresh icu_properties_data v2.1.2
55072026-06-25T02:16:42.121Z Fresh portable-atomic v1.13.1
55082026-06-25T02:16:42.121Z Fresh const-oid v0.9.6
55092026-06-25T02:16:42.121Z Fresh aho-corasick v1.1.4
55102026-06-25T02:16:42.121Z Fresh byteorder v1.5.0
55112026-06-25T02:16:42.122Z Fresh futures-sink v0.3.32
55122026-06-25T02:16:42.122Z Fresh slab v0.4.12
55132026-06-25T02:16:42.122Z Fresh futures-task v0.3.32
55142026-06-25T02:16:42.122Z Fresh futures-io v0.3.32
55152026-06-25T02:16:42.122Z Fresh cpufeatures v0.2.17
55162026-06-25T02:16:42.122Z Fresh ident_case v1.0.1
55172026-06-25T02:16:42.122Z Fresh pkg-config v0.3.32
55182026-06-25T02:16:42.122Z Fresh base64 v0.22.1
55192026-06-25T02:16:42.122Z Fresh either v1.15.0
55202026-06-25T02:16:42.122Z Fresh utf8parse v0.2.2
55212026-06-25T02:16:42.122Z Fresh syn v2.0.117
55222026-06-25T02:16:42.126Z Fresh errno v0.3.14
55232026-06-25T02:16:42.126Z Fresh getrandom v0.2.17
55242026-06-25T02:16:42.126Z Fresh num-traits v0.2.19
55252026-06-25T02:16:42.126Z Fresh serde_json v1.0.149
55262026-06-25T02:16:42.126Z Fresh bitflags v2.11.0
55272026-06-25T02:16:42.126Z Fresh semver v1.0.28
55282026-06-25T02:16:42.126Z Fresh jobserver v0.1.34
55292026-06-25T02:16:42.126Z Fresh parking_lot_core v0.9.12
55302026-06-25T02:16:42.126Z Fresh getrandom v0.4.1
55312026-06-25T02:16:42.126Z Fresh once_cell v1.21.3
55322026-06-25T02:16:42.126Z Fresh mio v1.2.0
55332026-06-25T02:16:42.126Z Fresh socket2 v0.6.3
55342026-06-25T02:16:42.126Z Fresh typenum v1.19.0
55352026-06-25T02:16:42.126Z Fresh rustversion v1.0.22
55362026-06-25T02:16:42.126Z Fresh indexmap v2.14.0
55372026-06-25T02:16:42.126Z Fresh regex-automata v0.4.14
55382026-06-25T02:16:42.126Z Fresh futures-channel v0.3.32
55392026-06-25T02:16:42.126Z Fresh anstyle v1.0.14
55402026-06-25T02:16:42.126Z Fresh num-conv v0.2.0
55412026-06-25T02:16:42.126Z Fresh powerfmt v0.2.0
55422026-06-25T02:16:42.126Z Fresh time-core v0.1.8
55432026-06-25T02:16:42.126Z Fresh base64ct v1.8.3
55442026-06-25T02:16:42.126Z Fresh num_threads v0.1.7
55452026-06-25T02:16:42.126Z Fresh anstyle-query v1.1.5
55462026-06-25T02:16:42.127Z Fresh serde_derive v1.0.228
55472026-06-25T02:16:42.127Z Fresh zeroize_derive v1.4.3
55482026-06-25T02:16:42.127Z Fresh synstructure v0.13.2
55492026-06-25T02:16:42.127Z Fresh zerovec-derive v0.11.2
55502026-06-25T02:16:42.127Z Fresh displaydoc v0.2.5
55512026-06-25T02:16:42.127Z Fresh cc v1.2.56
55522026-06-25T02:16:42.127Z Fresh parking_lot v0.12.5
55532026-06-25T02:16:42.127Z Fresh zerocopy-derive v0.8.40
55542026-06-25T02:16:42.127Z Fresh rand_core v0.6.4
55552026-06-25T02:16:42.127Z Fresh thiserror-impl v2.0.18
55562026-06-25T02:16:42.127Z Fresh signal-hook-registry v1.4.8
55572026-06-25T02:16:42.127Z Fresh tokio-macros v2.7.0
55582026-06-25T02:16:42.127Z Fresh uuid v1.23.0
55592026-06-25T02:16:42.127Z Fresh serde_derive_internals v0.29.1
55602026-06-25T02:16:42.127Z Fresh syn v1.0.109
55612026-06-25T02:16:42.127Z Fresh rustix v1.1.3
55622026-06-25T02:16:42.127Z Fresh futures-macro v0.3.32
55632026-06-25T02:16:42.127Z Fresh thiserror-impl v1.0.69
55642026-06-25T02:16:42.127Z Fresh getrandom v0.3.4
55652026-06-25T02:16:42.127Z Fresh regex v1.12.3
55662026-06-25T02:16:42.127Z Fresh anyhow v1.0.102
55672026-06-25T02:16:42.127Z Fresh tracing-core v0.1.36
55682026-06-25T02:16:42.127Z Fresh tracing-attributes v0.1.31
55692026-06-25T02:16:42.127Z Fresh deranged v0.5.8
55702026-06-25T02:16:42.127Z Fresh time-macros v0.2.27
55712026-06-25T02:16:42.127Z Fresh is_terminal_polyfill v1.70.2
55722026-06-25T02:16:42.127Z Fresh colorchoice v1.0.4
55732026-06-25T02:16:42.127Z Fresh untrusted v0.9.0
55742026-06-25T02:16:42.128Z Fresh anstyle-parse v1.0.0
55752026-06-25T02:16:42.128Z Fresh pem-rfc7468 v0.7.0
55762026-06-25T02:16:42.132Z Fresh serde v1.0.228
55772026-06-25T02:16:42.132Z Fresh zeroize v1.8.2
55782026-06-25T02:16:42.132Z Fresh zerofrom-derive v0.1.6
55792026-06-25T02:16:42.132Z Fresh yoke-derive v0.8.1
55802026-06-25T02:16:42.132Z Fresh zerocopy v0.8.40
55812026-06-25T02:16:42.132Z Fresh thiserror v2.0.18
55822026-06-25T02:16:42.132Z Fresh schemars_derive v0.8.22
55832026-06-25T02:16:42.132Z Fresh futures-util v0.3.32
55842026-06-25T02:16:42.132Z Fresh thiserror v1.0.69
55852026-06-25T02:16:42.132Z Fresh tracing v0.1.44
55862026-06-25T02:16:42.132Z Fresh time v0.3.47
55872026-06-25T02:16:42.132Z Fresh crossbeam-utils v0.8.21
55882026-06-25T02:16:42.132Z Fresh terminal_size v0.4.3
55892026-06-25T02:16:42.132Z Fresh anstream v1.0.0
55902026-06-25T02:16:42.132Z Fresh allocator-api2 v0.2.21
55912026-06-25T02:16:42.132Z Fresh clap_lex v1.0.0
55922026-06-25T02:16:42.132Z Fresh rand_core v0.9.5
55932026-06-25T02:16:42.132Z Fresh clap_derive v4.6.1
55942026-06-25T02:16:42.132Z Fresh der_derive v0.7.3
55952026-06-25T02:16:42.132Z Fresh ryu v1.0.23
55962026-06-25T02:16:42.132Z Fresh flagset v0.4.7
55972026-06-25T02:16:42.132Z Fresh atomic-waker v1.1.2
55982026-06-25T02:16:42.133Z Fresh unicode-segmentation v1.12.0
55992026-06-25T02:16:42.133Z Fresh cmake v0.1.57
56002026-06-25T02:16:42.133Z Fresh httpdate v1.0.3
56012026-06-25T02:16:42.133Z Fresh fastrand v2.3.0
56022026-06-25T02:16:42.133Z Fresh dunce v1.0.5
56032026-06-25T02:16:42.133Z Fresh try-lock v0.2.5
56042026-06-25T02:16:42.133Z Fresh bytes v1.11.1
56052026-06-25T02:16:42.133Z Fresh zerofrom v0.1.6
56062026-06-25T02:16:42.133Z Fresh generic-array v0.14.7
56072026-06-25T02:16:42.133Z Fresh chrono v0.4.44
56082026-06-25T02:16:42.133Z Fresh ppv-lite86 v0.2.21
56092026-06-25T02:16:42.133Z Fresh ipnet v2.11.0
56102026-06-25T02:16:42.133Z Fresh serde_tokenstream v0.2.3
56112026-06-25T02:16:42.133Z Fresh rustls-pki-types v1.14.0
56122026-06-25T02:16:42.133Z Fresh httparse v1.10.1
56132026-06-25T02:16:42.133Z Fresh clap_builder v4.6.0
56142026-06-25T02:16:42.133Z Fresh erased-serde v0.3.31
56152026-06-25T02:16:42.133Z Fresh der v0.7.10
56162026-06-25T02:16:42.133Z Fresh fs_extra v1.3.0
56172026-06-25T02:16:42.133Z Fresh want v0.3.1
56182026-06-25T02:16:42.133Z Fresh hex v0.4.3
56192026-06-25T02:16:42.133Z Fresh spin v0.9.8
56202026-06-25T02:16:42.133Z Fresh tower-layer v0.3.3
56212026-06-25T02:16:42.133Z Fresh ucd-trie v0.1.7
56222026-06-25T02:16:42.133Z Fresh tower-service v0.3.3
56232026-06-25T02:16:42.133Z Fresh pin-utils v0.1.0
56242026-06-25T02:16:42.133Z Fresh async-trait v0.1.89
56252026-06-25T02:16:42.133Z Fresh pretty-hex v0.4.1
56262026-06-25T02:16:42.133Z Fresh tempfile v3.25.0
56272026-06-25T02:16:42.134Z Fresh rustc_version v0.4.1
56282026-06-25T02:16:42.134Z Fresh socket2 v0.5.10
56292026-06-25T02:16:42.134Z Fresh plain v0.2.3
56302026-06-25T02:16:42.134Z Fresh mime v0.3.17
56312026-06-25T02:16:42.134Z Fresh winnow v0.7.14
56322026-06-25T02:16:42.138Z Fresh yoke v0.8.1
56332026-06-25T02:16:42.138Z Fresh tokio v1.52.1
56342026-06-25T02:16:42.138Z Fresh crypto-common v0.1.7
56352026-06-25T02:16:42.138Z Fresh block-buffer v0.10.4
56362026-06-25T02:16:42.138Z Fresh http v1.4.0
56372026-06-25T02:16:42.139Z Fresh block-padding v0.3.3
56382026-06-25T02:16:42.139Z Fresh ring v0.17.14
56392026-06-25T02:16:42.139Z Fresh camino v1.2.2
56402026-06-25T02:16:42.139Z Fresh clap v4.6.1
56412026-06-25T02:16:42.139Z Fresh slog v2.8.2
56422026-06-25T02:16:42.139Z Fresh rand_chacha v0.9.0
56432026-06-25T02:16:42.139Z Fresh pest v2.8.6
56442026-06-25T02:16:42.139Z Fresh spki v0.7.3
56452026-06-25T02:16:42.139Z Fresh rand_chacha v0.3.1
56462026-06-25T02:16:42.139Z Fresh untrusted v0.7.1
56472026-06-25T02:16:42.139Z Fresh simd-adler32 v0.3.8
56482026-06-25T02:16:42.139Z Fresh openssl-probe v0.2.1
56492026-06-25T02:16:42.139Z Fresh adler2 v2.0.1
56502026-06-25T02:16:42.139Z Fresh serde_urlencoded v0.7.1
56512026-06-25T02:16:42.139Z Fresh encoding_rs v0.8.35
56522026-06-25T02:16:42.139Z Fresh vcpkg v0.2.15
56532026-06-25T02:16:42.139Z Fresh darling_core v0.21.3
56542026-06-25T02:16:42.139Z Fresh foldhash v0.2.0
56552026-06-25T02:16:42.139Z Fresh futures-executor v0.3.32
56562026-06-25T02:16:42.139Z Fresh sync_wrapper v1.0.2
56572026-06-25T02:16:42.139Z Fresh webpki-roots v1.0.6
56582026-06-25T02:16:42.139Z Fresh openapiv3 v2.2.0
56592026-06-25T02:16:42.139Z Fresh iri-string v0.7.10
56602026-06-25T02:16:42.139Z Fresh static_assertions v1.1.0
56612026-06-25T02:16:42.139Z Fresh zerovec v0.11.5
56622026-06-25T02:16:42.139Z Fresh zerotrie v0.2.3
56632026-06-25T02:16:42.139Z Fresh digest v0.10.7
56642026-06-25T02:16:42.140Z Fresh inout v0.1.4
56652026-06-25T02:16:42.140Z Fresh tokio-util v0.7.18
56662026-06-25T02:16:42.140Z Fresh http-body v1.0.1
56672026-06-25T02:16:42.140Z Fresh rand v0.9.2
56682026-06-25T02:16:42.140Z Fresh pest_meta v2.8.6
56692026-06-25T02:16:42.140Z Fresh rand v0.8.6
56702026-06-25T02:16:42.140Z Fresh miniz_oxide v0.8.9
56712026-06-25T02:16:42.140Z Fresh darling_macro v0.21.3
56722026-06-25T02:16:42.140Z Fresh rustls-native-certs v0.8.3
56732026-06-25T02:16:42.140Z Fresh hashbrown v0.16.1
56742026-06-25T02:16:42.140Z Fresh futures v0.3.32
56752026-06-25T02:16:42.140Z Fresh tower v0.5.3
56762026-06-25T02:16:42.140Z Fresh lazy_static v1.5.0
56772026-06-25T02:16:42.140Z Fresh hubpack_derive v0.1.1
56782026-06-25T02:16:42.140Z Fresh toml_parser v1.0.9+spec-1.1.0
56792026-06-25T02:16:42.140Z Fresh serde_spanned v0.6.9
56802026-06-25T02:16:42.140Z Fresh toml_datetime v0.6.11
56812026-06-25T02:16:42.140Z Fresh scroll_derive v0.13.1
56822026-06-25T02:16:42.140Z Fresh strum_macros v0.26.4
56832026-06-25T02:16:42.140Z Fresh zlib-rs v0.6.2
56842026-06-25T02:16:42.140Z Fresh litrs v1.0.0
56852026-06-25T02:16:42.140Z Fresh heck v0.4.1
56862026-06-25T02:16:42.140Z Fresh psl-types v2.0.11
56872026-06-25T02:16:42.140Z Fresh tinyvec_macros v0.1.1
56882026-06-25T02:16:42.140Z Fresh tinystr v0.8.2
56892026-06-25T02:16:42.140Z Fresh potential_utf v0.1.4
56902026-06-25T02:16:42.140Z Fresh cipher v0.4.4
56912026-06-25T02:16:42.141Z Fresh sha2 v0.10.9
56922026-06-25T02:16:42.141Z Fresh hmac v0.12.1
56932026-06-25T02:16:42.141Z Fresh h2 v0.4.13
56942026-06-25T02:16:42.141Z Fresh pest_generator v2.8.6
56952026-06-25T02:16:42.141Z Fresh http-body-util v0.1.3
56962026-06-25T02:16:42.141Z Fresh aws-lc-sys v0.40.0
56972026-06-25T02:16:42.141Z Fresh crc32fast v1.5.0
56982026-06-25T02:16:42.141Z Fresh darling v0.21.3
56992026-06-25T02:16:42.141Z Fresh tower-http v0.6.8
57002026-06-25T02:16:42.141Z Fresh signature v2.2.0
57012026-06-25T02:16:42.141Z Fresh hubpack v0.1.2
57022026-06-25T02:16:42.141Z Fresh strum v0.26.3
57032026-06-25T02:16:42.141Z Fresh scroll v0.13.0
57042026-06-25T02:16:42.141Z Fresh document-features v0.2.12
57052026-06-25T02:16:42.141Z Fresh tinyvec v1.10.0
57062026-06-25T02:16:42.141Z Fresh sha1 v0.10.6
57072026-06-25T02:16:42.141Z Fresh num-integer v0.1.46
57082026-06-25T02:16:42.141Z Fresh thread-id v5.1.0
57092026-06-25T02:16:42.141Z Fresh data-encoding v2.10.0
57102026-06-25T02:16:42.141Z Fresh darling_core v0.20.11
57112026-06-25T02:16:42.141Z Fresh memmap2 v0.9.10
57122026-06-25T02:16:42.145Z Fresh bit-vec v0.8.0
57132026-06-25T02:16:42.145Z Fresh icu_locale_core v2.1.1
57142026-06-25T02:16:42.145Z Fresh icu_collections v2.1.1
57152026-06-25T02:16:42.145Z Fresh hyper v1.8.1
57162026-06-25T02:16:42.145Z Fresh pbkdf2 v0.12.2
57172026-06-25T02:16:42.145Z Fresh aes v0.8.4
57182026-06-25T02:16:42.145Z Fresh pest_derive v2.8.6
57192026-06-25T02:16:42.145Z Fresh cbc v0.1.2
57202026-06-25T02:16:42.146Z Fresh salsa20 v0.10.2
57212026-06-25T02:16:42.146Z Fresh aws-lc-rs v1.16.3
57222026-06-25T02:16:42.146Z Fresh paste v1.0.15
57232026-06-25T02:16:42.146Z Fresh flate2 v1.1.9
57242026-06-25T02:16:42.146Z Fresh goblin v0.10.5
57252026-06-25T02:16:42.146Z Fresh cookie v0.18.1
57262026-06-25T02:16:42.146Z Fresh base16ct v0.2.0
57272026-06-25T02:16:42.146Z Fresh bit-set v0.8.0
57282026-06-25T02:16:42.146Z Fresh darling_macro v0.20.11
57292026-06-25T02:16:42.146Z Fresh ff v0.13.1
57302026-06-25T02:16:42.146Z Fresh scroll_derive v0.12.1
57312026-06-25T02:16:42.146Z Fresh wait-timeout v0.2.1
57322026-06-25T02:16:42.146Z Fresh hkdf v0.12.4
57332026-06-25T02:16:42.146Z Fresh num-iter v0.1.45
57342026-06-25T02:16:42.146Z Fresh crypto-bigint v0.5.5
57352026-06-25T02:16:42.146Z Fresh crossbeam-epoch v0.9.18
57362026-06-25T02:16:42.146Z Fresh bstr v1.12.1
57372026-06-25T02:16:42.146Z Fresh zerocopy-derive v0.7.35
57382026-06-25T02:16:42.146Z Fresh anstyle-parse v0.2.7
57392026-06-25T02:16:42.146Z Fresh siphasher v1.0.2
57402026-06-25T02:16:42.146Z Fresh icu_provider v2.1.1
57412026-06-25T02:16:42.146Z Fresh hyper-util v0.1.20
57422026-06-25T02:16:42.146Z Fresh scrypt v0.11.0
57432026-06-25T02:16:42.146Z Fresh rustls-webpki v0.103.9
57442026-06-25T02:16:42.146Z Fresh dof v0.4.0
57452026-06-25T02:16:42.146Z Fresh dtrace-parser v0.3.0
57462026-06-25T02:16:42.146Z Fresh darling v0.20.11
57472026-06-25T02:16:42.146Z Fresh scroll v0.12.0
57482026-06-25T02:16:42.147Z Fresh group v0.13.0
57492026-06-25T02:16:42.147Z Fresh object v0.37.3
57502026-06-25T02:16:42.147Z Fresh ahash v0.8.12
57512026-06-25T02:16:42.147Z Fresh quick-error v1.2.3
57522026-06-25T02:16:42.147Z Fresh anstream v0.6.21
57532026-06-25T02:16:42.147Z Fresh zerocopy v0.7.35
57542026-06-25T02:16:42.147Z Fresh rand_xorshift v0.4.0
57552026-06-25T02:16:42.147Z Fresh itertools v0.13.0
57562026-06-25T02:16:42.147Z Fresh winnow v0.5.40
57572026-06-25T02:16:42.147Z Fresh unarray v0.1.4
57582026-06-25T02:16:42.147Z Fresh dtrace-parser v0.2.0
57592026-06-25T02:16:42.147Z Fresh x509-cert v0.2.5
57602026-06-25T02:16:42.147Z Fresh thread-id v4.2.2
57612026-06-25T02:16:42.147Z Fresh foreign-types-shared v0.1.1
57622026-06-25T02:16:42.147Z Fresh openssl-sys v0.9.115
57632026-06-25T02:16:42.147Z Fresh rfc6979 v0.4.0
57642026-06-25T02:16:42.147Z Fresh curve25519-dalek-derive v0.1.1
57652026-06-25T02:16:42.147Z Fresh openssl-macros v0.1.1
57662026-06-25T02:16:42.147Z Fresh icu_properties v2.1.2
57672026-06-25T02:16:42.147Z Fresh icu_normalizer v2.1.1
57682026-06-25T02:16:42.147Z Fresh pkcs5 v0.7.1
57692026-06-25T02:16:42.147Z Fresh rustls v0.23.37
57702026-06-25T02:16:42.147Z Fresh usdt-impl v0.6.0
57712026-06-25T02:16:42.147Z Fresh rustix v0.38.44
57722026-06-25T02:16:42.147Z Fresh rusty-fork v0.3.1
57732026-06-25T02:16:42.147Z Fresh goblin v0.8.2
57742026-06-25T02:16:42.147Z Fresh derive_builder_core v0.20.2
57752026-06-25T02:16:42.148Z Fresh toml_edit v0.19.15
57762026-06-25T02:16:42.148Z Fresh foreign-types v0.3.2
57772026-06-25T02:16:42.148Z Fresh cfg_aliases v0.2.1
57782026-06-25T02:16:42.148Z Fresh serde_with_macros v3.17.0
57792026-06-25T02:16:42.148Z Fresh daft-derive v0.1.7
57802026-06-25T02:16:42.148Z Fresh cargo-platform v0.3.2
57812026-06-25T02:16:42.148Z Fresh env_filter v1.0.0
57822026-06-25T02:16:42.148Z Fresh same-file v1.0.6
57832026-06-25T02:16:42.148Z Fresh keccak v0.1.6
57842026-06-25T02:16:42.148Z Fresh bitflags v1.3.2
57852026-06-25T02:16:42.148Z Fresh toml_write v0.1.2
57862026-06-25T02:16:42.152Z Fresh idna_adapter v1.2.1
57872026-06-25T02:16:42.152Z Fresh pkcs8 v0.10.2
57882026-06-25T02:16:42.152Z Fresh tokio-rustls v0.26.4
57892026-06-25T02:16:42.153Z Fresh rustls-platform-verifier v0.6.2
57902026-06-25T02:16:42.156Z Fresh usdt-macro v0.6.0
57912026-06-25T02:16:42.156Z Fresh usdt-attr-macro v0.6.0
57922026-06-25T02:16:42.156Z Fresh derive_builder_macro v0.20.2
57932026-06-25T02:16:42.156Z Fresh num-bigint-dig v0.8.6
57942026-06-25T02:16:42.156Z Fresh proptest v1.10.0
57952026-06-25T02:16:42.156Z Fresh dof v0.3.0
57962026-06-25T02:16:42.156Z Fresh memoffset v0.9.1
57972026-06-25T02:16:42.156Z Fresh curve25519-dalek v4.1.3
57982026-06-25T02:16:42.156Z Fresh openssl v0.10.79
57992026-06-25T02:16:42.156Z Fresh walkdir v2.5.0
58002026-06-25T02:16:42.156Z Fresh cargo_metadata v0.23.1
58012026-06-25T02:16:42.156Z Fresh env_logger v0.11.9
58022026-06-25T02:16:42.156Z Fresh sha3 v0.10.8
58032026-06-25T02:16:42.156Z Fresh toml_edit v0.22.27
58042026-06-25T02:16:42.156Z Fresh unicode-normalization v0.1.25
58052026-06-25T02:16:42.156Z Fresh enum-as-inner v0.6.1
58062026-06-25T02:16:42.156Z Fresh managed v0.8.0
58072026-06-25T02:16:42.156Z Fresh phf_shared v0.11.3
58082026-06-25T02:16:42.156Z Fresh ref-cast-impl v1.0.25
58092026-06-25T02:16:42.156Z Fresh idna v1.1.0
58102026-06-25T02:16:42.156Z Fresh hyper-rustls v0.27.7
58112026-06-25T02:16:42.156Z Fresh sec1 v0.7.3
58122026-06-25T02:16:42.156Z Fresh usdt v0.6.0
58132026-06-25T02:16:42.157Z Fresh pkcs1 v0.7.5
58142026-06-25T02:16:42.157Z Fresh derive_builder v0.20.2
58152026-06-25T02:16:42.157Z Fresh usdt-impl v0.5.0
58162026-06-25T02:16:42.157Z Fresh ed25519 v2.2.3
58172026-06-25T02:16:42.157Z Fresh signal-hook v0.3.18
58182026-06-25T02:16:42.157Z Fresh native-tls v0.2.18
58192026-06-25T02:16:42.157Z Fresh fs-err v3.3.0
58202026-06-25T02:16:42.157Z Fresh bzip2-sys v0.1.13+1.0.8
58212026-06-25T02:16:42.157Z Fresh foldhash v0.1.5
58222026-06-25T02:16:42.157Z Fresh new_debug_unreachable v1.0.6
58232026-06-25T02:16:42.157Z Fresh precomputed-hash v0.1.1
58242026-06-25T02:16:42.157Z Fresh fixedbitset v0.4.2
58252026-06-25T02:16:42.157Z Fresh zstd-sys v2.0.16+zstd.1.5.7
58262026-06-25T02:16:42.157Z Fresh toml v0.7.8
58272026-06-25T02:16:42.157Z Fresh globset v0.4.18
58282026-06-25T02:16:42.157Z Fresh pin-project-internal v1.1.11
58292026-06-25T02:16:42.157Z Fresh bumpalo v3.20.2
58302026-06-25T02:16:42.158Z Fresh libbz2-rs-sys v0.2.2
58312026-06-25T02:16:42.158Z Fresh lalrpop-util v0.19.12
58322026-06-25T02:16:42.158Z Fresh similar v2.7.0
58332026-06-25T02:16:42.158Z Fresh tokio-stream v0.1.18
58342026-06-25T02:16:42.158Z Fresh snafu-derive v0.8.9
58352026-06-25T02:16:42.158Z Fresh serde-big-array v0.5.1
58362026-06-25T02:16:42.158Z Fresh serde_repr v0.1.20
58372026-06-25T02:16:42.158Z Fresh url v2.5.8
58382026-06-25T02:16:42.158Z Fresh publicsuffix v2.3.0
58392026-06-25T02:16:42.158Z Fresh elliptic-curve v0.13.8
58402026-06-25T02:16:42.158Z Fresh rsa v0.9.10
58412026-06-25T02:16:42.158Z Fresh vergen-lib v9.1.0
58422026-06-25T02:16:42.158Z Fresh nix v0.31.2
58432026-06-25T02:16:42.158Z Fresh ed25519-dalek v2.2.0
58442026-06-25T02:16:42.158Z Fresh tokio-native-tls v0.3.1
58452026-06-25T02:16:42.158Z Fresh signal-hook-mio v0.2.5
58462026-06-25T02:16:42.159Z Fresh petgraph v0.6.5
58472026-06-25T02:16:42.159Z Fresh string_cache v0.8.9
58482026-06-25T02:16:42.159Z Fresh hashbrown v0.15.5
58492026-06-25T02:16:42.159Z Fresh bzip2 v0.4.4
58502026-06-25T02:16:42.159Z Fresh ref-cast v1.0.25
58512026-06-25T02:16:42.159Z Fresh pin-project v1.1.11
58522026-06-25T02:16:42.159Z Fresh bzip2 v0.6.1
58532026-06-25T02:16:42.159Z Fresh zopfli v0.8.3
58542026-06-25T02:16:42.159Z Fresh hash32 v0.2.1
58552026-06-25T02:16:42.159Z Fresh pem v3.0.6
58562026-06-25T02:16:42.159Z Fresh unicode-properties v0.1.4
58572026-06-25T02:16:42.159Z Fresh unicode-bidi v0.3.18
58582026-06-25T02:16:42.159Z Fresh predicates-core v1.0.10
58592026-06-25T02:16:42.159Z Fresh jiff v0.2.21
58602026-06-25T02:16:42.159Z Fresh olpc-cjson v0.1.4
58612026-06-25T02:16:42.160Z Fresh md-5 v0.10.6
58622026-06-25T02:16:42.160Z Fresh serde_plain v1.0.2
58632026-06-25T02:16:42.160Z Fresh float-cmp v0.10.0
58642026-06-25T02:16:42.160Z Fresh async-recursion v1.1.1
58652026-06-25T02:16:42.160Z Fresh strum_macros v0.27.2
58662026-06-25T02:16:42.160Z Fresh schemars v0.8.22
58672026-06-25T02:16:42.160Z Fresh cookie_store v0.22.1
58682026-06-25T02:16:42.160Z Fresh ecdsa v0.16.9
58692026-06-25T02:16:42.160Z Fresh vergen v9.1.0
58702026-06-25T02:16:42.160Z Fresh hyper-tls v0.6.0
58712026-06-25T02:16:42.160Z Fresh zip v0.6.6
58722026-06-25T02:16:42.160Z Fresh zstd-safe v7.2.4
58732026-06-25T02:16:42.160Z Fresh crossterm v0.28.1
58742026-06-25T02:16:42.160Z Fresh hickory-proto v0.25.2
58752026-06-25T02:16:42.160Z Fresh heapless v0.7.17
58762026-06-25T02:16:42.160Z Fresh snafu v0.8.9
58772026-06-25T02:16:42.165Z Fresh stringprep v0.1.5
58782026-06-25T02:16:42.166Z Fresh difflib v0.4.0
58792026-06-25T02:16:42.166Z Fresh fallible-iterator v0.2.0
58802026-06-25T02:16:42.166Z Fresh normalize-line-endings v0.3.0
58812026-06-25T02:16:42.166Z Fresh typed-path v0.9.3
58822026-06-25T02:16:42.166Z Fresh strum v0.27.2
58832026-06-25T02:16:42.166Z Fresh phf_shared v0.13.1
58842026-06-25T02:16:42.166Z Fresh buf-list v1.1.2
58852026-06-25T02:16:42.166Z Fresh peg-runtime v0.8.5
58862026-06-25T02:16:42.166Z Fresh fixedbitset v0.5.7
58872026-06-25T02:16:42.166Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
58882026-06-25T02:16:42.166Z Fresh whoami v2.1.0
58892026-06-25T02:16:42.166Z Fresh is-terminal v0.4.17
58902026-06-25T02:16:42.166Z Fresh crossbeam-channel v0.5.15
58912026-06-25T02:16:42.166Z Fresh thread_local v1.1.9
58922026-06-25T02:16:42.166Z Fresh term v1.2.1
58932026-06-25T02:16:42.166Z Fresh take_mut v0.2.2
58942026-06-25T02:16:42.166Z Fresh structmeta-derive v0.3.0
58952026-06-25T02:16:42.167Z Fresh match_cfg v0.1.0
58962026-06-25T02:16:42.167Z Fresh ipnetwork v0.21.1
58972026-06-25T02:16:42.167Z Fresh reqwest v0.13.2
58982026-06-25T02:16:42.167Z Fresh newtype-uuid v1.3.2
58992026-06-25T02:16:42.167Z Fresh serde_with v3.17.0
59002026-06-25T02:16:42.167Z Fresh reqwest v0.12.28
59012026-06-25T02:16:42.167Z Fresh zstd v0.13.3
59022026-06-25T02:16:42.167Z Fresh smoltcp v0.9.1
59032026-06-25T02:16:42.167Z Fresh postgres-protocol v0.6.10
59042026-06-25T02:16:42.167Z Fresh predicates v3.1.4
59052026-06-25T02:16:42.167Z Fresh phf v0.13.1
59062026-06-25T02:16:42.167Z Fresh petgraph v0.8.3
59072026-06-25T02:16:42.167Z Fresh slog-term v2.9.2
59082026-06-25T02:16:42.167Z Fresh structmeta v0.3.0
59092026-06-25T02:16:42.167Z Fresh hostname v0.3.1
59102026-06-25T02:16:42.167Z Fresh slog-json v2.6.1
59112026-06-25T02:16:42.168Z Fresh newtype-uuid-macros v0.1.0
59122026-06-25T02:16:42.168Z Fresh debug-ignore v1.0.5
59132026-06-25T02:16:42.168Z Fresh rustls-webpki v0.102.8
59142026-06-25T02:16:42.168Z Fresh toml_datetime v1.0.0+spec-1.1.0
59152026-06-25T02:16:42.168Z Fresh serde_spanned v1.0.4
59162026-06-25T02:16:42.168Z Fresh serde_path_to_error v0.1.20
59172026-06-25T02:16:42.168Z Fresh compression-core v0.4.31
59182026-06-25T02:16:42.168Z Fresh toml_writer v1.0.6+spec-1.1.0
59192026-06-25T02:16:42.169Z Fresh async-stream-impl v0.3.6
59202026-06-25T02:16:42.169Z Fresh rustls-pemfile v2.2.0
59212026-06-25T02:16:42.170Z Fresh dropshot_endpoint v0.17.0
59222026-06-25T02:16:42.170Z Fresh waitgroup v0.1.2
59232026-06-25T02:16:42.170Z Fresh hostname v0.4.2
59242026-06-25T02:16:42.170Z Fresh oxnet v0.1.6
59252026-06-25T02:16:42.170Z Fresh zip v4.6.1
59262026-06-25T02:16:42.170Z Fresh tough v0.22.0
59272026-06-25T02:16:42.170Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
59282026-06-25T02:16:42.170Z Fresh postgres-types v0.2.12
59292026-06-25T02:16:42.170Z Fresh slog-async v2.8.0
59302026-06-25T02:16:42.170Z Fresh derive-ex v0.1.8
59312026-06-25T02:16:42.170Z Fresh slog-bunyan v2.5.0
59322026-06-25T02:16:42.170Z Fresh progenitor-client v0.14.0
59332026-06-25T02:16:42.170Z Fresh toml v1.0.6+spec-1.1.0
59342026-06-25T02:16:42.170Z Fresh compression-codecs v0.4.37
59352026-06-25T02:16:42.170Z Fresh async-stream v0.3.6
59362026-06-25T02:16:42.170Z Fresh atomicwrites v0.4.4
59372026-06-25T02:16:42.170Z Fresh itertools v0.14.0
59382026-06-25T02:16:42.170Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59392026-06-25T02:16:42.170Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
59402026-06-25T02:16:42.170Z Fresh macaddr v1.0.1
59412026-06-25T02:16:42.170Z Fresh regress v0.10.5
59422026-06-25T02:16:42.170Z Fresh instant v0.1.13
59432026-06-25T02:16:42.171Z Fresh parse-display-derive v0.10.0
59442026-06-25T02:16:42.171Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
59452026-06-25T02:16:42.171Z Fresh backon v1.6.0
59462026-06-25T02:16:42.171Z Fresh humantime v2.3.0
59472026-06-25T02:16:42.171Z Fresh unicode-width v0.2.0
59482026-06-25T02:16:42.171Z Fresh convert_case v0.4.0
59492026-06-25T02:16:42.171Z Fresh half v2.7.1
59502026-06-25T02:16:42.171Z Fresh ciborium-io v0.2.2
59512026-06-25T02:16:42.171Z Fresh secrecy v0.10.3
59522026-06-25T02:16:42.171Z Fresh regress v0.11.1
59532026-06-25T02:16:42.171Z Fresh daft v0.1.7
59542026-06-25T02:16:42.171Z Fresh tokio-postgres v0.7.16
59552026-06-25T02:16:42.171Z Fresh test-strategy v0.4.5
59562026-06-25T02:16:42.171Z Fresh rustls v0.22.4
59572026-06-25T02:16:42.171Z Fresh async-compression v0.4.41
59582026-06-25T02:16:42.171Z Fresh multer v3.1.0
59592026-06-25T02:16:42.171Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59602026-06-25T02:16:42.171Z Fresh parse-display v0.10.0
59612026-06-25T02:16:42.171Z Fresh backoff v0.4.0
59622026-06-25T02:16:42.171Z Fresh progenitor-extras v0.2.0
59632026-06-25T02:16:42.171Z Fresh derive_more v0.99.20
59642026-06-25T02:16:42.171Z Fresh ciborium-ll v0.2.2
59652026-06-25T02:16:42.171Z Fresh typify-impl v0.6.2
59662026-06-25T02:16:42.171Z Fresh universal-hash v0.5.1
59672026-06-25T02:16:42.171Z Fresh indent_write v2.2.0
59682026-06-25T02:16:42.171Z Fresh opaque-debug v0.3.1
59692026-06-25T02:16:42.172Z Fresh unsafe-libyaml v0.2.11
59702026-06-25T02:16:42.172Z Fresh aead v0.5.2
59712026-06-25T02:16:42.172Z Fresh chacha20 v0.9.1
59722026-06-25T02:16:42.172Z Fresh camino-tempfile v1.4.1
59732026-06-25T02:16:42.172Z Fresh thiserror-impl-no-std v2.0.2
59742026-06-25T02:16:42.172Z Fresh swrite v0.1.0
59752026-06-25T02:16:42.172Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
59762026-06-25T02:16:42.172Z Fresh byte-wrapper v0.1.0
59772026-06-25T02:16:42.176Z Fresh blake2 v0.10.6
59782026-06-25T02:16:42.176Z Fresh password-hash v0.5.0
59792026-06-25T02:16:42.176Z Fresh crossbeam-deque v0.8.6
59802026-06-25T02:16:42.176Z Fresh toml_datetime v0.7.5+spec-1.1.0
59812026-06-25T02:16:42.176Z Fresh glob v0.3.3
59822026-06-25T02:16:42.176Z Fresh iddqd v0.4.2
59832026-06-25T02:16:42.176Z Fresh tokio-rustls v0.25.0
59842026-06-25T02:16:42.176Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
59852026-06-25T02:16:42.177Z Fresh ciborium v0.2.2
59862026-06-25T02:16:42.177Z Fresh typify-macro v0.6.2
59872026-06-25T02:16:42.177Z Fresh serde_yaml v0.9.34+deprecated
59882026-06-25T02:16:42.177Z Fresh poly1305 v0.8.0
59892026-06-25T02:16:42.177Z Fresh thiserror-no-std v2.0.2
59902026-06-25T02:16:42.177Z Fresh argon2 v0.5.3
59912026-06-25T02:16:42.177Z Fresh toml_edit v0.23.10+spec-1.0.0
59922026-06-25T02:16:42.177Z Fresh tabwriter v1.4.1
59932026-06-25T02:16:42.178Z Fresh toml v0.8.23
59942026-06-25T02:16:42.178Z Fresh cpufeatures v0.3.0
59952026-06-25T02:16:42.178Z Fresh colored v3.1.1
59962026-06-25T02:16:42.178Z Fresh unicode-width v0.1.14
59972026-06-25T02:16:42.178Z Fresh ingot-macros v0.1.1
59982026-06-25T02:16:42.178Z Fresh hash32 v0.3.1
59992026-06-25T02:16:42.178Z Fresh cobs v0.3.0
60002026-06-25T02:16:42.178Z Fresh proc-macro-crate v1.3.1
60012026-06-25T02:16:42.178Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
60022026-06-25T02:16:42.178Z Fresh foreign-types-macros v0.2.3
60032026-06-25T02:16:42.178Z Fresh foreign-types-shared v0.3.1
60042026-06-25T02:16:42.178Z Fresh dropshot v0.17.0
60052026-06-25T02:16:42.178Z Fresh typify v0.6.2
60062026-06-25T02:16:42.178Z Fresh crucible-workspace-hack v0.1.0
60072026-06-25T02:16:42.178Z Fresh vsss-rs v3.3.4
60082026-06-25T02:16:42.178Z Fresh chacha20poly1305 v0.10.1
60092026-06-25T02:16:42.178Z Fresh proc-macro-crate v3.4.0
60102026-06-25T02:16:42.178Z Fresh proc-macro-error-attr v1.0.4
60112026-06-25T02:16:42.178Z Fresh rayon-core v1.13.0
60122026-06-25T02:16:42.178Z Fresh ingot-types v0.1.2
60132026-06-25T02:16:42.178Z Fresh postcard v1.1.3
60142026-06-25T02:16:42.178Z Fresh chacha20 v0.10.0
60152026-06-25T02:16:42.178Z Fresh foreign-types v0.5.0
60162026-06-25T02:16:42.178Z Fresh num_enum_derive v0.5.11
60172026-06-25T02:16:42.179Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
60182026-06-25T02:16:42.179Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
60192026-06-25T02:16:42.179Z Fresh num-derive v0.4.2
60202026-06-25T02:16:42.179Z Fresh sigpipe v0.1.3
60212026-06-25T02:16:42.179Z Fresh cstr-argument v0.1.2
60222026-06-25T02:16:42.179Z Fresh itertools v0.12.1
60232026-06-25T02:16:42.179Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
60242026-06-25T02:16:42.179Z Fresh smf v0.2.3
60252026-06-25T02:16:42.179Z Fresh whoami v1.6.1
60262026-06-25T02:16:42.180Z Fresh progenitor-impl v0.14.0
60272026-06-25T02:16:42.180Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
60282026-06-25T02:16:42.180Z Fresh proc-macro-error v1.0.4
60292026-06-25T02:16:42.180Z Fresh num_enum_derive v0.7.6
60302026-06-25T02:16:42.180Z Fresh rayon v1.11.0
60312026-06-25T02:16:42.180Z Fresh heapless v0.8.0
60322026-06-25T02:16:42.180Z Fresh ingot v0.1.1
60332026-06-25T02:16:42.180Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
60342026-06-25T02:16:42.180Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60352026-06-25T02:16:42.180Z Fresh num_enum v0.5.11
60362026-06-25T02:16:42.180Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
60372026-06-25T02:16:42.180Z Fresh rand v0.10.0
60382026-06-25T02:16:42.180Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
60392026-06-25T02:16:42.181Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
60402026-06-25T02:16:42.181Z Fresh usdt-macro v0.5.0
60412026-06-25T02:16:42.181Z Fresh usdt-attr-macro v0.5.0
60422026-06-25T02:16:42.181Z Fresh memmap v0.7.0
60432026-06-25T02:16:42.181Z Fresh derive-where v1.6.0
60442026-06-25T02:16:42.181Z Fresh console v0.15.11
60452026-06-25T02:16:42.181Z Fresh newline-converter v0.3.0
60462026-06-25T02:16:42.181Z Fresh bytecount v0.6.9
60472026-06-25T02:16:42.181Z Fresh num-rational v0.4.2
60482026-06-25T02:16:42.181Z Fresh libsw-core v0.3.2
60492026-06-25T02:16:42.181Z Fresh num-complex v0.4.6
60502026-06-25T02:16:42.181Z Fresh linear-map v1.2.0
60512026-06-25T02:16:42.181Z Fresh float-ord v0.3.2
60522026-06-25T02:16:42.181Z Fresh progenitor-macro v0.14.0
60532026-06-25T02:16:42.181Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
60542026-06-25T02:16:42.181Z Fresh num_enum v0.7.6
60552026-06-25T02:16:42.181Z Fresh smoltcp v0.11.0
60562026-06-25T02:16:42.181Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60572026-06-25T02:16:42.181Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
60582026-06-25T02:16:42.181Z Fresh zone_cfg_derive v0.3.1
60592026-06-25T02:16:42.182Z Fresh usdt v0.5.0
60602026-06-25T02:16:42.182Z Fresh expectorate v1.2.0
60612026-06-25T02:16:42.182Z Fresh libsw v3.5.0
60622026-06-25T02:16:42.182Z Fresh num v0.4.3
60632026-06-25T02:16:42.182Z Fresh gethostname v0.5.0
60642026-06-25T02:16:42.182Z Fresh unicode-xid v0.2.6
60652026-06-25T02:16:42.182Z Fresh resolv-conf v0.7.6
60662026-06-25T02:16:42.182Z Fresh convert_case v0.10.0
60672026-06-25T02:16:42.182Z Fresh smawk v0.3.2
60682026-06-25T02:16:42.182Z Fresh unicode-linebreak v0.1.5
60692026-06-25T02:16:42.182Z Fresh papergrid v0.11.0
60702026-06-25T02:16:42.182Z Fresh tabled_derive v0.7.0
60712026-06-25T02:16:42.182Z Fresh linked-hash-map v0.5.6
60722026-06-25T02:16:42.182Z Fresh hickory-proto v0.24.4
60732026-06-25T02:16:42.182Z Fresh termtree v0.5.1
60742026-06-25T02:16:42.182Z Fresh fd-lock v4.0.4
60752026-06-25T02:16:42.182Z Fresh vte v0.14.1
60762026-06-25T02:16:42.182Z Fresh minimal-lexical v0.2.1
60772026-06-25T02:16:42.186Z Fresh display-error-chain v0.2.2
60782026-06-25T02:16:42.186Z Fresh nu-ansi-term v0.50.3
60792026-06-25T02:16:42.186Z Fresh progenitor v0.14.0
60802026-06-25T02:16:42.186Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
60812026-06-25T02:16:42.186Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
60822026-06-25T02:16:42.186Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
60832026-06-25T02:16:42.186Z Fresh zone v0.3.1
60842026-06-25T02:16:42.187Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
60852026-06-25T02:16:42.187Z Fresh tokio-dtrace v0.1.1
60862026-06-25T02:16:42.187Z Fresh owo-colors v4.3.0
60872026-06-25T02:16:42.187Z Fresh cancel-safe-futures v0.1.5
60882026-06-25T02:16:42.187Z Fresh derive_more-impl v2.1.1
60892026-06-25T02:16:42.187Z Fresh tabled v0.15.0
60902026-06-25T02:16:42.187Z Fresh lru-cache v0.1.2
60912026-06-25T02:16:42.187Z Fresh nom v7.1.3
60922026-06-25T02:16:42.187Z Fresh strip-ansi-escapes v0.2.1
60932026-06-25T02:16:42.187Z Fresh ar_archive_writer v0.5.1
60942026-06-25T02:16:42.187Z Fresh textwrap v0.16.2
60952026-06-25T02:16:42.187Z Fresh csv-core v0.1.13
60962026-06-25T02:16:42.187Z Fresh semver v0.1.20
60972026-06-25T02:16:42.187Z Fresh highway v1.3.0
60982026-06-25T02:16:42.187Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
60992026-06-25T02:16:42.187Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
61002026-06-25T02:16:42.187Z Fresh oxide-tokio-rt v0.1.4
61012026-06-25T02:16:42.187Z Fresh prettyplease v0.2.37
61022026-06-25T02:16:42.187Z Fresh derive_more v2.1.1
61032026-06-25T02:16:42.187Z Fresh slog-dtrace v0.3.0
61042026-06-25T02:16:42.187Z Fresh hickory-resolver v0.24.4
61052026-06-25T02:16:42.187Z Fresh reedline v0.40.0
61062026-06-25T02:16:42.187Z Fresh cfg_aliases v0.1.1
61072026-06-25T02:16:42.187Z Fresh rustc_version v0.1.7
61082026-06-25T02:16:42.187Z Fresh csv v1.4.0
61092026-06-25T02:16:42.187Z Fresh nibble_vec v0.1.0
61102026-06-25T02:16:42.187Z Fresh home v0.5.12
61112026-06-25T02:16:42.188Z Fresh endian-type v0.1.2
61122026-06-25T02:16:42.188Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
61132026-06-25T02:16:42.188Z Fresh phf_shared v0.12.1
61142026-06-25T02:16:42.188Z Fresh recursive-proc-macro-impl v0.1.1
61152026-06-25T02:16:42.188Z Fresh const_format_proc_macros v0.2.34
61162026-06-25T02:16:42.188Z Fresh peg-macros v0.8.5
61172026-06-25T02:16:42.188Z Fresh sqlparser_derive v0.5.0
61182026-06-25T02:16:42.188Z Fresh winnow v0.6.26
61192026-06-25T02:16:42.188Z Fresh nom v8.0.0
61202026-06-25T02:16:42.188Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
61212026-06-25T02:16:42.188Z Fresh crossterm v0.29.0
61222026-06-25T02:16:42.188Z Fresh qorb v0.4.1
61232026-06-25T02:16:42.188Z Fresh radix_trie v0.2.1
61242026-06-25T02:16:42.188Z Fresh phf v0.12.1
61252026-06-25T02:16:42.188Z Fresh unicode_categories v0.1.1
61262026-06-25T02:16:42.188Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
61272026-06-25T02:16:42.188Z Fresh peg v0.8.5
61282026-06-25T02:16:42.188Z Fresh const_format v0.2.35
61292026-06-25T02:16:42.188Z Fresh bcs v0.1.6
61302026-06-25T02:16:42.188Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
61312026-06-25T02:16:42.188Z Fresh filetime v0.2.27
61322026-06-25T02:16:42.188Z Fresh xattr v1.6.1
61332026-06-25T02:16:42.188Z Fresh base64 v0.21.7
61342026-06-25T02:16:42.188Z Fresh subprocess v0.2.15
61352026-06-25T02:16:42.188Z Fresh headers-core v0.3.0
61362026-06-25T02:16:42.188Z Fresh yasna v0.5.2
61372026-06-25T02:16:42.188Z Fresh dropshot-api-manager-types v0.7.2
61382026-06-25T02:16:42.189Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
61392026-06-25T02:16:42.189Z Fresh psm v0.1.30
61402026-06-25T02:16:42.189Z Fresh chrono-tz v0.10.4
61412026-06-25T02:16:42.189Z Fresh sqlformat v0.3.5
61422026-06-25T02:16:42.189Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
61432026-06-25T02:16:42.189Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
61442026-06-25T02:16:42.189Z Fresh tar v0.4.45
61452026-06-25T02:16:42.189Z Fresh headers v0.4.1
61462026-06-25T02:16:42.189Z Fresh rcgen v0.12.1
61472026-06-25T02:16:42.189Z Fresh tagptr v0.2.0
61482026-06-25T02:16:42.189Z Fresh utf-8 v0.7.6
61492026-06-25T02:16:42.189Z Fresh bitfield-struct v0.6.2
61502026-06-25T02:16:42.189Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61512026-06-25T02:16:42.189Z Fresh ron v0.8.1
61522026-06-25T02:16:42.189Z Fresh tap v1.0.1
61532026-06-25T02:16:42.189Z Fresh zerocopy-derive v0.6.6
61542026-06-25T02:16:42.189Z Fresh crc-catalog v2.4.0
61552026-06-25T02:16:42.189Z Fresh stacker v0.1.23
61562026-06-25T02:16:42.189Z Fresh nix v0.28.0
61572026-06-25T02:16:42.189Z Fresh newtype_derive v0.1.6
61582026-06-25T02:16:42.189Z Fresh moka v0.12.13
61592026-06-25T02:16:42.189Z Fresh tungstenite v0.21.0
61602026-06-25T02:16:42.189Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61612026-06-25T02:16:42.189Z Fresh wyz v0.5.1
61622026-06-25T02:16:42.190Z Fresh funty v2.0.0
61632026-06-25T02:16:42.190Z Fresh crc v3.4.0
61642026-06-25T02:16:42.190Z Fresh zerocopy v0.6.6
61652026-06-25T02:16:42.190Z Fresh packed_struct_codegen v0.10.1
61662026-06-25T02:16:42.190Z Fresh bitfield-macros v0.19.4
61672026-06-25T02:16:42.190Z Fresh xshell-macros v0.2.7
61682026-06-25T02:16:42.190Z Fresh nodrop v0.1.14
61692026-06-25T02:16:42.190Z Fresh hashbrown v0.12.3
61702026-06-25T02:16:42.190Z Fresh hashbrown v0.13.2
61712026-06-25T02:16:42.190Z Fresh crc-any v2.5.0
61722026-06-25T02:16:42.190Z Fresh recursive v0.1.1
61732026-06-25T02:16:42.190Z Fresh rustyline v14.0.0
61742026-06-25T02:16:42.190Z Fresh steno v0.4.1
61752026-06-25T02:16:42.190Z Fresh hickory-resolver v0.25.2
61762026-06-25T02:16:42.190Z Fresh tokio-tungstenite v0.21.0
61772026-06-25T02:16:42.194Z Fresh libefi-sys v0.1.0
61782026-06-25T02:16:42.194Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61792026-06-25T02:16:42.194Z Fresh radium v0.7.0
61802026-06-25T02:16:42.194Z Fresh maybe-uninit v2.0.0
61812026-06-25T02:16:42.194Z Fresh bitfield v0.19.4
61822026-06-25T02:16:42.194Z Fresh array-init v0.0.4
61832026-06-25T02:16:42.194Z Fresh xshell v0.2.7
61842026-06-25T02:16:42.194Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61852026-06-25T02:16:42.194Z Fresh path-slash v0.1.5
61862026-06-25T02:16:42.194Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
61872026-06-25T02:16:42.194Z Fresh half v1.8.3
61882026-06-25T02:16:42.195Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61892026-06-25T02:16:42.195Z Fresh git-stub v1.0.0
61902026-06-25T02:16:42.195Z Fresh proc-macro-error-attr2 v2.0.0
61912026-06-25T02:16:42.195Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
61922026-06-25T02:16:42.195Z Fresh num-derive v0.3.3
61932026-06-25T02:16:42.195Z Fresh maplit v1.0.2
61942026-06-25T02:16:42.195Z Fresh papergrid v0.17.0
61952026-06-25T02:16:42.195Z Fresh testing_table v0.3.0
61962026-06-25T02:16:42.195Z Fresh progenitor-impl v0.13.0
61972026-06-25T02:16:42.195Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
61982026-06-25T02:16:42.195Z Fresh sqlparser v0.61.0
61992026-06-25T02:16:42.195Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
62002026-06-25T02:16:42.195Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
62012026-06-25T02:16:42.195Z Fresh bitvec v1.0.1
62022026-06-25T02:16:42.195Z Fresh smallvec v0.6.14
62032026-06-25T02:16:42.195Z Fresh indexmap v1.9.3
62042026-06-25T02:16:42.195Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
62052026-06-25T02:16:42.196Z Fresh serde_cbor v0.11.2
62062026-06-25T02:16:42.196Z Fresh git-stub-vcs v0.1.0
62072026-06-25T02:16:42.196Z Fresh proc-macro-error2 v2.0.1
62082026-06-25T02:16:42.196Z Fresh libscf-sys v1.1.0
62092026-06-25T02:16:42.196Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
62102026-06-25T02:16:42.196Z Fresh progenitor-macro v0.13.0
62112026-06-25T02:16:42.196Z Fresh progenitor-client v0.13.0
62122026-06-25T02:16:42.196Z Fresh unicase v2.9.0
62132026-06-25T02:16:42.196Z Fresh fxhash v0.2.1
62142026-06-25T02:16:42.196Z Fresh crc8 v0.1.1
62152026-06-25T02:16:42.196Z Fresh diff v0.1.13
62162026-06-25T02:16:42.196Z Fresh dsl_auto_type v0.2.0
62172026-06-25T02:16:42.196Z Fresh scheduled-thread-pool v0.2.7
62182026-06-25T02:16:42.196Z Fresh diesel_table_macro_syntax v0.3.0
62192026-06-25T02:16:42.196Z Fresh downcast-rs v2.0.2
62202026-06-25T02:16:42.196Z Fresh packed_struct v0.10.1
62212026-06-25T02:16:42.196Z Fresh serde-hex v0.1.0
62222026-06-25T02:16:42.196Z Fresh object v0.30.4
62232026-06-25T02:16:42.197Z Fresh tabled_derive v0.11.0
62242026-06-25T02:16:42.197Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
62252026-06-25T02:16:42.197Z Fresh progenitor v0.13.0
62262026-06-25T02:16:42.197Z Fresh r2d2 v0.8.10
62272026-06-25T02:16:42.197Z Fresh kstat-rs v0.2.4
62282026-06-25T02:16:42.197Z Fresh arc-swap v1.8.2
62292026-06-25T02:16:42.197Z Fresh dirs-sys-next v0.1.2
62302026-06-25T02:16:42.197Z Fresh bit-vec v0.6.3
62312026-06-25T02:16:42.197Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
62322026-06-25T02:16:42.197Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
62332026-06-25T02:16:42.197Z Fresh tabled v0.20.0
62342026-06-25T02:16:42.198Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
62352026-06-25T02:16:42.198Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
62362026-06-25T02:16:42.198Z Fresh diesel_derives v2.3.7
62372026-06-25T02:16:42.198Z Fresh vergen-lib v0.1.6
62382026-06-25T02:16:42.198Z Fresh dirs-next v2.0.0
62392026-06-25T02:16:42.198Z Fresh slog-scope v4.4.1
62402026-06-25T02:16:42.198Z Fresh bit-set v0.5.3
62412026-06-25T02:16:42.198Z Fresh prefix-trie v0.7.0
62422026-06-25T02:16:42.198Z Fresh itertools v0.10.5
62432026-06-25T02:16:42.198Z Fresh ena v0.14.4
62442026-06-25T02:16:42.198Z Fresh libloading v0.8.9
62452026-06-25T02:16:42.198Z Fresh regex-syntax v0.6.29
62462026-06-25T02:16:42.198Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
62472026-06-25T02:16:42.198Z Fresh cexpr v0.6.0
62482026-06-25T02:16:42.198Z Fresh nanorand v0.7.0
62492026-06-25T02:16:42.198Z Fresh rustc-hash v2.1.1
62502026-06-25T02:16:42.198Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
62512026-06-25T02:16:42.198Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
62522026-06-25T02:16:42.198Z Fresh vergen-gitcl v1.0.8
62532026-06-25T02:16:42.198Z Fresh diesel v2.3.7
62542026-06-25T02:16:42.198Z Fresh parking_lot_core v0.8.6
62552026-06-25T02:16:42.198Z Fresh term v0.7.0
62562026-06-25T02:16:42.198Z Fresh slog-stdlog v4.1.1
62572026-06-25T02:16:42.198Z Fresh crunchy v0.2.4
62582026-06-25T02:16:42.198Z Fresh hickory-server v0.25.2
62592026-06-25T02:16:42.199Z Fresh clang-sys v1.8.1
62602026-06-25T02:16:42.199Z Fresh flume v0.11.1
62612026-06-25T02:16:42.199Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
62622026-06-25T02:16:42.199Z Fresh primeorder v0.13.6
62632026-06-25T02:16:42.199Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
62642026-06-25T02:16:42.199Z Fresh strum_macros v0.24.3
62652026-06-25T02:16:42.199Z Fresh indoc v1.0.9
62662026-06-25T02:16:42.199Z Fresh quick-xml v0.37.5
62672026-06-25T02:16:42.199Z Fresh oso-derive v0.27.3
62682026-06-25T02:16:42.199Z Fresh impl-trait-for-tuples v0.2.3
62692026-06-25T02:16:42.199Z Fresh openssl-probe v0.1.6
62702026-06-25T02:16:42.199Z Fresh trait-variant v0.1.2
62712026-06-25T02:16:42.199Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
62722026-06-25T02:16:42.199Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
62732026-06-25T02:16:42.199Z Fresh tiny-keccak v2.0.2
62742026-06-25T02:16:42.199Z Fresh ascii-canvas v3.0.0
62752026-06-25T02:16:42.199Z Fresh slog-envlogger v2.2.0
62762026-06-25T02:16:42.199Z Fresh parking_lot v0.11.2
62772026-06-25T02:16:42.203Z Fresh bindgen v0.71.1
62782026-06-25T02:16:42.203Z Fresh salty v0.3.0
62792026-06-25T02:16:42.203Z Fresh p384 v0.13.1
62802026-06-25T02:16:42.203Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62812026-06-25T02:16:42.203Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
62822026-06-25T02:16:42.204Z Fresh predicates-tree v1.0.13
62832026-06-25T02:16:42.204Z Fresh parse-size v1.1.0
62842026-06-25T02:16:42.204Z Fresh assert_matches v1.5.0
62852026-06-25T02:16:42.204Z Fresh bb8 v0.8.6
62862026-06-25T02:16:42.204Z Fresh diesel-dtrace v0.5.0
62872026-06-25T02:16:42.204Z Fresh ignore v0.4.25
62882026-06-25T02:16:42.204Z Fresh lalrpop v0.19.12
62892026-06-25T02:16:42.204Z Fresh sled v0.34.7
62902026-06-25T02:16:42.204Z Fresh libxml v0.3.3
62912026-06-25T02:16:42.204Z Fresh fs-err v2.11.0
62922026-06-25T02:16:42.204Z Fresh async-bb8-diesel v0.2.1
62932026-06-25T02:16:42.204Z Fresh http-range v0.1.5
62942026-06-25T02:16:42.204Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62952026-06-25T02:16:42.204Z Fresh globwalk v0.9.1
62962026-06-25T02:16:42.204Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62972026-06-25T02:16:42.204Z Fresh atty v0.2.14
62982026-06-25T02:16:42.204Z Fresh corncobs v0.1.4
62992026-06-25T02:16:42.204Z Fresh nonempty v0.12.0
63002026-06-25T02:16:42.204Z Fresh secrecy v0.8.0
63012026-06-25T02:16:42.204Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
63022026-06-25T02:16:42.204Z Fresh signal-hook-tokio v0.3.1
63032026-06-25T02:16:42.204Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
63042026-06-25T02:16:42.204Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
63052026-06-25T02:16:42.204Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
63062026-06-25T02:16:42.204Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
63072026-06-25T02:16:42.205Z Fresh camino-tempfile-ext v0.3.3
63082026-06-25T02:16:42.205Z Fresh mime_guess v2.0.5
63092026-06-25T02:16:42.205Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
63102026-06-25T02:16:42.205Z Fresh tungstenite v0.23.0
63112026-06-25T02:16:42.205Z Fresh rand_seeder v0.4.0
63122026-06-25T02:16:42.205Z Fresh void v1.0.2
63132026-06-25T02:16:42.205Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
63142026-06-25T02:16:42.205Z Fresh nix v0.27.1
63152026-06-25T02:16:42.205Z Fresh serde_bytes v0.11.19
63162026-06-25T02:16:42.205Z Fresh yansi v1.0.1
63172026-06-25T02:16:42.205Z Fresh samael v0.0.19
63182026-06-25T02:16:42.205Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
63192026-06-25T02:16:42.205Z Fresh hyper-staticfile v0.10.1
63202026-06-25T02:16:42.205Z Fresh illumos-nvpair-sys v0.2.0
63212026-06-25T02:16:42.205Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
63222026-06-25T02:16:42.205Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
63232026-06-25T02:16:42.205Z Fresh lzss v0.8.2
63242026-06-25T02:16:42.205Z Fresh tokio-tungstenite v0.23.1
63252026-06-25T02:16:42.205Z Fresh pretty_assertions v1.4.1
63262026-06-25T02:16:42.205Z Fresh is_ci v1.2.0
63272026-06-25T02:16:42.205Z Fresh darling_core v0.23.0
63282026-06-25T02:16:42.205Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63292026-06-25T02:16:42.205Z Fresh indoc v2.0.7
63302026-06-25T02:16:42.205Z Fresh polar-core v0.27.3
63312026-06-25T02:16:42.205Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
63322026-06-25T02:16:42.206Z Fresh illumos-nvpair v0.3.0
63332026-06-25T02:16:42.206Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
63342026-06-25T02:16:42.206Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
63352026-06-25T02:16:42.206Z Fresh darling_macro v0.23.0
63362026-06-25T02:16:42.206Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63372026-06-25T02:16:42.206Z Fresh castaway v0.2.4
63382026-06-25T02:16:42.206Z Fresh unicode-truncate v1.1.0
63392026-06-25T02:16:42.206Z Fresh lru v0.12.5
63402026-06-25T02:16:42.206Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
63412026-06-25T02:16:42.206Z Fresh cassowary v0.3.0
63422026-06-25T02:16:42.206Z Fresh console v0.16.2
63432026-06-25T02:16:42.206Z Fresh unit-prefix v0.5.2
63442026-06-25T02:16:42.206Z Fresh supports-color v3.0.2
63452026-06-25T02:16:42.206Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
63462026-06-25T02:16:42.206Z Fresh oso v0.27.3
63472026-06-25T02:16:42.206Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
63482026-06-25T02:16:42.206Z Fresh libz-sys v1.1.24
63492026-06-25T02:16:42.206Z Fresh darling v0.23.0
63502026-06-25T02:16:42.206Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
63512026-06-25T02:16:42.206Z Fresh compact_str v0.8.1
63522026-06-25T02:16:42.206Z Fresh indicatif v0.18.4
63532026-06-25T02:16:42.206Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
63542026-06-25T02:16:42.207Z Fresh sct v0.7.1
63552026-06-25T02:16:42.207Z Fresh rustls-webpki v0.101.7
63562026-06-25T02:16:42.207Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
63572026-06-25T02:16:42.354Z Fresh rustls-pemfile v1.0.4
63582026-06-25T02:16:42.357Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
63592026-06-25T02:16:42.357Z Running `/home/build/.rustup/toolchains/1.96.0-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=1050cdedf72e89be -C extra-filename=-9b535b479c68bb8f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-9b535b479c68bb8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d5d0be468eb7f5cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/usr/lib/amd64`
63602026-06-25T02:16:42.357Z Fresh instability v0.3.11
63612026-06-25T02:16:42.357Z Fresh libgit2-sys v0.18.3+1.9.2
63622026-06-25T02:16:42.360Z Fresh rustls v0.21.12
63632026-06-25T02:16:42.360Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
63642026-06-25T02:16:42.360Z Fresh twox-hash v2.1.2
63652026-06-25T02:16:42.360Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
63662026-06-25T02:16:42.360Z Fresh fatfs v0.3.6
63672026-06-25T02:16:42.360Z Fresh colored v2.2.0
63682026-06-25T02:16:42.361Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63692026-06-25T02:16:42.361Z Fresh hex-literal v0.4.1
63702026-06-25T02:16:42.361Z Fresh shell-words v1.1.1
63712026-06-25T02:16:42.361Z Fresh seq-macro v0.3.6
63722026-06-25T02:16:42.361Z Fresh ordered-float v2.10.1
63732026-06-25T02:16:42.361Z Fresh concurrent-queue v2.5.0
63742026-06-25T02:16:42.361Z Fresh parking v2.2.1
63752026-06-25T02:16:42.361Z Fresh plotters-backend v0.3.7
63762026-06-25T02:16:42.361Z Fresh cargo-platform v0.2.0
63772026-06-25T02:16:42.361Z Fresh sapling-renderdag v0.1.0
63782026-06-25T02:16:42.364Z Fresh git2 v0.20.4
63792026-06-25T02:16:42.364Z Fresh ratatui v0.29.0
63802026-06-25T02:16:42.364Z Fresh tokio-rustls v0.24.1
63812026-06-25T02:16:42.364Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
63822026-06-25T02:16:42.364Z Fresh typeid v1.0.3
63832026-06-25T02:16:42.364Z Fresh serde-value v0.7.0
63842026-06-25T02:16:42.364Z Fresh plotters-svg v0.3.7
63852026-06-25T02:16:42.364Z Fresh event-listener v5.4.1
63862026-06-25T02:16:42.364Z Fresh rtoolbox v0.0.3
63872026-06-25T02:16:42.364Z Fresh cast v0.3.0
63882026-06-25T02:16:42.364Z Fresh sync-ptr v0.1.4
63892026-06-25T02:16:42.365Z Fresh tinytemplate v1.2.1
63902026-06-25T02:16:42.365Z Fresh strsim v0.10.0
63912026-06-25T02:16:42.365Z Fresh oorandom v11.1.5
63922026-06-25T02:16:42.365Z Fresh anes v0.1.6
63932026-06-25T02:16:42.365Z Fresh futures-timer v3.0.3
63942026-06-25T02:16:42.365Z Fresh polyval v0.6.2
63952026-06-25T02:16:42.365Z Fresh gimli v0.32.3
63962026-06-25T02:16:42.365Z Fresh ctr v0.9.2
63972026-06-25T02:16:42.365Z Fresh vergen-git2 v9.1.0
63982026-06-25T02:16:42.365Z Fresh erased-serde v0.4.9
63992026-06-25T02:16:42.365Z Fresh petname v2.0.2
64002026-06-25T02:16:42.365Z Fresh plotters v0.3.7
64012026-06-25T02:16:42.368Z Fresh rpassword v7.4.0
64022026-06-25T02:16:42.369Z Fresh tui-tree-widget v0.23.1
64032026-06-25T02:16:42.369Z Fresh criterion-plot v0.6.0
64042026-06-25T02:16:42.369Z Fresh event-listener-strategy v0.5.4
64052026-06-25T02:16:42.369Z Fresh darling_core v0.13.4
64062026-06-25T02:16:42.369Z Fresh addr2line v0.25.1
64072026-06-25T02:16:42.369Z Fresh ghash v0.5.1
64082026-06-25T02:16:42.369Z Fresh serde_regex v1.1.0
64092026-06-25T02:16:42.369Z Fresh assert-json-diff v2.0.2
64102026-06-25T02:16:42.369Z Fresh path-tree v0.8.3
64112026-06-25T02:16:42.369Z Fresh rustc-demangle v0.1.27
64122026-06-25T02:16:42.369Z Fresh stringmetrics v2.2.2
64132026-06-25T02:16:42.369Z Fresh ssh-encoding v0.2.0
64142026-06-25T02:16:42.369Z Fresh blowfish v0.9.1
64152026-06-25T02:16:42.369Z Fresh constant_time_eq v0.4.2
64162026-06-25T02:16:42.369Z Fresh arrayvec v0.7.6
64172026-06-25T02:16:42.369Z Fresh arrayref v0.3.9
64182026-06-25T02:16:42.369Z Fresh supports-color v2.1.0
64192026-06-25T02:16:42.369Z Fresh textwrap v0.15.2
64202026-06-25T02:16:42.369Z Fresh supports-hyperlinks v2.1.0
64212026-06-25T02:16:42.369Z Fresh serde-untagged v0.1.9
64222026-06-25T02:16:42.369Z Fresh criterion v0.7.0
64232026-06-25T02:16:42.369Z Fresh async-lock v3.4.2
64242026-06-25T02:16:42.369Z Fresh darling_macro v0.13.4
64252026-06-25T02:16:42.369Z Fresh aes-gcm v0.10.3
64262026-06-25T02:16:42.370Z Fresh target-lexicon v0.13.3
64272026-06-25T02:16:42.370Z Fresh backtrace v0.3.76
64282026-06-25T02:16:42.370Z Fresh bcrypt-pbkdf v0.10.0
64292026-06-25T02:16:42.370Z Fresh supports-unicode v2.1.0
64302026-06-25T02:16:42.370Z Fresh hashbrown v0.14.5
64312026-06-25T02:16:42.370Z Fresh password-hash v0.4.2
64322026-06-25T02:16:42.370Z Fresh miette-derive v5.10.0
64332026-06-25T02:16:42.370Z Fresh terminal_size v0.1.17
64342026-06-25T02:16:42.370Z Fresh owo-colors v3.5.0
64352026-06-25T02:16:42.370Z Fresh p521 v0.13.3
64362026-06-25T02:16:42.370Z Fresh p256 v0.13.2
64372026-06-25T02:16:42.370Z Fresh knuffel-derive v3.2.0
64382026-06-25T02:16:42.370Z Fresh pathdiff v0.2.3
64392026-06-25T02:16:42.375Z Fresh russh-cryptovec v0.7.3
64402026-06-25T02:16:42.375Z Fresh md5 v0.7.0
64412026-06-25T02:16:42.375Z Fresh nested v0.1.1
64422026-06-25T02:16:42.375Z Fresh cargo-util-schemas v0.8.2
64432026-06-25T02:16:42.375Z Fresh async-object-pool v0.2.0
64442026-06-25T02:16:42.375Z Fresh darling v0.13.4
64452026-06-25T02:16:42.375Z Fresh backtrace-ext v0.2.1
64462026-06-25T02:16:42.375Z Fresh guppy-workspace-hack v0.1.0
64472026-06-25T02:16:42.375Z Fresh cfg-expr v0.20.6
64482026-06-25T02:16:42.376Z Fresh ssh-cipher v0.2.0
64492026-06-25T02:16:42.376Z Fresh pbkdf2 v0.11.0
64502026-06-25T02:16:42.376Z Fresh chumsky v0.9.3
64512026-06-25T02:16:42.376Z Fresh httptest v0.16.4
64522026-06-25T02:16:42.376Z Fresh num-bigint v0.4.6
64532026-06-25T02:16:42.376Z Fresh des v0.8.1
64542026-06-25T02:16:42.376Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64552026-06-25T02:16:42.376Z Fresh hickory-client v0.25.2
64562026-06-25T02:16:42.376Z Fresh similar-asserts v1.7.0
64572026-06-25T02:16:42.376Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64582026-06-25T02:16:42.376Z Fresh escape8259 v0.5.3
64592026-06-25T02:16:42.376Z Fresh internet-checksum v0.2.1
64602026-06-25T02:16:42.376Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
64612026-06-25T02:16:42.376Z Fresh cargo_metadata v0.21.0
64622026-06-25T02:16:42.376Z Fresh httpmock v0.8.3
64632026-06-25T02:16:42.376Z Fresh serde_with_macros v1.5.2
64642026-06-25T02:16:42.376Z Fresh miette v5.10.0
64652026-06-25T02:16:42.376Z Fresh target-spec v3.5.7
64662026-06-25T02:16:42.376Z Fresh ssh-key v0.6.7
64672026-06-25T02:16:42.376Z Fresh blake3 v1.8.5
64682026-06-25T02:16:42.376Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64692026-06-25T02:16:42.376Z Fresh topological-sort v0.2.2
64702026-06-25T02:16:42.376Z Fresh libtest-mimic v0.8.1
64712026-06-25T02:16:42.376Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
64722026-06-25T02:16:42.376Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64732026-06-25T02:16:42.400Z Compiling tokio-test v0.4.5
64742026-06-25T02:16:42.403Z Fresh fancy-regex v0.14.0
64752026-06-25T02:16:42.420Z Running `/home/build/.rustup/toolchains/1.96.0-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=ea81cf52b5309920 -C extra-filename=-63e44ce42fb7989b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-acd532262efce067.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3476e036c2886d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/usr/lib/amd64`
64762026-06-25T02:16:42.425Z Running `/home/build/.rustup/toolchains/1.96.0-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=f1ab8991cac12fdd -C extra-filename=-cf82d114b19928fb --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-991ddb2d4d829d86.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
64772026-06-25T02:16:42.426Z Fresh serde_with v1.14.0
64782026-06-25T02:16:42.426Z Fresh russh-keys v0.45.0
64792026-06-25T02:16:42.426Z Fresh guppy v0.17.25
64802026-06-25T02:16:42.426Z Fresh knuffel v3.2.0
64812026-06-25T02:16:42.426Z Fresh omicron-zone-package v0.12.2
64822026-06-25T02:16:42.426Z Fresh datatest-stable v0.3.3
64832026-06-25T02:16:42.426Z Fresh support-bundle-viewer v0.1.2
64842026-06-25T02:16:42.429Z Fresh multimap v0.10.1
64852026-06-25T02:16:42.430Z Fresh approx v0.5.1
64862026-06-25T02:16:42.430Z Fresh uzers v0.12.2
64872026-06-25T02:16:42.430Z Fresh relative-path v1.9.3
64882026-06-25T02:16:42.430Z Fresh termcolor v1.4.1
64892026-06-25T02:16:42.430Z Fresh blake2b_simd v1.0.4
64902026-06-25T02:16:42.430Z Fresh russh v0.45.0
64912026-06-25T02:16:42.430Z Fresh assert_cmd v2.1.2
64922026-06-25T02:16:42.430Z Fresh target-triple v1.0.0
64932026-06-25T02:16:42.430Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64942026-06-25T02:16:42.430Z Fresh rstest_macros v0.25.0
64952026-06-25T02:16:42.430Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64962026-06-25T02:16:42.430Z Fresh partial-io v0.5.4
64972026-06-25T02:16:42.430Z Fresh rand_distr v0.5.1
64982026-06-25T02:16:42.430Z Fresh drift v0.2.0
64992026-06-25T02:16:42.430Z Fresh constant_time_eq v0.3.1
65002026-06-25T02:16:42.430Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
65012026-06-25T02:16:42.430Z Fresh cargo_toml v0.21.0
65022026-06-25T02:16:42.430Z Fresh termios v0.3.3
65032026-06-25T02:16:42.435Z Fresh linkme-impl v0.3.35
65042026-06-25T02:16:42.435Z Fresh trybuild v1.0.116
65052026-06-25T02:16:42.436Z Fresh rust-argon2 v2.1.0
65062026-06-25T02:16:42.436Z Fresh rstest v0.25.0
65072026-06-25T02:16:42.436Z Fresh dropshot-api-manager v0.7.2
65082026-06-25T02:16:42.436Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
65092026-06-25T02:16:42.436Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
65102026-06-25T02:16:42.436Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
65112026-06-25T02:16:42.436Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
65122026-06-25T02:16:42.436Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
65132026-06-25T02:16:42.436Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
65142026-06-25T02:16:42.436Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
65152026-06-25T02:16:42.436Z Fresh pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
65162026-06-25T02:16:42.436Z Fresh linkme v0.3.35
65172026-06-25T02:16:42.436Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
65182026-06-25T02:16:42.436Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
65192026-06-25T02:16:42.436Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
65202026-06-25T02:16:42.437Z Fresh schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
65212026-06-25T02:16:42.437Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
65222026-06-25T02:16:42.437Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
65232026-06-25T02:16:42.437Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
65242026-06-25T02:16:42.437Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
65252026-06-25T02:16:42.437Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
65262026-06-25T02:16:42.437Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
65272026-06-25T02:16:42.437Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
65282026-06-25T02:16:42.437Z Fresh erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
65292026-06-25T02:16:42.437Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
65302026-06-25T02:16:42.437Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
65312026-06-25T02:16:42.437Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
65322026-06-25T02:16:42.437Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
65332026-06-25T02:16:42.437Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
65342026-06-25T02:16:42.438Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
65352026-06-25T02:16:42.438Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
65362026-06-25T02:16:42.438Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
65372026-06-25T02:16:42.438Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
65382026-06-25T02:16:42.439Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
65392026-06-25T02:16:42.439Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
65402026-06-25T02:16:42.439Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
65412026-06-25T02:16:42.439Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
65422026-06-25T02:16:42.439Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
65432026-06-25T02:16:42.439Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
65442026-06-25T02:16:42.439Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
65452026-06-25T02:16:42.439Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
65462026-06-25T02:16:42.443Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
65472026-06-25T02:16:42.443Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
65482026-06-25T02:16:42.443Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
65492026-06-25T02:16:42.443Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
65502026-06-25T02:16:42.443Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
65512026-06-25T02:16:42.443Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
65522026-06-25T02:16:42.443Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65532026-06-25T02:16:42.443Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
65542026-06-25T02:16:42.443Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
65552026-06-25T02:16:42.443Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65562026-06-25T02:16:42.443Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
65572026-06-25T02:16:42.443Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
65582026-06-25T02:16:42.443Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
65592026-06-25T02:16:42.443Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
65602026-06-25T02:16:42.443Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
65612026-06-25T02:16:42.443Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
65622026-06-25T02:16:42.443Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
65632026-06-25T02:16:42.443Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
65642026-06-25T02:16:42.444Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
65652026-06-25T02:16:42.444Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
65662026-06-25T02:16:42.444Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
65672026-06-25T02:16:42.444Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
65682026-06-25T02:16:42.444Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
65692026-06-25T02:16:42.444Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
65702026-06-25T02:16:42.444Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65712026-06-25T02:16:42.444Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
65722026-06-25T02:16:42.444Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65732026-06-25T02:16:42.444Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65742026-06-25T02:16:42.444Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65752026-06-25T02:16:42.444Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65762026-06-25T02:16:42.444Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
65772026-06-25T02:16:42.444Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65782026-06-25T02:16:42.444Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65792026-06-25T02:16:42.444Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65802026-06-25T02:16:42.444Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65812026-06-25T02:16:42.444Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
65822026-06-25T02:16:42.444Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65832026-06-25T02:16:42.444Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65842026-06-25T02:16:42.444Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65852026-06-25T02:16:42.444Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65862026-06-25T02:16:42.444Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
65872026-06-25T02:16:42.444Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65882026-06-25T02:16:42.444Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65892026-06-25T02:16:42.444Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65902026-06-25T02:16:42.444Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65912026-06-25T02:16:42.444Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
65922026-06-25T02:16:42.444Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65932026-06-25T02:16:42.444Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65942026-06-25T02:16:42.444Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65952026-06-25T02:16:42.444Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65962026-06-25T02:16:42.445Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65972026-06-25T02:16:42.445Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65982026-06-25T02:16:42.445Z Fresh dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
65992026-06-25T02:16:42.445Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
66002026-06-25T02:16:42.445Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
66012026-06-25T02:16:42.445Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
66022026-06-25T02:16:42.445Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
66032026-06-25T02:16:42.445Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
66042026-06-25T02:16:42.445Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
66052026-06-25T02:16:42.445Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
66062026-06-25T02:16:42.445Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
66072026-06-25T02:16:42.445Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
66082026-06-25T02:16:42.449Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
66092026-06-25T02:16:42.449Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
66102026-06-25T02:16:42.449Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
66112026-06-25T02:16:42.449Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
66122026-06-25T02:16:42.450Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
66132026-06-25T02:16:42.450Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
66142026-06-25T02:16:42.450Z Fresh ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
66152026-06-25T02:16:42.450Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
66162026-06-25T02:16:42.450Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
66172026-06-25T02:16:42.450Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66182026-06-25T02:16:42.450Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
66192026-06-25T02:16:42.450Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
66202026-06-25T02:16:42.450Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
66212026-06-25T02:16:42.450Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66222026-06-25T02:16:42.450Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
66232026-06-25T02:16:42.450Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
66242026-06-25T02:16:42.450Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
66252026-06-25T02:16:42.450Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
66262026-06-25T02:16:42.450Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
66272026-06-25T02:16:42.450Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
66282026-06-25T02:16:42.450Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
66292026-06-25T02:16:42.450Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
66302026-06-25T02:16:42.450Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
66312026-06-25T02:16:42.450Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
66322026-06-25T02:16:42.450Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
66332026-06-25T02:16:42.450Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
66342026-06-25T02:16:42.451Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66352026-06-25T02:16:42.451Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
66362026-06-25T02:16:42.451Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
66372026-06-25T02:16:42.451Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
66382026-06-25T02:16:42.451Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
66392026-06-25T02:16:42.451Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
66402026-06-25T02:16:42.451Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
66412026-06-25T02:16:42.451Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
66422026-06-25T02:16:42.451Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
66432026-06-25T02:16:42.451Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
66442026-06-25T02:16:42.451Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
66452026-06-25T02:16:42.451Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
66462026-06-25T02:16:42.451Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
66472026-06-25T02:16:42.451Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
66482026-06-25T02:16:42.451Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66492026-06-25T02:16:42.451Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
66502026-06-25T02:16:42.451Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66512026-06-25T02:16:42.451Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
66522026-06-25T02:16:42.451Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
66532026-06-25T02:16:42.451Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
66542026-06-25T02:16:42.451Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66552026-06-25T02:16:42.451Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
66562026-06-25T02:16:42.451Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66572026-06-25T02:16:42.451Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
66582026-06-25T02:16:42.451Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66592026-06-25T02:16:42.451Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
66602026-06-25T02:16:42.451Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
66612026-06-25T02:16:42.451Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66622026-06-25T02:16:42.452Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66632026-06-25T02:16:42.452Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
66642026-06-25T02:16:42.452Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
66652026-06-25T02:16:42.452Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66662026-06-25T02:16:42.452Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66672026-06-25T02:16:42.452Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
66682026-06-25T02:16:42.452Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
66692026-06-25T02:16:42.452Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
66702026-06-25T02:16:42.452Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66712026-06-25T02:16:42.452Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
66722026-06-25T02:16:42.452Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
66732026-06-25T02:16:42.452Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
66742026-06-25T02:16:42.452Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
66752026-06-25T02:16:42.452Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
66762026-06-25T02:16:42.452Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66772026-06-25T02:16:42.452Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66782026-06-25T02:16:42.452Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66792026-06-25T02:16:42.452Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66802026-06-25T02:16:42.452Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
66812026-06-25T02:16:42.452Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66822026-06-25T02:16:42.452Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66832026-06-25T02:16:42.452Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
66842026-06-25T02:16:42.452Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66852026-06-25T02:16:42.452Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
66862026-06-25T02:16:42.452Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
66872026-06-25T02:16:42.452Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66882026-06-25T02:16:42.452Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66892026-06-25T02:16:42.452Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66902026-06-25T02:16:42.452Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66912026-06-25T02:16:42.564Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-9b535b479c68bb8f/build-script-build`
66922026-06-25T02:16:42.603Z Running `/home/build/.rustup/toolchains/1.96.0-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=16c93fc1b14989c6 -C extra-filename=-bb0cb4d0505dff5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
66932026-06-25T02:16:42.606Z Running `/home/build/.rustup/toolchains/1.96.0-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=c3787b8092e11f3d -C extra-filename=-d6e3d99768d60498 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
66942026-06-25T02:16:43.482Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
66952026-06-25T02:16:43.487Z Running `/home/build/.rustup/toolchains/1.96.0-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=99a5a029997c8f04 -C extra-filename=-a0f900dd493c5509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
66962026-06-25T02:16:43.922Z Running `/home/build/.rustup/toolchains/1.96.0-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=bdfe14daa5fc9df5 -C extra-filename=-3706da068db33049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-63e44ce42fb7989b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-f480de7d16f6e5f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5833ffc7a2215a45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-cf82d114b19928fb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
66972026-06-25T02:19:10.053Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
66982026-06-25T02:19:10.056Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
66992026-06-25T02:19:10.056Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
67002026-06-25T02:19:10.077Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
67012026-06-25T02:19:10.083Z Running `/home/build/.rustup/toolchains/1.96.0-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=8597264e8e0359b3 -C extra-filename=-3de2fa017a41e228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-66768ec4fd6fe96f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3633658464b913ed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-012ee95f0af12988.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67022026-06-25T02:19:10.083Z Running `/home/build/.rustup/toolchains/1.96.0-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=f626f9be2132e232 -C extra-filename=-911786f5d64293c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-66768ec4fd6fe96f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3633658464b913ed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-012ee95f0af12988.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67032026-06-25T02:19:10.083Z Running `/home/build/.rustup/toolchains/1.96.0-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=b32f409944293f2e -C extra-filename=-77c43587c95cad14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67042026-06-25T02:19:10.083Z Running `/home/build/.rustup/toolchains/1.96.0-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=6af6334fa3199ad2 -C extra-filename=-89206b40cc6a5d22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67052026-06-25T02:19:10.084Z Running `/home/build/.rustup/toolchains/1.96.0-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=5f98561a340a3670 -C extra-filename=-8aca928c1f58a68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-63e44ce42fb7989b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-f480de7d16f6e5f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5833ffc7a2215a45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-cf82d114b19928fb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67062026-06-25T02:19:10.084Z Running `/home/build/.rustup/toolchains/1.96.0-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=ddc61474cf352cb1 -C extra-filename=-e818a041e7faee0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bba609730a2fa7e6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67072026-06-25T02:19:10.084Z Running `/home/build/.rustup/toolchains/1.96.0-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=c2cef1bdff74930b -C extra-filename=-93046a29290bd4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67082026-06-25T02:19:10.085Z Running `/home/build/.rustup/toolchains/1.96.0-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=f6649f1f0ab5f34e -C extra-filename=-4a906bfda6422cae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bba609730a2fa7e6.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67092026-06-25T02:19:10.085Z Running `/home/build/.rustup/toolchains/1.96.0-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=460bd796b4d558d6 -C extra-filename=-26c85585018b5b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67102026-06-25T02:19:10.094Z Running `/home/build/.rustup/toolchains/1.96.0-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=2696bc7b7b796cdf -C extra-filename=-fd8f22e2f1cca306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67112026-06-25T02:19:10.099Z Running `/home/build/.rustup/toolchains/1.96.0-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=c685da9fc5f8bf71 -C extra-filename=-ffc44f1c6175a830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67122026-06-25T02:19:10.100Z Running `/home/build/.rustup/toolchains/1.96.0-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=0a8aa143b252abea -C extra-filename=-c05724d1390d964e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-63e44ce42fb7989b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-f480de7d16f6e5f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5833ffc7a2215a45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-cf82d114b19928fb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67132026-06-25T02:19:10.100Z Running `/home/build/.rustup/toolchains/1.96.0-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=e70b3430fe1cc2cb -C extra-filename=-6ed356b9c00bed1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-63e44ce42fb7989b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-f480de7d16f6e5f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5833ffc7a2215a45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-cf82d114b19928fb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67142026-06-25T02:19:10.100Z Running `/home/build/.rustup/toolchains/1.96.0-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=52dc1b36c4515b47 -C extra-filename=-cf5b4c9da2069721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-00b6ab406358d339.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-66768ec4fd6fe96f.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3633658464b913ed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-012ee95f0af12988.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/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`
67152026-06-25T02:21:20.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 39s
67162026-06-25T02:21:20.684Z
67172026-06-25T02:21:20.684Zreal 4:39.834561403
67182026-06-25T02:21:20.684Zuser 22:07.409488457
67192026-06-25T02:21:20.684Zsys 4:22.708034983
67202026-06-25T02:21:20.684Ztrap 0.186431551
67212026-06-25T02:21:20.687Ztflt 0.163141050
67222026-06-25T02:21:20.687Zdflt 3.650834193
67232026-06-25T02:21:20.687Zkflt 0.000005490
67242026-06-25T02:21:20.687Zlock 1:30:24.507906174
67252026-06-25T02:21:20.687Zslp 1:35:12.913743936
67262026-06-25T02:21:20.687Zlat 1.663385907
67272026-06-25T02:21:20.687Zstop 47.672823751
67282026-06-25T02:21:20.691Z++ head -1
67292026-06-25T02:21:20.693Z++ ls -t /home/build/.cargo/log/20260625T020851537Z-e4292872132ecfd0.jsonl /home/build/.cargo/log/20260625T021640347Z-e4292872132ecfd0.jsonl
67302026-06-25T02:21:20.698Z+ cp /home/build/.cargo/log/20260625T021640347Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
67312026-06-25T02:21:20.700Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
67322026-06-25T02:21:20.700Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
67332026-06-25T02:21:20.703Z++ mktemp -d /tmp/nextest-state.XXXXXX
67342026-06-25T02:21:20.703Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.lgaOct
67352026-06-25T02:21:20.703Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
67362026-06-25T02:21:20.703Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
67372026-06-25T02:21:20.703Z+ mkdir -p /tmp/nextest-recording-config
67382026-06-25T02:21:20.706Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
67392026-06-25T02:21:20.706Z+ export NEXTEST_STATE_DIR
67402026-06-25T02:21:20.706Z+ banner test
67412026-06-25T02:21:20.709Z
67422026-06-25T02:21:20.709Z ##### ###### #### #####
67432026-06-25T02:21:20.709Z # # # #
67442026-06-25T02:21:20.709Z # ##### #### #
67452026-06-25T02:21:20.709Z # # # #
67462026-06-25T02:21:20.709Z # # # # #
67472026-06-25T02:21:20.709Z # ###### #### #
67482026-06-25T02:21:20.709Z
67492026-06-25T02:21:20.709Z+ NEXTEST_EXIT=0
67502026-06-25T02:21:20.709Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
67512026-06-25T02:21:21.842Zinfo: experimental features enabled: setup-scripts, benchmarks
67522026-06-25T02:21:23.163Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
67532026-06-25T02:21:23.349Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
67542026-06-25T02:21:23.380Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
67552026-06-25T02:21:23.405Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
67562026-06-25T02:21:34.561Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.70s
67572026-06-25T02:21:35.668Z────────────
67582026-06-25T02:21:35.668Z Nextest run ID 225c767e-e5e1-40f5-90f4-ee285256fd77 with nextest profile: ci
67592026-06-25T02:21:35.668Z Starting 2962 tests across 238 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
67602026-06-25T02:21:35.671Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
67612026-06-25T02:21:36.410Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
67622026-06-25T02:21:36.411Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
67632026-06-25T02:21:36.413Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
67642026-06-25T02:21:36.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
67652026-06-25T02:21:36.414Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
67662026-06-25T02:21:36.592Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
67672026-06-25T02:21:36.595Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
67682026-06-25T02:21:36.624Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
67692026-06-25T02:21:36.627Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
67702026-06-25T02:21:36.824Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
67712026-06-25T02:21:36.836Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
67722026-06-25T02:21:37.215Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
67732026-06-25T02:21:37.491Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
67742026-06-25T02:21:38.092Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
67752026-06-25T02:21:38.144Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
67762026-06-25T02:21:38.159Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
67772026-06-25T02:21:38.262Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
67782026-06-25T02:21:45.162Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
67792026-06-25T02:21:45.162Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
67802026-06-25T02:21:45.989Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
67812026-06-25T02:21:45.992Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
67822026-06-25T02:21:54.455Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67832026-06-25T02:22:02.427Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67842026-06-25T02:22:04.014Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67852026-06-25T02:22:05.677Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67862026-06-25T02:22:14.901Z Finished `test` profile [unoptimized + debuginfo] target(s) in 39.21s
67872026-06-25T02:22:15.020Z Running `target/debug/crdb-seed`
67882026-06-25T02:22:15.077ZJun 25 02:22:14.512 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpyacUUM
67892026-06-25T02:22:15.080ZJun 25 02:22:14.514 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpdIW1V2,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpyacUUM/listen-url --max-sql-memory 256MiB
67902026-06-25T02:22:15.080ZJun 25 02:22:14.514 INFO cockroach environment: BUILDOMAT_JOB_ID=01KVY8B7CG5MBPHWP8Q0ZRGRGX BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.96.0-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=maghemite-integration GITHUB_REF=refs/heads/maghemite-integration GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf 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-08ebd71d08b94ffe/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out:/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out:/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-enva1RQqd NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-08ebd71d08b94ffe/out:/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out:/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out:/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=225c767e-e5e1-40f5-90f4-ee285256fd77 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.lgaOct 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.0-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
67912026-06-25T02:22:15.543ZJun 25 02:22:14.980 INFO cockroach pid: 10295
67922026-06-25T02:22:15.543ZJun 25 02:22:14.980 INFO cockroach listen URL: postgresql://root@[::1]:38239/omicron?sslmode=disable
67932026-06-25T02:22:15.547ZJun 25 02:22:14.984 INFO cockroach: populating
67942026-06-25T02:22:16.668ZJun 25 02:22:16.104 INFO cockroach: populated
67952026-06-25T02:22:17.667ZJun 25 02:22:17.103 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/182c2dbf0d1240ea78f45511467431014e44f8c7748269ae5a4d88dcd472ea2b.tar`
67962026-06-25T02:22:17.676Z SETUP PASS [ 42.007s] crdb-seed: cargo run -p crdb-seed --profile test
67972026-06-25T02:22:17.678Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67982026-06-25T02:22:18.407Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67992026-06-25T02:22:18.411Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
68002026-06-25T02:22:19.646Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
68012026-06-25T02:22:20.590Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
68022026-06-25T02:22:30.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.88s
68032026-06-25T02:22:30.697Z Running `target/debug/clickhouse-cluster-dev`
68042026-06-25T02:22:30.753ZJun 25 02:22:30.190 INFO Setting up a ClickHouse cluster
68052026-06-25T02:22:30.756ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
68062026-06-25T02:22:30.756ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
68072026-06-25T02:22:30.756ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
68082026-06-25T02:22:30.756ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
68092026-06-25T02:22:30.759ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
68102026-06-25T02:22:31.421ZJun 25 02:22:30.858 INFO ClickHouse server ready
68112026-06-25T02:22:31.424ZJun 25 02:22:30.858 INFO ClickHouse server ready
68122026-06-25T02:22:32.640ZJun 25 02:22:32.077 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
68132026-06-25T02:22:32.649Z SETUP PASS [ 14.973s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
68142026-06-25T02:22:32.689Z PASS [ 0.029s] ( 1/2962) api_identity test::test_identity
68152026-06-25T02:22:32.691Z PASS [ 0.032s] ( 2/2962) api_identity test::test_identity_no_field
68162026-06-25T02:22:32.697Z PASS [ 0.032s] ( 3/2962) authz-macros tests::test_authz_snapshots
68172026-06-25T02:22:32.705Z PASS [ 0.016s] ( 4/2962) bootstore schemes::tests::hello_roundtrip
68182026-06-25T02:22:32.719Z PASS [ 0.015s] ( 5/2962) bootstore schemes::v0::share_pkg::tests::create_packages
68192026-06-25T02:22:32.733Z PASS [ 0.014s] ( 6/2962) bootstore trust_quorum::rack_secret::tests::create_and_verify
68202026-06-25T02:22:32.736Z PASS [ 0.038s] ( 7/2962) bootstore schemes::v0::peer::tests::network_config
68212026-06-25T02:22:32.747Z PASS [ 0.014s] ( 8/2962) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
68222026-06-25T02:22:33.741Z PASS [ 1.051s] ( 9/2962) bootstore schemes::v0::peer::tests::basic_3_nodes
68232026-06-25T02:22:33.796Z PASS [ 0.055s] ( 10/2962) cert-dev::test-cert-dev test_cert_create
68242026-06-25T02:22:33.862Z PASS [ 0.065s] ( 11/2962) clickana chart::tests::gather_chart_data_failure
68252026-06-25T02:22:33.878Z PASS [ 0.016s] ( 12/2962) clickana chart::tests::gather_chart_data_for_disk_usage_success
68262026-06-25T02:22:33.894Z PASS [ 0.016s] ( 13/2962) clickana chart::tests::gather_chart_data_for_memory_tracking_success
68272026-06-25T02:22:33.910Z PASS [ 0.015s] ( 14/2962) clickana chart::tests::gather_chart_data_for_query_count_success
68282026-06-25T02:22:33.927Z PASS [ 0.017s] ( 15/2962) clickana chart::tests::gather_chart_data_for_running_queries_success
68292026-06-25T02:22:33.944Z PASS [ 0.017s] ( 16/2962) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
68302026-06-25T02:22:33.961Z PASS [ 0.017s] ( 17/2962) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
68312026-06-25T02:22:33.979Z PASS [ 0.018s] ( 18/2962) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
68322026-06-25T02:22:33.998Z PASS [ 0.019s] ( 19/2962) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
68332026-06-25T02:22:34.026Z PASS [ 0.028s] ( 20/2962) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
68342026-06-25T02:22:34.055Z PASS [ 0.029s] ( 21/2962) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
68352026-06-25T02:22:34.107Z PASS [ 0.053s] ( 22/2962) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
68362026-06-25T02:22:34.138Z PASS [ 1.402s] ( 23/2962) bootstore::v0-fsm-proptest-learner run
68372026-06-25T02:22:34.138Z PASS [ 0.030s] ( 24/2962) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
68382026-06-25T02:22:34.165Z PASS [ 0.027s] ( 25/2962) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
68392026-06-25T02:22:34.174Z PASS [ 0.036s] ( 26/2962) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
68402026-06-25T02:22:34.199Z PASS [ 0.034s] ( 27/2962) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
68412026-06-25T02:22:34.205Z PASS [ 0.032s] ( 28/2962) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
68422026-06-25T02:22:34.229Z PASS [ 0.030s] ( 29/2962) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
68432026-06-25T02:22:34.235Z PASS [ 0.030s] ( 30/2962) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
68442026-06-25T02:22:34.256Z PASS [ 0.027s] ( 31/2962) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
68452026-06-25T02:22:34.264Z PASS [ 0.029s] ( 32/2962) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
68462026-06-25T02:22:34.284Z PASS [ 0.028s] ( 33/2962) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
68472026-06-25T02:22:34.292Z PASS [ 0.027s] ( 34/2962) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
68482026-06-25T02:22:34.310Z PASS [ 0.026s] ( 35/2962) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
68492026-06-25T02:22:34.316Z PASS [ 0.024s] ( 36/2962) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
68502026-06-25T02:22:34.340Z PASS [ 0.029s] ( 37/2962) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
68512026-06-25T02:22:34.346Z PASS [ 0.031s] ( 38/2962) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
68522026-06-25T02:22:34.371Z PASS [ 0.031s] ( 39/2962) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
68532026-06-25T02:22:34.376Z PASS [ 0.030s] ( 40/2962) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
68542026-06-25T02:22:34.403Z PASS [ 0.032s] ( 41/2962) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
68552026-06-25T02:22:34.406Z PASS [ 0.030s] ( 42/2962) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
68562026-06-25T02:22:34.429Z PASS [ 0.026s] ( 43/2962) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
68572026-06-25T02:22:34.432Z PASS [ 0.025s] ( 44/2962) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
68582026-06-25T02:22:34.450Z PASS [ 0.021s] ( 45/2962) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
68592026-06-25T02:22:34.453Z PASS [ 0.021s] ( 46/2962) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
68602026-06-25T02:22:34.475Z PASS [ 0.025s] ( 47/2962) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
68612026-06-25T02:22:34.478Z PASS [ 0.025s] ( 48/2962) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
68622026-06-25T02:22:34.498Z PASS [ 0.023s] ( 49/2962) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
68632026-06-25T02:22:34.501Z PASS [ 0.024s] ( 50/2962) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
68642026-06-25T02:22:34.537Z PASS [ 0.039s] ( 51/2962) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
68652026-06-25T02:22:34.540Z PASS [ 0.038s] ( 52/2962) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
68662026-06-25T02:22:34.555Z PASS [ 0.018s] ( 53/2962) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
68672026-06-25T02:22:34.557Z PASS [ 0.018s] ( 54/2962) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
68682026-06-25T02:22:34.572Z PASS [ 0.017s] ( 55/2962) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
68692026-06-25T02:22:34.576Z PASS [ 0.019s] ( 56/2962) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
68702026-06-25T02:22:34.589Z PASS [ 0.018s] ( 57/2962) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
68712026-06-25T02:22:34.592Z PASS [ 0.016s] ( 58/2962) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
68722026-06-25T02:22:34.636Z PASS [ 0.046s] ( 59/2962) db-dev::test-db-dev test_db_dev_populate_no_args
68732026-06-25T02:22:34.657Z PASS [ 0.065s] ( 60/2962) db-dev::test-db-dev test_db_dev_wipe_no_args
68742026-06-25T02:22:35.268Z PASS [ 2.520s] ( 61/2962) bootstore::v0-fsm-proptest-rack-coordinator run
68752026-06-25T02:22:35.322Z PASS [ 0.054s] ( 62/2962) db-macros lookup::test::test_lookup_snapshots
68762026-06-25T02:22:35.350Z PASS [ 0.028s] ( 63/2962) db-macros tests::test_derive_metadata_identity_fails_for_enums
68772026-06-25T02:22:35.387Z PASS [ 0.037s] ( 64/2962) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
68782026-06-25T02:22:35.420Z PASS [ 0.033s] ( 65/2962) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
68792026-06-25T02:22:35.458Z PASS [ 0.038s] ( 66/2962) db-macros tests::test_derive_metadata_identity_fails_without_table_name
68802026-06-25T02:22:35.490Z PASS [ 0.031s] ( 67/2962) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
68812026-06-25T02:22:35.530Z PASS [ 0.041s] ( 68/2962) db-macros tests::test_derive_snapshots
68822026-06-25T02:22:35.560Z PASS [ 0.029s] ( 69/2962) db-macros tests::test_derive_with_unknown_field
68832026-06-25T02:22:35.671Z PASS [ 0.110s] ( 70/2962) dns-server storage::test::test_update_basic
68842026-06-25T02:22:35.774Z PASS [ 0.103s] ( 71/2962) dns-server storage::test::test_update_in_progress
68852026-06-25T02:22:35.874Z PASS [ 0.099s] ( 72/2962) dns-server storage::test::test_update_interrupted
68862026-06-25T02:22:35.991Z PASS [ 0.117s] ( 73/2962) dns-server storage::test::test_zone_gets_soa_record
68872026-06-25T02:22:36.149Z PASS [ 0.158s] ( 74/2962) dns-server::basic_test a_crud
68882026-06-25T02:22:36.316Z PASS [ 0.168s] ( 75/2962) dns-server::basic_test aaaa_crud
68892026-06-25T02:22:36.451Z PASS [ 0.135s] ( 76/2962) dns-server::basic_test answers_match_question
68902026-06-25T02:22:36.603Z PASS [ 0.152s] ( 77/2962) dns-server::basic_test empty_record
68912026-06-25T02:22:36.735Z PASS [ 0.132s] ( 78/2962) dns-server::basic_test multi_record_crud
68922026-06-25T02:22:36.865Z PASS [ 0.130s] ( 79/2962) dns-server::basic_test name_contains_zone
68932026-06-25T02:22:36.991Z PASS [ 0.125s] ( 80/2962) dns-server::basic_test nxdomain
68942026-06-25T02:22:37.352Z PASS [ 0.361s] ( 81/2962) dns-server::basic_test servfail
68952026-06-25T02:22:37.501Z PASS [ 0.148s] ( 82/2962) dns-server::basic_test soa
68962026-06-25T02:22:37.639Z PASS [ 0.138s] ( 83/2962) dns-server::basic_test srv_crud
68972026-06-25T02:22:37.696Z PASS [ 3.060s] ( 84/2962) db-dev::test-db-dev test_db_killed
68982026-06-25T02:22:37.861Z PASS [ 0.223s] ( 85/2962) dns-server::cross_version_test cross_version_works
68992026-06-25T02:22:37.883Z PASS [ 0.021s] ( 86/2962) ereport-types tests::test_arb_json_deserializes
69002026-06-25T02:22:37.901Z PASS [ 0.018s] ( 87/2962) ereport-types tests::test_ena_from_str
69012026-06-25T02:22:37.922Z PASS [ 0.022s] ( 88/2962) ereport-types tests::test_ena_from_str_roundtrip
69022026-06-25T02:22:37.943Z PASS [ 0.021s] ( 89/2962) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
69032026-06-25T02:22:37.962Z PASS [ 0.019s] ( 90/2962) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
69042026-06-25T02:22:37.982Z PASS [ 0.020s] ( 91/2962) gfss gf256::tests::test_all_multiplication
69052026-06-25T02:22:38.000Z PASS [ 0.018s] ( 92/2962) gfss gf256::tests::test_all_multiplicative_inverses
69062026-06-25T02:22:38.018Z PASS [ 0.018s] ( 93/2962) gfss gf256::tests::test_docs_example
69072026-06-25T02:22:41.545Z PASS [ 3.848s] ( 94/2962) dnsadm::commands_test test_dnsadm
69082026-06-25T02:22:43.570Z PASS [ 2.020s] ( 95/2962) gfss shamir::tests::split_and_combine
69092026-06-25T02:22:43.582Z PASS [ 0.017s] ( 96/2962) gfss shamir::tests::test_share_reconstruction
69102026-06-25T02:22:43.627Z PASS [ 0.030s] ( 97/2962) illumos-utils destructor::test::test_delayed_delete
69112026-06-25T02:22:44.300Z PASS [ 0.685s] ( 98/2962) illumos-utils destructor::test::test_delayed_delete_with_error
69122026-06-25T02:22:44.328Z PASS [ 0.027s] ( 99/2962) illumos-utils destructor::test::test_destructor_bad_close
69132026-06-25T02:22:44.357Z PASS [ 0.029s] ( 100/2962) illumos-utils link::test::test_allocate
69142026-06-25T02:22:44.384Z PASS [ 0.027s] ( 101/2962) illumos-utils link::test::test_allocate_within_scopes
69152026-06-25T02:22:44.414Z PASS [ 0.028s] ( 102/2962) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
69162026-06-25T02:22:44.439Z PASS [ 0.027s] ( 103/2962) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
69172026-06-25T02:22:44.469Z PASS [ 0.028s] ( 104/2962) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
69182026-06-25T02:22:44.494Z PASS [ 0.028s] ( 105/2962) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
69192026-06-25T02:22:44.519Z PASS [ 0.026s] ( 106/2962) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
69202026-06-25T02:22:44.553Z PASS [ 0.030s] ( 107/2962) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
69212026-06-25T02:22:44.580Z PASS [ 0.028s] ( 108/2962) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
69222026-06-25T02:22:44.616Z PASS [ 0.026s] ( 109/2962) illumos-utils running_zone::tests::test_is_oxide_smf_service
69232026-06-25T02:22:44.641Z PASS [ 0.026s] ( 110/2962) illumos-utils svcs::tests::test_svc_parse_empty_success
69242026-06-25T02:22:44.660Z PASS [ 0.027s] ( 111/2962) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
69252026-06-25T02:22:44.688Z PASS [ 0.030s] ( 112/2962) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
69262026-06-25T02:22:44.716Z PASS [ 0.029s] ( 113/2962) illumos-utils svcs::tests::test_svc_parse_success
69272026-06-25T02:22:44.748Z PASS [ 0.029s] ( 114/2962) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
69282026-06-25T02:22:44.771Z PASS [ 0.026s] ( 115/2962) illumos-utils svcs::tests::test_to_enabled_not_online
69292026-06-25T02:22:44.802Z PASS [ 0.025s] ( 116/2962) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
69302026-06-25T02:22:44.860Z PASS [ 0.059s] ( 117/2962) illumos-utils zfs::test::directory_mutability
69312026-06-25T02:22:44.907Z PASS [ 0.048s] ( 118/2962) illumos-utils zfs::test::get_values_of_rpool
69322026-06-25T02:22:44.930Z PASS [ 0.026s] ( 119/2962) illumos-utils zfs::test::parse_dataset_bad_avail
69332026-06-25T02:22:44.957Z PASS [ 0.027s] ( 120/2962) illumos-utils zfs::test::parse_dataset_bad_quota
69342026-06-25T02:22:44.987Z PASS [ 0.027s] ( 121/2962) illumos-utils zfs::test::parse_dataset_bad_reservation
69352026-06-25T02:22:45.014Z PASS [ 0.029s] ( 122/2962) illumos-utils zfs::test::parse_dataset_bad_usage
69362026-06-25T02:22:45.052Z PASS [ 0.030s] ( 123/2962) illumos-utils zfs::test::parse_dataset_bad_uuid
69372026-06-25T02:22:45.080Z PASS [ 0.035s] ( 124/2962) illumos-utils zfs::test::parse_dataset_missing_fields
69382026-06-25T02:22:45.109Z PASS [ 0.029s] ( 125/2962) illumos-utils zfs::test::parse_dataset_props
69392026-06-25T02:22:45.148Z PASS [ 0.027s] ( 126/2962) illumos-utils zfs::test::parse_dataset_props_with_optionals
69402026-06-25T02:22:45.183Z PASS [ 0.029s] ( 127/2962) illumos-utils zfs::test::parse_dataset_too_many_columns
69412026-06-25T02:22:45.190Z PASS [ 0.027s] ( 128/2962) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
69422026-06-25T02:22:45.232Z PASS [ 0.031s] ( 129/2962) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
69432026-06-25T02:22:45.265Z PASS [ 0.035s] ( 130/2962) illumos-utils zfs::test::parse_quota_ignored_if_default
69442026-06-25T02:22:45.300Z PASS [ 0.026s] ( 131/2962) illumos-utils zfs::test::parse_reservation_ignored_if_default
69452026-06-25T02:22:45.310Z PASS [ 0.025s] ( 132/2962) illumos-utils zfs::test::parse_sorts_and_dedups
69462026-06-25T02:22:45.343Z PASS [ 0.032s] ( 133/2962) illumos-utils zone::tests::delete_nonexistent_address
69472026-06-25T02:22:45.380Z PASS [ 0.027s] ( 134/2962) illumos-utils zone::tests::test_parse_ip_network
69482026-06-25T02:22:45.407Z PASS [ 0.027s] ( 135/2962) illumos-utils zpool::test::test_parse_zpool
69492026-06-25T02:22:45.430Z PASS [ 0.030s] ( 136/2962) illumos-utils zpool::test::test_parse_zpool_missing_column
69502026-06-25T02:22:47.897Z PASS [ 1.468s] ( 137/2962) installinator mock_peers::tests::proptest_fetch_artifact
69512026-06-25T02:22:47.905Z PASS [ 0.029s] ( 138/2962) installinator peers::tests::iter_no_preferred_preserves_btree_order
69522026-06-25T02:22:47.905Z PASS [ 0.025s] ( 139/2962) installinator peers::tests::last_known_peer_preferred
69532026-06-25T02:22:47.905Z PASS [ 0.029s] ( 140/2962) installinator peers::tests::last_known_peer_stale
69542026-06-25T02:22:47.905Z PASS [ 12.659s] ( 141/2962) db-dev::test-db-dev test_db_run
69552026-06-25T02:22:47.906Z PASS [ 0.051s] ( 142/2962) installinator-common block_size_writer::tests::proptest_block_writer
69562026-06-25T02:22:47.906Z PASS [ 9.351s] ( 143/2962) gfss polynomial::tests::test_polynomial_eval
69572026-06-25T02:22:47.906Z PASS [ 0.151s] ( 144/2962) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
69582026-06-25T02:22:47.906Z PASS [ 0.177s] ( 145/2962) internal-dns-resolver resolver::test::insert_and_lookup_one_record
69592026-06-25T02:22:47.906Z PASS [ 0.145s] ( 146/2962) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
69602026-06-25T02:22:47.906Z PASS [ 0.292s] ( 147/2962) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
69612026-06-25T02:22:47.906Z PASS [ 0.223s] ( 148/2962) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
69622026-06-25T02:22:48.009Z PASS [ 0.168s] ( 149/2962) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
69632026-06-25T02:22:48.029Z PASS [ 0.020s] ( 150/2962) internal-dns-types config::test::display_hosts
69642026-06-25T02:22:48.045Z PASS [ 0.157s] ( 151/2962) internal-dns-resolver resolver::test::update_record
69652026-06-25T02:22:48.048Z PASS [ 0.020s] ( 152/2962) internal-dns-types config::test::display_srv_service
69662026-06-25T02:22:48.069Z PASS [ 0.023s] ( 153/2962) internal-dns-types config::test::host_zone_switch_publishes_all_services
69672026-06-25T02:22:48.075Z PASS [ 0.026s] ( 154/2962) internal-dns-types config::test::test_builder_errors
69682026-06-25T02:22:48.100Z PASS [ 0.030s] ( 155/2962) internal-dns-types config::test::test_builder_output
69692026-06-25T02:22:48.108Z PASS [ 0.032s] ( 156/2962) internal-dns-types diff::test::diff_different
69702026-06-25T02:22:48.123Z PASS [ 0.024s] ( 157/2962) internal-dns-types diff::test::diff_equivalent
69712026-06-25T02:22:48.144Z PASS [ 0.020s] ( 158/2962) ipcc tests::deserialize_fixed_value
69722026-06-25T02:22:48.152Z PASS [ 0.047s] ( 159/2962) internal-dns-types diff::test::diff_invalid
69732026-06-25T02:22:48.173Z PASS [ 0.027s] ( 160/2962) ipcc tests::installinator_image_id_round_trip
69742026-06-25T02:22:48.181Z PASS [ 0.024s] ( 161/2962) ipcc tests::serialized_size
69752026-06-25T02:22:48.194Z PASS [ 0.024s] ( 162/2962) key-manager tests::different_disks_produce_different_keys
69762026-06-25T02:22:48.209Z PASS [ 0.032s] ( 163/2962) key-manager tests::different_ikm_produces_different_keys
69772026-06-25T02:22:48.219Z PASS [ 0.023s] ( 164/2962) key-manager tests::disk_encryption_key_epoch_0
69782026-06-25T02:22:48.232Z PASS [ 0.022s] ( 165/2962) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
69792026-06-25T02:22:48.260Z PASS [ 0.041s] ( 166/2962) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
69802026-06-25T02:22:48.272Z PASS [ 0.040s] ( 167/2962) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
69812026-06-25T02:22:48.295Z PASS [ 0.035s] ( 168/2962) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
69822026-06-25T02:22:48.305Z PASS [ 0.034s] ( 169/2962) nexus-auth authn::external::session_cookie::test::test_get_token
69832026-06-25T02:22:48.330Z PASS [ 0.034s] ( 170/2962) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
69842026-06-25T02:22:48.340Z PASS [ 0.035s] ( 171/2962) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
69852026-06-25T02:22:48.356Z PASS [ 1.377s] ( 172/2962) installinator write::tests::proptest_write_artifact
69862026-06-25T02:22:48.370Z PASS [ 0.039s] ( 173/2962) nexus-auth authn::external::session_cookie::test::test_missing_cookie
69872026-06-25T02:22:48.381Z PASS [ 0.041s] ( 174/2962) nexus-auth authn::external::session_cookie::test::test_other_cookie
69882026-06-25T02:22:48.451Z PASS [ 0.037s] ( 175/2962) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
69892026-06-25T02:22:48.482Z PASS [ 0.040s] ( 176/2962) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
69902026-06-25T02:22:48.482Z PASS [ 0.040s] ( 177/2962) nexus-auth authn::external::session_cookie::test::test_valid_cookie
69912026-06-25T02:22:48.482Z PASS [ 0.041s] ( 178/2962) nexus-auth authn::external::spoof::test::test_make_header_value
69922026-06-25T02:22:48.482Z PASS [ 15.784s] ( 179/2962) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
69932026-06-25T02:22:48.482Z PASS [ 0.031s] ( 180/2962) nexus-auth authn::external::spoof::test::test_make_header_value_raw
69942026-06-25T02:22:48.482Z PASS [ 0.032s] ( 181/2962) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
69952026-06-25T02:22:48.482Z PASS [ 0.045s] ( 182/2962) nexus-auth authn::external::spoof::test::test_spoof_header_missing
69962026-06-25T02:22:48.488Z PASS [ 0.048s] ( 183/2962) nexus-auth authn::external::spoof::test::test_spoof_header_valid
69972026-06-25T02:22:48.518Z PASS [ 0.051s] ( 184/2962) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
69982026-06-25T02:22:48.525Z PASS [ 0.047s] ( 185/2962) nexus-auth authn::external::test::test_authn_sequence
69992026-06-25T02:22:48.525Z PASS [ 0.038s] ( 186/2962) nexus-auth authn::external::token::test::test_make_header_value
70002026-06-25T02:22:48.533Z PASS [ 0.040s] ( 187/2962) nexus-auth authn::external::token::test::test_token_header_bad_utf8
70012026-06-25T02:22:48.541Z PASS [ 0.043s] ( 188/2962) nexus-auth authn::external::token::test::test_token_header_missing
70022026-06-25T02:22:48.542Z PASS [ 0.037s] ( 189/2962) nexus-auth authn::external::token::test::test_token_header_valid
70032026-06-25T02:22:48.553Z PASS [ 0.038s] ( 190/2962) nexus-auth authn::test::test_internal_users
70042026-06-25T02:22:48.586Z PASS [ 0.051s] ( 191/2962) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
70052026-06-25T02:22:48.615Z PASS [ 0.084s] ( 192/2962) nexus-auth authz::context::test::test_unregistered_resource
70062026-06-25T02:22:48.615Z PASS [ 0.072s] ( 193/2962) nexus-auth context::test::test_background_context
70072026-06-25T02:22:48.624Z PASS [ 0.070s] ( 194/2962) nexus-auth context::test::test_child_context
70082026-06-25T02:22:48.653Z PASS [ 0.066s] ( 195/2962) nexus-auth context::test::test_test_context
70092026-06-25T02:22:48.690Z PASS [ 0.067s] ( 196/2962) nexus-config nexus_config::test::test_config_empty
70102026-06-25T02:22:48.695Z PASS [ 0.081s] ( 197/2962) nexus-config nexus_config::test::test_config_bad_toml
70112026-06-25T02:22:48.695Z PASS [ 0.042s] ( 198/2962) nexus-config nexus_config::test::test_config_nonexistent
70122026-06-25T02:22:48.704Z PASS [ 0.092s] ( 199/2962) nexus-config nexus_config::test::test_bad_authn_schemes
70132026-06-25T02:22:48.725Z PASS [ 0.034s] ( 200/2962) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
70142026-06-25T02:22:48.731Z PASS [ 0.035s] ( 201/2962) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
70152026-06-25T02:22:48.735Z PASS [ 0.043s] ( 202/2962) nexus-config nexus_config::test::test_deployment_config_schema
70162026-06-25T02:22:48.749Z PASS [ 0.046s] ( 203/2962) nexus-config nexus_config::test::test_repo_configs_are_valid
70172026-06-25T02:22:48.762Z PASS [ 0.032s] ( 204/2962) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
70182026-06-25T02:22:48.770Z PASS [ 0.030s] ( 205/2962) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
70192026-06-25T02:22:48.770Z PASS [ 0.042s] ( 206/2962) nexus-config nexus_config::test::test_valid
70202026-06-25T02:22:48.779Z PASS [ 0.028s] ( 207/2962) nexus-config postgres_config::test::test_all_addresses_single_host
70212026-06-25T02:22:48.791Z PASS [ 0.028s] ( 208/2962) nexus-config postgres_config::test::test_bad_url
70222026-06-25T02:22:48.797Z PASS [ 0.029s] ( 209/2962) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
70232026-06-25T02:22:48.797Z PASS [ 0.033s] ( 210/2962) nexus-config postgres_config::test::test_example_url
70242026-06-25T02:22:48.805Z PASS [ 0.028s] ( 211/2962) nexus-db-fixed-data test::test_allowlist_id_is_valid
70252026-06-25T02:22:48.822Z PASS [ 0.029s] ( 212/2962) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
70262026-06-25T02:22:48.827Z PASS [ 0.029s] ( 213/2962) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
70272026-06-25T02:22:48.832Z PASS [ 0.027s] ( 214/2962) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
70282026-06-25T02:22:48.855Z PASS [ 0.031s] ( 215/2962) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
70292026-06-25T02:22:48.866Z PASS [ 0.034s] ( 216/2962) nexus-db-model bytecount::test::test_bytecount_i64_conversions
70302026-06-25T02:22:48.874Z PASS [ 0.043s] ( 217/2962) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
70312026-06-25T02:22:48.883Z PASS [ 0.030s] ( 218/2962) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
70322026-06-25T02:22:48.901Z PASS [ 0.031s] ( 219/2962) nexus-db-model device_auth::test::test_generate_user_code
70332026-06-25T02:22:48.912Z PASS [ 0.034s] ( 220/2962) nexus-db-model instance_state::tests::test_from_str_roundtrips
70342026-06-25T02:22:48.917Z PASS [ 0.028s] ( 221/2962) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
70352026-06-25T02:22:48.928Z PASS [ 0.030s] ( 222/2962) nexus-db-model role_assignment::tests::test_role_assignment_from_database
70362026-06-25T02:22:48.955Z PASS [ 0.043s] ( 223/2962) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
70372026-06-25T02:22:48.966Z PASS [ 0.062s] ( 224/2962) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
70382026-06-25T02:22:48.977Z PASS [ 0.050s] ( 225/2962) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
70392026-06-25T02:22:49.003Z PASS [ 0.052s] ( 226/2962) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
70402026-06-25T02:22:49.018Z PASS [ 0.051s] ( 227/2962) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
70412026-06-25T02:22:49.032Z PASS [ 0.054s] ( 228/2962) nexus-db-model schema_versions::test::test_classify_create_index
70422026-06-25T02:22:49.056Z PASS [ 0.049s] ( 229/2962) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
70432026-06-25T02:22:49.069Z PASS [ 0.051s] ( 230/2962) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
70442026-06-25T02:22:49.079Z PASS [ 0.037s] ( 231/2962) nexus-db-model schema_versions::test::test_classify_dml_ignored
70452026-06-25T02:22:49.097Z PASS [ 0.044s] ( 232/2962) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
70462026-06-25T02:22:49.111Z PASS [ 0.041s] ( 233/2962) nexus-db-model schema_versions::test::test_known_versions
70472026-06-25T02:22:49.131Z PASS [ 0.064s] ( 234/2962) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
70482026-06-25T02:22:49.151Z PASS [ 0.040s] ( 235/2962) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
70492026-06-25T02:22:49.175Z PASS [ 0.043s] ( 236/2962) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
70502026-06-25T02:22:49.191Z PASS [ 0.041s] ( 237/2962) nexus-db-model schema_versions::test::test_one_ddl_enforcement
70512026-06-25T02:22:49.218Z PASS [ 0.118s] ( 238/2962) nexus-db-model schema_versions::test::test_migration_verification_files
70522026-06-25T02:22:49.225Z PASS [ 0.033s] ( 239/2962) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
70532026-06-25T02:22:49.225Z PASS [ 0.051s] ( 240/2962) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
70542026-06-25T02:22:49.265Z PASS [ 0.049s] ( 241/2962) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
70552026-06-25T02:22:49.282Z PASS [ 0.053s] ( 242/2962) nexus-db-model schema_versions::test::test_preprocess_type_array
70562026-06-25T02:22:49.290Z PASS [ 0.056s] ( 243/2962) nexus-db-model schema_versions::test::test_preprocess_storing
70572026-06-25T02:22:49.303Z PASS [ 0.039s] ( 244/2962) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
70582026-06-25T02:22:49.319Z PASS [ 0.038s] ( 245/2962) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
70592026-06-25T02:22:49.327Z PASS [ 0.041s] ( 246/2962) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
70602026-06-25T02:22:49.334Z PASS [ 0.028s] ( 247/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
70612026-06-25T02:22:49.347Z PASS [ 0.030s] ( 248/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
70622026-06-25T02:22:49.358Z PASS [ 0.035s] ( 249/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
70632026-06-25T02:22:49.363Z PASS [ 0.031s] ( 250/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
70642026-06-25T02:22:49.379Z PASS [ 0.031s] ( 251/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
70652026-06-25T02:22:49.389Z PASS [ 0.031s] ( 252/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
70662026-06-25T02:22:49.396Z PASS [ 0.031s] ( 253/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
70672026-06-25T02:22:49.410Z PASS [ 0.031s] ( 254/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
70682026-06-25T02:22:49.416Z PASS [ 0.028s] ( 255/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
70692026-06-25T02:22:49.424Z PASS [ 0.030s] ( 256/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
70702026-06-25T02:22:49.441Z PASS [ 0.031s] ( 257/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
70712026-06-25T02:22:49.448Z PASS [ 0.031s] ( 258/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
70722026-06-25T02:22:49.454Z PASS [ 0.030s] ( 259/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
70732026-06-25T02:22:49.474Z PASS [ 0.034s] ( 260/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
70742026-06-25T02:22:49.483Z PASS [ 0.034s] ( 261/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
70752026-06-25T02:22:49.486Z PASS [ 0.030s] ( 262/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
70762026-06-25T02:22:49.503Z PASS [ 0.027s] ( 263/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
70772026-06-25T02:22:49.512Z PASS [ 0.030s] ( 264/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
70782026-06-25T02:22:49.522Z PASS [ 0.031s] ( 265/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
70792026-06-25T02:22:49.532Z PASS [ 0.029s] ( 266/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
70802026-06-25T02:22:49.541Z PASS [ 0.030s] ( 267/2962) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
70812026-06-25T02:22:49.546Z PASS [ 0.028s] ( 268/2962) nexus-db-model schema_versions::test::test_verification_query_add_constraint
70822026-06-25T02:22:49.561Z PASS [ 0.028s] ( 269/2962) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
70832026-06-25T02:22:49.573Z PASS [ 0.032s] ( 270/2962) nexus-db-model schema_versions::test::test_verification_query_create_index
70842026-06-25T02:22:49.580Z PASS [ 0.034s] ( 271/2962) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
70852026-06-25T02:22:49.593Z PASS [ 0.031s] ( 272/2962) nexus-db-model schema_versions::test::test_verify
70862026-06-25T02:22:49.611Z PASS [ 0.037s] ( 273/2962) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
70872026-06-25T02:22:49.621Z PASS [ 0.040s] ( 274/2962) nexus-db-model semver_version::test::test_to_from_sortable_string
70882026-06-25T02:22:49.628Z PASS [ 0.037s] ( 275/2962) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
70892026-06-25T02:22:49.642Z PASS [ 0.031s] ( 276/2962) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
70902026-06-25T02:22:49.651Z PASS [ 0.028s] ( 277/2962) nexus-db-model switch_port::tests::router_peer_from_db_repr_rejects_invalid_ips
70912026-06-25T02:22:49.656Z PASS [ 0.027s] ( 278/2962) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v4
70922026-06-25T02:22:49.670Z PASS [ 0.027s] ( 279/2962) nexus-db-model switch_port::tests::router_peer_repr_round_trip_numbered_v6
70932026-06-25T02:22:49.678Z PASS [ 0.028s] ( 280/2962) nexus-db-model switch_port::tests::router_peer_repr_round_trip_unnumbered
70942026-06-25T02:22:49.684Z PASS [ 0.030s] ( 281/2962) nexus-db-model tests::test_ip_subnet_check_requestable_address
70952026-06-25T02:22:49.700Z PASS [ 0.028s] ( 282/2962) nexus-db-model tests::test_ipv6_net_random_subnet
70962026-06-25T02:22:49.708Z PASS [ 0.030s] ( 283/2962) nexus-db-model tests::test_roles_database_strings
70972026-06-25T02:22:49.714Z PASS [ 0.029s] ( 284/2962) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
70982026-06-25T02:22:49.730Z PASS [ 0.031s] ( 285/2962) nexus-db-model typed_uuid::tests::test_compare_consistency
70992026-06-25T02:22:49.740Z PASS [ 0.033s] ( 286/2962) nexus-db-model typed_uuid::tests::test_hash_equality
71002026-06-25T02:22:49.745Z PASS [ 0.031s] ( 287/2962) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
71012026-06-25T02:22:49.759Z PASS [ 0.026s] ( 288/2962) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
71022026-06-25T02:22:49.775Z PASS [ 0.035s] ( 289/2962) nexus-db-model vmm_state::tests::test_from_str_roundtrips
71032026-06-25T02:22:49.781Z PASS [ 0.033s] ( 290/2962) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
71042026-06-25T02:22:49.788Z PASS [ 0.030s] ( 291/2962) nexus-db-model vmm_state::tests::test_terminal_states_consistent
71052026-06-25T02:22:51.448Z PASS [ 18.784s] ( 292/2962) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
71062026-06-25T02:22:51.485Z PASS [ 2.685s] ( 293/2962) nexus-db-lookup::integration lookup::test_lookup
71072026-06-25T02:22:51.823Z PASS [ 19.159s] ( 294/2962) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
71082026-06-25T02:22:52.279Z PASS [ 2.494s] ( 295/2962) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
71092026-06-25T02:22:52.611Z PASS [ 2.836s] ( 296/2962) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
71102026-06-25T02:22:52.715Z PASS [ 2.935s] ( 297/2962) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
71112026-06-25T02:22:53.926Z PASS [ 2.440s] ( 298/2962) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
71122026-06-25T02:22:54.248Z PASS [ 2.803s] ( 299/2962) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
71132026-06-25T02:22:54.368Z PASS [ 21.702s] ( 300/2962) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
71142026-06-25T02:22:54.374Z PASS [ 2.541s] ( 301/2962) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
71152026-06-25T02:22:54.449Z PASS [ 0.090s] ( 302/2962) nexus-db-queries db::collection_attach::test::test_verify_query
71162026-06-25T02:22:54.514Z PASS [ 21.838s] ( 303/2962) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
71172026-06-25T02:22:54.762Z PASS [ 2.480s] ( 304/2962) nexus-db-queries db::collection_attach::test::test_attach_once
71182026-06-25T02:22:55.065Z PASS [ 22.172s] ( 305/2962) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
71192026-06-25T02:22:55.080Z PASS [ 22.193s] ( 306/2962) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
71202026-06-25T02:22:55.080Z PASS [ 2.444s] ( 307/2962) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
71212026-06-25T02:22:55.114Z PASS [ 0.047s] ( 308/2962) nexus-db-queries db::collection_detach::test::test_verify_query
71222026-06-25T02:22:55.292Z PASS [ 2.577s] ( 309/2962) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
71232026-06-25T02:22:55.296Z PASS [ 22.638s] ( 310/2962) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
71242026-06-25T02:22:55.478Z PASS [ 22.816s] ( 311/2962) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
71252026-06-25T02:22:55.479Z PASS [ 22.822s] ( 312/2962) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
71262026-06-25T02:22:55.658Z PASS [ 22.997s] ( 313/2962) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
71272026-06-25T02:22:55.720Z PASS [ 23.061s] ( 314/2962) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
71282026-06-25T02:22:55.726Z PASS [ 23.057s] ( 315/2962) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
71292026-06-25T02:22:56.276Z PASS [ 2.354s] ( 316/2962) nexus-db-queries db::collection_attach::test::test_attach_with_filters
71302026-06-25T02:22:56.334Z PASS [ 0.054s] ( 317/2962) nexus-db-queries db::collection_detach_many::test::test_verify_query
71312026-06-25T02:22:56.869Z PASS [ 2.618s] ( 318/2962) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
71322026-06-25T02:22:56.919Z PASS [ 2.468s] ( 319/2962) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
71332026-06-25T02:22:56.927Z PASS [ 2.567s] ( 320/2962) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
71342026-06-25T02:22:56.975Z PASS [ 0.053s] ( 321/2962) nexus-db-queries db::collection_insert::test::test_verify_query
71352026-06-25T02:22:56.980Z PASS [ 0.050s] ( 322/2962) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
71362026-06-25T02:22:56.990Z PASS [ 2.482s] ( 323/2962) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
71372026-06-25T02:22:57.021Z PASS [ 0.049s] ( 324/2962) nexus-db-queries db::column_walker::test::test_walk_columns
71382026-06-25T02:22:57.079Z PASS [ 0.052s] ( 325/2962) nexus-db-queries db::column_walker::test::test_walk_table
71392026-06-25T02:22:57.306Z PASS [ 2.546s] ( 326/2962) nexus-db-queries db::collection_detach::test::test_detach_once
71402026-06-25T02:22:57.481Z PASS [ 2.642s] ( 327/2962) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
71412026-06-25T02:22:57.481Z PASS [ 2.627s] ( 328/2962) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
71422026-06-25T02:22:57.809Z PASS [ 2.707s] ( 329/2962) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
71432026-06-25T02:22:57.988Z PASS [ 2.696s] ( 330/2962) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
71442026-06-25T02:22:58.055Z PASS [ 2.761s] ( 331/2962) nexus-db-queries db::collection_detach_many::test::test_detach_many
71452026-06-25T02:22:58.201Z PASS [ 2.725s] ( 332/2962) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
71462026-06-25T02:22:58.245Z PASS [ 2.768s] ( 333/2962) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
71472026-06-25T02:22:58.371Z PASS [ 2.715s] ( 334/2962) nexus-db-queries db::collection_detach_many::test::test_detach_once
71482026-06-25T02:22:58.431Z PASS [ 2.713s] ( 335/2962) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
71492026-06-25T02:22:58.499Z PASS [ 2.781s] ( 336/2962) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
71502026-06-25T02:22:59.005Z PASS [ 2.662s] ( 337/2962) nexus-db-queries db::collection_insert::test::test_collection_not_present
71512026-06-25T02:22:59.501Z PASS [ 2.634s] ( 338/2962) nexus-db-queries db::collection_insert::test::test_collection_present
71522026-06-25T02:23:01.272Z PASS [ 4.285s] ( 339/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
71532026-06-25T02:23:01.388Z PASS [ 28.733s] ( 340/2962) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
71542026-06-25T02:23:01.434Z PASS [ 4.388s] ( 341/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
71552026-06-25T02:23:01.541Z PASS [ 4.219s] ( 342/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
71562026-06-25T02:23:01.732Z PASS [ 29.078s] ( 343/2962) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
71572026-06-25T02:23:01.913Z PASS [ 4.434s] ( 344/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
71582026-06-25T02:23:02.045Z PASS [ 4.236s] ( 345/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
71592026-06-25T02:23:02.078Z PASS [ 29.424s] ( 346/2962) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
71602026-06-25T02:23:02.202Z PASS [ 4.149s] ( 347/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
71612026-06-25T02:23:02.276Z PASS [ 4.074s] ( 348/2962) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
71622026-06-25T02:23:02.364Z PASS [ 4.886s] ( 349/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
71632026-06-25T02:23:02.419Z PASS [ 4.173s] ( 350/2962) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
71642026-06-25T02:23:02.616Z PASS [ 4.246s] ( 351/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
71652026-06-25T02:23:02.718Z PASS [ 4.730s] ( 352/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
71662026-06-25T02:23:02.763Z PASS [ 4.333s] ( 353/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
71672026-06-25T02:23:03.149Z PASS [ 6.119s] ( 354/2962) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
71682026-06-25T02:23:03.378Z PASS [ 4.385s] ( 355/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
71692026-06-25T02:23:03.717Z PASS [ 4.216s] ( 356/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
71702026-06-25T02:23:03.910Z PASS [ 31.251s] ( 357/2962) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
71712026-06-25T02:23:04.333Z PASS [ 31.677s] ( 358/2962) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71722026-06-25T02:23:04.648Z PASS [ 6.150s] ( 359/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
71732026-06-25T02:23:05.422Z PASS [ 2.659s] ( 360/2962) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
71742026-06-25T02:23:05.648Z PASS [ 4.261s] ( 361/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
71752026-06-25T02:23:05.677Z PASS [ 3.944s] ( 362/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
71762026-06-25T02:23:05.698Z PASS [ 4.175s] ( 363/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
71772026-06-25T02:23:05.957Z PASS [ 4.044s] ( 364/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
71782026-06-25T02:23:06.179Z PASS [ 4.772s] ( 365/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
71792026-06-25T02:23:06.188Z PASS [ 3.985s] ( 366/2962) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
71802026-06-25T02:23:06.293Z PASS [ 5.021s] ( 367/2962) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
71812026-06-25T02:23:06.338Z PASS [ 4.062s] ( 368/2962) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
71822026-06-25T02:23:06.348Z PASS [ 3.978s] ( 369/2962) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
71832026-06-25T02:23:06.411Z PASS [ 3.794s] ( 370/2962) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
71842026-06-25T02:23:06.431Z PASS [ 4.011s] ( 371/2962) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
71852026-06-25T02:23:06.483Z PASS [ 3.765s] ( 372/2962) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
71862026-06-25T02:23:06.504Z PASS [ 33.847s] ( 373/2962) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
71872026-06-25T02:23:07.338Z PASS [ 4.189s] ( 374/2962) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
71882026-06-25T02:23:07.403Z PASS [ 4.025s] ( 375/2962) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
71892026-06-25T02:23:07.570Z PASS [ 3.851s] ( 376/2962) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
71902026-06-25T02:23:12.257Z PASS [ 5.550s] ( 377/2962) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
71912026-06-25T02:23:12.257Z PASS [ 1.126s] ( 378/2962) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
71922026-06-25T02:23:12.257Z PASS [ 1.211s] ( 379/2962) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
71932026-06-25T02:23:12.257Z PASS [ 35.068s] ( 380/2962) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
71942026-06-25T02:23:12.257Z PASS [ 5.701s] ( 381/2962) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
71952026-06-25T02:23:12.257Z PASS [ 35.259s] ( 382/2962) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
71962026-06-25T02:23:12.257Z PASS [ 4.095s] ( 383/2962) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
71972026-06-25T02:23:12.257Z PASS [ 35.655s] ( 384/2962) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
71982026-06-25T02:23:12.257Z PASS [ 4.127s] ( 385/2962) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
71992026-06-25T02:23:12.257Z PASS [ 3.935s] ( 386/2962) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
72002026-06-25T02:23:12.257Z PASS [ 2.635s] ( 387/2962) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
72012026-06-25T02:23:12.257Z PASS [ 2.804s] ( 388/2962) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
72022026-06-25T02:23:12.257Z PASS [ 3.884s] ( 389/2962) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
72032026-06-25T02:23:12.257Z PASS [ 0.839s] ( 390/2962) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
72042026-06-25T02:23:12.257Z PASS [ 1.005s] ( 391/2962) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
72052026-06-25T02:23:12.257Z PASS [ 3.836s] ( 392/2962) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
72062026-06-25T02:23:12.257Z PASS [ 3.934s] ( 393/2962) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
72072026-06-25T02:23:12.258Z PASS [ 3.955s] ( 394/2962) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
72082026-06-25T02:23:12.258Z PASS [ 3.317s] ( 395/2962) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
72092026-06-25T02:23:12.258Z PASS [ 4.210s] ( 396/2962) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
72102026-06-25T02:23:12.259Z PASS [ 4.100s] ( 397/2962) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
72112026-06-25T02:23:12.259Z PASS [ 3.877s] ( 398/2962) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
72122026-06-25T02:23:12.259Z PASS [ 1.139s] ( 399/2962) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
72132026-06-25T02:23:12.259Z PASS [ 4.196s] ( 400/2962) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
72142026-06-25T02:23:12.259Z PASS [ 3.067s] ( 401/2962) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
72152026-06-25T02:23:12.259Z PASS [ 3.109s] ( 402/2962) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
72162026-06-25T02:23:12.259Z PASS [ 2.943s] ( 403/2962) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
72172026-06-25T02:23:12.259Z PASS [ 3.015s] ( 404/2962) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
72182026-06-25T02:23:12.259Z PASS [ 0.222s] ( 405/2962) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
72192026-06-25T02:23:12.259Z PASS [ 3.017s] ( 406/2962) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
72202026-06-25T02:23:12.260Z PASS [ 2.908s] ( 407/2962) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
72212026-06-25T02:23:12.260Z PASS [ 2.952s] ( 408/2962) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
72222026-06-25T02:23:12.260Z PASS [ 4.407s] ( 409/2962) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
72232026-06-25T02:23:12.260Z PASS [ 2.922s] ( 410/2962) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
72242026-06-25T02:23:12.260Z PASS [ 2.875s] ( 411/2962) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
72252026-06-25T02:23:12.260Z PASS [ 2.797s] ( 412/2962) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
72262026-06-25T02:23:12.260Z PASS [ 0.049s] ( 413/2962) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
72272026-06-25T02:23:12.260Z PASS [ 2.685s] ( 414/2962) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
72282026-06-25T02:23:12.315Z PASS [ 2.340s] ( 415/2962) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
72292026-06-25T02:23:12.316Z PASS [ 2.374s] ( 416/2962) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
72302026-06-25T02:23:12.316Z PASS [ 2.456s] ( 417/2962) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
72312026-06-25T02:23:12.322Z PASS [ 2.628s] ( 418/2962) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
72322026-06-25T02:23:12.322Z PASS [ 2.426s] ( 419/2962) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
72332026-06-25T02:23:12.322Z PASS [ 2.508s] ( 420/2962) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
72342026-06-25T02:23:12.322Z PASS [ 2.499s] ( 421/2962) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
72352026-06-25T02:23:12.322Z PASS [ 0.237s] ( 422/2962) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
72362026-06-25T02:23:12.338Z PASS [ 0.252s] ( 423/2962) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
72372026-06-25T02:23:12.360Z PASS [ 0.265s] ( 424/2962) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
72382026-06-25T02:23:12.420Z PASS [ 0.260s] ( 425/2962) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
72392026-06-25T02:23:12.612Z PASS [ 3.639s] ( 426/2962) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
72402026-06-25T02:23:12.698Z PASS [ 2.293s] ( 427/2962) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
72412026-06-25T02:23:14.226Z PASS [ 3.939s] ( 428/2962) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
72422026-06-25T02:23:14.250Z PASS [ 4.082s] ( 429/2962) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
72432026-06-25T02:23:14.306Z PASS [ 3.998s] ( 430/2962) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
72442026-06-25T02:23:14.357Z PASS [ 4.003s] ( 431/2962) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
72452026-06-25T02:23:14.442Z PASS [ 3.889s] ( 432/2962) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
72462026-06-25T02:23:14.469Z PASS [ 3.668s] ( 433/2962) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
72472026-06-25T02:23:14.684Z PASS [ 3.983s] ( 434/2962) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
72482026-06-25T02:23:14.699Z PASS [ 4.102s] ( 435/2962) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
72492026-06-25T02:23:14.738Z PASS [ 4.125s] ( 436/2962) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
72502026-06-25T02:23:14.803Z PASS [ 3.964s] ( 437/2962) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
72512026-06-25T02:23:14.869Z PASS [ 4.201s] ( 438/2962) nexus-db-queries db::datastore::deployment::tests::test_set_target
72522026-06-25T02:23:15.072Z PASS [ 2.784s] ( 439/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
72532026-06-25T02:23:15.083Z PASS [ 4.499s] ( 440/2962) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
72542026-06-25T02:23:15.086Z PASS [ 2.754s] ( 441/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
72552026-06-25T02:23:15.138Z PASS [ 2.719s] ( 442/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
72562026-06-25T02:23:15.156Z PASS [ 2.801s] ( 443/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
72572026-06-25T02:23:15.184Z PASS [ 4.483s] ( 444/2962) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
72582026-06-25T02:23:15.314Z PASS [ 2.702s] ( 445/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
72592026-06-25T02:23:15.374Z PASS [ 4.861s] ( 446/2962) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
72602026-06-25T02:23:15.382Z PASS [ 2.683s] ( 447/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
72612026-06-25T02:23:15.684Z PASS [ 4.037s] ( 448/2962) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
72622026-06-25T02:23:15.720Z PASS [ 4.700s] ( 449/2962) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
72632026-06-25T02:23:15.866Z PASS [ 3.896s] ( 450/2962) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
72642026-06-25T02:23:15.942Z PASS [ 4.102s] ( 451/2962) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
72652026-06-25T02:23:16.179Z PASS [ 5.540s] ( 452/2962) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
72662026-06-25T02:23:16.575Z PASS [ 2.348s] ( 453/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
72672026-06-25T02:23:16.649Z PASS [ 2.399s] ( 454/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
72682026-06-25T02:23:16.735Z PASS [ 2.428s] ( 455/2962) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
72692026-06-25T02:23:16.740Z PASS [ 2.379s] ( 456/2962) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
72702026-06-25T02:23:16.899Z PASS [ 2.457s] ( 457/2962) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
72712026-06-25T02:23:18.181Z PASS [ 3.712s] ( 458/2962) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
72722026-06-25T02:23:18.364Z PASS [ 3.664s] ( 459/2962) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
72732026-06-25T02:23:18.472Z PASS [ 3.788s] ( 460/2962) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
72742026-06-25T02:23:18.562Z PASS [ 3.823s] ( 461/2962) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
72752026-06-25T02:23:18.720Z PASS [ 3.851s] ( 462/2962) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
72762026-06-25T02:23:18.760Z PASS [ 3.676s] ( 463/2962) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
72772026-06-25T02:23:18.880Z PASS [ 3.740s] ( 464/2962) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
72782026-06-25T02:23:18.960Z PASS [ 3.776s] ( 465/2962) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
72792026-06-25T02:23:18.974Z PASS [ 3.818s] ( 466/2962) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
72802026-06-25T02:23:19.061Z PASS [ 4.257s] ( 467/2962) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
72812026-06-25T02:23:19.107Z PASS [ 4.020s] ( 468/2962) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
72822026-06-25T02:23:19.247Z PASS [ 3.864s] ( 469/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
72832026-06-25T02:23:19.306Z PASS [ 4.233s] ( 470/2962) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
72842026-06-25T02:23:19.336Z PASS [ 3.961s] ( 471/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
72852026-06-25T02:23:19.408Z PASS [ 4.093s] ( 472/2962) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
72862026-06-25T02:23:19.558Z PASS [ 3.863s] ( 473/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
72872026-06-25T02:23:19.647Z PASS [ 3.963s] ( 474/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
72882026-06-25T02:23:19.726Z PASS [ 3.860s] ( 475/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
72892026-06-25T02:23:19.925Z PASS [ 3.983s] ( 476/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
72902026-06-25T02:23:19.966Z PASS [ 0.240s] ( 477/2962) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
72912026-06-25T02:23:20.055Z PASS [ 3.875s] ( 478/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
72922026-06-25T02:23:20.148Z PASS [ 0.223s] ( 479/2962) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
72932026-06-25T02:23:20.187Z PASS [ 0.221s] ( 480/2962) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
72942026-06-25T02:23:20.212Z PASS [ 47.553s] ( 481/2962) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
72952026-06-25T02:23:20.429Z PASS [ 3.779s] ( 482/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
72962026-06-25T02:23:20.535Z PASS [ 3.959s] ( 483/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
72972026-06-25T02:23:20.695Z PASS [ 3.960s] ( 484/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
72982026-06-25T02:23:20.780Z PASS [ 4.043s] ( 485/2962) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
72992026-06-25T02:23:20.900Z PASS [ 4.001s] ( 486/2962) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
73002026-06-25T02:23:22.163Z PASS [ 3.691s] ( 487/2962) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
73012026-06-25T02:23:22.172Z PASS [ 3.611s] ( 488/2962) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
73022026-06-25T02:23:22.182Z PASS [ 4.002s] ( 489/2962) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
73032026-06-25T02:23:22.219Z PASS [ 3.855s] ( 490/2962) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
73042026-06-25T02:23:22.390Z PASS [ 3.669s] ( 491/2962) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
73052026-06-25T02:23:22.593Z PASS [ 2.538s] ( 492/2962) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
73062026-06-25T02:23:22.633Z PASS [ 3.873s] ( 493/2962) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
73072026-06-25T02:23:22.660Z PASS [ 2.512s] ( 494/2962) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
73082026-06-25T02:23:22.777Z PASS [ 2.566s] ( 495/2962) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
73092026-06-25T02:23:22.827Z PASS [ 3.948s] ( 496/2962) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
73102026-06-25T02:23:22.912Z PASS [ 3.937s] ( 497/2962) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
73112026-06-25T02:23:22.946Z PASS [ 2.517s] ( 498/2962) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
73122026-06-25T02:23:22.980Z PASS [ 3.920s] ( 499/2962) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
73132026-06-25T02:23:22.989Z PASS [ 50.332s] ( 500/2962) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
73142026-06-25T02:23:23.005Z PASS [ 2.818s] ( 501/2962) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
73152026-06-25T02:23:23.014Z PASS [ 4.054s] ( 502/2962) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
73162026-06-25T02:23:23.124Z PASS [ 3.788s] ( 503/2962) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
73172026-06-25T02:23:23.145Z PASS [ 4.038s] ( 504/2962) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
73182026-06-25T02:23:23.177Z PASS [ 3.930s] ( 505/2962) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
73192026-06-25T02:23:23.206Z PASS [ 3.900s] ( 506/2962) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
73202026-06-25T02:23:23.344Z PASS [ 3.697s] ( 507/2962) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
73212026-06-25T02:23:23.369Z PASS [ 3.961s] ( 508/2962) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
73222026-06-25T02:23:23.511Z PASS [ 3.953s] ( 509/2962) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
73232026-06-25T02:23:24.397Z PASS [ 3.616s] ( 510/2962) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
73242026-06-25T02:23:24.653Z PASS [ 3.753s] ( 511/2962) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
73252026-06-25T02:23:25.410Z PASS [ 4.715s] ( 512/2962) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
73262026-06-25T02:23:26.376Z PASS [ 4.193s] ( 513/2962) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
73272026-06-25T02:23:26.384Z PASS [ 4.221s] ( 514/2962) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
73282026-06-25T02:23:26.457Z PASS [ 4.284s] ( 515/2962) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
73292026-06-25T02:23:26.469Z PASS [ 4.249s] ( 516/2962) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
73302026-06-25T02:23:26.488Z PASS [ 4.099s] ( 517/2962) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
73312026-06-25T02:23:26.746Z PASS [ 4.112s] ( 518/2962) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
73322026-06-25T02:23:26.803Z PASS [ 3.975s] ( 519/2962) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
73332026-06-25T02:23:26.938Z PASS [ 4.344s] ( 520/2962) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
73342026-06-25T02:23:26.982Z PASS [ 4.322s] ( 521/2962) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
73352026-06-25T02:23:27.018Z PASS [ 4.240s] ( 522/2962) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
73362026-06-25T02:23:27.093Z PASS [ 4.112s] ( 523/2962) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
73372026-06-25T02:23:27.182Z PASS [ 4.236s] ( 524/2962) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
73382026-06-25T02:23:27.314Z PASS [ 4.325s] ( 525/2962) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
73392026-06-25T02:23:27.440Z PASS [ 4.071s] ( 526/2962) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
73402026-06-25T02:23:27.515Z PASS [ 4.509s] ( 527/2962) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
73412026-06-25T02:23:27.519Z PASS [ 4.370s] ( 528/2962) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
73422026-06-25T02:23:27.522Z PASS [ 4.345s] ( 529/2962) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
73432026-06-25T02:23:27.522Z PASS [ 4.316s] ( 530/2962) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
73442026-06-25T02:23:27.548Z PASS [ 4.534s] ( 531/2962) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
73452026-06-25T02:23:27.574Z PASS [ 4.450s] ( 532/2962) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
73462026-06-25T02:23:27.891Z PASS [ 0.369s] ( 533/2962) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
73472026-06-25T02:23:27.892Z PASS [ 0.369s] ( 534/2962) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
73482026-06-25T02:23:27.895Z PASS [ 0.347s] ( 535/2962) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
73492026-06-25T02:23:28.107Z PASS [ 4.596s] ( 536/2962) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
73502026-06-25T02:23:28.292Z PASS [ 4.947s] ( 537/2962) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
73512026-06-25T02:23:28.701Z PASS [ 5.789s] ( 538/2962) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
73522026-06-25T02:23:29.210Z PASS [ 2.753s] ( 539/2962) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
73532026-06-25T02:23:29.214Z PASS [ 2.745s] ( 540/2962) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
73542026-06-25T02:23:29.223Z PASS [ 2.734s] ( 541/2962) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
73552026-06-25T02:23:29.268Z PASS [ 4.615s] ( 542/2962) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
73562026-06-25T02:23:29.405Z PASS [ 2.659s] ( 543/2962) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
73572026-06-25T02:23:29.705Z PASS [ 4.295s] ( 544/2962) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
73582026-06-25T02:23:30.648Z PASS [ 3.845s] ( 545/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
73592026-06-25T02:23:30.725Z PASS [ 4.341s] ( 546/2962) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
73602026-06-25T02:23:30.912Z PASS [ 3.894s] ( 547/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
73612026-06-25T02:23:30.912Z PASS [ 4.536s] ( 548/2962) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
73622026-06-25T02:23:30.984Z PASS [ 4.002s] ( 549/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
73632026-06-25T02:23:31.031Z PASS [ 4.093s] ( 550/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
73642026-06-25T02:23:31.183Z PASS [ 4.089s] ( 551/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
73652026-06-25T02:23:31.290Z PASS [ 4.108s] ( 552/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
73662026-06-25T02:23:31.429Z PASS [ 4.115s] ( 553/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
73672026-06-25T02:23:31.439Z PASS [ 3.999s] ( 554/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
73682026-06-25T02:23:31.606Z PASS [ 4.091s] ( 555/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
73692026-06-25T02:23:31.627Z PASS [ 4.112s] ( 556/2962) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
73702026-06-25T02:23:31.695Z PASS [ 7.298s] ( 557/2962) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
73712026-06-25T02:23:31.992Z PASS [ 4.101s] ( 558/2962) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
73722026-06-25T02:23:32.155Z PASS [ 4.259s] ( 559/2962) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
73732026-06-25T02:23:32.276Z PASS [ 4.702s] ( 560/2962) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
73742026-06-25T02:23:32.374Z PASS [ 4.266s] ( 561/2962) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
73752026-06-25T02:23:32.461Z PASS [ 4.570s] ( 562/2962) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
73762026-06-25T02:23:32.465Z PASS [ 4.171s] ( 563/2962) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
73772026-06-25T02:23:32.668Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
73782026-06-25T02:23:32.672Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
73792026-06-25T02:23:32.673Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
73802026-06-25T02:23:32.797Z PASS [ 4.096s] ( 564/2962) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
73812026-06-25T02:23:33.311Z PASS [ 4.088s] ( 565/2962) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_assigned_to_system_services
73822026-06-25T02:23:33.343Z PASS [ 4.134s] ( 566/2962) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
73832026-06-25T02:23:33.435Z PASS [ 4.167s] ( 567/2962) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
73842026-06-25T02:23:33.534Z PASS [ 4.320s] ( 568/2962) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
73852026-06-25T02:23:33.702Z PASS [ 4.297s] ( 569/2962) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
73862026-06-25T02:23:33.912Z PASS [ 4.206s] ( 570/2962) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
73872026-06-25T02:23:34.996Z PASS [ 4.084s] ( 571/2962) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
73882026-06-25T02:23:35.060Z PASS [ 4.412s] ( 572/2962) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
73892026-06-25T02:23:35.079Z PASS [ 4.167s] ( 573/2962) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
73902026-06-25T02:23:35.158Z PASS [ 4.174s] ( 574/2962) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
73912026-06-25T02:23:35.170Z PASS [ 4.445s] ( 575/2962) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
73922026-06-25T02:23:35.170Z PASS [ 4.139s] ( 576/2962) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
73932026-06-25T02:23:35.614Z PASS [ 4.431s] ( 577/2962) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
73942026-06-25T02:23:35.632Z PASS [ 4.342s] ( 578/2962) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
73952026-06-25T02:23:35.879Z PASS [ 4.427s] ( 579/2962) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
73962026-06-25T02:23:35.908Z PASS [ 4.212s] ( 580/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
73972026-06-25T02:23:35.940Z PASS [ 4.510s] ( 581/2962) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
73982026-06-25T02:23:35.967Z PASS [ 4.361s] ( 582/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
73992026-06-25T02:23:36.359Z PASS [ 4.732s] ( 583/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
74002026-06-25T02:23:36.458Z PASS [ 4.466s] ( 584/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
74012026-06-25T02:23:36.580Z PASS [ 4.425s] ( 585/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
74022026-06-25T02:23:36.776Z PASS [ 4.500s] ( 586/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
74032026-06-25T02:23:36.787Z PASS [ 4.414s] ( 587/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
74042026-06-25T02:23:36.916Z PASS [ 4.453s] ( 588/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
74052026-06-25T02:23:37.168Z PASS [ 4.706s] ( 589/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
74062026-06-25T02:23:37.357Z PASS [ 4.560s] ( 590/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
74072026-06-25T02:23:37.381Z PASS [ 16.846s] ( 591/2962) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
74082026-06-25T02:23:37.649Z PASS [ 64.988s] ( 592/2962) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
74092026-06-25T02:23:37.770Z PASS [ 4.336s] ( 593/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
74102026-06-25T02:23:37.798Z PASS [ 4.455s] ( 594/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
74112026-06-25T02:23:37.870Z PASS [ 4.337s] ( 595/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
74122026-06-25T02:23:37.920Z PASS [ 4.609s] ( 596/2962) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
74132026-06-25T02:23:38.447Z PASS [ 4.745s] ( 597/2962) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
74142026-06-25T02:23:38.769Z PASS [ 4.858s] ( 598/2962) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
74152026-06-25T02:23:39.000Z PASS [ 3.939s] ( 599/2962) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
74162026-06-25T02:23:39.797Z PASS [ 4.718s] ( 600/2962) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
74172026-06-25T02:23:39.836Z PASS [ 4.678s] ( 601/2962) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
74182026-06-25T02:23:39.914Z PASS [ 4.918s] ( 602/2962) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
74192026-06-25T02:23:39.954Z PASS [ 4.784s] ( 603/2962) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
74202026-06-25T02:23:40.009Z PASS [ 4.839s] ( 604/2962) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
74212026-06-25T02:23:40.168Z PASS [ 4.554s] ( 605/2962) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
74222026-06-25T02:23:40.285Z PASS [ 4.653s] ( 606/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
74232026-06-25T02:23:40.641Z PASS [ 4.701s] ( 607/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
74242026-06-25T02:23:40.725Z PASS [ 4.758s] ( 608/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
74252026-06-25T02:23:40.791Z PASS [ 4.884s] ( 609/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
74262026-06-25T02:23:40.932Z PASS [ 5.066s] ( 610/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
74272026-06-25T02:23:41.151Z PASS [ 4.792s] ( 611/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
74282026-06-25T02:23:41.257Z PASS [ 4.678s] ( 612/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
74292026-06-25T02:23:41.420Z PASS [ 4.633s] ( 613/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
74302026-06-25T02:23:41.471Z PASS [ 5.013s] ( 614/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
74312026-06-25T02:23:41.519Z PASS [ 4.162s] ( 615/2962) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
74322026-06-25T02:23:41.588Z PASS [ 4.672s] ( 616/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
74332026-06-25T02:23:41.640Z PASS [ 4.864s] ( 617/2962) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
74342026-06-25T02:23:41.876Z PASS [ 4.496s] ( 618/2962) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
74352026-06-25T02:23:41.988Z PASS [ 4.821s] ( 619/2962) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
74362026-06-25T02:23:42.416Z PASS [ 4.767s] ( 620/2962) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
74372026-06-25T02:23:42.459Z PASS [ 4.689s] ( 621/2962) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
74382026-06-25T02:23:42.640Z PASS [ 4.842s] ( 622/2962) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
74392026-06-25T02:23:42.820Z PASS [ 4.900s] ( 623/2962) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
74402026-06-25T02:23:42.831Z PASS [ 4.960s] ( 624/2962) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
74412026-06-25T02:23:43.096Z PASS [ 4.096s] ( 625/2962) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
74422026-06-25T02:23:43.252Z PASS [ 4.805s] ( 626/2962) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
74432026-06-25T02:23:43.800Z PASS [ 4.003s] ( 627/2962) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
74442026-06-25T02:23:43.945Z PASS [ 4.109s] ( 628/2962) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
74452026-06-25T02:23:43.962Z PASS [ 4.008s] ( 629/2962) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
74462026-06-25T02:23:44.008Z PASS [ 0.046s] ( 630/2962) nexus-db-queries db::datastore::region::test::test_extent_count
74472026-06-25T02:23:44.290Z PASS [ 5.520s] ( 631/2962) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
74482026-06-25T02:23:44.339Z PASS [ 4.053s] ( 632/2962) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
74492026-06-25T02:23:44.457Z PASS [ 4.542s] ( 633/2962) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
74502026-06-25T02:23:44.537Z PASS [ 3.811s] ( 634/2962) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
74512026-06-25T02:23:44.693Z PASS [ 3.901s] ( 635/2962) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
74522026-06-25T02:23:44.704Z PASS [ 4.695s] ( 636/2962) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
74532026-06-25T02:23:45.374Z PASS [ 4.441s] ( 637/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
74542026-06-25T02:23:45.408Z PASS [ 4.257s] ( 638/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
74552026-06-25T02:23:45.423Z PASS [ 4.166s] ( 639/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
74562026-06-25T02:23:45.462Z PASS [ 3.991s] ( 640/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
74572026-06-25T02:23:45.588Z PASS [ 4.068s] ( 641/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
74582026-06-25T02:23:45.597Z PASS [ 3.957s] ( 642/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
74592026-06-25T02:23:45.647Z PASS [ 4.227s] ( 643/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
74602026-06-25T02:23:45.751Z PASS [ 4.164s] ( 644/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
74612026-06-25T02:23:46.157Z PASS [ 4.280s] ( 645/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
74622026-06-25T02:23:46.493Z PASS [ 4.504s] ( 646/2962) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
74632026-06-25T02:23:46.628Z PASS [ 3.988s] ( 647/2962) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
74642026-06-25T02:23:46.866Z PASS [ 4.406s] ( 648/2962) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
74652026-06-25T02:23:46.977Z PASS [ 4.158s] ( 649/2962) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
74662026-06-25T02:23:47.389Z PASS [ 4.557s] ( 650/2962) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
74672026-06-25T02:23:47.580Z PASS [ 3.780s] ( 651/2962) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
74682026-06-25T02:23:47.681Z PASS [ 4.585s] ( 652/2962) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
74692026-06-25T02:23:47.773Z PASS [ 3.766s] ( 653/2962) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
74702026-06-25T02:23:47.809Z PASS [ 3.863s] ( 654/2962) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
74712026-06-25T02:23:47.887Z PASS [ 4.635s] ( 655/2962) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
74722026-06-25T02:23:47.891Z PASS [ 5.474s] ( 656/2962) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
74732026-06-25T02:23:48.120Z PASS [ 3.782s] ( 657/2962) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
74742026-06-25T02:23:48.183Z PASS [ 3.893s] ( 658/2962) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
74752026-06-25T02:23:48.347Z PASS [ 3.810s] ( 659/2962) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
74762026-06-25T02:23:48.381Z PASS [ 3.925s] ( 660/2962) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
74772026-06-25T02:23:48.532Z PASS [ 3.839s] ( 661/2962) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
74782026-06-25T02:23:48.612Z PASS [ 3.908s] ( 662/2962) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
74792026-06-25T02:23:49.175Z PASS [ 3.801s] ( 663/2962) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
74802026-06-25T02:23:49.241Z PASS [ 3.833s] ( 664/2962) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
74812026-06-25T02:23:49.252Z PASS [ 3.789s] ( 665/2962) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
74822026-06-25T02:23:49.285Z PASS [ 3.688s] ( 666/2962) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
74832026-06-25T02:23:49.295Z PASS [ 3.871s] ( 667/2962) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
74842026-06-25T02:23:49.338Z PASS [ 3.749s] ( 668/2962) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
74852026-06-25T02:23:49.462Z PASS [ 3.815s] ( 669/2962) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
74862026-06-25T02:23:49.468Z PASS [ 3.717s] ( 670/2962) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
74872026-06-25T02:23:49.751Z PASS [ 9.583s] ( 671/2962) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
74882026-06-25T02:23:49.861Z PASS [ 3.704s] ( 672/2962) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
74892026-06-25T02:23:50.328Z PASS [ 3.835s] ( 673/2962) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
74902026-06-25T02:23:50.386Z PASS [ 3.758s] ( 674/2962) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
74912026-06-25T02:23:50.522Z PASS [ 3.656s] ( 675/2962) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
74922026-06-25T02:23:51.013Z PASS [ 4.035s] ( 676/2962) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
74932026-06-25T02:23:51.530Z PASS [ 4.141s] ( 677/2962) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
74942026-06-25T02:23:51.685Z PASS [ 4.105s] ( 678/2962) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
74952026-06-25T02:23:51.865Z PASS [ 4.056s] ( 679/2962) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
74962026-06-25T02:23:51.917Z PASS [ 4.144s] ( 680/2962) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
74972026-06-25T02:23:51.928Z PASS [ 4.247s] ( 681/2962) nexus-db-queries db::datastore::sled::test::affinity_multi_group
74982026-06-25T02:23:52.077Z PASS [ 4.189s] ( 682/2962) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
74992026-06-25T02:23:52.103Z PASS [ 4.212s] ( 683/2962) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
75002026-06-25T02:23:52.319Z PASS [ 4.198s] ( 684/2962) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
75012026-06-25T02:23:52.423Z PASS [ 4.239s] ( 685/2962) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
75022026-06-25T02:23:52.542Z PASS [ 4.194s] ( 686/2962) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
75032026-06-25T02:23:52.662Z PASS [ 4.281s] ( 687/2962) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
75042026-06-25T02:23:52.789Z PASS [ 4.257s] ( 688/2962) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
75052026-06-25T02:23:53.267Z PASS [ 4.654s] ( 689/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation
75062026-06-25T02:23:53.960Z PASS [ 4.675s] ( 690/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
75072026-06-25T02:23:54.116Z PASS [ 4.647s] ( 691/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
75082026-06-25T02:23:54.372Z PASS [ 5.131s] ( 692/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
75092026-06-25T02:23:54.376Z PASS [ 5.124s] ( 693/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
75102026-06-25T02:23:54.414Z PASS [ 5.238s] ( 694/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
75112026-06-25T02:23:54.417Z PASS [ 5.080s] ( 695/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
75122026-06-25T02:23:54.431Z PASS [ 5.137s] ( 696/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
75132026-06-25T02:23:54.661Z PASS [ 4.909s] ( 697/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
75142026-06-25T02:23:54.775Z PASS [ 4.914s] ( 698/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
75152026-06-25T02:23:54.788Z PASS [ 5.325s] ( 699/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
75162026-06-25T02:23:55.814Z PASS [ 15.173s] ( 700/2962) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
75172026-06-25T02:23:56.260Z PASS [ 4.331s] ( 701/2962) nexus-db-queries db::datastore::sled::test::sled_list_batch
75182026-06-25T02:23:56.415Z PASS [ 4.339s] ( 702/2962) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
75192026-06-25T02:23:56.544Z PASS [ 4.441s] ( 703/2962) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
75202026-06-25T02:23:56.697Z PASS [ 4.274s] ( 704/2962) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
75212026-06-25T02:23:56.798Z PASS [ 4.008s] ( 705/2962) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
75222026-06-25T02:23:56.818Z PASS [ 4.499s] ( 706/2962) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
75232026-06-25T02:23:56.902Z PASS [ 5.217s] ( 707/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
75242026-06-25T02:23:56.967Z PASS [ 4.304s] ( 708/2962) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
75252026-06-25T02:23:57.178Z PASS [ 5.313s] ( 709/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
75262026-06-25T02:23:57.225Z PASS [ 3.958s] ( 710/2962) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
75272026-06-25T02:23:57.403Z PASS [ 5.873s] ( 711/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
75282026-06-25T02:23:57.439Z PASS [ 4.897s] ( 712/2962) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
75292026-06-25T02:23:57.478Z PASS [ 5.561s] ( 713/2962) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
75302026-06-25T02:23:58.249Z PASS [ 3.835s] ( 714/2962) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
75312026-06-25T02:23:58.331Z PASS [ 3.954s] ( 715/2962) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
75322026-06-25T02:23:58.378Z PASS [ 4.261s] ( 716/2962) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
75332026-06-25T02:23:58.432Z PASS [ 4.059s] ( 717/2962) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
75342026-06-25T02:23:58.499Z PASS [ 4.067s] ( 718/2962) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
75352026-06-25T02:23:58.587Z PASS [ 4.169s] ( 719/2962) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
75362026-06-25T02:23:58.708Z PASS [ 4.046s] ( 720/2962) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
75372026-06-25T02:23:58.775Z PASS [ 3.987s] ( 721/2962) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
75382026-06-25T02:23:58.846Z PASS [ 4.070s] ( 722/2962) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
75392026-06-25T02:24:00.718Z PASS [ 3.751s] ( 723/2962) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
75402026-06-25T02:24:00.761Z PASS [ 6.801s] ( 724/2962) nexus-db-queries db::datastore::sled::test::test_sled_transitions
75412026-06-25T02:24:00.798Z PASS [ 4.101s] ( 725/2962) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
75422026-06-25T02:24:00.850Z PASS [ 5.036s] ( 726/2962) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
75432026-06-25T02:24:00.881Z PASS [ 4.047s] ( 727/2962) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
75442026-06-25T02:24:00.881Z PASS [ 4.076s] ( 728/2962) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
75452026-06-25T02:24:00.890Z PASS [ 3.988s] ( 729/2962) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
75462026-06-25T02:24:00.997Z PASS [ 3.819s] ( 730/2962) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
75472026-06-25T02:24:01.122Z PASS [ 3.896s] ( 731/2962) nexus-db-queries db::datastore::target_release::test::target_release_datastore
75482026-06-25T02:24:01.322Z PASS [ 3.844s] ( 732/2962) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
75492026-06-25T02:24:01.433Z PASS [ 3.994s] ( 733/2962) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
75502026-06-25T02:24:01.477Z PASS [ 5.217s] ( 734/2962) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
75512026-06-25T02:24:01.615Z PASS [ 4.212s] ( 735/2962) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
75522026-06-25T02:24:01.752Z PASS [ 5.336s] ( 736/2962) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
75532026-06-25T02:24:01.761Z PASS [ 5.218s] ( 737/2962) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
75542026-06-25T02:24:02.146Z PASS [ 3.815s] ( 738/2962) nexus-db-queries db::datastore::test::test_project_creation
75552026-06-25T02:24:02.208Z PASS [ 3.959s] ( 739/2962) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
75562026-06-25T02:24:02.239Z PASS [ 3.861s] ( 740/2962) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
75572026-06-25T02:24:02.490Z PASS [ 4.058s] ( 741/2962) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
75582026-06-25T02:24:02.648Z PASS [ 4.061s] ( 742/2962) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
75592026-06-25T02:24:02.877Z PASS [ 4.102s] ( 743/2962) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
75602026-06-25T02:24:03.109Z PASS [ 4.400s] ( 744/2962) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
75612026-06-25T02:24:04.667Z PASS [ 3.817s] ( 745/2962) nexus-db-queries db::datastore::test::test_session_cleanup_batch
75622026-06-25T02:24:04.671Z PASS [ 3.674s] ( 746/2962) nexus-db-queries db::datastore::test::test_table_scan
75632026-06-25T02:24:04.772Z PASS [ 3.906s] ( 747/2962) nexus-db-queries db::datastore::test::test_session_methods
75642026-06-25T02:24:04.819Z PASS [ 3.945s] ( 748/2962) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
75652026-06-25T02:24:04.843Z PASS [ 3.952s] ( 749/2962) nexus-db-queries db::datastore::test::test_ssh_keys
75662026-06-25T02:24:05.344Z PASS [ 4.222s] ( 750/2962) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
75672026-06-25T02:24:05.391Z PASS [ 3.958s] ( 751/2962) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
75682026-06-25T02:24:05.420Z PASS [ 4.098s] ( 752/2962) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
75692026-06-25T02:24:05.464Z PASS [ 3.987s] ( 753/2962) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
75702026-06-25T02:24:05.847Z PASS [ 4.231s] ( 754/2962) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
75712026-06-25T02:24:05.973Z PASS [ 4.221s] ( 755/2962) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
75722026-06-25T02:24:06.157Z PASS [ 7.658s] ( 756/2962) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
75732026-06-25T02:24:06.264Z PASS [ 4.024s] ( 757/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
75742026-06-25T02:24:06.376Z PASS [ 4.168s] ( 758/2962) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
75752026-06-25T02:24:06.502Z PASS [ 7.655s] ( 759/2962) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
75762026-06-25T02:24:06.603Z PASS [ 3.954s] ( 760/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
75772026-06-25T02:24:06.672Z PASS [ 4.181s] ( 761/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
75782026-06-25T02:24:06.723Z PASS [ 0.051s] ( 762/2962) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
75792026-06-25T02:24:06.774Z PASS [ 0.051s] ( 763/2962) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
75802026-06-25T02:24:06.928Z PASS [ 4.781s] ( 764/2962) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
75812026-06-25T02:24:07.001Z PASS [ 4.124s] ( 765/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
75822026-06-25T02:24:08.150Z PASS [ 7.431s] ( 766/2962) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
75832026-06-25T02:24:08.192Z PASS [ 5.083s] ( 767/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
75842026-06-25T02:24:08.645Z PASS [ 3.826s] ( 768/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
75852026-06-25T02:24:08.760Z PASS [ 4.089s] ( 769/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
75862026-06-25T02:24:08.804Z PASS [ 4.137s] ( 770/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
75872026-06-25T02:24:08.968Z PASS [ 8.170s] ( 771/2962) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
75882026-06-25T02:24:09.228Z PASS [ 4.456s] ( 772/2962) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
75892026-06-25T02:24:09.319Z PASS [ 3.976s] ( 773/2962) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
75902026-06-25T02:24:09.327Z PASS [ 3.936s] ( 774/2962) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
75912026-06-25T02:24:09.353Z PASS [ 4.510s] ( 775/2962) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
75922026-06-25T02:24:09.489Z PASS [ 4.025s] ( 776/2962) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
75932026-06-25T02:24:09.595Z PASS [ 4.174s] ( 777/2962) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
75942026-06-25T02:24:09.598Z PASS [ 0.276s] ( 778/2962) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
75952026-06-25T02:24:09.688Z PASS [ 8.925s] ( 779/2962) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
75962026-06-25T02:24:09.757Z PASS [ 3.784s] ( 780/2962) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
75972026-06-25T02:24:09.790Z PASS [ 3.943s] ( 781/2962) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
75982026-06-25T02:24:10.108Z PASS [ 3.951s] ( 782/2962) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
75992026-06-25T02:24:10.200Z PASS [ 3.824s] ( 783/2962) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
76002026-06-25T02:24:10.291Z PASS [ 3.789s] ( 784/2962) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
76012026-06-25T02:24:10.337Z PASS [ 4.073s] ( 785/2962) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
76022026-06-25T02:24:10.387Z PASS [ 0.050s] ( 786/2962) nexus-db-queries db::pagination::test::test_paginator
76032026-06-25T02:24:10.775Z PASS [ 3.774s] ( 787/2962) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
76042026-06-25T02:24:11.698Z PASS [ 1.310s] ( 788/2962) nexus-db-queries db::pool::test::test_pool_can_be_terminated
76052026-06-25T02:24:11.845Z PASS [ 3.695s] ( 789/2962) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
76062026-06-25T02:24:11.924Z PASS [ 2.435s] ( 790/2962) nexus-db-queries db::explain::test::test_explain_async
76072026-06-25T02:24:11.940Z PASS [ 3.748s] ( 791/2962) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
76082026-06-25T02:24:12.062Z PASS [ 2.734s] ( 792/2962) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
76092026-06-25T02:24:12.082Z PASS [ 1.307s] ( 793/2962) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
76102026-06-25T02:24:12.146Z PASS [ 2.551s] ( 794/2962) nexus-db-queries db::explain::test::test_explain_full_table_scan
76112026-06-25T02:24:12.462Z PASS [ 2.867s] ( 795/2962) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
76122026-06-25T02:24:12.509Z PASS [ 2.823s] ( 796/2962) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
76132026-06-25T02:24:12.513Z PASS [ 2.719s] ( 797/2962) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
76142026-06-25T02:24:12.554Z PASS [ 2.797s] ( 798/2962) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
76152026-06-25T02:24:12.586Z PASS [ 3.941s] ( 799/2962) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
76162026-06-25T02:24:12.686Z PASS [ 3.925s] ( 800/2962) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
76172026-06-25T02:24:12.733Z PASS [ 0.271s] ( 801/2962) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
76182026-06-25T02:24:12.809Z PASS [ 0.255s] ( 802/2962) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
76192026-06-25T02:24:12.820Z PASS [ 0.311s] ( 803/2962) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
76202026-06-25T02:24:12.856Z PASS [ 0.347s] ( 804/2962) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
76212026-06-25T02:24:12.909Z PASS [ 2.801s] ( 805/2962) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
76222026-06-25T02:24:13.015Z PASS [ 2.814s] ( 806/2962) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
76232026-06-25T02:24:13.198Z PASS [ 2.907s] ( 807/2962) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
76242026-06-25T02:24:13.351Z PASS [ 3.999s] ( 808/2962) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
76252026-06-25T02:24:13.414Z PASS [ 4.446s] ( 809/2962) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
76262026-06-25T02:24:13.592Z PASS [ 0.240s] ( 810/2962) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
76272026-06-25T02:24:13.653Z PASS [ 0.239s] ( 811/2962) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
76282026-06-25T02:24:13.659Z PASS [ 4.855s] ( 812/2962) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
76292026-06-25T02:24:13.910Z PASS [ 0.256s] ( 813/2962) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
76302026-06-25T02:24:13.913Z PASS [ 0.254s] ( 814/2962) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
76312026-06-25T02:24:13.950Z PASS [ 7.347s] ( 815/2962) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
76322026-06-25T02:24:14.193Z PASS [ 0.279s] ( 816/2962) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
76332026-06-25T02:24:14.201Z PASS [ 0.291s] ( 817/2962) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
76342026-06-25T02:24:14.222Z PASS [ 0.272s] ( 818/2962) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
76352026-06-25T02:24:14.312Z PASS [ 5.085s] ( 819/2962) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
76362026-06-25T02:24:14.350Z PASS [ 7.576s] ( 820/2962) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
76372026-06-25T02:24:14.496Z PASS [ 0.303s] ( 821/2962) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
76382026-06-25T02:24:14.687Z PASS [ 2.763s] ( 822/2962) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
76392026-06-25T02:24:14.825Z PASS [ 7.896s] ( 823/2962) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
76402026-06-25T02:24:15.408Z PASS [ 0.721s] ( 824/2962) nexus-db-queries db::queries::network_interface::tests::expectorate_query
76412026-06-25T02:24:15.809Z PASS [ 3.868s] ( 825/2962) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
76422026-06-25T02:24:15.835Z PASS [ 4.137s] ( 826/2962) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
76432026-06-25T02:24:15.878Z PASS [ 4.033s] ( 827/2962) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
76442026-06-25T02:24:15.924Z PASS [ 0.046s] ( 828/2962) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
76452026-06-25T02:24:16.031Z PASS [ 3.884s] ( 829/2962) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
76462026-06-25T02:24:16.241Z PASS [ 4.179s] ( 830/2962) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
76472026-06-25T02:24:16.310Z PASS [ 2.717s] ( 831/2962) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
76482026-06-25T02:24:16.336Z PASS [ 4.254s] ( 832/2962) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
76492026-06-25T02:24:16.647Z PASS [ 3.838s] ( 833/2962) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
76502026-06-25T02:24:16.742Z PASS [ 3.922s] ( 834/2962) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
76512026-06-25T02:24:16.757Z PASS [ 4.023s] ( 835/2962) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
76522026-06-25T02:24:16.794Z PASS [ 3.938s] ( 836/2962) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
76532026-06-25T02:24:16.905Z PASS [ 4.319s] ( 837/2962) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
76542026-06-25T02:24:16.969Z PASS [ 4.284s] ( 838/2962) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
76552026-06-25T02:24:17.046Z PASS [ 4.031s] ( 839/2962) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
76562026-06-25T02:24:17.157Z PASS [ 4.247s] ( 840/2962) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
76572026-06-25T02:24:17.323Z PASS [ 4.124s] ( 841/2962) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
76582026-06-25T02:24:18.254Z PASS [ 4.053s] ( 842/2962) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
76592026-06-25T02:24:18.315Z PASS [ 0.060s] ( 843/2962) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
76602026-06-25T02:24:18.379Z PASS [ 4.029s] ( 844/2962) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
76612026-06-25T02:24:18.379Z PASS [ 3.883s] ( 845/2962) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
76622026-06-25T02:24:18.589Z PASS [ 3.764s] ( 846/2962) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
76632026-06-25T02:24:18.612Z PASS [ 4.390s] ( 847/2962) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
76642026-06-25T02:24:18.655Z PASS [ 4.343s] ( 848/2962) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
76652026-06-25T02:24:18.703Z PASS [ 0.047s] ( 849/2962) nexus-db-queries db::queries::next_item::tests::test_shift_indices
76662026-06-25T02:24:19.793Z PASS [ 3.985s] ( 850/2962) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
76672026-06-25T02:24:19.906Z PASS [ 3.982s] ( 851/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
76682026-06-25T02:24:20.072Z PASS [ 0.278s] ( 852/2962) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
76692026-06-25T02:24:20.124Z PASS [ 4.715s] ( 853/2962) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
76702026-06-25T02:24:20.172Z PASS [ 0.265s] ( 854/2962) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
76712026-06-25T02:24:20.186Z PASS [ 4.156s] ( 855/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
76722026-06-25T02:24:20.222Z PASS [ 0.050s] ( 856/2962) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
76732026-06-25T02:24:20.229Z PASS [ 3.919s] ( 857/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
76742026-06-25T02:24:20.234Z PASS [ 0.046s] ( 858/2962) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
76752026-06-25T02:24:20.291Z PASS [ 4.050s] ( 859/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
76762026-06-25T02:24:20.512Z PASS [ 4.677s] ( 860/2962) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
76772026-06-25T02:24:20.534Z PASS [ 3.887s] ( 861/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
76782026-06-25T02:24:20.547Z PASS [ 4.211s] ( 862/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
76792026-06-25T02:24:20.565Z PASS [ 3.823s] ( 863/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
76802026-06-25T02:24:20.683Z PASS [ 3.926s] ( 864/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
76812026-06-25T02:24:20.737Z PASS [ 3.942s] ( 865/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
76822026-06-25T02:24:20.805Z PASS [ 3.899s] ( 866/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
76832026-06-25T02:24:20.824Z PASS [ 0.259s] ( 867/2962) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
76842026-06-25T02:24:20.954Z PASS [ 3.984s] ( 868/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
76852026-06-25T02:24:21.014Z PASS [ 0.277s] ( 869/2962) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
76862026-06-25T02:24:21.042Z PASS [ 3.996s] ( 870/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
76872026-06-25T02:24:21.058Z PASS [ 0.253s] ( 871/2962) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
76882026-06-25T02:24:21.268Z PASS [ 4.111s] ( 872/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
76892026-06-25T02:24:21.268Z PASS [ 2.889s] ( 873/2962) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
76902026-06-25T02:24:21.272Z PASS [ 0.227s] ( 874/2962) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
76912026-06-25T02:24:21.288Z PASS [ 0.231s] ( 875/2962) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
76922026-06-25T02:24:21.303Z PASS [ 0.478s] ( 876/2962) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
76932026-06-25T02:24:21.341Z PASS [ 2.962s] ( 877/2962) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
76942026-06-25T02:24:21.385Z PASS [ 4.062s] ( 878/2962) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
76952026-06-25T02:24:21.410Z PASS [ 1.188s] ( 879/2962) nexus-db-queries db::queries::region_allocation::test::expectorate_query
76962026-06-25T02:24:21.415Z PASS [ 2.826s] ( 880/2962) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
76972026-06-25T02:24:21.418Z PASS [ 2.804s] ( 881/2962) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
76982026-06-25T02:24:21.447Z PASS [ 0.061s] ( 882/2962) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
76992026-06-25T02:24:21.455Z PASS [ 0.045s] ( 883/2962) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
77002026-06-25T02:24:21.501Z PASS [ 2.798s] ( 884/2962) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
77012026-06-25T02:24:21.504Z PASS [ 0.088s] ( 885/2962) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
77022026-06-25T02:24:21.515Z PASS [ 0.099s] ( 886/2962) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
77032026-06-25T02:24:21.541Z PASS [ 0.094s] ( 887/2962) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
77042026-06-25T02:24:21.560Z PASS [ 0.292s] ( 888/2962) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
77052026-06-25T02:24:21.563Z PASS [ 0.295s] ( 889/2962) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
77062026-06-25T02:24:21.732Z PASS [ 0.277s] ( 890/2962) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
77072026-06-25T02:24:21.784Z PASS [ 0.243s] ( 891/2962) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
77082026-06-25T02:24:22.318Z PASS [ 2.246s] ( 892/2962) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
77092026-06-25T02:24:22.374Z PASS [ 4.059s] ( 893/2962) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
77102026-06-25T02:24:22.535Z PASS [ 2.411s] ( 894/2962) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
77112026-06-25T02:24:22.736Z PASS [ 2.507s] ( 895/2962) nexus-db-queries db::queries::region_allocation::test::explainable
77122026-06-25T02:24:23.037Z PASS [ 2.354s] ( 896/2962) nexus-db-queries db::queries::regions_hard_delete::test::explainable
77132026-06-25T02:24:23.392Z PASS [ 2.438s] ( 897/2962) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
77142026-06-25T02:24:23.578Z PASS [ 2.563s] ( 898/2962) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
77152026-06-25T02:24:23.597Z PASS [ 0.019s] ( 899/2962) nexus-defaults tests::test_random_vpc_ipv6_prefix
77162026-06-25T02:24:23.630Z PASS [ 0.033s] ( 900/2962) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
77172026-06-25T02:24:23.668Z PASS [ 0.036s] ( 901/2962) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
77182026-06-25T02:24:23.699Z PASS [ 0.032s] ( 902/2962) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
77192026-06-25T02:24:23.733Z PASS [ 0.034s] ( 903/2962) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
77202026-06-25T02:24:23.742Z PASS [ 2.472s] ( 904/2962) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
77212026-06-25T02:24:23.783Z PASS [ 0.050s] ( 905/2962) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
77222026-06-25T02:24:23.786Z PASS [ 0.042s] ( 906/2962) nexus-fm builder::case::tests::dirty_bits_default_false
77232026-06-25T02:24:23.818Z PASS [ 2.528s] ( 907/2962) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
77242026-06-25T02:24:23.821Z PASS [ 0.036s] ( 908/2962) nexus-fm builder::case::tests::request_alert_flips_alert_state
77252026-06-25T02:24:23.825Z PASS [ 0.040s] ( 909/2962) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
77262026-06-25T02:24:23.847Z PASS [ 2.544s] ( 910/2962) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
77272026-06-25T02:24:23.851Z PASS [ 2.506s] ( 911/2962) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
77282026-06-25T02:24:23.854Z PASS [ 0.033s] ( 912/2962) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
77292026-06-25T02:24:23.858Z PASS [ 0.038s] ( 913/2962) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
77302026-06-25T02:24:23.862Z PASS [ 0.036s] ( 914/2962) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
77312026-06-25T02:24:23.883Z PASS [ 0.036s] ( 915/2962) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
77322026-06-25T02:24:23.889Z PASS [ 0.041s] ( 916/2962) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
77332026-06-25T02:24:23.892Z PASS [ 0.041s] ( 917/2962) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
77342026-06-25T02:24:23.896Z PASS [ 0.035s] ( 918/2962) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
77352026-06-25T02:24:23.900Z PASS [ 0.043s] ( 919/2962) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
77362026-06-25T02:24:23.918Z PASS [ 0.035s] ( 920/2962) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
77372026-06-25T02:24:23.940Z PASS [ 0.051s] ( 921/2962) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
77382026-06-25T02:24:23.944Z PASS [ 2.442s] ( 922/2962) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
77392026-06-25T02:24:23.947Z PASS [ 0.053s] ( 923/2962) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
77402026-06-25T02:24:23.951Z PASS [ 0.053s] ( 924/2962) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
77412026-06-25T02:24:23.954Z PASS [ 0.052s] ( 925/2962) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
77422026-06-25T02:24:23.966Z PASS [ 0.048s] ( 926/2962) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
77432026-06-25T02:24:23.988Z PASS [ 0.047s] ( 927/2962) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
77442026-06-25T02:24:23.999Z PASS [ 0.054s] ( 928/2962) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
77452026-06-25T02:24:24.004Z PASS [ 0.051s] ( 929/2962) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
77462026-06-25T02:24:24.004Z PASS [ 0.060s] ( 930/2962) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
77472026-06-25T02:24:24.007Z PASS [ 0.056s] ( 931/2962) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
77482026-06-25T02:24:24.007Z PASS [ 2.490s] ( 932/2962) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
77492026-06-25T02:24:24.016Z PASS [ 0.049s] ( 933/2962) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
77502026-06-25T02:24:24.032Z PASS [ 0.045s] ( 934/2962) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
77512026-06-25T02:24:24.051Z PASS [ 0.048s] ( 935/2962) nexus-inventory builder::test::test_problems
77522026-06-25T02:24:24.057Z PASS [ 0.058s] ( 936/2962) nexus-inventory builder::test::test_basic
77532026-06-25T02:24:24.063Z PASS [ 0.060s] ( 937/2962) nexus-inventory builder::test::test_empty
77542026-06-25T02:24:24.103Z PASS [ 2.599s] ( 938/2962) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
77552026-06-25T02:24:24.214Z PASS [ 3.922s] ( 939/2962) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
77562026-06-25T02:24:24.391Z PASS [ 0.375s] ( 940/2962) nexus-inventory collector::test::test_multi_mgs_failure
77572026-06-25T02:24:24.457Z PASS [ 3.909s] ( 941/2962) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
77582026-06-25T02:24:24.489Z PASS [ 3.955s] ( 942/2962) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
77592026-06-25T02:24:24.544Z PASS [ 4.311s] ( 943/2962) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
77602026-06-25T02:24:24.568Z PASS [ 4.056s] ( 944/2962) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
77612026-06-25T02:24:24.607Z PASS [ 0.575s] ( 945/2962) nexus-inventory collector::test::test_sled_agent_failure
77622026-06-25T02:24:24.754Z PASS [ 0.750s] ( 946/2962) nexus-inventory collector::test::test_basic
77632026-06-25T02:24:24.811Z PASS [ 1.419s] ( 947/2962) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
77642026-06-25T02:24:24.928Z PASS [ 0.922s] ( 948/2962) nexus-inventory collector::test::test_multi_mgs
77652026-06-25T02:24:24.963Z PASS [ 0.860s] ( 949/2962) nexus-mgs-updates driver_update::test::test_rot_basic_failures
77662026-06-25T02:24:24.988Z PASS [ 0.775s] ( 950/2962) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
77672026-06-25T02:24:25.171Z PASS [ 3.607s] ( 951/2962) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
77682026-06-25T02:24:25.183Z PASS [ 3.623s] ( 952/2962) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
77692026-06-25T02:24:25.194Z PASS [ 0.705s] ( 953/2962) nexus-mgs-updates driver_update::test::test_sp_basic_failures
77702026-06-25T02:24:25.226Z PASS [ 0.043s] ( 954/2962) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
77712026-06-25T02:24:25.234Z PASS [ 0.246s] ( 955/2962) nexus-mgs-updates test_util::step_through::test::test_basic
77722026-06-25T02:24:25.238Z PASS [ 3.452s] ( 956/2962) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
77732026-06-25T02:24:25.243Z PASS [ 0.048s] ( 957/2962) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
77742026-06-25T02:24:25.267Z PASS [ 0.041s] ( 958/2962) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
77752026-06-25T02:24:25.287Z PASS [ 0.051s] ( 959/2962) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
77762026-06-25T02:24:25.290Z PASS [ 3.558s] ( 960/2962) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
77772026-06-25T02:24:25.293Z PASS [ 0.050s] ( 961/2962) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
77782026-06-25T02:24:25.296Z PASS [ 0.061s] ( 962/2962) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
77792026-06-25T02:24:25.311Z PASS [ 0.045s] ( 963/2962) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
77802026-06-25T02:24:25.334Z PASS [ 0.047s] ( 964/2962) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
77812026-06-25T02:24:25.344Z PASS [ 0.053s] ( 965/2962) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
77822026-06-25T02:24:25.347Z PASS [ 0.052s] ( 966/2962) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
77832026-06-25T02:24:25.352Z PASS [ 0.056s] ( 967/2962) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
77842026-06-25T02:24:25.361Z PASS [ 0.050s] ( 968/2962) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
77852026-06-25T02:24:25.375Z PASS [ 0.041s] ( 969/2962) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
77862026-06-25T02:24:25.379Z PASS [ 0.204s] ( 970/2962) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
77872026-06-25T02:24:25.393Z PASS [ 0.047s] ( 971/2962) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
77882026-06-25T02:24:25.397Z PASS [ 0.053s] ( 972/2962) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
77892026-06-25T02:24:25.397Z PASS [ 0.045s] ( 973/2962) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
77902026-06-25T02:24:25.411Z PASS [ 0.049s] ( 974/2962) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
77912026-06-25T02:24:25.423Z PASS [ 0.047s] ( 975/2962) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
77922026-06-25T02:24:25.426Z PASS [ 0.050s] ( 976/2962) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
77932026-06-25T02:24:25.440Z PASS [ 0.047s] ( 977/2962) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
77942026-06-25T02:24:25.512Z PASS [ 0.115s] ( 978/2962) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
77952026-06-25T02:24:25.669Z PASS [ 23.907s] ( 979/2962) nexus-db-queries db::datastore::update::test::test_list_unpruned
77962026-06-25T02:24:25.732Z PASS [ 0.064s] ( 980/2962) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
77972026-06-25T02:24:25.790Z PASS [ 0.057s] ( 981/2962) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
77982026-06-25T02:24:25.829Z PASS [ 3.510s] ( 982/2962) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
77992026-06-25T02:24:25.838Z PASS [ 0.048s] ( 983/2962) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
78002026-06-25T02:24:25.855Z PASS [ 1.045s] ( 984/2962) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
78012026-06-25T02:24:25.882Z PASS [ 0.053s] ( 985/2962) nexus-reconfigurator-execution dns::test::test_dns_compute_update
78022026-06-25T02:24:26.319Z PASS [ 3.282s] ( 986/2962) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
78032026-06-25T02:24:26.355Z PASS [ 3.618s] ( 987/2962) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
78042026-06-25T02:24:26.602Z PASS [ 2.551s] ( 988/2962) nexus-metrics-producer-gc tests::test_prune_expired_producers
78052026-06-25T02:24:26.666Z PASS [ 0.065s] ( 989/2962) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
78062026-06-25T02:24:26.741Z PASS [ 2.678s] ( 990/2962) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
78072026-06-25T02:24:26.782Z PASS [ 0.041s] ( 991/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
78082026-06-25T02:24:26.822Z PASS [ 0.039s] ( 992/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
78092026-06-25T02:24:26.856Z PASS [ 0.034s] ( 993/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
78102026-06-25T02:24:26.905Z PASS [ 0.049s] ( 994/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
78112026-06-25T02:24:26.947Z PASS [ 0.042s] ( 995/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
78122026-06-25T02:24:26.964Z PASS [ 2.907s] ( 996/2962) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
78132026-06-25T02:24:26.993Z PASS [ 0.046s] ( 997/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
78142026-06-25T02:24:27.012Z PASS [ 0.048s] ( 998/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
78152026-06-25T02:24:27.031Z PASS [ 0.038s] ( 999/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
78162026-06-25T02:24:27.058Z PASS [ 0.046s] (1000/2962) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
78172026-06-25T02:24:27.064Z PASS [ 0.033s] (1001/2962) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
78182026-06-25T02:24:27.093Z PASS [ 0.035s] (1002/2962) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
78192026-06-25T02:24:27.099Z PASS [ 0.034s] (1003/2962) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
78202026-06-25T02:24:27.128Z PASS [ 0.035s] (1004/2962) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
78212026-06-25T02:24:27.137Z PASS [ 0.038s] (1005/2962) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
78222026-06-25T02:24:27.169Z PASS [ 0.041s] (1006/2962) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
78232026-06-25T02:24:27.176Z PASS [ 0.038s] (1007/2962) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
78242026-06-25T02:24:27.204Z PASS [ 0.035s] (1008/2962) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
78252026-06-25T02:24:27.224Z PASS [ 0.048s] (1009/2962) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
78262026-06-25T02:24:27.543Z PASS [ 0.319s] (1010/2962) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
78272026-06-25T02:24:27.821Z PASS [ 0.278s] (1011/2962) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
78282026-06-25T02:24:27.946Z PASS [ 0.125s] (1012/2962) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
78292026-06-25T02:24:28.020Z PASS [ 0.074s] (1013/2962) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
78302026-06-25T02:24:28.052Z PASS [ 0.033s] (1014/2962) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
78312026-06-25T02:24:28.098Z PASS [ 0.046s] (1015/2962) nexus-reconfigurator-planning example::tests::builder_all_zone_types
78322026-06-25T02:24:28.147Z PASS [ 0.048s] (1016/2962) nexus-reconfigurator-planning example::tests::builder_zone_counts
78332026-06-25T02:24:29.043Z PASS [ 4.436s] (1017/2962) nexus-mgs-updates driver_update::test::test_sp_update_watched
78342026-06-25T02:24:29.073Z PASS [ 0.030s] (1018/2962) nexus-reconfigurator-planning example::tests::instances_on_examples
78352026-06-25T02:24:29.120Z PASS [ 0.047s] (1019/2962) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
78362026-06-25T02:24:29.158Z PASS [ 0.038s] (1020/2962) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
78372026-06-25T02:24:29.205Z PASS [ 0.046s] (1021/2962) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
78382026-06-25T02:24:29.247Z PASS [ 0.042s] (1022/2962) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
78392026-06-25T02:24:29.335Z PASS [ 0.088s] (1023/2962) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
78402026-06-25T02:24:29.374Z PASS [ 2.169s] (1024/2962) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
78412026-06-25T02:24:29.384Z PASS [ 0.048s] (1025/2962) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
78422026-06-25T02:24:29.418Z PASS [ 0.044s] (1026/2962) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
78432026-06-25T02:24:29.426Z PASS [ 0.042s] (1027/2962) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
78442026-06-25T02:24:29.471Z PASS [ 0.045s] (1028/2962) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
78452026-06-25T02:24:29.479Z PASS [ 0.061s] (1029/2962) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
78462026-06-25T02:24:29.527Z PASS [ 0.054s] (1030/2962) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
78472026-06-25T02:24:29.586Z PASS [ 0.106s] (1031/2962) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
78482026-06-25T02:24:29.597Z PASS [ 4.174s] (1032/2962) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
78492026-06-25T02:24:29.606Z PASS [ 0.080s] (1033/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
78502026-06-25T02:24:29.675Z PASS [ 0.078s] (1034/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
78512026-06-25T02:24:29.678Z PASS [ 0.092s] (1035/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
78522026-06-25T02:24:29.687Z PASS [ 0.081s] (1036/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
78532026-06-25T02:24:29.742Z PASS [ 0.067s] (1037/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
78542026-06-25T02:24:29.761Z PASS [ 0.074s] (1038/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
78552026-06-25T02:24:29.774Z PASS [ 4.348s] (1039/2962) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
78562026-06-25T02:24:29.785Z PASS [ 0.107s] (1040/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
78572026-06-25T02:24:29.801Z PASS [ 0.059s] (1041/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
78582026-06-25T02:24:29.822Z PASS [ 0.061s] (1042/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
78592026-06-25T02:24:29.835Z PASS [ 4.323s] (1043/2962) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
78602026-06-25T02:24:29.848Z PASS [ 4.408s] (1044/2962) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
78612026-06-25T02:24:29.862Z PASS [ 0.076s] (1045/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
78622026-06-25T02:24:29.865Z PASS [ 0.089s] (1046/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
78632026-06-25T02:24:29.888Z PASS [ 0.086s] (1047/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
78642026-06-25T02:24:29.956Z PASS [ 0.094s] (1048/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
78652026-06-25T02:24:29.959Z PASS [ 0.110s] (1049/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
78662026-06-25T02:24:29.959Z PASS [ 0.095s] (1050/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
78672026-06-25T02:24:29.966Z PASS [ 0.131s] (1051/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
78682026-06-25T02:24:30.035Z PASS [ 0.079s] (1052/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
78692026-06-25T02:24:30.039Z PASS [ 0.078s] (1053/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
78702026-06-25T02:24:30.045Z PASS [ 0.087s] (1054/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
78712026-06-25T02:24:30.436Z PASS [ 5.681s] (1055/2962) nexus-mgs-updates driver_update::test_host_phase_1::basic
78722026-06-25T02:24:30.462Z PASS [ 0.640s] (1056/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
78732026-06-25T02:24:30.553Z PASS [ 0.664s] (1057/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
78742026-06-25T02:24:30.619Z PASS [ 0.066s] (1058/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
78752026-06-25T02:24:30.978Z PASS [ 0.939s] (1059/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
78762026-06-25T02:24:31.000Z PASS [ 6.609s] (1060/2962) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
78772026-06-25T02:24:31.153Z PASS [ 6.695s] (1061/2962) nexus-mgs-updates driver_update::test::test_rot_update_basic
78782026-06-25T02:24:31.365Z PASS [ 3.218s] (1062/2962) nexus-reconfigurator-planning example::tests::dns_resolution_works
78792026-06-25T02:24:31.386Z PASS [ 0.020s] (1063/2962) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
78802026-06-25T02:24:31.422Z PASS [ 0.036s] (1064/2962) nexus-saga-recovery recovery::test::test_execution_basic
78812026-06-25T02:24:31.496Z PASS [ 0.074s] (1065/2962) nexus-saga-recovery recovery::test::test_plan_basic
78822026-06-25T02:24:31.524Z PASS [ 0.028s] (1066/2962) nexus-saga-recovery recovery::test::test_read_all_from_channel
78832026-06-25T02:24:31.563Z PASS [ 0.039s] (1067/2962) nexus-saga-recovery test::test_basic
78842026-06-25T02:24:31.582Z PASS [ 1.146s] (1068/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
78852026-06-25T02:24:31.612Z PASS [ 0.030s] (1069/2962) nexus-types alert::tests::test_from_str_roundtrips
78862026-06-25T02:24:31.639Z PASS [ 0.027s] (1070/2962) nexus-types alert::tests::test_is_test
78872026-06-25T02:24:31.666Z PASS [ 0.026s] (1071/2962) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
78882026-06-25T02:24:31.697Z PASS [ 0.031s] (1072/2962) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
78892026-06-25T02:24:31.726Z PASS [ 0.029s] (1073/2962) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
78902026-06-25T02:24:31.753Z PASS [ 0.027s] (1074/2962) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
78912026-06-25T02:24:31.778Z PASS [ 1.811s] (1075/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
78922026-06-25T02:24:31.783Z PASS [ 0.030s] (1076/2962) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
78932026-06-25T02:24:31.815Z PASS [ 0.037s] (1077/2962) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
78942026-06-25T02:24:31.820Z PASS [ 0.037s] (1078/2962) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
78952026-06-25T02:24:31.867Z PASS [ 0.047s] (1079/2962) nexus-types deployment::test::test_serialize_pending_mgs_updates
78962026-06-25T02:24:31.905Z PASS [ 0.037s] (1080/2962) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
78972026-06-25T02:24:31.918Z PASS [ 1.882s] (1081/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
78982026-06-25T02:24:31.938Z PASS [ 0.033s] (1082/2962) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
78992026-06-25T02:24:31.955Z PASS [ 0.037s] (1083/2962) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
79002026-06-25T02:24:31.967Z PASS [ 0.029s] (1084/2962) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
79012026-06-25T02:24:31.987Z PASS [ 0.033s] (1085/2962) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
79022026-06-25T02:24:31.999Z PASS [ 0.032s] (1086/2962) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
79032026-06-25T02:24:32.029Z PASS [ 0.042s] (1087/2962) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
79042026-06-25T02:24:32.048Z PASS [ 0.047s] (1088/2962) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
79052026-06-25T02:24:32.079Z PASS [ 2.033s] (1089/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
79062026-06-25T02:24:32.082Z PASS [ 0.053s] (1090/2962) nexus-types fm::case::tests::test_case_display
79072026-06-25T02:24:32.115Z PASS [ 0.068s] (1091/2962) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
79082026-06-25T02:24:32.119Z PASS [ 0.040s] (1092/2962) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
79092026-06-25T02:24:32.141Z PASS [ 0.059s] (1093/2962) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
79102026-06-25T02:24:32.159Z PASS [ 0.045s] (1094/2962) nexus-types quiesce::test::test_drained_blueprint
79112026-06-25T02:24:32.176Z PASS [ 0.057s] (1095/2962) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
79122026-06-25T02:24:32.192Z PASS [ 0.049s] (1096/2962) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
79132026-06-25T02:24:32.215Z PASS [ 0.056s] (1097/2962) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
79142026-06-25T02:24:32.234Z PASS [ 0.057s] (1098/2962) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
79152026-06-25T02:24:32.251Z PASS [ 0.061s] (1099/2962) nexus-types quiesce::test::test_quiesce_block_on_reassignment
79162026-06-25T02:24:32.272Z PASS [ 0.057s] (1100/2962) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
79172026-06-25T02:24:32.284Z PASS [ 0.050s] (1101/2962) nexus-types quiesce::test::test_quiesce_block_on_saga_started
79182026-06-25T02:24:32.314Z PASS [ 0.063s] (1102/2962) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
79192026-06-25T02:24:32.323Z PASS [ 0.051s] (1103/2962) nexus-types quiesce::test::test_quiesce_noop
79202026-06-25T02:24:32.332Z PASS [ 0.048s] (1104/2962) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
79212026-06-25T02:24:32.354Z PASS [ 0.031s] (1105/2962) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
79222026-06-25T02:24:32.361Z PASS [ 0.026s] (1106/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
79232026-06-25T02:24:32.376Z PASS [ 0.054s] (1107/2962) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
79242026-06-25T02:24:32.380Z PASS [ 0.026s] (1108/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
79252026-06-25T02:24:32.388Z PASS [ 0.029s] (1109/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
79262026-06-25T02:24:32.395Z PASS [ 0.027s] (1110/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
79272026-06-25T02:24:32.406Z PASS [ 0.026s] (1111/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
79282026-06-25T02:24:32.421Z PASS [ 0.033s] (1112/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
79292026-06-25T02:24:32.427Z PASS [ 0.031s] (1113/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
79302026-06-25T02:24:32.446Z PASS [ 0.040s] (1114/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
79312026-06-25T02:24:32.460Z PASS [ 0.039s] (1115/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
79322026-06-25T02:24:32.470Z PASS [ 0.044s] (1116/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
79332026-06-25T02:24:32.487Z PASS [ 0.026s] (1117/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
79342026-06-25T02:24:32.492Z PASS [ 0.046s] (1118/2962) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
79352026-06-25T02:24:32.499Z PASS [ 0.028s] (1119/2962) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
79362026-06-25T02:24:32.515Z PASS [ 0.028s] (1120/2962) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
79372026-06-25T02:24:32.523Z PASS [ 0.031s] (1121/2962) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
79382026-06-25T02:24:32.530Z PASS [ 0.031s] (1122/2962) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
79392026-06-25T02:24:32.547Z PASS [ 0.032s] (1123/2962) nexus-types-versions impls::policy::tests::test_policy_parsing
79402026-06-25T02:24:32.552Z PASS [ 0.029s] (1124/2962) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
79412026-06-25T02:24:32.558Z PASS [ 0.027s] (1125/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
79422026-06-25T02:24:32.574Z PASS [ 0.026s] (1126/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
79432026-06-25T02:24:32.579Z PASS [ 0.026s] (1127/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
79442026-06-25T02:24:32.594Z PASS [ 0.036s] (1128/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
79452026-06-25T02:24:32.617Z PASS [ 0.042s] (1129/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
79462026-06-25T02:24:32.617Z PASS [ 0.037s] (1130/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
79472026-06-25T02:24:32.640Z PASS [ 0.046s] (1131/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
79482026-06-25T02:24:32.651Z PASS [ 0.034s] (1132/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
79492026-06-25T02:24:32.664Z PASS [ 0.047s] (1133/2962) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
79502026-06-25T02:24:32.670Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
79512026-06-25T02:24:32.670Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
79522026-06-25T02:24:32.706Z PASS [ 0.066s] (1134/2962) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
79532026-06-25T02:24:32.722Z PASS [ 0.071s] (1135/2962) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
79542026-06-25T02:24:32.731Z PASS [ 0.066s] (1136/2962) omicron-certificates tests::test_cert_extended_key_usage
79552026-06-25T02:24:32.762Z PASS [ 0.056s] (1137/2962) omicron-certificates tests::test_common_name_is_validated
79562026-06-25T02:24:32.785Z PASS [ 0.063s] (1138/2962) omicron-certificates tests::test_subject_alternate_names_are_validated
79572026-06-25T02:24:32.810Z PASS [ 0.080s] (1139/2962) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
79582026-06-25T02:24:33.188Z PASS [ 8.644s] (1140/2962) nexus-mgs-updates driver_update::test::test_sp_update_basic
79592026-06-25T02:24:33.624Z PASS [ 3.162s] (1141/2962) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
79602026-06-25T02:24:34.109Z PASS [ 2.546s] (1142/2962) nexus-test-utils test::test_suite_password_matches_hash
79612026-06-25T02:24:34.233Z PASS [ 1.422s] (1143/2962) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
79622026-06-25T02:24:34.253Z PASS [ 0.020s] (1144/2962) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
79632026-06-25T02:24:34.303Z PASS [ 0.049s] (1145/2962) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
79642026-06-25T02:24:34.589Z PASS [ 0.286s] (1146/2962) omicron-cockroach-metrics tests::test_cluster_client_caching
79652026-06-25T02:24:34.607Z PASS [ 0.018s] (1147/2962) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
79662026-06-25T02:24:34.626Z PASS [ 0.018s] (1148/2962) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
79672026-06-25T02:24:34.645Z PASS [ 0.019s] (1149/2962) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
79682026-06-25T02:24:34.663Z PASS [ 0.018s] (1150/2962) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
79692026-06-25T02:24:34.685Z PASS [ 0.021s] (1151/2962) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
79702026-06-25T02:24:34.703Z PASS [ 0.019s] (1152/2962) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
79712026-06-25T02:24:34.723Z PASS [ 0.020s] (1153/2962) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
79722026-06-25T02:24:34.741Z PASS [ 0.018s] (1154/2962) omicron-common address::test::test_dns_subnets
79732026-06-25T02:24:34.760Z PASS [ 0.019s] (1155/2962) omicron-common address::test::test_ip_range_checks_non_decreasing
79742026-06-25T02:24:34.775Z PASS [ 1.587s] (1156/2962) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
79752026-06-25T02:24:34.781Z PASS [ 0.021s] (1157/2962) omicron-common address::test::test_ip_range_enum_deserialization
79762026-06-25T02:24:34.790Z PASS [ 9.827s] (1158/2962) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
79772026-06-25T02:24:34.794Z PASS [ 0.019s] (1159/2962) omicron-common address::test::test_ip_range_iter
79782026-06-25T02:24:34.799Z PASS [ 0.018s] (1160/2962) omicron-common address::test::test_ip_range_length
79792026-06-25T02:24:34.810Z PASS [ 0.019s] (1161/2962) omicron-common address::test::test_ip_range_try_from
79802026-06-25T02:24:34.814Z PASS [ 0.019s] (1162/2962) omicron-common address::test::test_ipv6_subnet_deserialize
79812026-06-25T02:24:34.820Z PASS [ 0.020s] (1163/2962) omicron-common address::test::test_sled_address
79822026-06-25T02:24:34.833Z PASS [ 0.022s] (1164/2962) omicron-common api::external::error::test::test_bail_unless
79832026-06-25T02:24:34.836Z PASS [ 0.020s] (1165/2962) omicron-common api::external::error::test::test_context
79842026-06-25T02:24:34.840Z PASS [ 0.019s] (1166/2962) omicron-common api::external::http_pagination::test::test_pagination_examples
79852026-06-25T02:24:34.858Z PASS [ 0.025s] (1167/2962) omicron-common api::external::http_pagination::test::test_pagination_schemas
79862026-06-25T02:24:34.861Z PASS [ 0.025s] (1168/2962) omicron-common api::external::http_pagination::test::test_scan_by_id
79872026-06-25T02:24:34.865Z PASS [ 0.025s] (1169/2962) omicron-common api::external::http_pagination::test::test_scan_by_name
79882026-06-25T02:24:34.879Z PASS [ 0.021s] (1170/2962) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
79892026-06-25T02:24:34.884Z PASS [ 0.023s] (1171/2962) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
79902026-06-25T02:24:34.887Z PASS [ 0.023s] (1172/2962) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
79912026-06-25T02:24:34.902Z PASS [ 0.023s] (1173/2962) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
79922026-06-25T02:24:34.905Z PASS [ 0.021s] (1174/2962) omicron-common api::external::test::test_bytecount
79932026-06-25T02:24:34.911Z PASS [ 0.023s] (1175/2962) omicron-common api::external::test::test_bytecount_display
79942026-06-25T02:24:34.922Z PASS [ 0.020s] (1176/2962) omicron-common api::external::test::test_digest
79952026-06-25T02:24:34.925Z PASS [ 0.020s] (1177/2962) omicron-common api::external::test::test_firewall_deserialization
79962026-06-25T02:24:34.942Z PASS [ 0.031s] (1178/2962) omicron-common api::external::test::test_firewall_rule_host_filter_parse
79972026-06-25T02:24:34.947Z PASS [ 0.024s] (1179/2962) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
79982026-06-25T02:24:34.956Z PASS [ 0.031s] (1180/2962) omicron-common api::external::test::test_firewall_rule_target_parse
79992026-06-25T02:24:34.967Z PASS [ 0.025s] (1181/2962) omicron-common api::external::test::test_generation_display_parse
80002026-06-25T02:24:34.971Z PASS [ 0.024s] (1182/2962) omicron-common api::external::test::test_generation_from_int
80012026-06-25T02:24:34.991Z PASS [ 0.024s] (1183/2962) omicron-common api::external::test::test_generation_serde
80022026-06-25T02:24:34.995Z PASS [ 0.024s] (1184/2962) omicron-common api::external::test::test_hostname_from_str
80032026-06-25T02:24:35.014Z PASS [ 0.023s] (1185/2962) omicron-common api::external::test::test_ip_port_range_from_str
80042026-06-25T02:24:35.024Z PASS [ 0.029s] (1186/2962) omicron-common api::external::test::test_ip_port_range_into_str
80052026-06-25T02:24:35.045Z PASS [ 0.030s] (1187/2962) omicron-common api::external::test::test_ipv6_net_operations
80062026-06-25T02:24:35.052Z PASS [ 0.027s] (1188/2962) omicron-common api::external::test::test_mac_system_iterator
80072026-06-25T02:24:35.069Z PASS [ 0.023s] (1189/2962) omicron-common api::external::test::test_mac_to_int_conversions
80082026-06-25T02:24:35.072Z PASS [ 0.116s] (1190/2962) omicron-common api::external::test::test_generation_overflow
80092026-06-25T02:24:35.077Z PASS [ 0.025s] (1191/2962) omicron-common api::external::test::test_macaddr
80102026-06-25T02:24:35.090Z PASS [ 0.022s] (1192/2962) omicron-common api::external::test::test_name_parse
80112026-06-25T02:24:35.095Z PASS [ 0.022s] (1193/2962) omicron-common api::external::test::test_name_parse_from_param
80122026-06-25T02:24:35.109Z PASS [ 0.031s] (1194/2962) omicron-common api::external::test::test_resource_name_parse
80132026-06-25T02:24:35.120Z PASS [ 0.029s] (1195/2962) omicron-common api::external::test::test_route_destination_parse
80142026-06-25T02:24:35.128Z PASS [ 0.034s] (1196/2962) omicron-common api::external::test::test_route_target_parse
80152026-06-25T02:24:35.140Z PASS [ 0.030s] (1197/2962) omicron-common api::external::test::test_semver_serialize
80162026-06-25T02:24:35.144Z PASS [ 0.024s] (1198/2962) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
80172026-06-25T02:24:35.153Z PASS [ 0.024s] (1199/2962) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
80182026-06-25T02:24:35.162Z PASS [ 0.018s] (1200/2962) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
80192026-06-25T02:24:35.174Z PASS [ 0.021s] (1201/2962) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
80202026-06-25T02:24:35.174Z PASS [ 0.034s] (1202/2962) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
80212026-06-25T02:24:35.198Z PASS [ 0.036s] (1203/2962) omicron-common disk::tests::parse_dataset_name
80222026-06-25T02:24:35.217Z PASS [ 0.043s] (1204/2962) omicron-common zpool_name::test::test_parse_external_zpool_name
80232026-06-25T02:24:35.221Z PASS [ 0.023s] (1205/2962) omicron-common zpool_name::test::test_parse_bad_zpool_names
80242026-06-25T02:24:35.230Z PASS [ 0.032s] (1206/2962) omicron-common zpool_name::test::test_parse_internal_zpool_name
80252026-06-25T02:24:35.240Z PASS [ 0.023s] (1207/2962) omicron-common zpool_name::test::test_parse_zpool_name_json
80262026-06-25T02:24:35.248Z PASS [ 0.026s] (1208/2962) omicron-common zpool_name::test::test_zpool_name_regex
80272026-06-25T02:24:35.301Z PASS [ 1.192s] (1209/2962) omicron-cockroach-admin context::tests::test_node_id
80282026-06-25T02:24:35.333Z PASS [ 12.959s] (1210/2962) nexus-db-queries policy_test::test_conferred_roles
80292026-06-25T02:24:35.380Z PASS [ 0.047s] (1211/2962) omicron-gateway management_switch::location_map::tests::test_config_validation
80302026-06-25T02:24:35.412Z PASS [ 0.033s] (1212/2962) omicron-gateway management_switch::location_map::tests::test_resolve_location
80312026-06-25T02:24:35.609Z PASS [ 0.196s] (1213/2962) omicron-gateway::test_all integration_tests::component_list::component_list
80322026-06-25T02:24:35.620Z PASS [ 0.380s] (1214/2962) omicron-dev::test-omicron-dev test_omicron_dev_no_args
80332026-06-25T02:24:35.644Z PASS [ 0.035s] (1215/2962) omicron-gateway::test_all integration_tests::config::read_production_smf_config
80342026-06-25T02:24:35.816Z PASS [ 0.586s] (1216/2962) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
80352026-06-25T02:24:35.823Z PASS [ 0.202s] (1217/2962) omicron-gateway::test_all integration_tests::ereports::ereports_basic
80362026-06-25T02:24:35.907Z PASS [ 0.263s] (1218/2962) omicron-gateway::test_all integration_tests::ereports::ereports_commit
80372026-06-25T02:24:36.038Z PASS [ 3.276s] (1219/2962) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
80382026-06-25T02:24:36.052Z PASS [ 0.235s] (1220/2962) omicron-gateway::test_all integration_tests::ereports::ereports_limit
80392026-06-25T02:24:36.125Z PASS [ 0.218s] (1221/2962) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
80402026-06-25T02:24:36.151Z PASS [ 0.025s] (1222/2962) omicron-ledger test::test_commit_handles_write_failures
80412026-06-25T02:24:36.177Z PASS [ 0.027s] (1223/2962) omicron-ledger test::test_create_default_ledger
80422026-06-25T02:24:36.203Z PASS [ 0.026s] (1224/2962) omicron-ledger test::test_create_ledger_reads_from_storage
80432026-06-25T02:24:36.213Z PASS [ 0.390s] (1225/2962) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
80442026-06-25T02:24:36.234Z PASS [ 0.022s] (1226/2962) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
80452026-06-25T02:24:36.245Z PASS [ 0.042s] (1227/2962) omicron-ledger test::test_create_ledger_reads_latest_from_storage
80462026-06-25T02:24:36.254Z PASS [ 0.216s] (1228/2962) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
80472026-06-25T02:24:36.262Z PASS [ 0.028s] (1229/2962) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
80482026-06-25T02:24:36.267Z PASS [ 0.215s] (1230/2962) omicron-gateway::test_all integration_tests::task_dump::task_dump
80492026-06-25T02:24:36.430Z PASS [ 0.163s] (1231/2962) omicron-nexus app::alert::tests::test_alert_class_list
80502026-06-25T02:24:38.087Z PASS [ 4.462s] (1232/2962) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
80512026-06-25T02:24:38.230Z PASS [ 5.445s] (1233/2962) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
80522026-06-25T02:24:38.673Z PASS [ 12.790s] (1234/2962) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
80532026-06-25T02:24:38.802Z PASS [ 12.136s] (1235/2962) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
80542026-06-25T02:24:38.838Z PASS [ 12.519s] (1236/2962) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
80552026-06-25T02:24:39.026Z PASS [ 14.457s] (1237/2962) nexus-mgs-updates driver_update::test::test_sp_update_takeover
80562026-06-25T02:24:39.360Z PASS [ 13.005s] (1238/2962) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
80572026-06-25T02:24:39.539Z PASS [ 0.178s] (1239/2962) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
80582026-06-25T02:24:39.589Z PASS [ 0.050s] (1240/2962) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
80592026-06-25T02:24:39.636Z PASS [ 0.047s] (1241/2962) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
80602026-06-25T02:24:39.684Z PASS [ 0.048s] (1242/2962) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
80612026-06-25T02:24:39.737Z PASS [ 0.053s] (1243/2962) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
80622026-06-25T02:24:44.446Z PASS [ 12.631s] (1244/2962) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
80632026-06-25T02:24:44.602Z PASS [ 19.674s] (1245/2962) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
80642026-06-25T02:24:47.170Z PASS [ 11.922s] (1246/2962) omicron-dev::test-omicron-dev test_run_all
80652026-06-25T02:24:48.219Z PASS [ 17.600s] (1247/2962) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
80662026-06-25T02:24:50.330Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80672026-06-25T02:24:50.389Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
80682026-06-25T02:24:50.524Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
80692026-06-25T02:24:50.564Z PASS [ 12.478s] (1248/2962) omicron-nexus app::background::driver::test::test_driver_basic
80702026-06-25T02:24:50.806Z PASS [ 6.203s] (1249/2962) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
80712026-06-25T02:24:50.907Z PASS [ 14.477s] (1250/2962) omicron-nexus app::background::driver::test::test_activation_in_progress
80722026-06-25T02:24:51.016Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
80732026-06-25T02:24:51.559Z PASS [ 7.113s] (1251/2962) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
80742026-06-25T02:24:52.545Z PASS [ 13.520s] (1252/2962) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
80752026-06-25T02:24:53.052Z PASS [ 5.882s] (1253/2962) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
80762026-06-25T02:24:53.779Z PASS [ 22.626s] (1254/2962) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
80772026-06-25T02:24:53.847Z PASS [ 0.068s] (1255/2962) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
80782026-06-25T02:24:54.380Z PASS [ 16.150s] (1256/2962) omicron-nexus app::background::init::test::test_dns_propagation_basic
80792026-06-25T02:24:54.391Z PASS [ 23.412s] (1257/2962) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
80802026-06-25T02:24:56.716Z PASS [ 144.058s] (1258/2962) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
80812026-06-25T02:24:56.736Z PASS [ 31.340s] (1259/2962) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
80822026-06-25T02:24:57.704Z PASS [ 6.144s] (1260/2962) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
80832026-06-25T02:24:58.899Z PASS [ 7.991s] (1261/2962) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
80842026-06-25T02:24:58.926Z PASS [ 6.381s] (1262/2962) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
80852026-06-25T02:24:59.462Z PASS [ 28.462s] (1263/2962) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
80862026-06-25T02:24:59.706Z PASS [ 6.654s] (1264/2962) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
80872026-06-25T02:24:59.839Z PASS [ 21.029s] (1265/2962) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
80882026-06-25T02:24:59.839Z PASS [ 21.159s] (1266/2962) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
80892026-06-25T02:25:00.202Z PASS [ 21.364s] (1267/2962) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
80902026-06-25T02:25:02.251Z PASS [ 25.997s] (1268/2962) omicron-ls-apis::test_dependencies test_api_dependencies
80912026-06-25T02:25:02.880Z PASS [ 26.634s] (1269/2962) omicron-ls-apis::test_dependencies test_api_check
80922026-06-25T02:25:03.193Z PASS [ 26.930s] (1270/2962) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
80932026-06-25T02:25:05.160Z PASS [ 6.233s] (1271/2962) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
80942026-06-25T02:25:05.405Z PASS [ 14.840s] (1272/2962) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
80952026-06-25T02:25:05.798Z PASS [ 6.335s] (1273/2962) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
80962026-06-25T02:25:06.179Z PASS [ 17.960s] (1274/2962) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
80972026-06-25T02:25:06.228Z PASS [ 6.522s] (1275/2962) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
80982026-06-25T02:25:06.660Z PASS [ 6.828s] (1276/2962) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
80992026-06-25T02:25:06.867Z PASS [ 6.665s] (1277/2962) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
81002026-06-25T02:25:07.038Z PASS [ 7.195s] (1278/2962) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
81012026-06-25T02:25:08.241Z PASS [ 14.393s] (1279/2962) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
81022026-06-25T02:25:09.005Z PASS [ 6.754s] (1280/2962) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
81032026-06-25T02:25:09.029Z PASS [ 14.639s] (1281/2962) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
81042026-06-25T02:25:09.088Z PASS [ 0.058s] (1282/2962) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
81052026-06-25T02:25:09.137Z PASS [ 0.049s] (1283/2962) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
81062026-06-25T02:25:09.198Z PASS [ 0.061s] (1284/2962) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
81072026-06-25T02:25:09.254Z PASS [ 0.056s] (1285/2962) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
81082026-06-25T02:25:09.310Z PASS [ 0.055s] (1286/2962) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
81092026-06-25T02:25:09.355Z PASS [ 0.046s] (1287/2962) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
81102026-06-25T02:25:09.390Z PASS [ 6.197s] (1288/2962) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
81112026-06-25T02:25:09.408Z PASS [ 0.052s] (1289/2962) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
81122026-06-25T02:25:09.474Z PASS [ 0.066s] (1290/2962) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
81132026-06-25T02:25:09.521Z PASS [ 0.130s] (1291/2962) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
81142026-06-25T02:25:09.581Z PASS [ 0.061s] (1292/2962) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
81152026-06-25T02:25:09.595Z PASS [ 0.121s] (1293/2962) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
81162026-06-25T02:25:09.634Z PASS [ 0.053s] (1294/2962) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
81172026-06-25T02:25:09.647Z PASS [ 0.052s] (1295/2962) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
81182026-06-25T02:25:09.668Z PASS [ 6.787s] (1296/2962) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
81192026-06-25T02:25:09.691Z PASS [ 0.057s] (1297/2962) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
81202026-06-25T02:25:09.702Z PASS [ 0.055s] (1298/2962) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
81212026-06-25T02:25:09.723Z PASS [ 0.055s] (1299/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
81222026-06-25T02:25:09.745Z PASS [ 0.053s] (1300/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
81232026-06-25T02:25:09.769Z PASS [ 0.059s] (1301/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
81242026-06-25T02:25:09.776Z PASS [ 0.054s] (1302/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
81252026-06-25T02:25:09.796Z PASS [ 0.050s] (1303/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
81262026-06-25T02:25:09.820Z PASS [ 0.058s] (1304/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
81272026-06-25T02:25:09.828Z PASS [ 0.051s] (1305/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
81282026-06-25T02:25:09.849Z PASS [ 0.053s] (1306/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
81292026-06-25T02:25:09.866Z PASS [ 0.047s] (1307/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
81302026-06-25T02:25:09.896Z PASS [ 0.068s] (1308/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
81312026-06-25T02:25:09.911Z PASS [ 0.062s] (1309/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
81322026-06-25T02:25:09.934Z PASS [ 0.068s] (1310/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
81332026-06-25T02:25:09.960Z PASS [ 0.064s] (1311/2962) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
81342026-06-25T02:25:10.244Z PASS [ 15.864s] (1312/2962) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
81352026-06-25T02:25:10.445Z PASS [ 13.728s] (1313/2962) omicron-nexus app::background::tasks::dns_config::test::test_basic
81362026-06-25T02:25:10.527Z PASS [ 13.790s] (1314/2962) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
81372026-06-25T02:25:11.381Z PASS [ 6.221s] (1315/2962) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
81382026-06-25T02:25:11.519Z PASS [ 20.713s] (1316/2962) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
81392026-06-25T02:25:11.646Z PASS [ 6.241s] (1317/2962) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
81402026-06-25T02:25:11.712Z PASS [ 14.008s] (1318/2962) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
81412026-06-25T02:25:12.779Z PASS [ 13.879s] (1319/2962) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
81422026-06-25T02:25:13.010Z PASS [ 37.708s] (1320/2962) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
81432026-06-25T02:25:14.228Z PASS [ 5.987s] (1321/2962) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
81442026-06-25T02:25:21.832Z PASS [ 42.095s] (1322/2962) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
81452026-06-25T02:25:22.537Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
81462026-06-25T02:25:23.793Z PASS [ 14.788s] (1323/2962) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
81472026-06-25T02:25:24.898Z PASS [ 17.854s] (1324/2962) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
81482026-06-25T02:25:25.041Z PASS [ 14.796s] (1325/2962) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
81492026-06-25T02:25:25.102Z PASS [ 14.658s] (1326/2962) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
81502026-06-25T02:25:25.349Z PASS [ 14.822s] (1327/2962) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
81512026-06-25T02:25:25.413Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
81522026-06-25T02:25:25.842Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
81532026-06-25T02:25:25.858Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
81542026-06-25T02:25:26.479Z PASS [ 14.766s] (1328/2962) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
81552026-06-25T02:25:26.637Z PASS [ 15.117s] (1329/2962) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
81562026-06-25T02:25:26.916Z PASS [ 15.270s] (1330/2962) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
81572026-06-25T02:25:27.352Z PASS [ 14.573s] (1331/2962) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
81582026-06-25T02:25:27.389Z PASS [ 61.977s] (1332/2962) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
81592026-06-25T02:25:27.468Z PASS [ 16.086s] (1333/2962) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
81602026-06-25T02:25:27.645Z PASS [ 21.465s] (1334/2962) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
81612026-06-25T02:25:27.808Z PASS [ 14.798s] (1335/2962) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
81622026-06-25T02:25:28.764Z PASS [ 22.104s] (1336/2962) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
81632026-06-25T02:25:29.309Z PASS [ 4.268s] (1337/2962) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
81642026-06-25T02:25:29.475Z PASS [ 4.125s] (1338/2962) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
81652026-06-25T02:25:31.740Z PASS [ 21.829s] (1339/2962) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
81662026-06-25T02:25:32.672Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
81672026-06-25T02:25:32.783Z PASS [ 6.305s] (1340/2962) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
81682026-06-25T02:25:32.866Z PASS [ 6.230s] (1341/2962) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
81692026-06-25T02:25:33.596Z PASS [ 19.367s] (1342/2962) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
81702026-06-25T02:25:33.718Z PASS [ 71.183s] (1343/2962) nexus-db-queries policy_test::test_iam_roles_behavior
81712026-06-25T02:25:33.809Z PASS [ 0.091s] (1344/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
81722026-06-25T02:25:33.875Z PASS [ 0.066s] (1345/2962) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
81732026-06-25T02:25:33.939Z PASS [ 0.064s] (1346/2962) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
81742026-06-25T02:25:34.006Z PASS [ 0.067s] (1347/2962) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
81752026-06-25T02:25:34.068Z PASS [ 0.061s] (1348/2962) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
81762026-06-25T02:25:34.129Z PASS [ 0.061s] (1349/2962) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
81772026-06-25T02:25:34.196Z PASS [ 0.067s] (1350/2962) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
81782026-06-25T02:25:34.604Z PASS [ 0.407s] (1351/2962) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
81792026-06-25T02:25:35.209Z PASS [ 0.605s] (1352/2962) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
81802026-06-25T02:25:35.575Z PASS [ 0.366s] (1353/2962) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
81812026-06-25T02:25:35.602Z PASS [ 25.668s] (1354/2962) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
81822026-06-25T02:25:35.676Z PASS [ 0.074s] (1355/2962) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
81832026-06-25T02:25:35.728Z PASS [ 0.053s] (1356/2962) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
81842026-06-25T02:25:35.779Z PASS [ 0.051s] (1357/2962) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
81852026-06-25T02:25:35.833Z PASS [ 0.054s] (1358/2962) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
81862026-06-25T02:25:35.885Z PASS [ 0.051s] (1359/2962) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
81872026-06-25T02:25:35.939Z PASS [ 0.054s] (1360/2962) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
81882026-06-25T02:25:35.992Z PASS [ 0.053s] (1361/2962) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
81892026-06-25T02:25:36.044Z PASS [ 0.053s] (1362/2962) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
81902026-06-25T02:25:36.096Z PASS [ 0.051s] (1363/2962) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
81912026-06-25T02:25:36.155Z PASS [ 0.059s] (1364/2962) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
81922026-06-25T02:25:36.210Z PASS [ 0.055s] (1365/2962) omicron-nexus app::crucible::test::upstairs_health_search
81932026-06-25T02:25:36.286Z PASS [ 0.076s] (1366/2962) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
81942026-06-25T02:25:36.414Z PASS [ 0.128s] (1367/2962) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
81952026-06-25T02:25:36.500Z PASS [ 0.086s] (1368/2962) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
81962026-06-25T02:25:37.244Z PASS [ 1.669s] (1369/2962) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
81972026-06-25T02:25:37.338Z PASS [ 0.094s] (1370/2962) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
81982026-06-25T02:25:37.594Z PASS [ 1.093s] (1371/2962) omicron-nexus app::external_endpoints::test::test_authority
81992026-06-25T02:25:37.714Z PASS [ 0.119s] (1372/2962) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
82002026-06-25T02:25:37.783Z PASS [ 0.068s] (1373/2962) omicron-nexus app::external_endpoints::test::test_no_endpoint
82012026-06-25T02:25:37.841Z PASS [ 0.059s] (1374/2962) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
82022026-06-25T02:25:37.906Z PASS [ 0.065s] (1375/2962) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
82032026-06-25T02:25:37.972Z PASS [ 0.066s] (1376/2962) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
82042026-06-25T02:25:37.983Z PASS [ 72.144s] (1377/2962) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
82052026-06-25T02:25:38.041Z PASS [ 0.069s] (1378/2962) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
82062026-06-25T02:25:38.044Z PASS [ 28.081s] (1379/2962) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
82072026-06-25T02:25:38.050Z PASS [ 0.068s] (1380/2962) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
82082026-06-25T02:25:38.137Z PASS [ 0.096s] (1381/2962) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
82092026-06-25T02:25:38.141Z PASS [ 0.090s] (1382/2962) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
82102026-06-25T02:25:38.147Z PASS [ 13.255s] (1383/2962) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
82112026-06-25T02:25:38.157Z PASS [ 0.115s] (1384/2962) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
82122026-06-25T02:25:38.190Z PASS [ 0.054s] (1385/2962) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
82132026-06-25T02:25:38.196Z PASS [ 0.054s] (1386/2962) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
82142026-06-25T02:25:38.210Z PASS [ 0.062s] (1387/2962) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
82152026-06-25T02:25:38.213Z PASS [ 0.055s] (1388/2962) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
82162026-06-25T02:25:38.220Z PASS [ 14.427s] (1389/2962) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
82172026-06-25T02:25:38.283Z PASS [ 0.093s] (1390/2962) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
82182026-06-25T02:25:38.314Z PASS [ 0.118s] (1391/2962) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
82192026-06-25T02:25:38.334Z PASS [ 0.124s] (1392/2962) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
82202026-06-25T02:25:38.340Z PASS [ 0.057s] (1393/2962) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
82212026-06-25T02:25:38.397Z PASS [ 0.133s] (1394/2962) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
82222026-06-25T02:25:38.400Z PASS [ 0.135s] (1395/2962) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
82232026-06-25T02:25:38.400Z PASS [ 0.052s] (1396/2962) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
82242026-06-25T02:25:38.404Z PASS [ 0.070s] (1397/2962) omicron-nexus app::multicast::tests::test_is_ssm_address
82252026-06-25T02:25:38.435Z PASS [ 0.069s] (1398/2962) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
82262026-06-25T02:25:39.104Z PASS [ 1.766s] (1399/2962) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
82272026-06-25T02:25:40.388Z PASS [ 15.286s] (1400/2962) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
82282026-06-25T02:25:40.897Z PASS [ 19.064s] (1401/2962) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
82292026-06-25T02:25:41.084Z PASS [ 13.692s] (1402/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
82302026-06-25T02:25:41.194Z PASS [ 14.278s] (1403/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
82312026-06-25T02:25:41.314Z PASS [ 13.506s] (1404/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
82322026-06-25T02:25:41.831Z PASS [ 14.186s] (1405/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
82332026-06-25T02:25:42.329Z PASS [ 14.862s] (1406/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
82342026-06-25T02:25:42.410Z PASS [ 12.935s] (1407/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
82352026-06-25T02:25:42.473Z PASS [ 15.120s] (1408/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
82362026-06-25T02:25:43.060Z PASS [ 112.537s] (1409/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
82372026-06-25T02:25:44.796Z PASS [ 114.409s] (1410/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
82382026-06-25T02:25:46.733Z PASS [ 14.992s] (1411/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
82392026-06-25T02:25:47.087Z PASS [ 17.777s] (1412/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
82402026-06-25T02:25:47.701Z PASS [ 41.902s] (1413/2962) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
82412026-06-25T02:25:47.718Z PASS [ 18.953s] (1414/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
82422026-06-25T02:25:47.758Z PASS [ 14.974s] (1415/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
82432026-06-25T02:25:47.922Z PASS [ 15.055s] (1416/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
82442026-06-25T02:25:47.937Z PASS [ 116.923s] (1417/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
82452026-06-25T02:25:50.033Z PASS [ 43.804s] (1418/2962) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
82462026-06-25T02:25:50.332Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82472026-06-25T02:25:50.653Z PASS [ 17.056s] (1419/2962) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
82482026-06-25T02:25:50.740Z PASS [ 84.883s] (1420/2962) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
82492026-06-25T02:25:52.363Z PASS [ 14.018s] (1421/2962) omicron-nexus app::quiesce::test::test_quiesce_full
82502026-06-25T02:25:52.784Z PASS [ 14.443s] (1422/2962) omicron-nexus app::quiesce::test::test_quiesce_easy
82512026-06-25T02:25:53.200Z PASS [ 46.333s] (1423/2962) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
82522026-06-25T02:25:53.771Z PASS [ 15.415s] (1424/2962) omicron-nexus app::quiesce::test::test_quiesce_multi
82532026-06-25T02:25:59.710Z PASS [ 21.275s] (1425/2962) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
82542026-06-25T02:26:00.472Z PASS [ 21.367s] (1426/2962) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
82552026-06-25T02:26:02.074Z PASS [ 23.669s] (1427/2962) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
82562026-06-25T02:26:02.741Z PASS [ 19.682s] (1428/2962) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
82572026-06-25T02:26:03.225Z PASS [ 20.895s] (1429/2962) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
82582026-06-25T02:26:04.618Z PASS [ 22.146s] (1430/2962) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
82592026-06-25T02:26:05.688Z PASS [ 17.929s] (1431/2962) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
82602026-06-25T02:26:06.611Z PASS [ 18.893s] (1432/2962) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
82612026-06-25T02:26:07.244Z PASS [ 17.211s] (1433/2962) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
82622026-06-25T02:26:07.253Z PASS [ 19.316s] (1434/2962) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
82632026-06-25T02:26:07.320Z PASS [ 16.580s] (1435/2962) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
82642026-06-25T02:26:07.355Z PASS [ 19.432s] (1436/2962) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
82652026-06-25T02:26:07.693Z PASS [ 14.909s] (1437/2962) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
82662026-06-25T02:26:07.966Z PASS [ 14.765s] (1438/2962) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
82672026-06-25T02:26:08.375Z PASS [ 27.294s] (1439/2962) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
82682026-06-25T02:26:10.709Z PASS [ 28.878s] (1440/2962) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
82692026-06-25T02:26:10.812Z PASS [ 29.498s] (1441/2962) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
82702026-06-25T02:26:11.132Z PASS [ 26.335s] (1442/2962) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
82712026-06-25T02:26:11.630Z PASS [ 30.733s] (1443/2962) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
82722026-06-25T02:26:11.947Z PASS [ 24.246s] (1444/2962) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
82732026-06-25T02:26:15.725Z PASS [ 23.362s] (1445/2962) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
82742026-06-25T02:26:17.618Z PASS [ 30.531s] (1446/2962) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
82752026-06-25T02:26:18.158Z PASS [ 24.387s] (1447/2962) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
82762026-06-25T02:26:19.107Z PASS [ 17.033s] (1448/2962) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
82772026-06-25T02:26:20.829Z PASS [ 18.087s] (1449/2962) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
82782026-06-25T02:26:23.174Z PASS [ 19.949s] (1450/2962) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
82792026-06-25T02:26:25.948Z PASS [ 20.260s] (1451/2962) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
82802026-06-25T02:26:26.654Z PASS [ 36.001s] (1452/2962) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
82812026-06-25T02:26:26.696Z PASS [ 20.084s] (1453/2962) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
82822026-06-25T02:26:28.102Z PASS [ 20.781s] (1454/2962) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
82832026-06-25T02:26:28.208Z PASS [ 20.515s] (1455/2962) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
82842026-06-25T02:26:28.219Z PASS [ 20.253s] (1456/2962) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
82852026-06-25T02:26:28.637Z PASS [ 21.383s] (1457/2962) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
82862026-06-25T02:26:30.332Z PASS [ 49.943s] (1458/2962) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
82872026-06-25T02:26:30.611Z PASS [ 18.981s] (1459/2962) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
82882026-06-25T02:26:30.963Z PASS [ 49.768s] (1460/2962) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
82892026-06-25T02:26:31.058Z PASS [ 20.349s] (1461/2962) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
82902026-06-25T02:26:32.042Z PASS [ 21.230s] (1462/2962) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
82912026-06-25T02:26:32.673Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
82922026-06-25T02:26:32.924Z PASS [ 20.977s] (1463/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
82932026-06-25T02:26:36.623Z PASS [ 49.889s] (1464/2962) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
82942026-06-25T02:26:38.281Z PASS [ 20.663s] (1465/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
82952026-06-25T02:26:39.007Z PASS [ 56.597s] (1466/2962) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
82962026-06-25T02:26:39.168Z PASS [ 21.010s] (1467/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
82972026-06-25T02:26:39.787Z PASS [ 11.579s] (1468/2962) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
82982026-06-25T02:26:39.918Z PASS [ 11.698s] (1469/2962) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
82992026-06-25T02:26:40.160Z PASS [ 11.523s] (1470/2962) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
83002026-06-25T02:26:41.635Z PASS [ 41.924s] (1471/2962) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
83012026-06-25T02:26:41.698Z PASS [ 0.063s] (1472/2962) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
83022026-06-25T02:26:42.464Z PASS [ 10.422s] (1473/2962) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
83032026-06-25T02:26:42.517Z PASS [ 11.554s] (1474/2962) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
83042026-06-25T02:26:43.052Z PASS [ 22.222s] (1475/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
83052026-06-25T02:26:43.313Z PASS [ 12.701s] (1476/2962) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
83062026-06-25T02:26:44.104Z PASS [ 13.772s] (1477/2962) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
83072026-06-25T02:26:47.704Z PASS [ 19.601s] (1478/2962) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
83082026-06-25T02:26:47.801Z PASS [ 21.853s] (1479/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
83092026-06-25T02:26:48.384Z PASS [ 11.762s] (1480/2962) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
83102026-06-25T02:26:48.595Z PASS [ 21.941s] (1481/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
83112026-06-25T02:26:50.334Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
83122026-06-25T02:26:52.288Z PASS [ 12.127s] (1482/2962) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
83132026-06-25T02:26:53.442Z PASS [ 26.746s] (1483/2962) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
83142026-06-25T02:26:57.515Z PASS [ 9.130s] (1484/2962) omicron-nexus app::sagas::test_saga::test_saga_stuck
83152026-06-25T02:26:59.308Z PASS [ 16.256s] (1485/2962) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
83162026-06-25T02:27:00.102Z PASS [ 15.997s] (1486/2962) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
83172026-06-25T02:27:00.177Z PASS [ 16.864s] (1487/2962) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
83182026-06-25T02:27:00.473Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
83192026-06-25T02:27:00.526Z PASS [ 11.930s] (1488/2962) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
83202026-06-25T02:27:00.619Z PASS [ 52.243s] (1489/2962) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
83212026-06-25T02:27:01.858Z PASS [ 22.851s] (1490/2962) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
83222026-06-25T02:27:02.779Z PASS [ 14.978s] (1491/2962) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
83232026-06-25T02:27:02.794Z PASS [ 10.504s] (1492/2962) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
83242026-06-25T02:27:03.017Z PASS [ 62.545s] (1493/2962) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
83252026-06-25T02:27:03.433Z PASS [ 15.729s] (1494/2962) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
83262026-06-25T02:27:04.366Z PASS [ 10.923s] (1495/2962) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
83272026-06-25T02:27:04.621Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
83282026-06-25T02:27:07.246Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
83292026-06-25T02:27:07.357Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
83302026-06-25T02:27:08.359Z PASS [ 26.660s] (1496/2962) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
83312026-06-25T02:27:08.504Z PASS [ 10.988s] (1497/2962) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
83322026-06-25T02:27:10.909Z PASS [ 10.384s] (1498/2962) omicron-nexus app::update::test::test_contact_support_all_unhealthy
83332026-06-25T02:27:11.004Z PASS [ 0.095s] (1499/2962) omicron-nexus app::update::test::test_problems_all_unhealthy
83342026-06-25T02:27:11.084Z PASS [ 0.079s] (1500/2962) omicron-nexus app::update::test::test_problems_healthy_system
83352026-06-25T02:27:11.135Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
83362026-06-25T02:27:11.236Z PASS [ 0.152s] (1501/2962) omicron-nexus app::update::test::test_problems_missing_sleds
83372026-06-25T02:27:11.316Z PASS [ 0.080s] (1502/2962) omicron-nexus app::update::test::test_problems_stale_inventory
83382026-06-25T02:27:11.406Z PASS [ 0.090s] (1503/2962) omicron-nexus app::update::test::test_problems_stuck_sagas
83392026-06-25T02:27:11.493Z PASS [ 0.087s] (1504/2962) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
83402026-06-25T02:27:11.572Z PASS [ 0.079s] (1505/2962) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
83412026-06-25T02:27:11.612Z PASS [ 10.993s] (1506/2962) omicron-nexus app::update::test::test_contact_support_healthy_system
83422026-06-25T02:27:11.652Z PASS [ 0.080s] (1507/2962) omicron-nexus app::update::test::test_problems_stuck_update
83432026-06-25T02:27:11.691Z PASS [ 0.079s] (1508/2962) omicron-nexus app::update::test::test_problems_unhealthy_services
83442026-06-25T02:27:11.737Z PASS [ 0.084s] (1509/2962) omicron-nexus app::update::test::test_problems_unhealthy_zpools
83452026-06-25T02:27:11.783Z PASS [ 0.092s] (1510/2962) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
83462026-06-25T02:27:11.840Z PASS [ 0.057s] (1511/2962) omicron-nexus external_api::console_api::test::test_accept_gz
83472026-06-25T02:27:11.898Z PASS [ 0.057s] (1512/2962) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
83482026-06-25T02:27:11.954Z PASS [ 0.056s] (1513/2962) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
83492026-06-25T02:27:12.017Z PASS [ 0.062s] (1514/2962) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
83502026-06-25T02:27:12.072Z PASS [ 0.055s] (1515/2962) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
83512026-06-25T02:27:12.111Z PASS [ 12.802s] (1516/2962) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
83522026-06-25T02:27:12.150Z PASS [ 0.079s] (1517/2962) omicron-nexus external_api::console_api::test::test_find_file_finds_file
83532026-06-25T02:27:12.178Z PASS [ 0.068s] (1518/2962) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
83542026-06-25T02:27:12.212Z PASS [ 0.061s] (1519/2962) omicron-nexus external_api::console_api::test::test_relative_uri
83552026-06-25T02:27:12.788Z PASS [ 10.929s] (1520/2962) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
83562026-06-25T02:27:12.914Z PASS [ 12.737s] (1521/2962) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
83572026-06-25T02:27:13.239Z PASS [ 13.138s] (1522/2962) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
83582026-06-25T02:27:13.756Z PASS [ 2.019s] (1523/2962) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
83592026-06-25T02:27:14.059Z PASS [ 58.333s] (1524/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
83602026-06-25T02:27:14.091Z PASS [ 11.300s] (1525/2962) omicron-nexus app::update::test::test_contact_support_stuck_saga
83612026-06-25T02:27:14.235Z PASS [ 11.218s] (1526/2962) omicron-nexus app::update::test::test_contact_support_stuck_update
83622026-06-25T02:27:14.293Z PASS [ 11.514s] (1527/2962) omicron-nexus app::update::test::test_contact_support_missing_sleds
83632026-06-25T02:27:14.626Z PASS [ 11.193s] (1528/2962) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
83642026-06-25T02:27:15.072Z PASS [ 10.706s] (1529/2962) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
83652026-06-25T02:27:17.563Z PASS [ 46.504s] (1530/2962) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
83662026-06-25T02:27:18.678Z PASS [ 45.753s] (1531/2962) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
83672026-06-25T02:27:19.110Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
83682026-06-25T02:27:19.152Z PASS [ 10.792s] (1532/2962) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
83692026-06-25T02:27:19.909Z PASS [ 11.406s] (1533/2962) omicron-nexus app::update::test::test_contact_support_update_in_progress
83702026-06-25T02:27:23.176Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
83712026-06-25T02:27:24.455Z PASS [ 12.243s] (1534/2962) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
83722026-06-25T02:27:24.706Z PASS [ 45.537s] (1535/2962) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
83732026-06-25T02:27:24.752Z PASS [ 11.963s] (1536/2962) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
83742026-06-25T02:27:25.666Z PASS [ 45.878s] (1537/2962) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
83752026-06-25T02:27:27.461Z PASS [ 2.710s] (1538/2962) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
83762026-06-25T02:27:27.878Z PASS [ 0.416s] (1539/2962) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
83772026-06-25T02:27:28.079Z PASS [ 2.413s] (1540/2962) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
83782026-06-25T02:27:28.768Z PASS [ 46.251s] (1541/2962) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
83792026-06-25T02:27:30.140Z PASS [ 15.068s] (1542/2962) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
83802026-06-25T02:27:30.623Z PASS [ 13.059s] (1543/2962) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
83812026-06-25T02:27:30.732Z PASS [ 16.106s] (1544/2962) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
83822026-06-25T02:27:31.031Z PASS [ 18.117s] (1545/2962) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
83832026-06-25T02:27:31.211Z PASS [ 17.152s] (1546/2962) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
83842026-06-25T02:27:31.246Z PASS [ 18.006s] (1547/2962) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
83852026-06-25T02:27:32.675Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
83862026-06-25T02:27:33.058Z PASS [ 18.966s] (1548/2962) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
83872026-06-25T02:27:33.126Z PASS [ 18.890s] (1549/2962) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
83882026-06-25T02:27:35.144Z PASS [ 52.680s] (1550/2962) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
83892026-06-25T02:27:35.603Z PASS [ 10.898s] (1551/2962) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
83902026-06-25T02:27:35.664Z PASS [ 88.419s] (1552/2962) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
83912026-06-25T02:27:37.137Z PASS [ 17.227s] (1553/2962) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
83922026-06-25T02:27:38.283Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
83932026-06-25T02:27:39.425Z PASS [ 11.345s] (1554/2962) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
83942026-06-25T02:27:39.656Z PASS [ 11.777s] (1555/2962) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
83952026-06-25T02:27:39.899Z PASS [ 26.142s] (1556/2962) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
83962026-06-25T02:27:39.920Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
83972026-06-25T02:27:40.679Z PASS [ 11.910s] (1557/2962) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
83982026-06-25T02:27:41.601Z PASS [ 10.868s] (1558/2962) omicron-nexus::test_all integration_tests::basic::test_basic_failures
83992026-06-25T02:27:42.068Z PASS [ 10.857s] (1559/2962) omicron-nexus::test_all integration_tests::basic::test_ping
84002026-06-25T02:27:42.398Z PASS [ 28.104s] (1560/2962) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
84012026-06-25T02:27:42.916Z PASS [ 12.775s] (1561/2962) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
84022026-06-25T02:27:42.927Z PASS [ 12.305s] (1562/2962) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
84032026-06-25T02:27:43.243Z PASS [ 98.623s] (1563/2962) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
84042026-06-25T02:27:43.246Z PASS [ 31.066s] (1564/2962) omicron-nexus populate::test::test_populators
84052026-06-25T02:27:43.533Z PASS [ 0.290s] (1565/2962) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
84062026-06-25T02:27:44.012Z PASS [ 19.556s] (1566/2962) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
84072026-06-25T02:27:44.282Z PASS [ 85.173s] (1567/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
84082026-06-25T02:27:44.333Z PASS [ 1.406s] (1568/2962) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
84092026-06-25T02:27:44.735Z PASS [ 1.819s] (1569/2962) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
84102026-06-25T02:27:45.055Z PASS [ 11.929s] (1570/2962) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
84112026-06-25T02:27:45.887Z PASS [ 10.743s] (1571/2962) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
84122026-06-25T02:27:47.295Z PASS [ 11.691s] (1572/2962) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
84132026-06-25T02:27:47.349Z PASS [ 11.685s] (1573/2962) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
84142026-06-25T02:27:49.173Z PASS [ 85.998s] (1574/2962) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
84152026-06-25T02:27:49.522Z PASS [ 12.385s] (1575/2962) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
84162026-06-25T02:27:49.718Z PASS [ 69.800s] (1576/2962) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
84172026-06-25T02:27:49.892Z PASS [ 30.740s] (1577/2962) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
84182026-06-25T02:27:50.335Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
84192026-06-25T02:27:50.573Z PASS [ 19.326s] (1578/2962) omicron-nexus::test_all integration_tests::basic::test_projects_basic
84202026-06-25T02:27:51.969Z PASS [ 12.544s] (1579/2962) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
84212026-06-25T02:27:52.636Z PASS [ 101.503s] (1580/2962) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
84222026-06-25T02:27:52.935Z PASS [ 13.036s] (1581/2962) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
84232026-06-25T02:27:54.066Z PASS [ 12.465s] (1582/2962) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
84242026-06-25T02:27:54.371Z PASS [ 23.340s] (1583/2962) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
84252026-06-25T02:27:54.734Z PASS [ 76.452s] (1584/2962) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
84262026-06-25T02:27:55.040Z PASS [ 12.642s] (1585/2962) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
84272026-06-25T02:27:55.170Z PASS [ 13.102s] (1586/2962) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
84282026-06-25T02:27:55.173Z PASS [ 15.514s] (1587/2962) omicron-nexus::test_all integration_tests::certificates::test_crud
84292026-06-25T02:27:55.696Z PASS [ 12.451s] (1588/2962) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
84302026-06-25T02:27:55.915Z PASS [ 12.382s] (1589/2962) omicron-nexus::test_all integration_tests::console_api::test_assets
84312026-06-25T02:27:56.032Z PASS [ 12.020s] (1590/2962) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
84322026-06-25T02:27:57.360Z PASS [ 12.623s] (1591/2962) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
84332026-06-25T02:27:57.926Z PASS [ 24.867s] (1592/2962) omicron-nexus::test_all integration_tests::basic::test_projects_list
84342026-06-25T02:27:59.348Z PASS [ 13.461s] (1593/2962) omicron-nexus::test_all integration_tests::console_api::test_session_me
84352026-06-25T02:27:59.879Z PASS [ 12.584s] (1594/2962) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
84362026-06-25T02:28:00.502Z PASS [ 15.448s] (1595/2962) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
84372026-06-25T02:28:00.918Z PASS [ 20.239s] (1596/2962) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
84382026-06-25T02:28:01.010Z PASS [ 11.837s] (1597/2962) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
84392026-06-25T02:28:01.570Z PASS [ 17.286s] (1598/2962) omicron-nexus::test_all integration_tests::console_api::test_console_pages
84402026-06-25T02:28:02.631Z PASS [ 18.298s] (1599/2962) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
84412026-06-25T02:28:04.793Z PASS [ 17.444s] (1600/2962) omicron-nexus::test_all integration_tests::console_api::test_sessions
84422026-06-25T02:28:07.360Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
84432026-06-25T02:28:10.807Z PASS [ 10.304s] (1601/2962) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
84442026-06-25T02:28:11.482Z PASS [ 10.470s] (1602/2962) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
84452026-06-25T02:28:11.998Z PASS [ 10.429s] (1603/2962) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
84462026-06-25T02:28:12.031Z PASS [ 9.399s] (1604/2962) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
84472026-06-25T02:28:15.540Z PASS [ 128.184s] (1605/2962) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
84482026-06-25T02:28:17.788Z PASS [ 12.995s] (1606/2962) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
84492026-06-25T02:28:17.967Z PASS [ 17.049s] (1607/2962) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
84502026-06-25T02:28:18.680Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
84512026-06-25T02:28:18.865Z PASS [ 7.384s] (1608/2962) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
84522026-06-25T02:28:22.680Z PASS [ 10.682s] (1609/2962) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
84532026-06-25T02:28:22.765Z PASS [ 11.958s] (1610/2962) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
84542026-06-25T02:28:27.776Z PASS [ 355.109s] (1611/2962) oximeter-db client::tests::test_replicated
84552026-06-25T02:28:29.139Z PASS [ 1.363s] (1612/2962) omicron-clickhouse-admin context::tests::test_database_usage
84562026-06-25T02:28:29.169Z PASS [ 0.030s] (1613/2962) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
84572026-06-25T02:28:29.197Z PASS [ 0.028s] (1614/2962) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
84582026-06-25T02:28:29.226Z PASS [ 0.029s] (1615/2962) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
84592026-06-25T02:28:29.255Z PASS [ 0.029s] (1616/2962) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
84602026-06-25T02:28:29.284Z PASS [ 0.029s] (1617/2962) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
84612026-06-25T02:28:30.080Z PASS [ 38.111s] (1618/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
84622026-06-25T02:28:30.190Z PASS [ 0.906s] (1619/2962) omicron-clickhouse-admin context::tests::test_retention_policy
84632026-06-25T02:28:30.695Z PASS [ 0.505s] (1620/2962) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
84642026-06-25T02:28:30.877Z PASS [ 0.182s] (1621/2962) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
84652026-06-25T02:28:31.057Z PASS [ 0.179s] (1622/2962) omicron-clickhouse-admin::integration_test test_lgif_parsing
84662026-06-25T02:28:31.247Z PASS [ 0.189s] (1623/2962) omicron-clickhouse-admin::integration_test test_raft_config_parsing
84672026-06-25T02:28:31.358Z PASS [ 0.112s] (1624/2962) omicron-clickhouse-admin::integration_test test_teardown
84682026-06-25T02:28:31.407Z PASS [ 0.050s] (1625/2962) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
84692026-06-25T02:28:31.897Z PASS [ 42.004s] (1626/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
84702026-06-25T02:28:34.045Z PASS [ 39.004s] (1627/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
84712026-06-25T02:28:36.621Z PASS [ 41.450s] (1628/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
84722026-06-25T02:28:40.963Z PASS [ 51.244s] (1629/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
84732026-06-25T02:28:41.209Z PASS [ 29.178s] (1630/2962) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
84742026-06-25T02:28:42.068Z PASS [ 47.697s] (1631/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
84752026-06-25T02:28:48.822Z PASS [ 54.088s] (1632/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
84762026-06-25T02:28:49.524Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
84772026-06-25T02:28:50.168Z PASS [ 91.489s] (1633/2962) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
84782026-06-25T02:28:50.336Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
84792026-06-25T02:28:50.576Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
84802026-06-25T02:28:52.639Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
84812026-06-25T02:28:52.937Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
84822026-06-25T02:28:54.068Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
84832026-06-25T02:28:55.173Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
84842026-06-25T02:28:55.698Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
84852026-06-25T02:28:55.917Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
84862026-06-25T02:28:56.035Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
84872026-06-25T02:28:56.554Z PASS [ 62.488s] (1634/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
84882026-06-25T02:28:57.361Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
84892026-06-25T02:28:57.928Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
84902026-06-25T02:28:58.561Z PASS [ 43.020s] (1635/2962) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
84912026-06-25T02:28:59.079Z PASS [ 63.382s] (1636/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
84922026-06-25T02:28:59.352Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
84932026-06-25T02:28:59.882Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
84942026-06-25T02:29:02.806Z PASS [ 12.638s] (1637/2962) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
84952026-06-25T02:29:03.487Z PASS [ 29.442s] (1638/2962) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
84962026-06-25T02:29:06.200Z PASS [ 73.264s] (1639/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
84972026-06-25T02:29:06.554Z PASS [ 71.384s] (1640/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
84982026-06-25T02:29:09.337Z PASS [ 32.715s] (1641/2962) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
84992026-06-25T02:29:09.603Z PASS [ 28.394s] (1642/2962) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
85002026-06-25T02:29:09.783Z PASS [ 72.424s] (1643/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
85012026-06-25T02:29:10.956Z PASS [ 39.059s] (1644/2962) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
85022026-06-25T02:29:11.720Z PASS [ 15.166s] (1645/2962) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
85032026-06-25T02:29:11.883Z PASS [ 53.018s] (1646/2962) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
85042026-06-25T02:29:12.427Z PASS [ 30.358s] (1647/2962) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
85052026-06-25T02:29:12.564Z PASS [ 49.798s] (1648/2962) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
85062026-06-25T02:29:13.280Z PASS [ 14.201s] (1649/2962) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
85072026-06-25T02:29:13.530Z PASS [ 43.448s] (1650/2962) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
85082026-06-25T02:29:17.790Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
85092026-06-25T02:29:17.969Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
85102026-06-25T02:29:18.175Z PASS [ 82.142s] (1651/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
85112026-06-25T02:29:21.608Z PASS [ 88.971s] (1652/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
85122026-06-25T02:29:22.683Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
85132026-06-25T02:29:24.826Z PASS [ 94.253s] (1653/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
85142026-06-25T02:29:26.603Z PASS [ 45.640s] (1654/2962) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
85152026-06-25T02:29:26.719Z PASS [ 90.803s] (1655/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
85162026-06-25T02:29:27.652Z PASS [ 18.315s] (1656/2962) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
85172026-06-25T02:29:29.194Z PASS [ 66.514s] (1657/2962) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
85182026-06-25T02:29:29.702Z PASS [ 31.141s] (1658/2962) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
85192026-06-25T02:29:29.760Z PASS [ 18.804s] (1659/2962) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
85202026-06-25T02:29:30.355Z PASS [ 72.387s] (1660/2962) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
85212026-06-25T02:29:30.774Z PASS [ 18.347s] (1661/2962) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
85222026-06-25T02:29:31.410Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
85232026-06-25T02:29:33.236Z PASS [ 103.713s] (1662/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
85242026-06-25T02:29:34.450Z PASS [ 31.644s] (1663/2962) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
85252026-06-25T02:29:34.816Z PASS [ 22.251s] (1664/2962) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
85262026-06-25T02:29:35.698Z PASS [ 95.818s] (1665/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
85272026-06-25T02:29:36.727Z PASS [ 65.319s] (1666/2962) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
85282026-06-25T02:29:37.655Z PASS [ 48.832s] (1667/2962) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
85292026-06-25T02:29:39.651Z PASS [ 2.924s] (1668/2962) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
85302026-06-25T02:29:40.340Z PASS [ 12.688s] (1669/2962) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
85312026-06-25T02:29:41.334Z PASS [ 103.408s] (1670/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
85322026-06-25T02:29:41.511Z PASS [ 83.722s] (1671/2962) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
85332026-06-25T02:29:41.603Z PASS [ 11.843s] (1672/2962) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
85342026-06-25T02:29:41.890Z PASS [ 12.696s] (1673/2962) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
85352026-06-25T02:29:42.633Z PASS [ 12.278s] (1674/2962) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
85362026-06-25T02:29:42.831Z PASS [ 12.056s] (1675/2962) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
85372026-06-25T02:29:43.265Z PASS [ 13.562s] (1676/2962) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
85382026-06-25T02:29:45.410Z PASS [ 12.173s] (1677/2962) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
85392026-06-25T02:29:45.538Z PASS [ 106.189s] (1678/2962) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
85402026-06-25T02:29:46.354Z PASS [ 24.745s] (1679/2962) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
85412026-06-25T02:29:46.565Z PASS [ 12.114s] (1680/2962) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
85422026-06-25T02:29:48.468Z PASS [ 13.652s] (1681/2962) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
85432026-06-25T02:29:48.494Z PASS [ 30.318s] (1682/2962) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
85442026-06-25T02:29:50.338Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
85452026-06-25T02:29:50.576Z PASS [ 14.878s] (1683/2962) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
85462026-06-25T02:29:51.571Z PASS [ 13.916s] (1684/2962) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
85472026-06-25T02:29:54.716Z PASS [ 12.825s] (1685/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
85482026-06-25T02:29:55.706Z PASS [ 46.102s] (1686/2962) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
85492026-06-25T02:29:56.023Z PASS [ 31.196s] (1687/2962) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
85502026-06-25T02:29:56.239Z PASS [ 16.587s] (1688/2962) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
85512026-06-25T02:29:56.562Z PASS [ 16.222s] (1689/2962) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
85522026-06-25T02:29:57.067Z PASS [ 50.867s] (1690/2962) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
85532026-06-25T02:29:57.313Z PASS [ 14.482s] (1691/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
85542026-06-25T02:29:58.462Z PASS [ 13.053s] (1692/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
85552026-06-25T02:29:58.703Z PASS [ 13.165s] (1693/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
85562026-06-25T02:29:59.400Z PASS [ 47.516s] (1694/2962) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
85572026-06-25T02:29:59.487Z PASS [ 13.133s] (1695/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
85582026-06-25T02:29:59.896Z PASS [ 33.293s] (1696/2962) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
85592026-06-25T02:29:59.972Z PASS [ 13.407s] (1697/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
85602026-06-25T02:30:00.835Z PASS [ 18.201s] (1698/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
85612026-06-25T02:30:01.359Z PASS [ 47.828s] (1699/2962) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
85622026-06-25T02:30:01.581Z PASS [ 20.246s] (1700/2962) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
85632026-06-25T02:30:01.794Z PASS [ 13.326s] (1701/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
85642026-06-25T02:30:02.468Z PASS [ 13.974s] (1702/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
85652026-06-25T02:30:03.255Z PASS [ 53.472s] (1703/2962) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
85662026-06-25T02:30:03.490Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
85672026-06-25T02:30:03.746Z PASS [ 13.169s] (1704/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
85682026-06-25T02:30:04.409Z PASS [ 21.144s] (1705/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
85692026-06-25T02:30:05.658Z PASS [ 14.087s] (1706/2962) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
85702026-06-25T02:30:05.720Z PASS [ 53.999s] (1707/2962) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
85712026-06-25T02:30:06.556Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
85722026-06-25T02:30:08.894Z PASS [ 62.338s] (1708/2962) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
85732026-06-25T02:30:10.022Z PASS [ 56.741s] (1709/2962) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
85742026-06-25T02:30:10.982Z PASS [ 44.263s] (1710/2962) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
85752026-06-25T02:30:11.597Z PASS [ 29.994s] (1711/2962) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
85762026-06-25T02:30:12.355Z PASS [ 13.892s] (1712/2962) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
85772026-06-25T02:30:13.154Z PASS [ 16.086s] (1713/2962) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
85782026-06-25T02:30:13.558Z PASS [ 16.244s] (1714/2962) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
85792026-06-25T02:30:13.643Z PASS [ 32.131s] (1715/2962) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
85802026-06-25T02:30:14.086Z PASS [ 17.847s] (1716/2962) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
85812026-06-25T02:30:14.175Z PASS [ 15.472s] (1717/2962) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
85822026-06-25T02:30:14.727Z PASS [ 4.705s] (1718/2962) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
85832026-06-25T02:30:14.727Z PASS [ 9.007s] (1719/2962) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
85842026-06-25T02:30:15.255Z PASS [ 6.362s] (1720/2962) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
85852026-06-25T02:30:15.468Z PASS [ 19.762s] (1721/2962) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
85862026-06-25T02:30:15.733Z PASS [ 72.245s] (1722/2962) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
85872026-06-25T02:30:15.992Z PASS [ 16.592s] (1723/2962) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
85882026-06-25T02:30:16.218Z PASS [ 19.655s] (1724/2962) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
85892026-06-25T02:30:16.583Z PASS [ 21.867s] (1725/2962) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
85902026-06-25T02:30:17.008Z PASS [ 17.521s] (1726/2962) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
85912026-06-25T02:30:18.491Z PASS [ 18.518s] (1727/2962) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
85922026-06-25T02:30:19.831Z PASS [ 19.934s] (1728/2962) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
85932026-06-25T02:30:20.937Z PASS [ 9.955s] (1729/2962) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
85942026-06-25T02:30:23.573Z PASS [ 17.915s] (1730/2962) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
85952026-06-25T02:30:24.370Z PASS [ 21.115s] (1731/2962) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
85962026-06-25T02:30:24.420Z PASS [ 22.626s] (1732/2962) omicron-nexus::test_all integration_tests::images::test_image_promotion
85972026-06-25T02:30:24.796Z PASS [ 22.328s] (1733/2962) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
85982026-06-25T02:30:25.627Z PASS [ 21.218s] (1734/2962) omicron-nexus::test_all integration_tests::images::test_silo_image_create
85992026-06-25T02:30:26.494Z PASS [ 22.747s] (1735/2962) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
86002026-06-25T02:30:26.947Z PASS [ 25.367s] (1736/2962) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
86012026-06-25T02:30:27.707Z PASS [ 26.348s] (1737/2962) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
86022026-06-25T02:30:28.168Z PASS [ 16.570s] (1738/2962) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
86032026-06-25T02:30:28.444Z PASS [ 16.089s] (1739/2962) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
86042026-06-25T02:30:28.794Z PASS [ 13.539s] (1740/2962) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
86052026-06-25T02:30:29.595Z PASS [ 14.127s] (1741/2962) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
86062026-06-25T02:30:30.621Z PASS [ 14.403s] (1742/2962) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
86072026-06-25T02:30:30.797Z PASS [ 17.154s] (1743/2962) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
86082026-06-25T02:30:34.472Z PASS [ 17.463s] (1744/2962) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
86092026-06-25T02:30:35.086Z PASS [ 16.595s] (1745/2962) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
86102026-06-25T02:30:36.075Z PASS [ 21.989s] (1746/2962) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
86112026-06-25T02:30:36.282Z PASS [ 35.447s] (1747/2962) omicron-nexus::test_all integration_tests::images::test_image_create
86122026-06-25T02:30:36.705Z PASS [ 23.147s] (1748/2962) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
86132026-06-25T02:30:38.412Z PASS [ 24.237s] (1749/2962) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
86142026-06-25T02:30:38.447Z PASS [ 22.713s] (1750/2962) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
86152026-06-25T02:30:40.285Z PASS [ 15.915s] (1751/2962) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
86162026-06-25T02:30:41.393Z PASS [ 25.400s] (1752/2962) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
86172026-06-25T02:30:41.471Z PASS [ 24.887s] (1753/2962) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
86182026-06-25T02:30:42.580Z PASS [ 18.160s] (1754/2962) omicron-nexus::test_all integration_tests::instances::test_instance_access
86192026-06-25T02:30:42.850Z PASS [ 46.827s] (1755/2962) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
86202026-06-25T02:30:43.711Z PASS [ 28.983s] (1756/2962) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
86212026-06-25T02:30:45.973Z PASS [ 21.176s] (1757/2962) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
86222026-06-25T02:30:46.753Z PASS [ 26.921s] (1758/2962) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
86232026-06-25T02:30:48.155Z PASS [ 18.559s] (1759/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
86242026-06-25T02:30:48.662Z PASS [ 20.955s] (1760/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
86252026-06-25T02:30:49.249Z PASS [ 22.755s] (1761/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
86262026-06-25T02:30:49.420Z PASS [ 21.251s] (1762/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
86272026-06-25T02:30:49.992Z PASS [ 26.418s] (1763/2962) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
86282026-06-25T02:30:50.170Z PASS [ 14.094s] (1764/2962) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
86292026-06-25T02:30:50.339Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
86302026-06-25T02:30:50.771Z PASS [ 22.326s] (1765/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
86312026-06-25T02:30:50.971Z PASS [ 22.177s] (1766/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
86322026-06-25T02:30:51.536Z PASS [ 24.588s] (1767/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
86332026-06-25T02:30:51.899Z PASS [ 16.812s] (1768/2962) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
86342026-06-25T02:30:53.089Z PASS [ 27.461s] (1769/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
86352026-06-25T02:30:53.690Z PASS [ 23.069s] (1770/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
86362026-06-25T02:30:57.166Z PASS [ 20.884s] (1771/2962) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
86372026-06-25T02:30:57.790Z PASS [ 44.636s] (1772/2962) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
86382026-06-25T02:30:58.719Z PASS [ 22.014s] (1773/2962) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
86392026-06-25T02:30:59.866Z PASS [ 45.138s] (1774/2962) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
86402026-06-25T02:31:00.387Z PASS [ 21.975s] (1775/2962) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
86412026-06-25T02:31:00.938Z PASS [ 30.140s] (1776/2962) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
86422026-06-25T02:31:02.093Z PASS [ 23.646s] (1777/2962) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
86432026-06-25T02:31:02.602Z PASS [ 22.317s] (1778/2962) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
86442026-06-25T02:31:03.337Z PASS [ 21.944s] (1779/2962) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
86452026-06-25T02:31:03.434Z PASS [ 13.442s] (1780/2962) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
86462026-06-25T02:31:04.426Z PASS [ 13.656s] (1781/2962) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
86472026-06-25T02:31:04.556Z PASS [ 14.386s] (1782/2962) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
86482026-06-25T02:31:05.388Z PASS [ 14.416s] (1783/2962) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
86492026-06-25T02:31:07.325Z PASS [ 32.854s] (1784/2962) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
86502026-06-25T02:31:09.087Z PASS [ 19.667s] (1785/2962) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
86512026-06-25T02:31:09.577Z PASS [ 20.327s] (1786/2962) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
86522026-06-25T02:31:10.096Z PASS [ 27.245s] (1787/2962) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
86532026-06-25T02:31:10.373Z PASS [ 17.284s] (1788/2962) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
86542026-06-25T02:31:11.717Z PASS [ 28.005s] (1789/2962) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
86552026-06-25T02:31:12.449Z PASS [ 26.476s] (1790/2962) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
86562026-06-25T02:31:13.029Z PASS [ 24.367s] (1791/2962) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
86572026-06-25T02:31:13.231Z PASS [ 26.477s] (1792/2962) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
86582026-06-25T02:31:14.375Z PASS [ 13.987s] (1793/2962) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
86592026-06-25T02:31:15.092Z PASS [ 54.154s] (1794/2962) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
86602026-06-25T02:31:15.308Z PASS [ 27.153s] (1795/2962) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
86612026-06-25T02:31:16.305Z PASS [ 17.586s] (1796/2962) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
86622026-06-25T02:31:16.309Z PASS [ 12.972s] (1797/2962) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
86632026-06-25T02:31:19.099Z PASS [ 18.161s] (1798/2962) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
86642026-06-25T02:31:19.490Z PASS [ 10.403s] (1799/2962) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
86652026-06-25T02:31:19.743Z PASS [ 17.649s] (1800/2962) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
86662026-06-25T02:31:20.127Z PASS [ 17.524s] (1801/2962) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
86672026-06-25T02:31:20.973Z PASS [ 23.182s] (1802/2962) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
86682026-06-25T02:31:21.266Z PASS [ 38.685s] (1803/2962) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
86692026-06-25T02:31:21.549Z PASS [ 18.114s] (1804/2962) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
86702026-06-25T02:31:22.305Z PASS [ 17.878s] (1805/2962) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
86712026-06-25T02:31:23.136Z PASS [ 17.748s] (1806/2962) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
86722026-06-25T02:31:23.149Z PASS [ 13.571s] (1807/2962) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
86732026-06-25T02:31:23.273Z PASS [ 29.582s] (1808/2962) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
86742026-06-25T02:31:23.943Z PASS [ 13.848s] (1809/2962) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
86752026-06-25T02:31:24.100Z PASS [ 32.564s] (1810/2962) omicron-nexus::test_all integration_tests::instances::test_instance_serial
86762026-06-25T02:31:24.214Z PASS [ 11.184s] (1811/2962) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
86772026-06-25T02:31:24.271Z PASS [ 13.898s] (1812/2962) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
86782026-06-25T02:31:27.288Z PASS [ 19.963s] (1813/2962) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
86792026-06-25T02:31:29.700Z PASS [ 32.534s] (1814/2962) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
86802026-06-25T02:31:30.926Z PASS [ 11.436s] (1815/2962) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
86812026-06-25T02:31:32.399Z PASS [ 16.089s] (1816/2962) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
86822026-06-25T02:31:33.339Z PASS [ 13.597s] (1817/2962) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
86832026-06-25T02:31:33.464Z PASS [ 41.565s] (1818/2962) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
86842026-06-25T02:31:33.467Z PASS [ 21.750s] (1819/2962) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
86852026-06-25T02:31:33.587Z PASS [ 29.031s] (1820/2962) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
86862026-06-25T02:31:34.143Z PASS [ 12.877s] (1821/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
86872026-06-25T02:31:34.670Z PASS [ 22.220s] (1822/2962) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
86882026-06-25T02:31:34.987Z PASS [ 19.895s] (1823/2962) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
86892026-06-25T02:31:35.098Z PASS [ 16.000s] (1824/2962) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
86902026-06-25T02:31:35.256Z PASS [ 20.881s] (1825/2962) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
86912026-06-25T02:31:35.991Z PASS [ 15.864s] (1826/2962) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
86922026-06-25T02:31:36.330Z PASS [ 12.386s] (1827/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
86932026-06-25T02:31:36.582Z PASS [ 13.309s] (1828/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
86942026-06-25T02:31:36.711Z PASS [ 13.562s] (1829/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
86952026-06-25T02:31:36.940Z PASS [ 13.804s] (1830/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
86962026-06-25T02:31:37.094Z PASS [ 14.789s] (1831/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
86972026-06-25T02:31:37.233Z PASS [ 20.927s] (1832/2962) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
86982026-06-25T02:31:37.384Z PASS [ 13.283s] (1833/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
86992026-06-25T02:31:38.135Z PASS [ 16.586s] (1834/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
87002026-06-25T02:31:38.249Z PASS [ 14.035s] (1835/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
87012026-06-25T02:31:38.434Z PASS [ 23.126s] (1836/2962) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
87022026-06-25T02:31:38.439Z PASS [ 25.208s] (1837/2962) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
87032026-06-25T02:31:39.831Z PASS [ 58.360s] (1838/2962) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
87042026-06-25T02:31:40.841Z PASS [ 13.553s] (1839/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
87052026-06-25T02:31:40.974Z PASS [ 16.703s] (1840/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
87062026-06-25T02:31:42.524Z PASS [ 21.552s] (1841/2962) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
87072026-06-25T02:31:42.620Z PASS [ 11.695s] (1842/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
87082026-06-25T02:31:46.493Z PASS [ 13.028s] (1843/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
87092026-06-25T02:31:46.648Z PASS [ 13.180s] (1844/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
87102026-06-25T02:31:48.950Z PASS [ 19.247s] (1845/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
87112026-06-25T02:31:50.094Z PASS [ 17.695s] (1846/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
87122026-06-25T02:31:50.341Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
87132026-06-25T02:31:51.657Z PASS [ 16.557s] (1847/2962) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
87142026-06-25T02:31:52.764Z PASS [ 16.773s] (1848/2962) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
87152026-06-25T02:31:52.966Z PASS [ 16.636s] (1849/2962) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
87162026-06-25T02:31:54.030Z PASS [ 19.886s] (1850/2962) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
87172026-06-25T02:31:54.300Z PASS [ 17.718s] (1851/2962) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
87182026-06-25T02:31:54.490Z PASS [ 21.149s] (1852/2962) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
87192026-06-25T02:31:57.203Z PASS [ 19.969s] (1853/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
87202026-06-25T02:31:58.398Z PASS [ 23.728s] (1854/2962) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
87212026-06-25T02:31:59.869Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
87222026-06-25T02:32:00.710Z PASS [ 23.616s] (1855/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
87232026-06-25T02:32:00.832Z PASS [ 23.448s] (1856/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
87242026-06-25T02:32:01.122Z PASS [ 18.597s] (1857/2962) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
87252026-06-25T02:32:02.542Z PASS [ 10.886s] (1858/2962) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
87262026-06-25T02:32:02.564Z PASS [ 27.308s] (1859/2962) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
87272026-06-25T02:32:02.981Z PASS [ 14.033s] (1860/2962) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
87282026-06-25T02:32:04.969Z PASS [ 12.205s] (1861/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion
87292026-06-25T02:32:04.987Z PASS [ 12.021s] (1862/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
87302026-06-25T02:32:05.364Z PASS [ 15.270s] (1863/2962) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
87312026-06-25T02:32:06.299Z PASS [ 12.269s] (1864/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
87322026-06-25T02:32:06.869Z PASS [ 27.038s] (1865/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
87332026-06-25T02:32:07.311Z PASS [ 30.599s] (1866/2962) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
87342026-06-25T02:32:07.659Z PASS [ 26.817s] (1867/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
87352026-06-25T02:32:07.729Z PASS [ 26.754s] (1868/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
87362026-06-25T02:32:08.360Z PASS [ 30.224s] (1869/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
87372026-06-25T02:32:09.415Z PASS [ 30.980s] (1870/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
87382026-06-25T02:32:12.551Z PASS [ 29.930s] (1871/2962) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
87392026-06-25T02:32:13.568Z PASS [ 11.025s] (1872/2962) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
87402026-06-25T02:32:13.568Z PASS [ 35.128s] (1873/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
87412026-06-25T02:32:14.618Z PASS [ 13.496s] (1874/2962) omicron-nexus::test_all integration_tests::projects::test_projects
87422026-06-25T02:32:14.621Z PASS [ 16.221s] (1875/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
87432026-06-25T02:32:14.762Z PASS [ 39.775s] (1876/2962) omicron-nexus::test_all integration_tests::metrics::test_metrics
87442026-06-25T02:32:14.878Z PASS [ 0.260s] (1877/2962) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
87452026-06-25T02:32:14.936Z PASS [ 0.174s] (1878/2962) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
87462026-06-25T02:32:15.033Z PASS [ 0.154s] (1879/2962) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
87472026-06-25T02:32:15.079Z PASS [ 0.143s] (1880/2962) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
87482026-06-25T02:32:15.148Z PASS [ 0.115s] (1881/2962) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
87492026-06-25T02:32:16.345Z PASS [ 11.357s] (1882/2962) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
87502026-06-25T02:32:16.677Z PASS [ 11.313s] (1883/2962) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
87512026-06-25T02:32:16.886Z PASS [ 14.322s] (1884/2962) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
87522026-06-25T02:32:17.154Z PASS [ 16.322s] (1885/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
87532026-06-25T02:32:17.535Z PASS [ 14.553s] (1886/2962) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
87542026-06-25T02:32:17.649Z PASS [ 0.114s] (1887/2962) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
87552026-06-25T02:32:18.605Z PASS [ 11.294s] (1888/2962) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
87562026-06-25T02:32:18.968Z PASS [ 12.668s] (1889/2962) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
87572026-06-25T02:32:19.091Z PASS [ 0.122s] (1890/2962) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
87582026-06-25T02:32:19.208Z PASS [ 0.118s] (1891/2962) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
87592026-06-25T02:32:19.581Z PASS [ 11.852s] (1892/2962) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
87602026-06-25T02:32:20.049Z PASS [ 11.690s] (1893/2962) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
87612026-06-25T02:32:20.178Z PASS [ 13.308s] (1894/2962) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
87622026-06-25T02:32:21.024Z PASS [ 13.365s] (1895/2962) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
87632026-06-25T02:32:21.863Z PASS [ 48.275s] (1896/2962) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
87642026-06-25T02:32:22.043Z PASS [ 24.839s] (1897/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
87652026-06-25T02:32:22.542Z PASS [ 28.242s] (1898/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
87662026-06-25T02:32:24.937Z PASS [ 2.394s] (1899/2962) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
87672026-06-25T02:32:25.061Z PASS [ 15.645s] (1900/2962) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
87682026-06-25T02:32:26.428Z PASS [ 48.178s] (1901/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
87692026-06-25T02:32:27.122Z PASS [ 11.974s] (1902/2962) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
87702026-06-25T02:32:27.275Z PASS [ 14.724s] (1903/2962) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
87712026-06-25T02:32:27.315Z PASS [ 12.235s] (1904/2962) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
87722026-06-25T02:32:27.512Z PASS [ 2.575s] (1905/2962) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
87732026-06-25T02:32:27.977Z PASS [ 14.408s] (1906/2962) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
87742026-06-25T02:32:28.340Z PASS [ 11.995s] (1907/2962) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
87752026-06-25T02:32:28.343Z PASS [ 11.664s] (1908/2962) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
87762026-06-25T02:32:28.872Z PASS [ 1.597s] (1909/2962) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
87772026-06-25T02:32:28.933Z PASS [ 12.048s] (1910/2962) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
87782026-06-25T02:32:28.974Z PASS [ 11.820s] (1911/2962) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
87792026-06-25T02:32:29.182Z PASS [ 1.670s] (1912/2962) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
87802026-06-25T02:32:29.554Z PASS [ 11.905s] (1913/2962) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
87812026-06-25T02:32:29.839Z PASS [ 15.221s] (1914/2962) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
87822026-06-25T02:32:29.876Z PASS [ 1.535s] (1915/2962) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
87832026-06-25T02:32:29.999Z PASS [ 29.289s] (1916/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
87842026-06-25T02:32:30.288Z PASS [ 11.080s] (1917/2962) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
87852026-06-25T02:32:30.365Z PASS [ 10.784s] (1918/2962) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
87862026-06-25T02:32:30.369Z PASS [ 11.761s] (1919/2962) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
87872026-06-25T02:32:30.453Z PASS [ 1.581s] (1920/2962) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
87882026-06-25T02:32:30.474Z PASS [ 1.292s] (1921/2962) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
87892026-06-25T02:32:30.617Z PASS [ 10.568s] (1922/2962) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
87902026-06-25T02:32:30.724Z PASS [ 10.546s] (1923/2962) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
87912026-06-25T02:32:31.044Z PASS [ 17.476s] (1924/2962) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
87922026-06-25T02:32:31.135Z PASS [ 54.194s] (1925/2962) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
87932026-06-25T02:32:33.512Z PASS [ 3.636s] (1926/2962) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
87942026-06-25T02:32:33.900Z PASS [ 28.930s] (1927/2962) omicron-nexus::test_all integration_tests::quotas::test_quotas
87952026-06-25T02:32:34.306Z PASS [ 39.817s] (1928/2962) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
87962026-06-25T02:32:35.821Z PASS [ 49.327s] (1929/2962) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
87972026-06-25T02:32:38.083Z PASS [ 51.435s] (1930/2962) omicron-nexus::test_all integration_tests::password_login::test_local_users
87982026-06-25T02:32:39.114Z PASS [ 8.497s] (1931/2962) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
87992026-06-25T02:32:40.252Z PASS [ 9.208s] (1932/2962) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
88002026-06-25T02:32:40.867Z PASS [ 10.143s] (1933/2962) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
88012026-06-25T02:32:42.530Z PASS [ 9.018s] (1934/2962) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
88022026-06-25T02:32:43.012Z PASS [ 9.500s] (1935/2962) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
88032026-06-25T02:32:43.309Z PASS [ 12.174s] (1936/2962) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
88042026-06-25T02:32:43.674Z PASS [ 9.775s] (1937/2962) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
88052026-06-25T02:32:43.775Z PASS [ 10.263s] (1938/2962) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
88062026-06-25T02:32:43.953Z PASS [ 9.647s] (1939/2962) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
88072026-06-25T02:32:44.097Z PASS [ 10.584s] (1940/2962) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
88082026-06-25T02:32:46.880Z PASS [ 11.059s] (1941/2962) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
88092026-06-25T02:32:47.536Z PASS [ 9.452s] (1942/2962) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
88102026-06-25T02:32:48.260Z PASS [ 9.145s] (1943/2962) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
88112026-06-25T02:32:49.489Z PASS [ 9.236s] (1944/2962) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
88122026-06-25T02:32:50.219Z PASS [ 9.352s] (1945/2962) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
88132026-06-25T02:32:50.342Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
88142026-06-25T02:32:51.288Z PASS [ 8.758s] (1946/2962) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
88152026-06-25T02:32:51.910Z PASS [ 8.600s] (1947/2962) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
88162026-06-25T02:32:51.968Z PASS [ 8.956s] (1948/2962) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
88172026-06-25T02:32:53.322Z PASS [ 9.647s] (1949/2962) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
88182026-06-25T02:32:53.487Z PASS [ 9.712s] (1950/2962) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
88192026-06-25T02:32:53.745Z PASS [ 9.648s] (1951/2962) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
88202026-06-25T02:32:53.926Z PASS [ 9.972s] (1952/2962) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
88212026-06-25T02:32:55.958Z PASS [ 9.078s] (1953/2962) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
88222026-06-25T02:32:57.104Z PASS [ 8.843s] (1954/2962) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
88232026-06-25T02:32:58.064Z PASS [ 8.576s] (1955/2962) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
88242026-06-25T02:32:58.111Z PASS [ 10.575s] (1956/2962) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
88252026-06-25T02:32:59.216Z PASS [ 8.996s] (1957/2962) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
88262026-06-25T02:32:59.871Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
88272026-06-25T02:33:00.821Z PASS [ 9.533s] (1958/2962) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
88282026-06-25T02:33:01.824Z PASS [ 9.915s] (1959/2962) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
88292026-06-25T02:33:02.856Z PASS [ 9.534s] (1960/2962) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
88302026-06-25T02:33:03.123Z PASS [ 9.197s] (1961/2962) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
88312026-06-25T02:33:04.336Z PASS [ 10.848s] (1962/2962) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
88322026-06-25T02:33:04.449Z PASS [ 10.703s] (1963/2962) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
88332026-06-25T02:33:05.130Z PASS [ 9.172s] (1964/2962) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
88342026-06-25T02:33:05.464Z PASS [ 125.597s] (1965/2962) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
88352026-06-25T02:33:05.500Z PASS [ 13.531s] (1966/2962) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
88362026-06-25T02:33:05.956Z PASS [ 8.852s] (1967/2962) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
88372026-06-25T02:33:07.031Z PASS [ 36.578s] (1968/2962) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
88382026-06-25T02:33:07.369Z PASS [ 9.304s] (1969/2962) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
88392026-06-25T02:33:07.385Z PASS [ 9.274s] (1970/2962) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
88402026-06-25T02:33:10.944Z PASS [ 41.104s] (1971/2962) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
88412026-06-25T02:33:11.679Z PASS [ 41.312s] (1972/2962) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
88422026-06-25T02:33:11.851Z PASS [ 12.635s] (1973/2962) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
88432026-06-25T02:33:12.190Z PASS [ 10.365s] (1974/2962) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
88442026-06-25T02:33:13.009Z PASS [ 9.886s] (1975/2962) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
88452026-06-25T02:33:15.385Z PASS [ 10.936s] (1976/2962) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
88462026-06-25T02:33:16.017Z PASS [ 15.195s] (1977/2962) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
88472026-06-25T02:33:18.234Z PASS [ 15.378s] (1978/2962) omicron-nexus::test_all integration_tests::silos::test_silos
88482026-06-25T02:33:18.234Z PASS [ 11.203s] (1979/2962) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
88492026-06-25T02:33:18.537Z PASS [ 13.073s] (1980/2962) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
88502026-06-25T02:33:22.241Z PASS [ 15.209s] (1981/2962) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
88512026-06-25T02:33:22.259Z PASS [ 14.889s] (1982/2962) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
88522026-06-25T02:33:22.586Z PASS [ 18.250s] (1983/2962) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
88532026-06-25T02:33:22.699Z PASS [ 15.667s] (1984/2962) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
88542026-06-25T02:33:22.830Z PASS [ 17.700s] (1985/2962) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
88552026-06-25T02:33:23.471Z PASS [ 11.792s] (1986/2962) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
88562026-06-25T02:33:23.987Z PASS [ 11.797s] (1987/2962) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
88572026-06-25T02:33:24.052Z PASS [ 12.373s] (1988/2962) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
88582026-06-25T02:33:25.103Z PASS [ 12.094s] (1989/2962) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
88592026-06-25T02:33:26.381Z PASS [ 20.880s] (1990/2962) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
88602026-06-25T02:33:26.829Z PASS [ 11.444s] (1991/2962) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
88612026-06-25T02:33:27.322Z PASS [ 11.305s] (1992/2962) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
88622026-06-25T02:33:29.959Z PASS [ 11.422s] (1993/2962) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
88632026-06-25T02:33:30.476Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
88642026-06-25T02:33:30.942Z PASS [ 12.708s] (1994/2962) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
88652026-06-25T02:33:31.281Z PASS [ 13.047s] (1995/2962) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
88662026-06-25T02:33:31.588Z PASS [ 19.908s] (1996/2962) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
88672026-06-25T02:33:33.150Z PASS [ 27.194s] (1997/2962) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
88682026-06-25T02:33:33.214Z PASS [ 26.182s] (1998/2962) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
88692026-06-25T02:33:33.276Z PASS [ 1.689s] (1999/2962) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
88702026-06-25T02:33:33.661Z PASS [ 21.810s] (2000/2962) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
88712026-06-25T02:33:34.068Z PASS [ 11.828s] (2001/2962) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
88722026-06-25T02:33:34.258Z PASS [ 23.314s] (2002/2962) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
88732026-06-25T02:33:35.411Z PASS [ 24.467s] (2003/2962) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
88742026-06-25T02:33:35.729Z PASS [ 24.785s] (2004/2962) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
88752026-06-25T02:33:36.617Z PASS [ 24.938s] (2005/2962) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
88762026-06-25T02:33:36.624Z PASS [ 14.039s] (2006/2962) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
88772026-06-25T02:33:36.628Z PASS [ 11.525s] (2007/2962) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
88782026-06-25T02:33:36.741Z PASS [ 66.266s] (2008/2962) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
88792026-06-25T02:33:37.530Z PASS [ 14.058s] (2009/2962) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
88802026-06-25T02:33:38.023Z PASS [ 27.079s] (2010/2962) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
88812026-06-25T02:33:38.763Z PASS [ 15.932s] (2011/2962) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
88822026-06-25T02:33:41.069Z PASS [ 17.017s] (2012/2962) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
88832026-06-25T02:33:41.086Z PASS [ 14.255s] (2013/2962) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
88842026-06-25T02:33:41.155Z PASS [ 17.167s] (2014/2962) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
88852026-06-25T02:33:41.158Z PASS [ 33.772s] (2015/2962) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
88862026-06-25T02:33:42.880Z PASS [ 16.499s] (2016/2962) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
88872026-06-25T02:33:43.533Z PASS [ 9.872s] (2017/2962) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
88882026-06-25T02:33:43.808Z PASS [ 16.486s] (2018/2962) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
88892026-06-25T02:33:44.174Z PASS [ 13.231s] (2019/2962) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
88902026-06-25T02:33:47.041Z PASS [ 13.827s] (2020/2962) omicron-nexus::test_all integration_tests::updates::test_repo_prune
88912026-06-25T02:33:47.079Z PASS [ 13.010s] (2021/2962) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
88922026-06-25T02:33:47.735Z PASS [ 13.477s] (2022/2962) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
88932026-06-25T02:33:47.778Z PASS [ 14.629s] (2023/2962) omicron-nexus::test_all integration_tests::updates::test_repo_list
88942026-06-25T02:33:48.165Z PASS [ 25.906s] (2024/2962) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
88952026-06-25T02:33:48.575Z PASS [ 12.846s] (2025/2962) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
88962026-06-25T02:33:50.344Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
88972026-06-25T02:33:51.425Z PASS [ 18.149s] (2026/2962) omicron-nexus::test_all integration_tests::updates::test_repo_upload
88982026-06-25T02:33:51.910Z PASS [ 16.499s] (2027/2962) omicron-nexus::test_all integration_tests::updates::test_update_status
88992026-06-25T02:33:56.316Z PASS [ 26.357s] (2028/2962) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
89002026-06-25T02:33:56.645Z PASS [ 19.904s] (2029/2962) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
89012026-06-25T02:33:57.398Z PASS [ 20.780s] (2030/2962) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
89022026-06-25T02:34:03.206Z PASS [ 24.443s] (2031/2962) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
89032026-06-25T02:34:03.705Z PASS [ 26.964s] (2032/2962) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
89042026-06-25T02:34:05.229Z PASS [ 21.696s] (2033/2962) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
89052026-06-25T02:34:05.992Z PASS [ 27.969s] (2034/2962) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
89062026-06-25T02:34:06.003Z PASS [ 22.194s] (2035/2962) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
89072026-06-25T02:34:08.852Z PASS [ 32.111s] (2036/2962) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
89082026-06-25T02:34:08.962Z PASS [ 46.263s] (2037/2962) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
89092026-06-25T02:34:12.034Z PASS [ 35.405s] (2038/2962) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
89102026-06-25T02:34:12.734Z PASS [ 35.205s] (2039/2962) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
89112026-06-25T02:34:16.696Z PASS [ 7.734s] (2040/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
89122026-06-25T02:34:19.074Z PASS [ 42.332s] (2041/2962) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
89132026-06-25T02:34:19.922Z PASS [ 7.888s] (2042/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
89142026-06-25T02:34:20.414Z PASS [ 7.680s] (2043/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
89152026-06-25T02:34:20.719Z PASS [ 36.544s] (2044/2962) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
89162026-06-25T02:34:21.727Z PASS [ 40.572s] (2045/2962) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
89172026-06-25T02:34:24.834Z PASS [ 8.137s] (2046/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
89182026-06-25T02:34:26.123Z PASS [ 49.498s] (2047/2962) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
89192026-06-25T02:34:27.449Z PASS [ 46.363s] (2048/2962) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
89202026-06-25T02:34:28.144Z PASS [ 9.070s] (2049/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
89212026-06-25T02:34:29.288Z PASS [ 9.366s] (2050/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
89222026-06-25T02:34:29.930Z PASS [ 9.515s] (2051/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
89232026-06-25T02:34:30.305Z PASS [ 9.586s] (2052/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
89242026-06-25T02:34:31.201Z PASS [ 43.465s] (2053/2962) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
89252026-06-25T02:34:31.273Z PASS [ 0.072s] (2054/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
89262026-06-25T02:34:31.283Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
89272026-06-25T02:34:31.552Z PASS [ 9.825s] (2055/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
89282026-06-25T02:34:33.350Z PASS [ 46.271s] (2056/2962) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
89292026-06-25T02:34:33.688Z PASS [ 27.685s] (2057/2962) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
89302026-06-25T02:34:35.991Z PASS [ 53.111s] (2058/2962) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
89312026-06-25T02:34:36.141Z PASS [ 10.017s] (2059/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
89322026-06-25T02:34:36.969Z PASS [ 646.636s] (2060/2962) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
89332026-06-25T02:34:37.378Z PASS [ 12.544s] (2061/2962) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
89342026-06-25T02:34:38.704Z PASS [ 11.255s] (2062/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
89352026-06-25T02:34:38.821Z PASS [ 10.676s] (2063/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
89362026-06-25T02:34:39.211Z PASS [ 42.565s] (2064/2962) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
89372026-06-25T02:34:39.926Z PASS [ 10.638s] (2065/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
89382026-06-25T02:34:40.134Z PASS [ 59.064s] (2066/2962) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
89392026-06-25T02:34:40.558Z PASS [ 10.628s] (2067/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
89402026-06-25T02:34:40.773Z PASS [ 10.468s] (2068/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
89412026-06-25T02:34:41.162Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
89422026-06-25T02:34:41.853Z PASS [ 45.536s] (2069/2962) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
89432026-06-25T02:34:41.904Z PASS [ 10.352s] (2070/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
89442026-06-25T02:34:43.051Z PASS [ 61.892s] (2071/2962) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
89452026-06-25T02:34:44.179Z PASS [ 10.491s] (2072/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
89462026-06-25T02:34:44.604Z PASS [ 11.253s] (2073/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
89472026-06-25T02:34:46.289Z PASS [ 59.248s] (2074/2962) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
89482026-06-25T02:34:46.492Z PASS [ 43.285s] (2075/2962) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
89492026-06-25T02:34:46.974Z PASS [ 10.983s] (2076/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
89502026-06-25T02:34:46.997Z PASS [ 10.857s] (2077/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
89512026-06-25T02:34:47.781Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
89522026-06-25T02:34:47.906Z PASS [ 10.937s] (2078/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
89532026-06-25T02:34:48.006Z PASS [ 50.608s] (2079/2962) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
89542026-06-25T02:34:48.168Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
89552026-06-25T02:34:48.578Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
89562026-06-25T02:34:49.201Z PASS [ 43.971s] (2080/2962) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
89572026-06-25T02:34:49.406Z PASS [ 61.627s] (2081/2962) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
89582026-06-25T02:34:49.750Z PASS [ 10.930s] (2082/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
89592026-06-25T02:34:50.931Z PASS [ 79.649s] (2083/2962) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
89602026-06-25T02:34:51.128Z PASS [ 11.916s] (2084/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
89612026-06-25T02:34:51.204Z PASS [ 11.278s] (2085/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
89622026-06-25T02:34:51.428Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
89632026-06-25T02:34:51.511Z PASS [ 10.953s] (2086/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
89642026-06-25T02:34:51.530Z PASS [ 11.396s] (2087/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
89652026-06-25T02:34:51.912Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
89662026-06-25T02:34:54.816Z PASS [ 48.824s] (2088/2962) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
89672026-06-25T02:34:55.424Z PASS [ 13.571s] (2089/2962) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
89682026-06-25T02:34:55.762Z PASS [ 13.857s] (2090/2962) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
89692026-06-25T02:34:57.866Z PASS [ 13.687s] (2091/2962) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
89702026-06-25T02:34:58.252Z PASS [ 13.648s] (2092/2962) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
89712026-06-25T02:34:58.798Z PASS [ 15.746s] (2093/2962) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
89722026-06-25T02:35:00.819Z PASS [ 29.545s] (2094/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
89732026-06-25T02:35:01.324Z PASS [ 72.748s] (2095/2962) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
89742026-06-25T02:35:03.691Z PASS [ 17.401s] (2096/2962) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
89752026-06-25T02:35:03.721Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
89762026-06-25T02:35:03.751Z PASS [ 12.240s] (2097/2962) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
89772026-06-25T02:35:04.931Z PASS [ 13.400s] (2098/2962) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
89782026-06-25T02:35:05.284Z PASS [ 56.431s] (2099/2962) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
89792026-06-25T02:35:05.485Z PASS [ 18.510s] (2100/2962) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
89802026-06-25T02:35:05.514Z PASS [ 0.029s] (2101/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
89812026-06-25T02:35:05.536Z PASS [ 0.021s] (2102/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
89822026-06-25T02:35:05.558Z PASS [ 0.022s] (2103/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
89832026-06-25T02:35:05.582Z PASS [ 0.024s] (2104/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
89842026-06-25T02:35:05.603Z PASS [ 0.021s] (2105/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
89852026-06-25T02:35:05.629Z PASS [ 0.026s] (2106/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
89862026-06-25T02:35:05.654Z PASS [ 0.024s] (2107/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
89872026-06-25T02:35:05.677Z PASS [ 0.023s] (2108/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
89882026-06-25T02:35:05.701Z PASS [ 0.024s] (2109/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
89892026-06-25T02:35:05.728Z PASS [ 0.026s] (2110/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
89902026-06-25T02:35:05.752Z PASS [ 0.025s] (2111/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
89912026-06-25T02:35:05.778Z PASS [ 0.026s] (2112/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
89922026-06-25T02:35:05.800Z PASS [ 0.022s] (2113/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
89932026-06-25T02:35:05.825Z PASS [ 0.025s] (2114/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
89942026-06-25T02:35:05.848Z PASS [ 0.022s] (2115/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
89952026-06-25T02:35:05.869Z PASS [ 0.021s] (2116/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
89962026-06-25T02:35:05.891Z PASS [ 0.022s] (2117/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
89972026-06-25T02:35:05.913Z PASS [ 0.021s] (2118/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
89982026-06-25T02:35:05.936Z PASS [ 0.023s] (2119/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
89992026-06-25T02:35:05.936Z PASS [ 62.231s] (2120/2962) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
90002026-06-25T02:35:05.957Z PASS [ 0.021s] (2121/2962) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
90012026-06-25T02:35:06.025Z PASS [ 74.599s] (2122/2962) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
90022026-06-25T02:35:06.665Z PASS [ 17.464s] (2123/2962) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
90032026-06-25T02:35:06.705Z PASS [ 0.040s] (2124/2962) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
90042026-06-25T02:35:06.745Z PASS [ 0.039s] (2125/2962) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
90052026-06-25T02:35:06.783Z PASS [ 0.038s] (2126/2962) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
90062026-06-25T02:35:06.797Z PASS [ 20.305s] (2127/2962) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
90072026-06-25T02:35:06.811Z PASS [ 0.028s] (2128/2962) omicron-package config::tests::multi_preset_arg
90082026-06-25T02:35:06.828Z PASS [ 0.031s] (2129/2962) omicron-package dot::test::test_bad_dependency
90092026-06-25T02:35:06.844Z PASS [ 0.033s] (2130/2962) omicron-package dot::test::test_dot_output
90102026-06-25T02:35:06.866Z PASS [ 0.021s] (2131/2962) omicron-passwords test::test_password_constraints
90112026-06-25T02:35:06.969Z PASS [ 17.218s] (2132/2962) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
90122026-06-25T02:35:08.249Z PASS [ 18.843s] (2133/2962) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
90132026-06-25T02:35:08.284Z PASS [ 0.034s] (2134/2962) omicron-passwords test::test_stable
90142026-06-25T02:35:08.324Z PASS [ 0.023s] (2135/2962) omicron-passwords test::test_weak_hashes
90152026-06-25T02:35:08.358Z PASS [ 0.020s] (2136/2962) omicron-rpaths internal::tests::test_configure_from_path
90162026-06-25T02:35:08.396Z PASS [ 0.020s] (2137/2962) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
90172026-06-25T02:35:08.400Z PASS [ 0.018s] (2138/2962) omicron-rpaths internal::tests::test_emit_rpath
90182026-06-25T02:35:08.451Z PASS [ 0.085s] (2139/2962) omicron-sled-agent artifact_store::test::generations
90192026-06-25T02:35:08.560Z PASS [ 0.109s] (2140/2962) omicron-sled-agent artifact_store::test::issue_7796
90202026-06-25T02:35:08.666Z PASS [ 0.106s] (2141/2962) omicron-sled-agent artifact_store::test::list_get_put
90212026-06-25T02:35:08.675Z PASS [ 13.859s] (2142/2962) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
90222026-06-25T02:35:08.675Z PASS [ 20.668s] (2143/2962) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
90232026-06-25T02:35:08.717Z PASS [ 0.042s] (2144/2962) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
90242026-06-25T02:35:08.743Z PASS [ 0.078s] (2145/2962) omicron-sled-agent artifact_store::test::no_dataset
90252026-06-25T02:35:08.768Z PASS [ 0.051s] (2146/2962) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
90262026-06-25T02:35:08.778Z PASS [ 0.103s] (2147/2962) omicron-sled-agent artifact_store::test::wrong_hash
90272026-06-25T02:35:08.781Z PASS [ 0.037s] (2148/2962) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
90282026-06-25T02:35:08.803Z PASS [ 0.036s] (2149/2962) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
90292026-06-25T02:35:08.807Z PASS [ 31.427s] (2150/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
90302026-06-25T02:35:08.813Z PASS [ 0.035s] (2151/2962) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
90312026-06-25T02:35:08.824Z PASS [ 0.042s] (2152/2962) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
90322026-06-25T02:35:08.840Z PASS [ 0.037s] (2153/2962) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
90332026-06-25T02:35:08.844Z PASS [ 0.037s] (2154/2962) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
90342026-06-25T02:35:08.849Z PASS [ 0.037s] (2155/2962) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
90352026-06-25T02:35:08.861Z PASS [ 0.038s] (2156/2962) omicron-sled-agent config::test::test_smf_configs
90362026-06-25T02:35:08.876Z PASS [ 0.036s] (2157/2962) omicron-sled-agent fmd::tests::boolean_array
90372026-06-25T02:35:08.886Z PASS [ 0.043s] (2158/2962) omicron-sled-agent fmd::tests::boolean_presence
90382026-06-25T02:35:08.891Z PASS [ 0.042s] (2159/2962) omicron-sled-agent fmd::tests::boolean_value
90392026-06-25T02:35:08.903Z PASS [ 0.041s] (2160/2962) omicron-sled-agent fmd::tests::double
90402026-06-25T02:35:08.916Z PASS [ 0.040s] (2161/2962) omicron-sled-agent fmd::tests::hrtime
90412026-06-25T02:35:08.927Z PASS [ 0.041s] (2162/2962) omicron-sled-agent fmd::tests::integer_arrays
90422026-06-25T02:35:08.931Z PASS [ 0.040s] (2163/2962) omicron-sled-agent fmd::tests::integers
90432026-06-25T02:35:08.941Z PASS [ 0.037s] (2164/2962) omicron-sled-agent fmd::tests::string
90442026-06-25T02:35:08.956Z PASS [ 0.040s] (2165/2962) omicron-sled-agent fmd::tests::string_array
90452026-06-25T02:35:08.963Z PASS [ 0.036s] (2166/2962) omicron-sled-agent fmd::tests::unknown_type
90462026-06-25T02:35:08.974Z PASS [ 0.043s] (2167/2962) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
90472026-06-25T02:35:08.980Z PASS [ 0.039s] (2168/2962) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
90482026-06-25T02:35:08.994Z PASS [ 0.038s] (2169/2962) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
90492026-06-25T02:35:09.002Z PASS [ 0.039s] (2170/2962) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
90502026-06-25T02:35:09.013Z PASS [ 0.038s] (2171/2962) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
90512026-06-25T02:35:09.022Z PASS [ 0.041s] (2172/2962) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
90522026-06-25T02:35:09.032Z PASS [ 0.036s] (2173/2962) omicron-sled-agent instance::tests::add_new_floating_ip
90532026-06-25T02:35:09.043Z PASS [ 0.041s] (2174/2962) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
90542026-06-25T02:35:09.053Z PASS [ 0.040s] (2175/2962) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
90552026-06-25T02:35:09.061Z PASS [ 0.041s] (2176/2962) omicron-sled-agent instance::tests::prune_existing_floating_ip
90562026-06-25T02:35:09.263Z PASS [ 0.232s] (2177/2962) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
90572026-06-25T02:35:09.302Z PASS [ 0.259s] (2178/2962) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
90582026-06-25T02:35:09.315Z PASS [ 18.384s] (2179/2962) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
90592026-06-25T02:35:09.356Z PASS [ 0.042s] (2180/2962) omicron-sled-agent instance::tests::test_multicast_membership_equality
90602026-06-25T02:35:09.398Z PASS [ 0.041s] (2181/2962) omicron-sled-agent metrics::test_samples_per_collection
90612026-06-25T02:35:09.462Z PASS [ 0.410s] (2182/2962) omicron-sled-agent instance::tests::test_instance_create_events_normal
90622026-06-25T02:35:09.502Z PASS [ 0.039s] (2183/2962) omicron-sled-agent probe_manager::test::probe_state_set_ops
90632026-06-25T02:35:09.549Z PASS [ 0.047s] (2184/2962) omicron-sled-agent profile::tests::empty_profile
90642026-06-25T02:35:09.589Z PASS [ 0.041s] (2185/2962) omicron-sled-agent profile::tests::test_disabled_instance
90652026-06-25T02:35:09.625Z PASS [ 0.036s] (2186/2962) omicron-sled-agent profile::tests::test_instance
90662026-06-25T02:35:09.634Z PASS [ 13.872s] (2187/2962) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
90672026-06-25T02:35:09.641Z PASS [ 14.217s] (2188/2962) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
90682026-06-25T02:35:09.663Z PASS [ 0.038s] (2189/2962) omicron-sled-agent profile::tests::test_multiple
90692026-06-25T02:35:09.672Z PASS [ 0.038s] (2190/2962) omicron-sled-agent profile::tests::test_property
90702026-06-25T02:35:09.678Z PASS [ 0.037s] (2191/2962) omicron-sled-agent profile::tests::test_property_group
90712026-06-25T02:35:09.701Z PASS [ 0.038s] (2192/2962) omicron-sled-agent profile::tests::test_service
90722026-06-25T02:35:09.710Z PASS [ 0.039s] (2193/2962) omicron-sled-agent profile::tests::test_service_property_group
90732026-06-25T02:35:09.714Z PASS [ 0.034s] (2194/2962) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
90742026-06-25T02:35:09.741Z PASS [ 0.040s] (2195/2962) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
90752026-06-25T02:35:09.757Z PASS [ 0.047s] (2196/2962) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
90762026-06-25T02:35:09.766Z PASS [ 0.054s] (2197/2962) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
90772026-06-25T02:35:09.782Z PASS [ 0.041s] (2198/2962) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
90782026-06-25T02:35:09.809Z PASS [ 0.042s] (2199/2962) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
90792026-06-25T02:35:09.825Z PASS [ 0.043s] (2200/2962) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
90802026-06-25T02:35:09.850Z PASS [ 0.041s] (2201/2962) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
90812026-06-25T02:35:09.881Z PASS [ 0.055s] (2202/2962) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
90822026-06-25T02:35:09.914Z PASS [ 0.064s] (2203/2962) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
90832026-06-25T02:35:09.932Z PASS [ 0.629s] (2204/2962) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
90842026-06-25T02:35:09.939Z PASS [ 0.059s] (2205/2962) omicron-sled-agent sim::storage::test::nested_dataset
90852026-06-25T02:35:09.960Z PASS [ 0.046s] (2206/2962) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
90862026-06-25T02:35:09.969Z PASS [ 0.038s] (2207/2962) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
90872026-06-25T02:35:09.985Z PASS [ 0.045s] (2208/2962) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
90882026-06-25T02:35:10.007Z PASS [ 0.047s] (2209/2962) omicron-sled-agent sim::storage::test::snapshot_needs_region
90892026-06-25T02:35:10.029Z PASS [ 0.060s] (2210/2962) omicron-sled-agent support_bundle::storage::tests::basic_crud
90902026-06-25T02:35:10.034Z PASS [ 0.050s] (2211/2962) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
90912026-06-25T02:35:10.065Z PASS [ 0.058s] (2212/2962) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
90922026-06-25T02:35:10.081Z PASS [ 1.020s] (2213/2962) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
90932026-06-25T02:35:10.086Z PASS [ 0.057s] (2214/2962) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
90942026-06-25T02:35:10.090Z PASS [ 81.924s] (2215/2962) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
90952026-06-25T02:35:10.097Z PASS [ 0.062s] (2216/2962) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
90962026-06-25T02:35:10.116Z PASS [ 0.050s] (2217/2962) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
90972026-06-25T02:35:10.143Z PASS [ 0.062s] (2218/2962) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
90982026-06-25T02:35:10.147Z PASS [ 0.055s] (2219/2962) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
90992026-06-25T02:35:10.147Z PASS [ 0.059s] (2220/2962) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
91002026-06-25T02:35:10.151Z PASS [ 0.054s] (2221/2962) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
91012026-06-25T02:35:10.180Z PASS [ 0.064s] (2222/2962) omicron-sled-agent support_bundle::storage::tests::ranges
91022026-06-25T02:35:10.190Z PASS [ 0.045s] (2223/2962) omicron-sled-agent updates::test::test_query_no_components
91032026-06-25T02:35:10.194Z PASS [ 0.046s] (2224/2962) omicron-sled-agent updates::test::test_query_sled_agent_version
91042026-06-25T02:35:10.197Z PASS [ 0.044s] (2225/2962) omicron-sled-agent updates::test::test_query_zone_version
91052026-06-25T02:35:10.202Z PASS [ 0.059s] (2226/2962) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
91062026-06-25T02:35:10.218Z PASS [ 0.038s] (2227/2962) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
91072026-06-25T02:35:10.244Z PASS [ 0.049s] (2228/2962) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
91082026-06-25T02:35:10.434Z PASS [ 1.171s] (2229/2962) omicron-sled-agent instance::tests::test_instance_manager_creation
91092026-06-25T02:35:10.482Z PASS [ 3.617s] (2230/2962) omicron-passwords test::test_reproducible
91102026-06-25T02:35:10.498Z PASS [ 0.064s] (2231/2962) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
91112026-06-25T02:35:10.538Z PASS [ 0.055s] (2232/2962) omicron-sled-agent zone_bundle::tests::test_dir_size
91122026-06-25T02:35:10.606Z PASS [ 0.108s] (2233/2962) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
91132026-06-25T02:35:10.616Z PASS [ 0.078s] (2234/2962) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
91142026-06-25T02:35:10.667Z PASS [ 0.039s] (2235/2962) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
91152026-06-25T02:35:10.694Z PASS [ 0.049s] (2236/2962) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
91162026-06-25T02:35:10.730Z PASS [ 0.036s] (2237/2962) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
91172026-06-25T02:35:10.801Z PASS [ 22.895s] (2238/2962) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
91182026-06-25T02:35:11.056Z PASS [ 19.928s] (2239/2962) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
91192026-06-25T02:35:11.121Z PASS [ 0.391s] (2240/2962) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
91202026-06-25T02:35:11.160Z PASS [ 0.039s] (2241/2962) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
91212026-06-25T02:35:11.199Z PASS [ 0.039s] (2242/2962) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
91222026-06-25T02:35:11.229Z PASS [ 0.428s] (2243/2962) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
91232026-06-25T02:35:11.410Z PASS [ 0.793s] (2244/2962) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
91242026-06-25T02:35:11.456Z PASS [ 0.256s] (2245/2962) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
91252026-06-25T02:35:11.659Z PASS [ 0.249s] (2246/2962) omicron-test-utils dev::db::test::test_bad_cmd
91262026-06-25T02:35:11.681Z PASS [ 0.451s] (2247/2962) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
91272026-06-25T02:35:11.976Z PASS [ 0.520s] (2248/2962) omicron-test-utils dev::db::test::test_cmd_fails
91282026-06-25T02:35:12.094Z PASS [ 1.038s] (2249/2962) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
91292026-06-25T02:35:12.346Z PASS [ 0.370s] (2250/2962) omicron-test-utils dev::db::test::test_database_start_hang
91302026-06-25T02:35:12.387Z PASS [ 0.040s] (2251/2962) omicron-test-utils dev::db::test::test_make_pg_config_fail
91312026-06-25T02:35:12.421Z PASS [ 0.034s] (2252/2962) omicron-test-utils dev::db::test::test_make_pg_config_ok
91322026-06-25T02:35:12.460Z PASS [ 0.039s] (2253/2962) omicron-test-utils dev::db::test::test_parse_http_addr
91332026-06-25T02:35:12.497Z PASS [ 0.036s] (2254/2962) omicron-test-utils dev::db::test::test_process_exit_abnormal
91342026-06-25T02:35:12.558Z PASS [ 0.061s] (2255/2962) omicron-test-utils dev::db::test::test_process_exit_normal
91352026-06-25T02:35:12.908Z PASS [ 0.814s] (2256/2962) omicron-test-utils dev::db::test::test_http_addr_integration
91362026-06-25T02:35:12.994Z PASS [ 0.436s] (2257/2962) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
91372026-06-25T02:35:13.016Z PASS [ 3.258s] (2258/2962) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
91382026-06-25T02:35:13.053Z PASS [ 0.037s] (2259/2962) omicron-test-utils dev::db::test::test_starter_tmpdir
91392026-06-25T02:35:13.096Z PASS [ 0.043s] (2260/2962) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
91402026-06-25T02:35:13.131Z PASS [ 0.035s] (2261/2962) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
91412026-06-25T02:35:13.166Z PASS [ 0.035s] (2262/2962) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
91422026-06-25T02:35:13.202Z PASS [ 0.036s] (2263/2962) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
91432026-06-25T02:35:13.236Z PASS [ 0.034s] (2264/2962) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
91442026-06-25T02:35:13.248Z PASS [ 1.567s] (2265/2962) omicron-test-utils dev::db::test::test_database_concurrent
91452026-06-25T02:35:13.284Z PASS [ 0.048s] (2266/2962) omicron-test-utils dev::test_cmds::tests::test_redact_extra
91462026-06-25T02:35:13.298Z PASS [ 0.049s] (2267/2962) omicron-test-utils dev::test_cmds::tests::test_redact_section
91472026-06-25T02:35:13.353Z PASS [ 0.055s] (2268/2962) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
91482026-06-25T02:35:13.480Z PASS [ 0.195s] (2269/2962) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
91492026-06-25T02:35:13.483Z PASS [ 0.128s] (2270/2962) oximeter test::timeseries_schema_consistency
91502026-06-25T02:35:13.579Z PASS [ 0.099s] (2271/2962) oximeter-collector agent::tests::test_self_stat_collection_count
91512026-06-25T02:35:13.603Z PASS [ 0.122s] (2272/2962) oximeter-collector agent::tests::test_self_stat_error_counter
91522026-06-25T02:35:13.610Z PASS [ 12.791s] (2273/2962) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
91532026-06-25T02:35:13.667Z PASS [ 0.087s] (2274/2962) oximeter-collector agent::tests::test_self_stat_unreachable_counter
91542026-06-25T02:35:13.697Z PASS [ 3.478s] (2275/2962) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
91552026-06-25T02:35:13.702Z PASS [ 0.035s] (2276/2962) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
91562026-06-25T02:35:13.713Z PASS [ 0.111s] (2277/2962) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
91572026-06-25T02:35:13.722Z PASS [ 0.112s] (2278/2962) oximeter-collector agent::tests::verify_producer_details
91582026-06-25T02:35:13.738Z PASS [ 0.036s] (2279/2962) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
91592026-06-25T02:35:13.752Z PASS [ 0.038s] (2280/2962) oximeter-collector self_stats::tests::test_failure_reason_serialization
91602026-06-25T02:35:13.769Z PASS [ 0.072s] (2281/2962) oximeter-collector results_sink::tests::test_batch_handoff_overflow
91612026-06-25T02:35:13.781Z PASS [ 0.042s] (2282/2962) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
91622026-06-25T02:35:13.792Z PASS [ 0.040s] (2283/2962) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
91632026-06-25T02:35:13.797Z PASS [ 0.075s] (2284/2962) oximeter-collector::test_commands test_oximeter_no_args
91642026-06-25T02:35:13.806Z PASS [ 0.037s] (2285/2962) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
91652026-06-25T02:35:13.814Z PASS [ 0.033s] (2286/2962) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
91662026-06-25T02:35:13.821Z PASS [ 0.029s] (2287/2962) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
91672026-06-25T02:35:14.025Z PASS [ 1.031s] (2288/2962) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
91682026-06-25T02:35:14.091Z PASS [ 3.847s] (2289/2962) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
91692026-06-25T02:35:14.111Z PASS [ 7.283s] (2290/2962) omicron-passwords test::test_compatible
91702026-06-25T02:35:14.146Z PASS [ 0.035s] (2291/2962) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
91712026-06-25T02:35:14.272Z PASS [ 4.080s] (2292/2962) omicron-sled-agent zone_bundle::illumos_tests::test_context
91722026-06-25T02:35:14.303Z PASS [ 33.530s] (2293/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
91732026-06-25T02:35:14.360Z PASS [ 0.057s] (2294/2962) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
91742026-06-25T02:35:14.470Z PASS [ 4.267s] (2295/2962) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
91752026-06-25T02:35:14.499Z PASS [ 13.175s] (2296/2962) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
91762026-06-25T02:35:14.671Z PASS [ 0.849s] (2297/2962) oximeter-db client::oxql::tests::test_get_fields_query
91772026-06-25T02:35:14.693Z PASS [ 0.895s] (2298/2962) oximeter-db client::oxql::tests::test_get_entire_table
91782026-06-25T02:35:14.704Z PASS [ 0.889s] (2299/2962) oximeter-db client::oxql::tests::test_get_fields
91792026-06-25T02:35:14.744Z PASS [ 0.937s] (2300/2962) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
91802026-06-25T02:35:14.785Z PASS [ 0.638s] (2301/2962) oximeter-db client::tests::can_ping_clickhouse
91812026-06-25T02:35:14.866Z PASS [ 4.674s] (2302/2962) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
91822026-06-25T02:35:14.873Z PASS [ 0.847s] (2303/2962) oximeter-db client::oxql::tests::test_get_one_timeseries
91832026-06-25T02:35:14.955Z PASS [ 0.863s] (2304/2962) oximeter-db client::oxql::tests::test_limit_operations
91842026-06-25T02:35:15.065Z PASS [ 11.313s] (2305/2962) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
91852026-06-25T02:35:15.165Z PASS [ 9.140s] (2306/2962) omicron-omdb::test_all_output test_omdb_usage_errors
91862026-06-25T02:35:15.239Z PASS [ 9.955s] (2307/2962) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
91872026-06-25T02:35:15.305Z PASS [ 0.805s] (2308/2962) oximeter-db client::tests::read_latest_version_reports_max
91882026-06-25T02:35:15.330Z PASS [ 0.636s] (2309/2962) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
91892026-06-25T02:35:15.350Z PASS [ 10.418s] (2310/2962) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
91902026-06-25T02:35:15.383Z PASS [ 0.712s] (2311/2962) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
91912026-06-25T02:35:15.417Z PASS [ 0.713s] (2312/2962) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
91922026-06-25T02:35:15.441Z PASS [ 0.656s] (2313/2962) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
91932026-06-25T02:35:15.451Z PASS [ 0.034s] (2314/2962) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
91942026-06-25T02:35:15.514Z PASS [ 0.770s] (2315/2962) oximeter-db client::tests::select_timeseries_with_select_one
91952026-06-25T02:35:15.638Z PASS [ 0.772s] (2316/2962) oximeter-db client::tests::test_client_select_timeseries_one
91962026-06-25T02:35:15.638Z PASS [ 0.765s] (2317/2962) oximeter-db client::tests::test_database_version_update_is_idempotent
91972026-06-25T02:35:15.653Z PASS [ 11.962s] (2318/2962) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
91982026-06-25T02:35:15.683Z PASS [ 0.045s] (2319/2962) oximeter-db client::tests::test_read_schema_upgrade_sql_files
91992026-06-25T02:35:15.686Z PASS [ 0.730s] (2320/2962) oximeter-db client::tests::test_database_version_will_not_downgrade
92002026-06-25T02:35:15.697Z PASS [ 0.044s] (2321/2962) oximeter-db client::tests::test_read_timeseries_to_delete
92012026-06-25T02:35:15.720Z PASS [ 0.036s] (2322/2962) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
92022026-06-25T02:35:15.721Z PASS [ 0.037s] (2323/2962) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
92032026-06-25T02:35:15.765Z PASS [ 1.403s] (2324/2962) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
92042026-06-25T02:35:15.785Z PASS [ 0.720s] (2325/2962) oximeter-db client::tests::test_database_version_will_not_upgrade
92052026-06-25T02:35:15.898Z PASS [ 0.732s] (2326/2962) oximeter-db client::tests::test_differentiate_by_timeseries_name
92062026-06-25T02:35:15.940Z PASS [ 4.280s] (2327/2962) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
92072026-06-25T02:35:15.993Z PASS [ 0.754s] (2328/2962) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
92082026-06-25T02:35:16.068Z PASS [ 0.738s] (2329/2962) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
92092026-06-25T02:35:16.074Z PASS [ 0.769s] (2330/2962) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
92102026-06-25T02:35:16.079Z PASS [ 0.729s] (2331/2962) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
92112026-06-25T02:35:16.181Z PASS [ 0.730s] (2332/2962) oximeter-db client::tests::test_insert_samples
92122026-06-25T02:35:16.191Z PASS [ 0.749s] (2333/2962) oximeter-db client::tests::test_field_record_count
92132026-06-25T02:35:16.288Z PASS [ 0.774s] (2334/2962) oximeter-db client::tests::test_is_oximeter_cluster
92142026-06-25T02:35:16.428Z PASS [ 1.958s] (2335/2962) oximeter-db client::tests::insert_samples_fails_fast
92152026-06-25T02:35:16.461Z PASS [ 0.823s] (2336/2962) oximeter-db client::tests::test_list_timeseries
92162026-06-25T02:35:16.465Z PASS [ 0.034s] (2337/2962) oximeter-db client::tests::test_unravel_index
92172026-06-25T02:35:16.465Z PASS [ 0.742s] (2338/2962) oximeter-db client::tests::test_schema_mismatch
92182026-06-25T02:35:16.491Z PASS [ 1.108s] (2339/2962) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
92192026-06-25T02:35:16.498Z PASS [ 0.037s] (2340/2962) oximeter-db client::tests::test_verify_schema_upgrades
92202026-06-25T02:35:16.501Z PASS [ 0.036s] (2341/2962) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
92212026-06-25T02:35:16.504Z PASS [ 0.042s] (2342/2962) oximeter-db model::fields::tests::test_extract_fields_as_block
92222026-06-25T02:35:16.508Z PASS [ 0.745s] (2343/2962) oximeter-db client::tests::test_schema_update
92232026-06-25T02:35:16.526Z PASS [ 0.036s] (2344/2962) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
92242026-06-25T02:35:16.536Z PASS [ 0.032s] (2345/2962) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
92252026-06-25T02:35:16.541Z PASS [ 0.044s] (2346/2962) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
92262026-06-25T02:35:16.543Z PASS [ 0.033s] (2347/2962) oximeter-db native::block::tests::concat_blocks
92272026-06-25T02:35:16.546Z PASS [ 0.045s] (2348/2962) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
92282026-06-25T02:35:16.560Z PASS [ 0.034s] (2349/2962) oximeter-db native::block::tests::datetime64_scale_checks_range
92292026-06-25T02:35:16.569Z PASS [ 0.032s] (2350/2962) oximeter-db native::block::tests::parse_date_time
92302026-06-25T02:35:16.577Z PASS [ 0.793s] (2351/2962) oximeter-db client::tests::test_select_all_datum_types
92312026-06-25T02:35:16.580Z PASS [ 0.858s] (2352/2962) oximeter-db client::tests::test_schema_reinserted_after_redeployment
92322026-06-25T02:35:16.583Z PASS [ 0.042s] (2353/2962) oximeter-db native::block::tests::parse_escaped_date_time64
92332026-06-25T02:35:16.583Z PASS [ 0.042s] (2354/2962) oximeter-db native::block::tests::parse_date_time64
92342026-06-25T02:35:16.586Z PASS [ 0.041s] (2355/2962) oximeter-db native::block::tests::test_data_type_to_string
92352026-06-25T02:35:16.590Z PASS [ 0.030s] (2356/2962) oximeter-db native::block::tests::test_datetime64_conversions
92362026-06-25T02:35:16.602Z PASS [ 0.033s] (2357/2962) oximeter-db native::block::tests::test_parse_all_known_timezones
92372026-06-25T02:35:16.614Z PASS [ 0.036s] (2358/2962) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
92382026-06-25T02:35:16.617Z PASS [ 0.037s] (2359/2962) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
92392026-06-25T02:35:16.620Z PASS [ 0.034s] (2360/2962) oximeter-db native::block::tests::test_parse_enum_variant
92402026-06-25T02:35:16.623Z PASS [ 0.038s] (2361/2962) oximeter-db native::block::tests::test_parse_invalid_data_type
92412026-06-25T02:35:16.623Z PASS [ 0.038s] (2362/2962) oximeter-db native::block::tests::test_parse_enum8
92422026-06-25T02:35:16.648Z PASS [ 0.750s] (2363/2962) oximeter-db client::tests::test_select_all_field_types
92432026-06-25T02:35:16.707Z PASS [ 0.767s] (2364/2962) oximeter-db client::tests::test_select_timeseries_with_all
92442026-06-25T02:35:16.718Z PASS [ 1.020s] (2365/2962) oximeter-db client::tests::test_recall_of_all_fields
92452026-06-25T02:35:16.753Z PASS [ 0.035s] (2366/2962) oximeter-db native::io::block::tests::test_decode_block_with_nulls
92462026-06-25T02:35:16.790Z PASS [ 0.037s] (2367/2962) oximeter-db native::io::block::tests::test_decode_full_block
92472026-06-25T02:35:16.824Z PASS [ 0.034s] (2368/2962) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
92482026-06-25T02:35:16.860Z PASS [ 0.036s] (2369/2962) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
92492026-06-25T02:35:16.864Z PASS [ 0.790s] (2370/2962) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
92502026-06-25T02:35:16.864Z PASS [ 0.784s] (2371/2962) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
92512026-06-25T02:35:16.882Z PASS [ 0.889s] (2372/2962) oximeter-db client::tests::test_select_timeseries_with_limit
92522026-06-25T02:35:16.897Z PASS [ 0.036s] (2373/2962) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
92532026-06-25T02:35:16.900Z PASS [ 0.036s] (2374/2962) oximeter-db native::io::column::tests::test_decode_string_column
92542026-06-25T02:35:16.903Z PASS [ 0.038s] (2375/2962) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
92552026-06-25T02:35:16.918Z PASS [ 0.035s] (2376/2962) oximeter-db native::io::column::tests::test_decode_uint64_column
92562026-06-25T02:35:16.930Z PASS [ 0.033s] (2377/2962) oximeter-db native::io::column::tests::test_decode_uint8_column
92572026-06-25T02:35:16.937Z PASS [ 0.038s] (2378/2962) oximeter-db native::io::column::tests::test_decode_uuid_column
92582026-06-25T02:35:16.940Z PASS [ 0.036s] (2379/2962) oximeter-db native::io::column::tests::test_encode_decode_column
92592026-06-25T02:35:16.948Z PASS [ 0.880s] (2380/2962) oximeter-db client::tests::test_select_timeseries_with_order
92602026-06-25T02:35:16.955Z PASS [ 0.774s] (2381/2962) oximeter-db client::tests::test_select_timeseries_with_start_time
92612026-06-25T02:35:16.955Z PASS [ 0.037s] (2382/2962) oximeter-db native::io::packet::server::tests::test_decode_full_hello
92622026-06-25T02:35:16.966Z PASS [ 0.037s] (2383/2962) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
92632026-06-25T02:35:16.974Z PASS [ 0.038s] (2384/2962) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
92642026-06-25T02:35:16.975Z PASS [ 0.036s] (2385/2962) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
92652026-06-25T02:35:16.981Z PASS [ 0.033s] (2386/2962) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
92662026-06-25T02:35:16.990Z PASS [ 0.035s] (2387/2962) oximeter-db native::io::packet::server::tests::test_decode_pong
92672026-06-25T02:35:16.993Z PASS [ 0.036s] (2388/2962) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
92682026-06-25T02:35:17.001Z PASS [ 0.034s] (2389/2962) oximeter-db native::io::packet::server::tests::test_decode_single_exception
92692026-06-25T02:35:17.006Z PASS [ 0.032s] (2390/2962) oximeter-db native::io::string::test::test_encode_decode
92702026-06-25T02:35:17.010Z PASS [ 0.035s] (2391/2962) oximeter-db native::io::string::test::test_encode_hello_world
92712026-06-25T02:35:17.013Z PASS [ 0.030s] (2392/2962) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
92722026-06-25T02:35:17.020Z PASS [ 0.030s] (2393/2962) oximeter-db native::io::table_columns::tests::test_column_count
92732026-06-25T02:35:17.023Z PASS [ 0.030s] (2394/2962) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
92742026-06-25T02:35:17.026Z PASS [ 0.738s] (2395/2962) oximeter-db client::tests::test_timeseries_schema_list
92752026-06-25T02:35:17.034Z PASS [ 0.033s] (2396/2962) oximeter-db native::io::table_columns::tests::test_column_description_with_default
92762026-06-25T02:35:17.037Z PASS [ 0.031s] (2397/2962) oximeter-db native::io::table_columns::tests::test_column_descriptions
92772026-06-25T02:35:17.040Z PASS [ 0.029s] (2398/2962) oximeter-db native::io::varuint::test_encode_decode_varuint
92782026-06-25T02:35:17.043Z PASS [ 0.030s] (2399/2962) oximeter-db oxql::ast::grammar::tests::test_align_table_op
92792026-06-25T02:35:17.054Z PASS [ 0.032s] (2400/2962) oximeter-db oxql::ast::grammar::tests::test_comparison
92802026-06-25T02:35:17.058Z PASS [ 0.038s] (2401/2962) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
92812026-06-25T02:35:17.061Z PASS [ 0.033s] (2402/2962) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
92822026-06-25T02:35:17.066Z PASS [ 0.032s] (2403/2962) oximeter-db oxql::ast::grammar::tests::test_double_literal
92832026-06-25T02:35:17.071Z PASS [ 0.032s] (2404/2962) oximeter-db oxql::ast::grammar::tests::test_duration_literal
92842026-06-25T02:35:17.071Z PASS [ 0.034s] (2405/2962) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
92852026-06-25T02:35:17.074Z PASS [ 0.031s] (2406/2962) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
92862026-06-25T02:35:17.089Z PASS [ 0.035s] (2407/2962) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
92872026-06-25T02:35:17.093Z PASS [ 0.034s] (2408/2962) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
92882026-06-25T02:35:17.097Z PASS [ 0.039s] (2409/2962) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
92892026-06-25T02:35:17.100Z PASS [ 0.034s] (2410/2962) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
92902026-06-25T02:35:17.104Z PASS [ 0.033s] (2411/2962) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
92912026-06-25T02:35:17.107Z PASS [ 0.033s] (2412/2962) oximeter-db oxql::ast::grammar::tests::test_group_by
92922026-06-25T02:35:17.112Z PASS [ 0.041s] (2413/2962) oximeter-db oxql::ast::grammar::tests::test_get_table_op
92932026-06-25T02:35:17.123Z PASS [ 0.034s] (2414/2962) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
92942026-06-25T02:35:17.127Z PASS [ 0.034s] (2415/2962) oximeter-db oxql::ast::grammar::tests::test_ident
92952026-06-25T02:35:17.130Z PASS [ 0.032s] (2416/2962) oximeter-db oxql::ast::grammar::tests::test_integer_literal
92962026-06-25T02:35:17.138Z PASS [ 0.038s] (2417/2962) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
92972026-06-25T02:35:17.141Z PASS [ 0.035s] (2418/2962) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
92982026-06-25T02:35:17.141Z PASS [ 0.037s] (2419/2962) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
92992026-06-25T02:35:17.149Z PASS [ 0.037s] (2420/2962) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
93002026-06-25T02:35:17.152Z PASS [ 0.028s] (2421/2962) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
93012026-06-25T02:35:17.158Z PASS [ 0.031s] (2422/2962) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
93022026-06-25T02:35:17.165Z PASS [ 0.036s] (2423/2962) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
93032026-06-25T02:35:17.175Z PASS [ 0.986s] (2424/2962) oximeter-db client::tests::test_sql_query_output
93042026-06-25T02:35:17.179Z PASS [ 0.041s] (2425/2962) oximeter-db oxql::ast::grammar::tests::test_query
93052026-06-25T02:35:17.182Z PASS [ 0.041s] (2426/2962) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
93062026-06-25T02:35:17.185Z PASS [ 0.033s] (2427/2962) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
93072026-06-25T02:35:17.188Z PASS [ 0.038s] (2428/2962) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
93082026-06-25T02:35:17.191Z PASS [ 0.031s] (2429/2962) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
93092026-06-25T02:35:17.195Z PASS [ 0.030s] (2430/2962) oximeter-db oxql::ast::grammar::tests::test_reducer
93102026-06-25T02:35:17.209Z PASS [ 0.030s] (2431/2962) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
93112026-06-25T02:35:17.209Z PASS [ 0.027s] (2432/2962) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
93122026-06-25T02:35:17.213Z PASS [ 0.036s] (2433/2962) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
93132026-06-25T02:35:17.216Z PASS [ 0.623s] (2434/2962) oximeter-db native::connection::tests::test_basic_select_query
93142026-06-25T02:35:17.216Z PASS [ 0.032s] (2435/2962) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
93152026-06-25T02:35:17.223Z PASS [ 0.036s] (2436/2962) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
93162026-06-25T02:35:17.223Z PASS [ 0.034s] (2437/2962) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
93172026-06-25T02:35:17.226Z PASS [ 0.030s] (2438/2962) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
93182026-06-25T02:35:17.249Z PASS [ 0.628s] (2439/2962) oximeter-db native::connection::tests::test_exchange_hello
93192026-06-25T02:35:17.249Z PASS [ 0.033s] (2440/2962) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
93202026-06-25T02:35:17.255Z PASS [ 0.042s] (2441/2962) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
93212026-06-25T02:35:17.255Z PASS [ 0.044s] (2442/2962) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
93222026-06-25T02:35:17.256Z PASS [ 0.046s] (2443/2962) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
93232026-06-25T02:35:17.259Z PASS [ 0.043s] (2444/2962) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
93242026-06-25T02:35:17.259Z PASS [ 0.035s] (2445/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
93252026-06-25T02:35:17.265Z PASS [ 0.041s] (2446/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
93262026-06-25T02:35:17.268Z PASS [ 0.041s] (2447/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
93272026-06-25T02:35:17.271Z PASS [ 0.652s] (2448/2962) oximeter-db native::connection::tests::test_insert_and_select_uuid
93282026-06-25T02:35:17.271Z PASS [ 0.649s] (2449/2962) oximeter-db native::connection::tests::test_select_array_of_nullable_column
93292026-06-25T02:35:17.274Z PASS [ 0.650s] (2450/2962) oximeter-db native::connection::tests::test_select_array_column
93302026-06-25T02:35:17.274Z PASS [ 0.656s] (2451/2962) oximeter-db native::connection::tests::test_insert_and_select_data
93312026-06-25T02:35:17.277Z PASS [ 0.035s] (2452/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
93322026-06-25T02:35:17.283Z PASS [ 0.041s] (2453/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
93332026-06-25T02:35:17.291Z PASS [ 0.036s] (2454/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
93342026-06-25T02:35:17.301Z PASS [ 0.653s] (2455/2962) oximeter-db native::connection::tests::test_select_nullable_column
93352026-06-25T02:35:17.308Z PASS [ 0.053s] (2456/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
93362026-06-25T02:35:17.311Z PASS [ 0.054s] (2457/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
93372026-06-25T02:35:17.311Z PASS [ 0.052s] (2458/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
93382026-06-25T02:35:17.311Z PASS [ 0.052s] (2459/2962) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
93392026-06-25T02:35:17.314Z PASS [ 0.049s] (2460/2962) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
93402026-06-25T02:35:17.318Z PASS [ 0.049s] (2461/2962) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
93412026-06-25T02:35:17.322Z PASS [ 0.052s] (2462/2962) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
93422026-06-25T02:35:17.325Z PASS [ 0.050s] (2463/2962) oximeter-db oxql::plan::align::test::test_align_input_schema
93432026-06-25T02:35:17.327Z PASS [ 0.057s] (2464/2962) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
93442026-06-25T02:35:17.327Z PASS [ 0.056s] (2465/2962) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
93452026-06-25T02:35:17.332Z PASS [ 0.626s] (2466/2962) oximeter-db native::connection::tests::test_send_cancel_with_no_query
93462026-06-25T02:35:17.354Z PASS [ 0.751s] (2467/2962) oximeter-db native::connection::tests::test_can_cancel_query
93472026-06-25T02:35:17.367Z PASS [ 0.083s] (2468/2962) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
93482026-06-25T02:35:17.370Z PASS [ 0.078s] (2469/2962) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
93492026-06-25T02:35:17.374Z PASS [ 0.097s] (2470/2962) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
93502026-06-25T02:35:17.379Z PASS [ 0.078s] (2471/2962) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
93512026-06-25T02:35:17.388Z PASS [ 0.079s] (2472/2962) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
93522026-06-25T02:35:17.393Z PASS [ 0.083s] (2473/2962) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
93532026-06-25T02:35:17.396Z PASS [ 0.083s] (2474/2962) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
93542026-06-25T02:35:17.396Z PASS [ 0.081s] (2475/2962) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
93552026-06-25T02:35:17.398Z PASS [ 0.086s] (2476/2962) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
93562026-06-25T02:35:17.401Z PASS [ 0.086s] (2477/2962) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
93572026-06-25T02:35:17.401Z PASS [ 0.080s] (2478/2962) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
93582026-06-25T02:35:17.405Z PASS [ 0.080s] (2479/2962) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
93592026-06-25T02:35:17.405Z PASS [ 0.076s] (2480/2962) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
93602026-06-25T02:35:17.411Z PASS [ 0.078s] (2481/2962) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
93612026-06-25T02:35:17.415Z PASS [ 0.087s] (2482/2962) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
93622026-06-25T02:35:17.433Z PASS [ 0.038s] (2483/2962) oximeter-db oxql::query::tests::test_coalesce_limits
93632026-06-25T02:35:17.437Z PASS [ 0.037s] (2484/2962) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
93642026-06-25T02:35:17.440Z PASS [ 0.084s] (2485/2962) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
93652026-06-25T02:35:17.451Z PASS [ 0.076s] (2486/2962) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
93662026-06-25T02:35:17.453Z PASS [ 0.037s] (2487/2962) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
93672026-06-25T02:35:17.454Z PASS [ 0.049s] (2488/2962) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
93682026-06-25T02:35:17.454Z PASS [ 0.041s] (2489/2962) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
93692026-06-25T02:35:17.454Z PASS [ 0.048s] (2490/2962) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
93702026-06-25T02:35:17.454Z PASS [ 0.083s] (2491/2962) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
93712026-06-25T02:35:17.457Z PASS [ 0.087s] (2492/2962) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
93722026-06-25T02:35:17.457Z PASS [ 0.053s] (2493/2962) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
93732026-06-25T02:35:17.460Z PASS [ 0.057s] (2494/2962) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
93742026-06-25T02:35:17.463Z PASS [ 0.082s] (2495/2962) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
93752026-06-25T02:35:17.468Z PASS [ 0.080s] (2496/2962) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
93762026-06-25T02:35:17.471Z PASS [ 0.038s] (2497/2962) oximeter-db oxql::query::tests::test_coalesce_predicates
93772026-06-25T02:35:17.474Z PASS [ 0.038s] (2498/2962) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
93782026-06-25T02:35:17.477Z PASS [ 0.082s] (2499/2962) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
93792026-06-25T02:35:17.477Z PASS [ 0.039s] (2500/2962) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
93802026-06-25T02:35:17.481Z PASS [ 0.087s] (2501/2962) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
93812026-06-25T02:35:17.489Z PASS [ 0.038s] (2502/2962) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
93822026-06-25T02:35:17.501Z PASS [ 0.049s] (2503/2962) oximeter-db oxql::query::tests::test_query_end_time
93832026-06-25T02:35:17.504Z PASS [ 0.049s] (2504/2962) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
93842026-06-25T02:35:17.506Z PASS [ 0.051s] (2505/2962) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
93852026-06-25T02:35:17.509Z PASS [ 0.054s] (2506/2962) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
93862026-06-25T02:35:17.509Z PASS [ 0.049s] (2507/2962) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
93872026-06-25T02:35:17.513Z PASS [ 0.057s] (2508/2962) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
93882026-06-25T02:35:17.513Z PASS [ 0.058s] (2509/2962) oximeter-db oxql::query::tests::test_insert_filters
93892026-06-25T02:35:17.513Z PASS [ 0.061s] (2510/2962) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
93902026-06-25T02:35:17.517Z PASS [ 0.049s] (2511/2962) oximeter-db query::tests::test_field_cmp
93912026-06-25T02:35:17.520Z PASS [ 0.058s] (2512/2962) oximeter-db oxql::query::tests::test_split_query
93922026-06-25T02:35:17.523Z PASS [ 0.049s] (2513/2962) oximeter-db query::tests::test_field_selector_as_query
93932026-06-25T02:35:17.523Z PASS [ 0.049s] (2514/2962) oximeter-db query::tests::test_field_value_as_db_str
93942026-06-25T02:35:17.530Z PASS [ 0.055s] (2515/2962) oximeter-db query::tests::test_select_query_builder_field_selectors
93952026-06-25T02:35:17.533Z PASS [ 0.050s] (2516/2962) oximeter-db query::tests::test_select_query_builder_from_parts
93962026-06-25T02:35:17.537Z PASS [ 0.045s] (2517/2962) oximeter-db query::tests::test_select_query_builder_full
93972026-06-25T02:35:17.537Z PASS [ 0.059s] (2518/2962) oximeter-db query::tests::test_select_query_builder_filter_raw
93982026-06-25T02:35:17.540Z PASS [ 0.039s] (2519/2962) oximeter-db query::tests::test_select_query_builder_limit_offset
93992026-06-25T02:35:17.543Z PASS [ 0.039s] (2520/2962) oximeter-db query::tests::test_select_query_builder_no_fields
94002026-06-25T02:35:17.543Z PASS [ 0.035s] (2521/2962) oximeter-db query::tests::test_time_range
94012026-06-25T02:35:17.549Z PASS [ 0.043s] (2522/2962) oximeter-db query::tests::test_select_query_builder_no_selectors
94022026-06-25T02:35:17.566Z PASS [ 0.058s] (2523/2962) oximeter-db query::tests::test_string_field_selector
94032026-06-25T02:35:17.576Z PASS [ 0.063s] (2524/2962) oximeter-db sql::tests::test_cannot_name_database
94042026-06-25T02:35:17.576Z PASS [ 0.066s] (2525/2962) oximeter-db sql::tests::test_allow_limit_offset
94052026-06-25T02:35:17.576Z PASS [ 0.066s] (2526/2962) oximeter-db sql::tests::test_allow_subqueries
94062026-06-25T02:35:17.589Z PASS [ 0.070s] (2527/2962) oximeter-db sql::tests::test_function_allow_list
94072026-06-25T02:35:17.590Z PASS [ 0.060s] (2528/2962) oximeter-db sql::tests::test_query_must_be_select_statement
94082026-06-25T02:35:17.590Z PASS [ 0.072s] (2529/2962) oximeter-db sql::tests::test_ctes_are_not_supported
94092026-06-25T02:35:17.590Z PASS [ 0.058s] (2530/2962) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
94102026-06-25T02:35:17.596Z PASS [ 0.031s] (2531/2962) oximeter-db::integration_test test_schemas_are_not_modified
94112026-06-25T02:35:17.600Z PASS [ 0.078s] (2532/2962) oximeter-db sql::tests::test_multiple_statements_are_not_supported
94122026-06-25T02:35:17.602Z PASS [ 0.069s] (2533/2962) oximeter-db sql::tests::test_require_table_is_timeseries_name
94132026-06-25T02:35:17.607Z PASS [ 0.064s] (2534/2962) oximeter-db tests::test_timeseries_key_sample_stability
94142026-06-25T02:35:17.614Z PASS [ 0.072s] (2535/2962) oximeter-db tests::test_timeseries_key_field_stability
94152026-06-25T02:35:17.621Z PASS [ 0.085s] (2536/2962) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
94162026-06-25T02:35:17.626Z PASS [ 0.105s] (2537/2962) oximeter-db sql::tests::test_join_must_be_inner
94172026-06-25T02:35:17.635Z PASS [ 0.059s] (2538/2962) oximeter-instruments http::tests::test_latency_tracker
94182026-06-25T02:35:17.636Z PASS [ 0.059s] (2539/2962) oximeter-instruments kstat::cpu::tests::test_kstat_interested
94192026-06-25T02:35:17.643Z PASS [ 0.053s] (2540/2962) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
94202026-06-25T02:35:17.650Z PASS [ 0.110s] (2541/2962) oximeter-db sql::tests::test_with_comma_join_fails
94212026-06-25T02:35:17.658Z PASS [ 0.061s] (2542/2962) oximeter-instruments kstat::link::tests::test_kstat_interested
94222026-06-25T02:35:17.675Z PASS [ 0.032s] (2543/2962) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
94232026-06-25T02:35:17.680Z PASS [ 0.090s] (2544/2962) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
94242026-06-25T02:35:17.683Z PASS [ 0.031s] (2545/2962) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
94252026-06-25T02:35:17.683Z PASS [ 0.069s] (2546/2962) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
94262026-06-25T02:35:17.686Z PASS [ 0.049s] (2547/2962) oximeter-instruments kstat::link::tests::test_sled_datalink
94272026-06-25T02:35:17.689Z PASS [ 0.086s] (2548/2962) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
94282026-06-25T02:35:17.689Z PASS [ 0.031s] (2549/2962) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
94292026-06-25T02:35:17.689Z PASS [ 0.082s] (2550/2962) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
94302026-06-25T02:35:17.692Z PASS [ 0.071s] (2551/2962) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
94312026-06-25T02:35:17.700Z PASS [ 0.074s] (2552/2962) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
94322026-06-25T02:35:17.703Z PASS [ 0.104s] (2553/2962) oximeter-instruments kstat::link::tests::test_kstat_sampler
94332026-06-25T02:35:17.706Z PASS [ 0.029s] (2554/2962) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
94342026-06-25T02:35:17.706Z PASS [ 0.068s] (2555/2962) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
94352026-06-25T02:35:17.710Z PASS [ 0.029s] (2556/2962) oximeter-instruments kstat::zone::tests::test_kstat_interested
94362026-06-25T02:35:17.713Z PASS [ 0.022s] (2557/2962) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
94372026-06-25T02:35:17.713Z PASS [ 0.023s] (2558/2962) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
94382026-06-25T02:35:17.716Z PASS [ 0.023s] (2559/2962) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
94392026-06-25T02:35:17.721Z PASS [ 0.040s] (2560/2962) oximeter-instruments kstat::zone::tests::test_zone_samples
94402026-06-25T02:35:17.725Z PASS [ 0.035s] (2561/2962) oximeter-instruments zfs::usage::tests::test_dataset_samples
94412026-06-25T02:35:17.728Z PASS [ 0.026s] (2562/2962) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
94422026-06-25T02:35:17.731Z PASS [ 0.026s] (2563/2962) oximeter-macro-impl tests::test_metric_datum_field
94432026-06-25T02:35:17.731Z PASS [ 0.027s] (2564/2962) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
94442026-06-25T02:35:17.734Z PASS [ 0.047s] (2565/2962) oximeter-instruments zfs::usage::tests::test_collect_zpools
94452026-06-25T02:35:17.734Z PASS [ 0.028s] (2566/2962) oximeter-macro-impl tests::test_metric_annotated_field
94462026-06-25T02:35:17.735Z PASS [ 0.023s] (2567/2962) oximeter-macro-impl tests::test_metric_enum
94472026-06-25T02:35:17.738Z PASS [ 0.024s] (2568/2962) oximeter-macro-impl tests::test_metric_without_datum_field
94482026-06-25T02:35:17.738Z PASS [ 0.023s] (2569/2962) oximeter-macro-impl tests::test_target
94492026-06-25T02:35:17.741Z PASS [ 0.023s] (2570/2962) oximeter-macro-impl tests::test_target_empty_struct
94502026-06-25T02:35:17.744Z PASS [ 0.022s] (2571/2962) oximeter-macro-impl tests::test_target_enum
94512026-06-25T02:35:17.747Z PASS [ 0.024s] (2572/2962) oximeter-macro-impl tests::test_target_unit_struct
94522026-06-25T02:35:17.751Z PASS [ 0.025s] (2573/2962) oximeter-macro-impl tests::test_target_with_datum_field
94532026-06-25T02:35:17.751Z PASS [ 0.067s] (2574/2962) oximeter-instruments zfs::usage::tests::test_collect_datasets
94542026-06-25T02:35:17.756Z PASS [ 0.167s] (2575/2962) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
94552026-06-25T02:35:17.779Z PASS [ 0.036s] (2576/2962) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
94562026-06-25T02:35:17.783Z PASS [ 0.033s] (2577/2962) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
94572026-06-25T02:35:17.783Z PASS [ 0.031s] (2578/2962) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
94582026-06-25T02:35:17.783Z PASS [ 0.025s] (2579/2962) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
94592026-06-25T02:35:17.786Z PASS [ 0.053s] (2580/2962) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
94602026-06-25T02:35:17.786Z PASS [ 0.053s] (2581/2962) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
94612026-06-25T02:35:17.786Z PASS [ 0.052s] (2582/2962) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
94622026-06-25T02:35:17.786Z PASS [ 0.050s] (2583/2962) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
94632026-06-25T02:35:17.789Z PASS [ 0.050s] (2584/2962) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
94642026-06-25T02:35:17.789Z PASS [ 0.036s] (2585/2962) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
94652026-06-25T02:35:17.789Z PASS [ 0.055s] (2586/2962) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
94662026-06-25T02:35:17.789Z PASS [ 0.047s] (2587/2962) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
94672026-06-25T02:35:17.802Z PASS [ 0.023s] (2588/2962) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
94682026-06-25T02:35:17.805Z PASS [ 0.024s] (2589/2962) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
94692026-06-25T02:35:17.805Z PASS [ 0.021s] (2590/2962) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
94702026-06-25T02:35:17.805Z PASS [ 0.025s] (2591/2962) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
94712026-06-25T02:35:17.808Z PASS [ 0.025s] (2592/2962) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
94722026-06-25T02:35:17.811Z PASS [ 0.025s] (2593/2962) oximeter-schema ir::tests::fail_on_empty_metric_name
94732026-06-25T02:35:17.811Z PASS [ 0.025s] (2594/2962) oximeter-schema ir::tests::fail_on_empty_target_name
94742026-06-25T02:35:17.811Z PASS [ 0.026s] (2595/2962) oximeter-schema ir::tests::fail_on_empty_descriptions
94752026-06-25T02:35:17.814Z PASS [ 0.026s] (2596/2962) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
94762026-06-25T02:35:17.814Z PASS [ 0.028s] (2597/2962) oximeter-schema ir::tests::fail_on_very_long_field_names
94772026-06-25T02:35:17.817Z PASS [ 0.030s] (2598/2962) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
94782026-06-25T02:35:17.821Z PASS [ 0.034s] (2599/2962) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
94792026-06-25T02:35:17.826Z PASS [ 0.686s] (2600/2962) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
94802026-06-25T02:35:17.831Z PASS [ 0.029s] (2601/2962) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
94812026-06-25T02:35:17.835Z PASS [ 0.022s] (2602/2962) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
94822026-06-25T02:35:17.835Z PASS [ 0.024s] (2603/2962) oximeter-schema ir::tests::only_support_format_version_1
94832026-06-25T02:35:17.838Z PASS [ 0.022s] (2604/2962) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
94842026-06-25T02:35:17.838Z PASS [ 0.032s] (2605/2962) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
94852026-06-25T02:35:17.838Z PASS [ 0.032s] (2606/2962) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
94862026-06-25T02:35:17.838Z PASS [ 0.033s] (2607/2962) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
94872026-06-25T02:35:17.838Z PASS [ 0.031s] (2608/2962) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
94882026-06-25T02:35:17.841Z PASS [ 0.029s] (2609/2962) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
94892026-06-25T02:35:17.844Z PASS [ 0.033s] (2610/2962) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
94902026-06-25T02:35:17.858Z PASS [ 0.041s] (2611/2962) oximeter-test-utils tests::test_gen_test_samples
94912026-06-25T02:35:17.861Z PASS [ 0.040s] (2612/2962) oximeter-test-utils tests::test_sample_struct
94922026-06-25T02:35:17.864Z PASS [ 0.025s] (2613/2962) oximeter-types traits::tests::test_metric_trait
94932026-06-25T02:35:17.864Z PASS [ 0.026s] (2614/2962) oximeter-types traits::tests::test_target_trait
94942026-06-25T02:35:17.867Z PASS [ 0.028s] (2615/2962) oximeter-types queue::tests::test_bounded_queue_overflow
94952026-06-25T02:35:17.867Z PASS [ 0.028s] (2616/2962) oximeter-types queue::tests::test_bounded_queue_sample_overflow
94962026-06-25T02:35:17.867Z PASS [ 0.039s] (2617/2962) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
94972026-06-25T02:35:17.867Z PASS [ 0.031s] (2618/2962) oximeter-types queue::tests::test_bounded_queue
94982026-06-25T02:35:17.870Z PASS [ 0.030s] (2619/2962) oximeter-types traits::tests::test_producer_trait
94992026-06-25T02:35:17.870Z PASS [ 0.039s] (2620/2962) oximeter-test-utils tests::test_timeseries_schema_from_parts
95002026-06-25T02:35:17.876Z PASS [ 0.041s] (2621/2962) oximeter-test-utils tests::test_timeseries_schema_from_sample
95012026-06-25T02:35:17.884Z PASS [ 0.045s] (2622/2962) oximeter-types-versions impls::histogram::tests::test_bin_range
95022026-06-25T02:35:17.884Z PASS [ 0.041s] (2623/2962) oximeter-types-versions impls::histogram::tests::test_bin_range_from
95032026-06-25T02:35:17.887Z PASS [ 0.028s] (2624/2962) oximeter-types-versions impls::histogram::tests::test_bin_range_to
95042026-06-25T02:35:17.890Z PASS [ 0.027s] (2625/2962) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
95052026-06-25T02:35:17.890Z PASS [ 0.027s] (2626/2962) oximeter-types-versions impls::histogram::tests::test_ensure_finite
95062026-06-25T02:35:17.893Z PASS [ 0.028s] (2627/2962) oximeter-types-versions impls::histogram::tests::test_histogram
95072026-06-25T02:35:17.896Z PASS [ 0.029s] (2628/2962) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
95082026-06-25T02:35:17.899Z PASS [ 0.032s] (2629/2962) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
95092026-06-25T02:35:17.899Z PASS [ 0.031s] (2630/2962) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
95102026-06-25T02:35:17.899Z PASS [ 0.032s] (2631/2962) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
95112026-06-25T02:35:17.899Z PASS [ 0.028s] (2632/2962) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
95122026-06-25T02:35:17.899Z PASS [ 0.030s] (2633/2962) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
95132026-06-25T02:35:17.903Z PASS [ 0.027s] (2634/2962) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
95142026-06-25T02:35:17.907Z PASS [ 0.023s] (2635/2962) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
95152026-06-25T02:35:17.910Z PASS [ 0.024s] (2636/2962) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
95162026-06-25T02:35:17.913Z PASS [ 0.025s] (2637/2962) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
95172026-06-25T02:35:17.916Z PASS [ 0.026s] (2638/2962) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
95182026-06-25T02:35:17.916Z PASS [ 0.024s] (2639/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
95192026-06-25T02:35:17.919Z PASS [ 0.027s] (2640/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
95202026-06-25T02:35:17.923Z PASS [ 0.026s] (2641/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
95212026-06-25T02:35:17.923Z PASS [ 0.024s] (2642/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
95222026-06-25T02:35:17.923Z PASS [ 0.029s] (2643/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
95232026-06-25T02:35:17.923Z PASS [ 0.026s] (2644/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
95242026-06-25T02:35:17.926Z PASS [ 0.027s] (2645/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
95252026-06-25T02:35:17.929Z PASS [ 0.023s] (2646/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
95262026-06-25T02:35:17.929Z PASS [ 0.029s] (2647/2962) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
95272026-06-25T02:35:17.929Z PASS [ 0.021s] (2648/2962) oximeter-types-versions impls::histogram::tests::test_span_decades
95282026-06-25T02:35:17.932Z PASS [ 0.022s] (2649/2962) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
95292026-06-25T02:35:17.935Z PASS [ 0.023s] (2650/2962) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
95302026-06-25T02:35:17.938Z PASS [ 0.022s] (2651/2962) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
95312026-06-25T02:35:17.941Z PASS [ 0.024s] (2652/2962) oximeter-types-versions impls::quantile::tests::test_empty_observations
95322026-06-25T02:35:17.944Z PASS [ 0.025s] (2653/2962) oximeter-types-versions impls::quantile::tests::test_default_percentiles
95332026-06-25T02:35:17.948Z PASS [ 0.025s] (2654/2962) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
95342026-06-25T02:35:17.951Z PASS [ 0.027s] (2655/2962) oximeter-types-versions impls::quantile::tests::test_find_cells
95352026-06-25T02:35:17.954Z PASS [ 0.028s] (2656/2962) oximeter-types-versions impls::quantile::tests::test_float_observations
95362026-06-25T02:35:17.954Z PASS [ 0.029s] (2657/2962) oximeter-types-versions impls::quantile::tests::test_integer_observations
95372026-06-25T02:35:17.954Z PASS [ 0.024s] (2658/2962) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
95382026-06-25T02:35:17.954Z PASS [ 0.025s] (2659/2962) oximeter-types-versions impls::quantile::tests::test_min_p
95392026-06-25T02:35:17.954Z PASS [ 0.028s] (2660/2962) oximeter-types-versions impls::quantile::tests::test_max_p
95402026-06-25T02:35:17.954Z PASS [ 0.022s] (2661/2962) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
95412026-06-25T02:35:17.958Z PASS [ 0.025s] (2662/2962) oximeter-types-versions impls::quantile::tests::test_rounding
95422026-06-25T02:35:17.962Z PASS [ 0.028s] (2663/2962) oximeter-types-versions impls::schema::tests::test_timeseries_name
95432026-06-25T02:35:17.964Z PASS [ 0.023s] (2664/2962) oximeter-types-versions impls::types::tests::test_cumulative_i64
95442026-06-25T02:35:17.965Z PASS [ 0.024s] (2665/2962) oximeter-types-versions impls::types::tests::test_cumulative_f64
95452026-06-25T02:35:17.967Z PASS [ 0.032s] (2666/2962) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
95462026-06-25T02:35:17.970Z PASS [ 0.020s] (2667/2962) oximeter-types-versions impls::types::tests::test_datum
95472026-06-25T02:35:17.973Z PASS [ 0.021s] (2668/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
95482026-06-25T02:35:17.973Z PASS [ 0.020s] (2669/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
95492026-06-25T02:35:17.973Z PASS [ 0.021s] (2670/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
95502026-06-25T02:35:17.976Z PASS [ 0.022s] (2671/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
95512026-06-25T02:35:17.979Z PASS [ 0.026s] (2672/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
95522026-06-25T02:35:17.979Z PASS [ 0.024s] (2673/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
95532026-06-25T02:35:17.979Z PASS [ 0.025s] (2674/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
95542026-06-25T02:35:17.982Z PASS [ 0.026s] (2675/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
95552026-06-25T02:35:17.982Z PASS [ 0.020s] (2676/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
95562026-06-25T02:35:17.985Z PASS [ 0.020s] (2677/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
95572026-06-25T02:35:17.988Z PASS [ 0.021s] (2678/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
95582026-06-25T02:35:17.988Z PASS [ 0.020s] (2679/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
95592026-06-25T02:35:17.992Z PASS [ 0.023s] (2680/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
95602026-06-25T02:35:17.995Z PASS [ 0.021s] (2681/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
95612026-06-25T02:35:17.995Z PASS [ 0.022s] (2682/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
95622026-06-25T02:35:17.995Z PASS [ 0.020s] (2683/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
95632026-06-25T02:35:17.995Z PASS [ 0.019s] (2684/2962) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
95642026-06-25T02:35:17.998Z PASS [ 0.020s] (2685/2962) oximeter-types-versions impls::types::tests::test_verify_field_names
95652026-06-25T02:35:18.001Z PASS [ 0.021s] (2686/2962) oximeter-types-versions impls::types::tests::test_measurement
95662026-06-25T02:35:18.004Z PASS [ 0.023s] (2687/2962) oxlog tests::test_is_oxide_smf_log_file
95672026-06-25T02:35:18.004Z PASS [ 0.021s] (2688/2962) oxlog tests::test_oxide_smf_service_name_from_log_file_name
95682026-06-25T02:35:18.007Z PASS [ 0.027s] (2689/2962) oxlog tests::test_daterange_filter
95692026-06-25T02:35:18.007Z PASS [ 0.021s] (2690/2962) oxlog tests::test_sort_logs
95702026-06-25T02:35:18.010Z PASS [ 0.020s] (2691/2962) oxql-types point::tests::test_cast_points_from_bool
95712026-06-25T02:35:18.014Z PASS [ 0.022s] (2692/2962) oxql-types point::tests::test_cast_points_from_double_distribution
95722026-06-25T02:35:18.017Z PASS [ 0.030s] (2693/2962) oxlog::bin/oxlog tests::test_parse_timestamp
95732026-06-25T02:35:18.017Z PASS [ 0.025s] (2694/2962) oxql-types point::tests::test_cast_points_from_int_distribution
95742026-06-25T02:35:18.020Z PASS [ 0.027s] (2695/2962) oxql-types point::tests::test_cast_points_from_double
95752026-06-25T02:35:18.020Z PASS [ 0.025s] (2696/2962) oxql-types point::tests::test_cast_points_from_string
95762026-06-25T02:35:18.020Z PASS [ 0.026s] (2697/2962) oxql-types point::tests::test_cast_points_from_integer
95772026-06-25T02:35:18.020Z PASS [ 0.022s] (2698/2962) oxql-types point::tests::test_join_point_arrays
95782026-06-25T02:35:18.023Z PASS [ 0.022s] (2699/2962) oxql-types point::tests::test_point_delta_between
95792026-06-25T02:35:18.023Z PASS [ 0.020s] (2700/2962) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
95802026-06-25T02:35:18.026Z PASS [ 0.022s] (2701/2962) oxql-types point::tests::test_point_delta_between_with_new_epoch
95812026-06-25T02:35:18.026Z PASS [ 0.021s] (2702/2962) oxql-types point::tests::test_push_concrete_values
95822026-06-25T02:35:18.030Z PASS [ 0.021s] (2703/2962) oxql-types point::tests::test_sub_between_histogram_distributions
95832026-06-25T02:35:18.034Z PASS [ 0.019s] (2704/2962) range-requests test::get_response_no_range
95842026-06-25T02:35:18.037Z PASS [ 0.020s] (2705/2962) range-requests test::invalid_ranges
95852026-06-25T02:35:18.040Z PASS [ 0.020s] (2706/2962) range-requests test::parse_range_valid
95862026-06-25T02:35:18.040Z PASS [ 0.021s] (2707/2962) range-requests test::parse_range_invalid
95872026-06-25T02:35:18.040Z PASS [ 0.023s] (2708/2962) range-requests test::get_response_with_range
95882026-06-25T02:35:18.043Z PASS [ 0.019s] (2709/2962) range-requests test::single_range_parsing_does_not_crash
95892026-06-25T02:35:18.043Z PASS [ 0.023s] (2710/2962) range-requests test::potential_range_parsing_does_not_crash
95902026-06-25T02:35:18.044Z PASS [ 0.022s] (2711/2962) range-requests test::range_into_str
95912026-06-25T02:35:18.090Z PASS [ 0.082s] (2712/2962) parallel-task-set test::test_spawn_many
95922026-06-25T02:35:18.146Z PASS [ 0.122s] (2713/2962) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
95932026-06-25T02:35:18.165Z PASS [ 0.125s] (2714/2962) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
95942026-06-25T02:35:18.213Z PASS [ 0.187s] (2715/2962) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
95952026-06-25T02:35:18.217Z PASS [ 0.183s] (2716/2962) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
95962026-06-25T02:35:18.224Z PASS [ 0.198s] (2717/2962) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
95972026-06-25T02:35:18.236Z PASS [ 0.209s] (2718/2962) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
95982026-06-25T02:35:18.243Z PASS [ 0.205s] (2719/2962) reconfigurator-cli::test-scripts script::cmds-example.txt
95992026-06-25T02:35:18.246Z PASS [ 0.206s] (2720/2962) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
96002026-06-25T02:35:18.253Z PASS [ 0.213s] (2721/2962) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
96012026-06-25T02:35:18.266Z PASS [ 0.226s] (2722/2962) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
96022026-06-25T02:35:18.374Z PASS [ 0.150s] (2723/2962) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
96032026-06-25T02:35:18.378Z PASS [ 0.132s] (2724/2962) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
96042026-06-25T02:35:18.381Z PASS [ 31.383s] (2725/2962) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
96052026-06-25T02:35:18.403Z PASS [ 0.150s] (2726/2962) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
96062026-06-25T02:35:18.409Z PASS [ 0.143s] (2727/2962) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
96072026-06-25T02:35:18.503Z PASS [ 0.128s] (2728/2962) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
96082026-06-25T02:35:18.569Z PASS [ 0.188s] (2729/2962) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
96092026-06-25T02:35:18.646Z PASS [ 0.603s] (2730/2962) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
96102026-06-25T02:35:18.688Z PASS [ 0.597s] (2731/2962) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
96112026-06-25T02:35:18.704Z PASS [ 0.201s] (2732/2962) reconfigurator-cli::test-scripts script::cmds.txt
96122026-06-25T02:35:18.736Z PASS [ 0.591s] (2733/2962) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
96132026-06-25T02:35:18.763Z PASS [ 0.597s] (2734/2962) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
96142026-06-25T02:35:18.848Z PASS [ 0.631s] (2735/2962) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
96152026-06-25T02:35:18.852Z PASS [ 0.608s] (2736/2962) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
96162026-06-25T02:35:19.006Z PASS [ 0.603s] (2737/2962) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
96172026-06-25T02:35:19.050Z PASS [ 1.008s] (2738/2962) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
96182026-06-25T02:35:19.252Z PASS [ 1.016s] (2739/2962) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
96192026-06-25T02:35:19.312Z PASS [ 6.404s] (2740/2962) omicron-test-utils dev::db::test::test_setup_database_default_dir
96202026-06-25T02:35:19.364Z PASS [ 0.051s] (2741/2962) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
96212026-06-25T02:35:19.383Z PASS [ 0.815s] (2742/2962) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
96222026-06-25T02:35:19.394Z PASS [ 0.031s] (2743/2962) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
96232026-06-25T02:35:19.422Z PASS [ 1.013s] (2744/2962) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
96242026-06-25T02:35:19.431Z PASS [ 0.047s] (2745/2962) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
96252026-06-25T02:35:19.434Z PASS [ 1.221s] (2746/2962) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
96262026-06-25T02:35:19.444Z PASS [ 0.049s] (2747/2962) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
96272026-06-25T02:35:19.474Z PASS [ 0.052s] (2748/2962) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
96282026-06-25T02:35:19.477Z PASS [ 0.033s] (2749/2962) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
96292026-06-25T02:35:19.482Z PASS [ 0.051s] (2750/2962) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
96302026-06-25T02:35:19.486Z PASS [ 0.052s] (2751/2962) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
96312026-06-25T02:35:19.514Z PASS [ 0.040s] (2752/2962) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
96322026-06-25T02:35:19.523Z PASS [ 0.041s] (2753/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
96332026-06-25T02:35:19.527Z PASS [ 0.040s] (2754/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
96342026-06-25T02:35:19.530Z PASS [ 0.053s] (2755/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
96352026-06-25T02:35:19.555Z PASS [ 0.041s] (2756/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
96362026-06-25T02:35:19.563Z PASS [ 0.040s] (2757/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
96372026-06-25T02:35:19.566Z PASS [ 0.036s] (2758/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
96382026-06-25T02:35:19.569Z PASS [ 0.041s] (2759/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
96392026-06-25T02:35:19.596Z PASS [ 0.041s] (2760/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
96402026-06-25T02:35:19.603Z PASS [ 0.040s] (2761/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
96412026-06-25T02:35:19.608Z PASS [ 0.558s] (2762/2962) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
96422026-06-25T02:35:19.608Z PASS [ 0.043s] (2763/2962) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
96432026-06-25T02:35:19.637Z PASS [ 0.041s] (2764/2962) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
96442026-06-25T02:35:19.648Z PASS [ 0.045s] (2765/2962) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
96452026-06-25T02:35:19.678Z PASS [ 0.041s] (2766/2962) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
96462026-06-25T02:35:19.686Z PASS [ 0.037s] (2767/2962) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
96472026-06-25T02:35:19.718Z PASS [ 0.040s] (2768/2962) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
96482026-06-25T02:35:19.730Z PASS [ 0.044s] (2769/2962) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
96492026-06-25T02:35:19.760Z PASS [ 0.152s] (2770/2962) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
96502026-06-25T02:35:19.772Z PASS [ 0.054s] (2771/2962) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
96512026-06-25T02:35:19.776Z PASS [ 0.046s] (2772/2962) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
96522026-06-25T02:35:19.801Z PASS [ 0.042s] (2773/2962) sled-agent-config-reconciler ledger::tests::read_existing_config
96532026-06-25T02:35:19.812Z PASS [ 0.040s] (2774/2962) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
96542026-06-25T02:35:19.819Z PASS [ 0.042s] (2775/2962) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
96552026-06-25T02:35:19.847Z PASS [ 0.045s] (2776/2962) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
96562026-06-25T02:35:19.856Z PASS [ 0.044s] (2777/2962) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
96572026-06-25T02:35:19.859Z PASS [ 0.040s] (2778/2962) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
96582026-06-25T02:35:19.882Z PASS [ 1.194s] (2779/2962) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
96592026-06-25T02:35:19.892Z PASS [ 0.044s] (2780/2962) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
96602026-06-25T02:35:19.897Z PASS [ 0.038s] (2781/2962) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
96612026-06-25T02:35:19.984Z PASS [ 1.221s] (2782/2962) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
96622026-06-25T02:35:20.060Z PASS [ 1.681s] (2783/2962) reconfigurator-cli::test-scripts script::cmds-target-release.txt
96632026-06-25T02:35:20.081Z PASS [ 1.436s] (2784/2962) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
96642026-06-25T02:35:20.088Z PASS [ 0.836s] (2785/2962) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
96652026-06-25T02:35:20.094Z PASS [ 0.034s] (2786/2962) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
96662026-06-25T02:35:20.126Z PASS [ 0.045s] (2787/2962) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
96672026-06-25T02:35:20.131Z PASS [ 0.043s] (2788/2962) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
96682026-06-25T02:35:20.135Z PASS [ 0.042s] (2789/2962) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
96692026-06-25T02:35:20.165Z PASS [ 0.035s] (2790/2962) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
96702026-06-25T02:35:20.165Z PASS [ 0.039s] (2791/2962) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
96712026-06-25T02:35:20.172Z PASS [ 0.037s] (2792/2962) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
96722026-06-25T02:35:20.203Z PASS [ 0.038s] (2793/2962) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
96732026-06-25T02:35:20.203Z PASS [ 0.038s] (2794/2962) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
96742026-06-25T02:35:20.212Z PASS [ 0.039s] (2795/2962) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
96752026-06-25T02:35:20.240Z PASS [ 0.037s] (2796/2962) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
96762026-06-25T02:35:20.247Z PASS [ 0.044s] (2797/2962) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
96772026-06-25T02:35:20.269Z PASS [ 1.533s] (2798/2962) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
96782026-06-25T02:35:20.278Z PASS [ 0.038s] (2799/2962) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
96792026-06-25T02:35:20.286Z PASS [ 0.039s] (2800/2962) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
96802026-06-25T02:35:20.309Z PASS [ 0.039s] (2801/2962) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
96812026-06-25T02:35:20.317Z PASS [ 0.039s] (2802/2962) sled-agent-rack-setup service::test::parse_rack_initialization
96822026-06-25T02:35:20.321Z PASS [ 0.035s] (2803/2962) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
96832026-06-25T02:35:20.352Z PASS [ 0.043s] (2804/2962) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
96842026-06-25T02:35:20.362Z PASS [ 0.044s] (2805/2962) sled-agent-rack-setup service::test::test_extra_certs
96852026-06-25T02:35:20.366Z PASS [ 0.045s] (2806/2962) sled-agent-rack-setup service::test::test_omicron_zone_configs
96862026-06-25T02:35:20.385Z PASS [ 0.033s] (2807/2962) sled-agent-rack-setup service::test::test_subnets
96872026-06-25T02:35:20.395Z PASS [ 0.033s] (2808/2962) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
96882026-06-25T02:35:20.405Z PASS [ 0.038s] (2809/2962) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
96892026-06-25T02:35:20.416Z PASS [ 0.032s] (2810/2962) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
96902026-06-25T02:35:20.433Z PASS [ 0.037s] (2811/2962) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
96912026-06-25T02:35:20.442Z PASS [ 2.712s] (2812/2962) oximeter-producer tests::test_producer_registration_task
96922026-06-25T02:35:20.442Z PASS [ 0.037s] (2813/2962) sled-agent-resolvable-files manifest::tests::read_success
96932026-06-25T02:35:20.447Z PASS [ 0.031s] (2814/2962) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
96942026-06-25T02:35:20.459Z PASS [ 0.026s] (2815/2962) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
96952026-06-25T02:35:20.471Z PASS [ 0.029s] (2816/2962) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
96962026-06-25T02:35:20.474Z PASS [ 0.033s] (2817/2962) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
96972026-06-25T02:35:20.477Z PASS [ 0.030s] (2818/2962) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
96982026-06-25T02:35:20.486Z PASS [ 0.027s] (2819/2962) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
96992026-06-25T02:35:20.497Z PASS [ 0.026s] (2820/2962) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
97002026-06-25T02:35:20.504Z PASS [ 0.029s] (2821/2962) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
97012026-06-25T02:35:20.507Z PASS [ 0.030s] (2822/2962) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
97022026-06-25T02:35:20.515Z PASS [ 0.028s] (2823/2962) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
97032026-06-25T02:35:20.525Z PASS [ 0.027s] (2824/2962) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
97042026-06-25T02:35:20.528Z PASS [ 0.316s] (2825/2962) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
97052026-06-25T02:35:20.532Z PASS [ 0.028s] (2826/2962) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
97062026-06-25T02:35:20.536Z PASS [ 0.029s] (2827/2962) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
97072026-06-25T02:35:20.541Z PASS [ 0.026s] (2828/2962) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
97082026-06-25T02:35:20.555Z PASS [ 0.030s] (2829/2962) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
97092026-06-25T02:35:20.559Z PASS [ 0.028s] (2830/2962) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
97102026-06-25T02:35:20.563Z PASS [ 0.031s] (2831/2962) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
97112026-06-25T02:35:20.566Z PASS [ 0.028s] (2832/2962) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
97122026-06-25T02:35:20.569Z PASS [ 0.028s] (2833/2962) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
97132026-06-25T02:35:20.582Z PASS [ 0.026s] (2834/2962) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
97142026-06-25T02:35:20.587Z PASS [ 0.031s] (2835/2962) sled-agent-resolvable-files mupdate_override::tests::read_both_present
97152026-06-25T02:35:20.591Z PASS [ 1.739s] (2836/2962) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
97162026-06-25T02:35:20.594Z PASS [ 0.029s] (2837/2962) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
97172026-06-25T02:35:20.597Z PASS [ 0.034s] (2838/2962) sled-agent-resolvable-files mupdate_override::tests::read_different_values
97182026-06-25T02:35:20.605Z PASS [ 0.036s] (2839/2962) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
97192026-06-25T02:35:20.614Z PASS [ 0.032s] (2840/2962) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
97202026-06-25T02:35:20.621Z PASS [ 0.034s] (2841/2962) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
97212026-06-25T02:35:20.626Z PASS [ 0.021s] (2842/2962) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
97222026-06-25T02:35:20.629Z PASS [ 0.036s] (2843/2962) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
97232026-06-25T02:35:20.632Z PASS [ 0.036s] (2844/2962) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
97242026-06-25T02:35:20.635Z PASS [ 0.038s] (2845/2962) sled-agent-types zone_bundle::tests::test_compare_bundles
97252026-06-25T02:35:20.643Z PASS [ 0.029s] (2846/2962) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
97262026-06-25T02:35:20.646Z PASS [ 0.020s] (2847/2962) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
97272026-06-25T02:35:20.649Z PASS [ 0.021s] (2848/2962) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
97282026-06-25T02:35:20.649Z PASS [ 0.020s] (2849/2962) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
97292026-06-25T02:35:20.652Z PASS [ 0.030s] (2850/2962) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
97302026-06-25T02:35:20.655Z PASS [ 0.018s] (2851/2962) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
97312026-06-25T02:35:20.662Z PASS [ 0.019s] (2852/2962) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
97322026-06-25T02:35:20.665Z PASS [ 0.019s] (2853/2962) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
97332026-06-25T02:35:20.668Z PASS [ 0.019s] (2854/2962) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
97342026-06-25T02:35:20.671Z PASS [ 0.020s] (2855/2962) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
97352026-06-25T02:35:20.701Z PASS [ 0.031s] (2856/2962) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
97362026-06-25T02:35:20.729Z PASS [ 0.029s] (2857/2962) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
97372026-06-25T02:35:20.774Z PASS [ 0.044s] (2858/2962) sled-diagnostics queries::test::test_command_stderr_is_correct
97382026-06-25T02:35:20.805Z PASS [ 0.154s] (2859/2962) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
97392026-06-25T02:35:20.809Z PASS [ 0.036s] (2860/2962) sled-diagnostics queries::test::test_command_stdout_is_correct
97402026-06-25T02:35:20.851Z PASS [ 0.045s] (2861/2962) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
97412026-06-25T02:35:20.881Z PASS [ 0.030s] (2862/2962) sled-hardware disk::test::test_disk_paths
97422026-06-25T02:35:20.907Z PASS [ 0.026s] (2863/2962) sled-hardware disk::test::test_partition_device_paths
97432026-06-25T02:35:20.932Z PASS [ 1.324s] (2864/2962) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
97442026-06-25T02:35:20.939Z PASS [ 0.032s] (2865/2962) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
97452026-06-25T02:35:20.967Z PASS [ 0.035s] (2866/2962) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
97462026-06-25T02:35:20.972Z PASS [ 0.032s] (2867/2962) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
97472026-06-25T02:35:21.000Z PASS [ 0.033s] (2868/2962) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
97482026-06-25T02:35:21.009Z PASS [ 0.037s] (2869/2962) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
97492026-06-25T02:35:21.033Z PASS [ 0.033s] (2870/2962) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
97502026-06-25T02:35:21.040Z PASS [ 0.031s] (2871/2962) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
97512026-06-25T02:35:21.063Z PASS [ 0.030s] (2872/2962) sled-hardware illumos::tests::parse_smbios_invalid
97522026-06-25T02:35:21.071Z PASS [ 0.031s] (2873/2962) sled-hardware illumos::tests::parse_smbios_valid
97532026-06-25T02:35:21.090Z PASS [ 0.026s] (2874/2962) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
97542026-06-25T02:35:21.093Z PASS [ 0.021s] (2875/2962) sled-storage dataset::test::serialize_dataset_name
97552026-06-25T02:35:21.101Z PASS [ 1.245s] (2876/2962) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
97562026-06-25T02:35:21.151Z PASS [ 0.061s] (2877/2962) support-bundle-collection zip::test::test_bundle_to_stream
97572026-06-25T02:35:21.154Z PASS [ 0.061s] (2878/2962) support-bundle-collection zip::test::test_bundle_to_writer
97582026-06-25T02:35:21.157Z PASS [ 0.057s] (2879/2962) support-bundle-collection zip::test::test_bundle_to_zipfile
97592026-06-25T02:35:21.168Z PASS [ 2.320s] (2880/2962) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
97602026-06-25T02:35:21.194Z PASS [ 0.043s] (2881/2962) trust-quorum proxy::tests::proxy_roundtrip_concurrent
97612026-06-25T02:35:21.199Z PASS [ 0.041s] (2882/2962) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
97622026-06-25T02:35:21.199Z PASS [ 0.046s] (2883/2962) trust-quorum proxy::tests::proxy_roundtrip_disconnected
97632026-06-25T02:35:21.346Z PASS [ 0.536s] (2884/2962) sled-diagnostics queries::test::test_long_running_command_is_aborted
97642026-06-25T02:35:21.369Z PASS [ 1.487s] (2885/2962) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
97652026-06-25T02:35:21.491Z PASS [ 1.594s] (2886/2962) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
97662026-06-25T02:35:21.641Z PASS [ 42.937s] (2887/2962) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
97672026-06-25T02:35:21.672Z PASS [ 1.004s] (2888/2962) sled-diagnostics logs::illumos_tests::log_snapshots_work
97682026-06-25T02:35:21.699Z PASS [ 1.715s] (2889/2962) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
97692026-06-25T02:35:21.730Z PASS [ 0.031s] (2890/2962) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
97702026-06-25T02:35:21.758Z PASS [ 0.028s] (2891/2962) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
97712026-06-25T02:35:21.859Z PASS [ 1.194s] (2892/2962) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
97722026-06-25T02:35:21.880Z PASS [ 0.122s] (2893/2962) trust-quorum-protocol node::tests::initial_configuration
97732026-06-25T02:35:21.896Z PASS [ 0.036s] (2894/2962) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
97742026-06-25T02:35:21.974Z PASS [ 0.094s] (2895/2962) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
97752026-06-25T02:35:21.985Z PASS [ 0.089s] (2896/2962) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
97762026-06-25T02:35:22.134Z PASS [ 0.462s] (2897/2962) trust-quorum-protocol crypto::tests::rack_secret_test
97772026-06-25T02:35:22.144Z PASS [ 2.253s] (2898/2962) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
97782026-06-25T02:35:22.159Z PASS [ 1.497s] (2899/2962) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
97792026-06-25T02:35:22.163Z PASS [ 0.964s] (2900/2962) trust-quorum task::tests::tq_initial_config_prepare_and_commit
97802026-06-25T02:35:22.163Z PASS [ 0.964s] (2901/2962) trust-quorum task::tests::tq_initial_config
97812026-06-25T02:35:22.203Z PASS [ 0.045s] (2902/2962) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
97822026-06-25T02:35:22.220Z PASS [ 0.057s] (2903/2962) update-common artifacts::update_plan::tests::test_multi_rot_bord
97832026-06-25T02:35:22.223Z PASS [ 0.058s] (2904/2962) update-common artifacts::update_plan::tests::test_bad_rot_versions
97842026-06-25T02:35:22.258Z PASS [ 0.037s] (2905/2962) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
97852026-06-25T02:35:22.262Z PASS [ 0.042s] (2906/2962) update-common artifacts::update_plan::tests::test_split_control_plane
97862026-06-25T02:35:22.265Z PASS [ 0.059s] (2907/2962) update-common artifacts::update_plan::tests::test_multi_rot_version
97872026-06-25T02:35:22.265Z PASS [ 0.280s] (2908/2962) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
97882026-06-25T02:35:22.301Z PASS [ 0.043s] (2909/2962) update-common artifacts::update_plan::tests::test_too_many_rot_bord
97892026-06-25T02:35:22.317Z PASS [ 0.055s] (2910/2962) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
97902026-06-25T02:35:22.321Z PASS [ 0.056s] (2911/2962) update-engine display::group_display::tests::test_stats
97912026-06-25T02:35:22.326Z PASS [ 0.025s] (2912/2962) update-engine display::line_display_shared::tests::test_format_progress_counter
97922026-06-25T02:35:22.349Z PASS [ 0.032s] (2913/2962) update-engine display::line_display_shared::tests::test_start_line
97932026-06-25T02:35:22.352Z PASS [ 15.382s] (2914/2962) omicron-passwords test::test_smoke
97942026-06-25T02:35:22.355Z PASS [ 0.033s] (2915/2962) update-engine engine::tests::error_exits_early
97952026-06-25T02:35:22.358Z PASS [ 0.032s] (2916/2962) update-engine events::tests::progress_event_parse_unknown
97962026-06-25T02:35:22.367Z PASS [ 1.713s] (2917/2962) sled-diagnostics logs::illumos_tests::collect_current_logs
97972026-06-25T02:35:22.370Z PASS [ 0.108s] (2918/2962) update-engine buffer::tests::test_buffer
97982026-06-25T02:35:22.377Z PASS [ 0.023s] (2919/2962) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
97992026-06-25T02:35:22.380Z PASS [ 0.021s] (2920/2962) wicket state::inventory::tests::component_id_display
98002026-06-25T02:35:22.380Z PASS [ 0.031s] (2921/2962) update-engine events::tests::step_event_parse_unknown
98012026-06-25T02:35:22.382Z PASS [ 0.031s] (2922/2962) update-engine spec::tests::test_merge_anyhow_list
98022026-06-25T02:35:22.387Z PASS [ 0.019s] (2923/2962) wicket state::rack::tests::prev_next_are_opposites
98032026-06-25T02:35:22.390Z PASS [ 0.019s] (2924/2962) wicket state::rack::tests::up_down_are_opposites
98042026-06-25T02:35:22.428Z PASS [ 0.048s] (2925/2962) wicket-common rack_setup::tests::invalid_router_peer_address
98052026-06-25T02:35:22.431Z PASS [ 0.043s] (2926/2962) wicket-common rack_setup::tests::roundtrip_router_peer_address
98062026-06-25T02:35:22.431Z PASS [ 0.039s] (2927/2962) wicket-common rack_setup::tests::roundtrip_uplink_address
98072026-06-25T02:35:22.431Z PASS [ 0.049s] (2928/2962) wicket-common rack_setup::tests::invalid_uplink_address
98082026-06-25T02:35:22.431Z PASS [ 0.047s] (2929/2962) wicket-common rack_setup::tests::roundtrip_import_export_policy
98092026-06-25T02:35:22.440Z PASS [ 0.306s] (2930/2962) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
98102026-06-25T02:35:22.443Z PASS [ 0.066s] (2931/2962) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
98112026-06-25T02:35:22.446Z PASS [ 0.019s] (2932/2962) wicket-common rack_update::tests::test_rollup_update_state
98122026-06-25T02:35:22.481Z PASS [ 1.287s] (2933/2962) trust-quorum task::tests::test_network_config
98132026-06-25T02:35:22.521Z PASS [ 0.092s] (2934/2962) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
98142026-06-25T02:35:22.524Z PASS [ 0.092s] (2935/2962) wicketd installinator_progress::tests::test_states
98152026-06-25T02:35:22.528Z PASS [ 0.097s] (2936/2962) wicketd rss_config::tests::test_bgp_auth_key_states
98162026-06-25T02:35:22.565Z PASS [ 1.397s] (2937/2962) trust-quorum task::tests::full_mesh_connectivity
98172026-06-25T02:35:22.599Z PASS [ 0.957s] (2938/2962) trust-quorum task::tests::tq_upgrade_from_lrtq
98182026-06-25T02:35:22.668Z PASS [ 1.298s] (2939/2962) trust-quorum task::tests::tq_proxy
98192026-06-25T02:35:22.798Z PASS [ 16.862s] (2940/2962) omicron-omdb::test_all_output test_omdb_env_settings
98202026-06-25T02:35:22.823Z PASS [ 3.817s] (2941/2962) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
98212026-06-25T02:35:22.860Z PASS [ 1.369s] (2942/2962) trust-quorum task::tests::tq_reconfig_with_commit_advance
98222026-06-25T02:35:22.984Z PASS [ 1.637s] (2943/2962) trust-quorum task::tests::tq_persistent_state
98232026-06-25T02:35:23.114Z PASS [ 0.684s] (2944/2962) wicketd::mod integration_tests::inventory::test_inventory
98242026-06-25T02:35:23.240Z PASS [ 0.797s] (2945/2962) wicketd::mod integration_tests::updates::test_update_races
98252026-06-25T02:35:23.377Z PASS [ 0.936s] (2946/2962) wicketd::mod integration_tests::updates::test_installinator_fetch
98262026-06-25T02:35:24.487Z PASS [ 2.040s] (2947/2962) wicketd::mod integration_tests::updates::test_updates
98272026-06-25T02:35:24.556Z PASS [ 4.988s] (2948/2962) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
98282026-06-25T02:35:24.655Z PASS [ 2.510s] (2949/2962) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
98292026-06-25T02:35:25.645Z PASS [ 8.056s] (2950/2962) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
98302026-06-25T02:35:26.702Z PASS [ 7.998s] (2951/2962) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
98312026-06-25T02:35:31.298Z PASS [ 99.387s] (2952/2962) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
98322026-06-25T02:35:31.657Z PASS [ 14.080s] (2953/2962) oximeter-db::integration_test test_schemas_disjoint
98332026-06-25T02:35:37.415Z PASS [ 46.210s] (2954/2962) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
98342026-06-25T02:35:39.383Z PASS [ 41.516s] (2955/2962) omicron-nexus::test_all integration_tests::webhooks::test_probe
98352026-06-25T02:35:40.421Z PASS [ 22.872s] (2956/2962) oximeter-db::integration_test test_cluster
98362026-06-25T02:35:41.299Z PASS [ 35.341s] (2957/2962) omicron-omdb::test_all_output test_omdb_success_cases
98372026-06-25T02:35:41.492Z PASS [ 32.094s] (2958/2962) omicron-sled-agent nexus::test::nexus_self_notification_test
98382026-06-25T02:35:43.610Z PASS [ 45.358s] (2959/2962) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
98392026-06-25T02:35:44.317Z PASS [ 30.045s] (2960/2962) oximeter-db client::tests::cannot_ping_nonexistent_server
98402026-06-25T02:35:45.935Z PASS [ 47.136s] (2961/2962) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
98412026-06-25T02:36:11.437Z PASS [ 49.462s] (2962/2962) trust-quorum-protocol::cluster test_trust_quorum_protocol
98422026-06-25T02:36:11.440Z────────────
98432026-06-25T02:36:11.440Z Summary [ 875.762s] 2962 tests run: 2962 passed (50 slow), 6 skipped
98442026-06-25T02:36:11.526Z
98452026-06-25T02:36:11.530Zreal 14:50.808314754
98462026-06-25T02:36:11.530Zuser 5:05:22.171511790
98472026-06-25T02:36:11.530Zsys 1:10:54.831259957
98482026-06-25T02:36:11.530Ztrap 3:29.032504830
98492026-06-25T02:36:11.530Ztflt 7.670895576
98502026-06-25T02:36:11.530Zdflt 40.377786654
98512026-06-25T02:36:11.530Zkflt 0.691407266
98522026-06-25T02:36:11.530Zlock 2047:59:52.552136533
98532026-06-25T02:36:11.530Zslp 125:33:14.690949729
98542026-06-25T02:36:11.530Zlat 4:54:36.265660630
98552026-06-25T02:36:11.530Zstop 54:33.381299318
98562026-06-25T02:36:11.530Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
98572026-06-25T02:36:11.684Zinfo: exported run 225c767e-e5e1-40f5-90f4-ee285256fd77 to /tmp/nextest-run-archive.zip (2926062 bytes)
98582026-06-25T02:36:11.687Z
98592026-06-25T02:36:11.687Zreal 0.153246155
98602026-06-25T02:36:11.687Zuser 0.109038891
98612026-06-25T02:36:11.687Zsys 0.038926917
98622026-06-25T02:36:11.687Ztrap 0.000011700
98632026-06-25T02:36:11.687Ztflt 0.000095600
98642026-06-25T02:36:11.687Zdflt 0.000033060
98652026-06-25T02:36:11.687Zkflt 0.000000000
98662026-06-25T02:36:11.687Zlock 0.039738848
98672026-06-25T02:36:11.687Zslp 0.205259393
98682026-06-25T02:36:11.687Zlat 0.001220850
98692026-06-25T02:36:11.687Zstop 0.000364350
98702026-06-25T02:36:11.687Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
98712026-06-25T02:36:11.882Zinfo: wrote Chrome trace for run 225c767e-e5e1-40f5-90f4-ee285256fd77 to /tmp/nextest-chrome-trace.json
98722026-06-25T02:36:11.885Z
98732026-06-25T02:36:11.885Zreal 0.191560054
98742026-06-25T02:36:11.885Zuser 0.140019404
98752026-06-25T02:36:11.885Zsys 0.046248293
98762026-06-25T02:36:11.888Ztrap 0.000011680
98772026-06-25T02:36:11.889Ztflt 0.000241900
98782026-06-25T02:36:11.889Zdflt 0.000095240
98792026-06-25T02:36:11.889Zkflt 0.000001370
98802026-06-25T02:36:11.889Zlock 0.040051558
98812026-06-25T02:36:11.889Zslp 0.207834305
98822026-06-25T02:36:11.889Zlat 0.000749240
98832026-06-25T02:36:11.889Zstop 0.000375060
98842026-06-25T02:36:11.889Z+ [[ 0 -ne 0 ]]
98852026-06-25T02:36:11.889Z+ banner doctest
98862026-06-25T02:36:11.892Z
98872026-06-25T02:36:11.892Z ##### #### #### ##### ###### #### #####
98882026-06-25T02:36:11.892Z # # # # # # # # # #
98892026-06-25T02:36:11.892Z # # # # # # ##### #### #
98902026-06-25T02:36:11.892Z # # # # # # # # #
98912026-06-25T02:36:11.892Z # # # # # # # # # # #
98922026-06-25T02:36:11.892Z ##### #### #### # ###### #### #
98932026-06-25T02:36:11.892Z
98942026-06-25T02:36:11.892Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
98952026-06-25T02:36:12.965Z Fresh unicode-ident v1.0.24
98962026-06-25T02:36:12.965Z Fresh cfg-if v1.0.4
98972026-06-25T02:36:12.968Z Fresh memchr v2.8.0
98982026-06-25T02:36:12.969Z Fresh smallvec v1.15.1
98992026-06-25T02:36:12.969Z Fresh log v0.4.29
99002026-06-25T02:36:12.969Z Fresh version_check v0.9.5
99012026-06-25T02:36:12.969Z Fresh itoa v1.0.17
99022026-06-25T02:36:12.969Z Fresh autocfg v1.5.0
99032026-06-25T02:36:12.969Z Fresh scopeguard v1.2.0
99042026-06-25T02:36:12.969Z Fresh stable_deref_trait v1.2.1
99052026-06-25T02:36:12.969Z Fresh percent-encoding v2.3.2
99062026-06-25T02:36:12.969Z Fresh writeable v0.6.2
99072026-06-25T02:36:12.969Z Fresh litemap v0.8.1
99082026-06-25T02:36:12.969Z Fresh shlex v1.3.0
99092026-06-25T02:36:12.969Z Fresh utf8_iter v1.0.4
99102026-06-25T02:36:12.969Z Fresh find-msvc-tools v0.1.9
99112026-06-25T02:36:12.969Z Fresh rand_core v0.10.0
99122026-06-25T02:36:12.969Z Fresh subtle v2.6.1
99132026-06-25T02:36:12.969Z Fresh proc-macro2 v1.0.106
99142026-06-25T02:36:12.969Z Fresh lock_api v0.4.14
99152026-06-25T02:36:12.969Z Fresh form_urlencoded v1.2.2
99162026-06-25T02:36:12.969Z Fresh pin-project-lite v0.2.17
99172026-06-25T02:36:12.969Z Fresh critical-section v1.2.0
99182026-06-25T02:36:12.969Z Fresh fnv v1.0.7
99192026-06-25T02:36:12.970Z Fresh equivalent v1.0.2
99202026-06-25T02:36:12.970Z Fresh iana-time-zone v0.1.65
99212026-06-25T02:36:12.970Z Fresh heck v0.5.0
99222026-06-25T02:36:12.970Z Fresh regex-syntax v0.8.10
99232026-06-25T02:36:12.970Z Fresh hashbrown v0.17.0
99242026-06-25T02:36:12.970Z Fresh futures-core v0.3.32
99252026-06-25T02:36:12.970Z Fresh strsim v0.11.1
99262026-06-25T02:36:12.970Z Fresh dyn-clone v1.0.20
99272026-06-25T02:36:12.973Z Fresh quote v1.0.45
99282026-06-25T02:36:12.973Z Fresh libc v0.2.185
99292026-06-25T02:36:12.973Z Fresh serde_core v1.0.228
99302026-06-25T02:36:12.973Z Fresh libm v0.2.16
99312026-06-25T02:36:12.973Z Fresh zmij v1.0.21
99322026-06-25T02:36:12.973Z Fresh icu_properties_data v2.1.2
99332026-06-25T02:36:12.974Z Fresh icu_normalizer_data v2.1.1
99342026-06-25T02:36:12.974Z Fresh portable-atomic v1.13.1
99352026-06-25T02:36:12.974Z Fresh const-oid v0.9.6
99362026-06-25T02:36:12.974Z Fresh aho-corasick v1.1.4
99372026-06-25T02:36:12.974Z Fresh byteorder v1.5.0
99382026-06-25T02:36:12.974Z Fresh futures-sink v0.3.32
99392026-06-25T02:36:12.974Z Fresh futures-io v0.3.32
99402026-06-25T02:36:12.974Z Fresh slab v0.4.12
99412026-06-25T02:36:12.974Z Fresh futures-task v0.3.32
99422026-06-25T02:36:12.974Z Fresh cpufeatures v0.2.17
99432026-06-25T02:36:12.974Z Fresh ident_case v1.0.1
99442026-06-25T02:36:12.974Z Fresh pkg-config v0.3.32
99452026-06-25T02:36:12.974Z Fresh base64 v0.22.1
99462026-06-25T02:36:12.974Z Fresh either v1.15.0
99472026-06-25T02:36:12.974Z Fresh num-conv v0.2.0
99482026-06-25T02:36:12.974Z Fresh syn v2.0.117
99492026-06-25T02:36:12.974Z Fresh errno v0.3.14
99502026-06-25T02:36:12.974Z Fresh getrandom v0.2.17
99512026-06-25T02:36:12.974Z Fresh num-traits v0.2.19
99522026-06-25T02:36:12.974Z Fresh serde_json v1.0.149
99532026-06-25T02:36:12.974Z Fresh bitflags v2.11.0
99542026-06-25T02:36:12.974Z Fresh semver v1.0.28
99552026-06-25T02:36:12.974Z Fresh jobserver v0.1.34
99562026-06-25T02:36:12.974Z Fresh parking_lot_core v0.9.12
99572026-06-25T02:36:12.974Z Fresh getrandom v0.4.1
99582026-06-25T02:36:12.974Z Fresh once_cell v1.21.3
99592026-06-25T02:36:12.974Z Fresh mio v1.2.0
99602026-06-25T02:36:12.974Z Fresh typenum v1.19.0
99612026-06-25T02:36:12.974Z Fresh socket2 v0.6.3
99622026-06-25T02:36:12.974Z Fresh rustversion v1.0.22
99632026-06-25T02:36:12.974Z Fresh indexmap v2.14.0
99642026-06-25T02:36:12.974Z Fresh regex-automata v0.4.14
99652026-06-25T02:36:12.974Z Fresh futures-channel v0.3.32
99662026-06-25T02:36:12.974Z Fresh powerfmt v0.2.0
99672026-06-25T02:36:12.974Z Fresh time-core v0.1.8
99682026-06-25T02:36:12.974Z Fresh base64ct v1.8.3
99692026-06-25T02:36:12.974Z Fresh utf8parse v0.2.2
99702026-06-25T02:36:12.974Z Fresh num_threads v0.1.7
99712026-06-25T02:36:12.975Z Fresh anstyle v1.0.14
99722026-06-25T02:36:12.975Z Fresh untrusted v0.9.0
99732026-06-25T02:36:12.978Z Fresh serde_derive v1.0.228
99742026-06-25T02:36:12.978Z Fresh zeroize_derive v1.4.3
99752026-06-25T02:36:12.979Z Fresh synstructure v0.13.2
99762026-06-25T02:36:12.979Z Fresh zerovec-derive v0.11.2
99772026-06-25T02:36:12.979Z Fresh displaydoc v0.2.5
99782026-06-25T02:36:12.979Z Fresh cc v1.2.56
99792026-06-25T02:36:12.979Z Fresh parking_lot v0.12.5
99802026-06-25T02:36:12.979Z Fresh zerocopy-derive v0.8.40
99812026-06-25T02:36:12.979Z Fresh rand_core v0.6.4
99822026-06-25T02:36:12.979Z Fresh thiserror-impl v2.0.18
99832026-06-25T02:36:12.979Z Fresh signal-hook-registry v1.4.8
99842026-06-25T02:36:12.979Z Fresh tokio-macros v2.7.0
99852026-06-25T02:36:12.979Z Fresh uuid v1.23.0
99862026-06-25T02:36:12.979Z Fresh serde_derive_internals v0.29.1
99872026-06-25T02:36:12.979Z Fresh rustix v1.1.3
99882026-06-25T02:36:12.979Z Fresh futures-macro v0.3.32
99892026-06-25T02:36:12.979Z Fresh thiserror-impl v1.0.69
99902026-06-25T02:36:12.979Z Fresh syn v1.0.109
99912026-06-25T02:36:12.979Z Fresh getrandom v0.3.4
99922026-06-25T02:36:12.979Z Fresh regex v1.12.3
99932026-06-25T02:36:12.979Z Fresh anyhow v1.0.102
99942026-06-25T02:36:12.979Z Fresh tracing-core v0.1.36
99952026-06-25T02:36:12.979Z Fresh tracing-attributes v0.1.31
99962026-06-25T02:36:12.979Z Fresh time-macros v0.2.27
99972026-06-25T02:36:12.979Z Fresh deranged v0.5.8
99982026-06-25T02:36:12.979Z Fresh colorchoice v1.0.4
99992026-06-25T02:36:12.979Z Fresh anstyle-query v1.1.5
100002026-06-25T02:36:12.979Z Fresh is_terminal_polyfill v1.70.2
100012026-06-25T02:36:12.979Z Fresh pem-rfc7468 v0.7.0
100022026-06-25T02:36:12.979Z Fresh allocator-api2 v0.2.21
100032026-06-25T02:36:12.979Z Fresh serde v1.0.228
100042026-06-25T02:36:12.979Z Fresh zeroize v1.8.2
100052026-06-25T02:36:12.979Z Fresh zerofrom-derive v0.1.6
100062026-06-25T02:36:12.980Z Fresh yoke-derive v0.8.1
100072026-06-25T02:36:12.980Z Fresh zerocopy v0.8.40
100082026-06-25T02:36:12.980Z Fresh thiserror v2.0.18
100092026-06-25T02:36:12.980Z Fresh schemars_derive v0.8.22
100102026-06-25T02:36:12.980Z Fresh futures-util v0.3.32
100112026-06-25T02:36:12.980Z Fresh thiserror v1.0.69
100122026-06-25T02:36:12.980Z Fresh tracing v0.1.44
100132026-06-25T02:36:12.980Z Fresh time v0.3.47
100142026-06-25T02:36:12.980Z Fresh crossbeam-utils v0.8.21
100152026-06-25T02:36:12.980Z Fresh rand_core v0.9.5
100162026-06-25T02:36:12.980Z Fresh terminal_size v0.4.3
100172026-06-25T02:36:12.980Z Fresh anstyle-parse v1.0.0
100182026-06-25T02:36:12.980Z Fresh der_derive v0.7.3
100192026-06-25T02:36:12.980Z Fresh flagset v0.4.7
100202026-06-25T02:36:12.980Z Fresh clap_lex v1.0.0
100212026-06-25T02:36:12.980Z Fresh cmake v0.1.57
100222026-06-25T02:36:12.980Z Fresh clap_derive v4.6.1
100232026-06-25T02:36:12.980Z Fresh dunce v1.0.5
100242026-06-25T02:36:12.980Z Fresh atomic-waker v1.1.2
100252026-06-25T02:36:12.980Z Fresh ryu v1.0.23
100262026-06-25T02:36:12.980Z Fresh fs_extra v1.3.0
100272026-06-25T02:36:12.981Z Fresh httpdate v1.0.3
100282026-06-25T02:36:12.981Z Fresh try-lock v0.2.5
100292026-06-25T02:36:12.981Z Fresh spin v0.9.8
100302026-06-25T02:36:12.981Z Fresh tower-layer v0.3.3
100312026-06-25T02:36:12.985Z Fresh bytes v1.11.1
100322026-06-25T02:36:12.985Z Fresh zerofrom v0.1.6
100332026-06-25T02:36:12.985Z Fresh generic-array v0.14.7
100342026-06-25T02:36:12.985Z Fresh chrono v0.4.44
100352026-06-25T02:36:12.985Z Fresh ppv-lite86 v0.2.21
100362026-06-25T02:36:12.985Z Fresh ipnet v2.11.0
100372026-06-25T02:36:12.985Z Fresh serde_tokenstream v0.2.3
100382026-06-25T02:36:12.985Z Fresh httparse v1.10.1
100392026-06-25T02:36:12.985Z Fresh rustls-pki-types v1.14.0
100402026-06-25T02:36:12.985Z Fresh erased-serde v0.3.31
100412026-06-25T02:36:12.985Z Fresh anstream v1.0.0
100422026-06-25T02:36:12.985Z Fresh der v0.7.10
100432026-06-25T02:36:12.985Z Fresh want v0.3.1
100442026-06-25T02:36:12.985Z Fresh unicode-segmentation v1.12.0
100452026-06-25T02:36:12.985Z Fresh fastrand v2.3.0
100462026-06-25T02:36:12.985Z Fresh tower-service v0.3.3
100472026-06-25T02:36:12.985Z Fresh pin-utils v0.1.0
100482026-06-25T02:36:12.985Z Fresh hex v0.4.3
100492026-06-25T02:36:12.985Z Fresh rustc_version v0.4.1
100502026-06-25T02:36:12.985Z Fresh ucd-trie v0.1.7
100512026-06-25T02:36:12.985Z Fresh async-trait v0.1.89
100522026-06-25T02:36:12.985Z Fresh socket2 v0.5.10
100532026-06-25T02:36:12.985Z Fresh pretty-hex v0.4.1
100542026-06-25T02:36:12.985Z Fresh mime v0.3.17
100552026-06-25T02:36:12.985Z Fresh untrusted v0.7.1
100562026-06-25T02:36:12.985Z Fresh plain v0.2.3
100572026-06-25T02:36:12.985Z Fresh yoke v0.8.1
100582026-06-25T02:36:12.985Z Fresh tokio v1.52.1
100592026-06-25T02:36:12.985Z Fresh crypto-common v0.1.7
100602026-06-25T02:36:12.985Z Fresh block-buffer v0.10.4
100612026-06-25T02:36:12.985Z Fresh http v1.4.0
100622026-06-25T02:36:12.986Z Fresh block-padding v0.3.3
100632026-06-25T02:36:12.986Z Fresh ring v0.17.14
100642026-06-25T02:36:12.986Z Fresh clap_builder v4.6.0
100652026-06-25T02:36:12.986Z Fresh rand_chacha v0.9.0
100662026-06-25T02:36:12.986Z Fresh slog v2.8.2
100672026-06-25T02:36:12.986Z Fresh camino v1.2.2
100682026-06-25T02:36:12.986Z Fresh spki v0.7.3
100692026-06-25T02:36:12.986Z Fresh pest v2.8.6
100702026-06-25T02:36:12.986Z Fresh tempfile v3.25.0
100712026-06-25T02:36:12.986Z Fresh rand_chacha v0.3.1
100722026-06-25T02:36:12.986Z Fresh openssl-probe v0.2.1
100732026-06-25T02:36:12.986Z Fresh winnow v0.7.14
100742026-06-25T02:36:12.986Z Fresh simd-adler32 v0.3.8
100752026-06-25T02:36:12.986Z Fresh vcpkg v0.2.15
100762026-06-25T02:36:12.986Z Fresh serde_urlencoded v0.7.1
100772026-06-25T02:36:12.986Z Fresh encoding_rs v0.8.35
100782026-06-25T02:36:12.986Z Fresh adler2 v2.0.1
100792026-06-25T02:36:12.987Z Fresh foldhash v0.2.0
100802026-06-25T02:36:12.987Z Fresh darling_core v0.21.3
100812026-06-25T02:36:12.987Z Fresh sync_wrapper v1.0.2
100822026-06-25T02:36:12.987Z Fresh webpki-roots v1.0.6
100832026-06-25T02:36:12.987Z Fresh futures-executor v0.3.32
100842026-06-25T02:36:12.987Z Fresh iri-string v0.7.10
100852026-06-25T02:36:12.987Z Fresh openapiv3 v2.2.0
100862026-06-25T02:36:12.987Z Fresh lazy_static v1.5.0
100872026-06-25T02:36:12.987Z Fresh zerovec v0.11.5
100882026-06-25T02:36:12.987Z Fresh zerotrie v0.2.3
100892026-06-25T02:36:12.987Z Fresh digest v0.10.7
100902026-06-25T02:36:12.987Z Fresh inout v0.1.4
100912026-06-25T02:36:12.987Z Fresh tokio-util v0.7.18
100922026-06-25T02:36:12.987Z Fresh http-body v1.0.1
100932026-06-25T02:36:12.987Z Fresh rand v0.9.2
100942026-06-25T02:36:12.987Z Fresh clap v4.6.1
100952026-06-25T02:36:12.987Z Fresh aws-lc-sys v0.40.0
100962026-06-25T02:36:12.987Z Fresh pest_meta v2.8.6
100972026-06-25T02:36:12.987Z Fresh rand v0.8.6
100982026-06-25T02:36:12.987Z Fresh miniz_oxide v0.8.9
100992026-06-25T02:36:12.987Z Fresh rustls-native-certs v0.8.3
101002026-06-25T02:36:12.987Z Fresh hashbrown v0.16.1
101012026-06-25T02:36:12.987Z Fresh darling_macro v0.21.3
101022026-06-25T02:36:12.987Z Fresh tower v0.5.3
101032026-06-25T02:36:12.987Z Fresh futures v0.3.32
101042026-06-25T02:36:12.987Z Fresh hubpack_derive v0.1.1
101052026-06-25T02:36:12.987Z Fresh static_assertions v1.1.0
101062026-06-25T02:36:12.988Z Fresh toml_parser v1.0.9+spec-1.1.0
101072026-06-25T02:36:12.988Z Fresh scroll_derive v0.13.1
101082026-06-25T02:36:12.988Z Fresh litrs v1.0.0
101092026-06-25T02:36:12.988Z Fresh serde_spanned v0.6.9
101102026-06-25T02:36:12.988Z Fresh toml_datetime v0.6.11
101112026-06-25T02:36:12.988Z Fresh strum_macros v0.26.4
101122026-06-25T02:36:12.988Z Fresh psl-types v2.0.11
101132026-06-25T02:36:12.988Z Fresh zlib-rs v0.6.2
101142026-06-25T02:36:12.988Z Fresh tinyvec_macros v0.1.1
101152026-06-25T02:36:12.988Z Fresh tinystr v0.8.2
101162026-06-25T02:36:12.988Z Fresh potential_utf v0.1.4
101172026-06-25T02:36:12.988Z Fresh cipher v0.4.4
101182026-06-25T02:36:12.988Z Fresh hmac v0.12.1
101192026-06-25T02:36:12.988Z Fresh sha2 v0.10.9
101202026-06-25T02:36:12.988Z Fresh h2 v0.4.13
101212026-06-25T02:36:12.988Z Fresh http-body-util v0.1.3
101222026-06-25T02:36:12.988Z Fresh aws-lc-rs v1.16.3
101232026-06-25T02:36:12.988Z Fresh pest_generator v2.8.6
101242026-06-25T02:36:12.988Z Fresh tower-http v0.6.8
101252026-06-25T02:36:12.988Z Fresh darling v0.21.3
101262026-06-25T02:36:12.988Z Fresh crc32fast v1.5.0
101272026-06-25T02:36:12.988Z Fresh signature v2.2.0
101282026-06-25T02:36:12.988Z Fresh hubpack v0.1.2
101292026-06-25T02:36:12.988Z Fresh scroll v0.13.0
101302026-06-25T02:36:12.988Z Fresh document-features v0.2.12
101312026-06-25T02:36:12.992Z Fresh tinyvec v1.10.0
101322026-06-25T02:36:12.992Z Fresh strum v0.26.3
101332026-06-25T02:36:12.992Z Fresh heck v0.4.1
101342026-06-25T02:36:12.992Z Fresh num-integer v0.1.46
101352026-06-25T02:36:12.992Z Fresh data-encoding v2.10.0
101362026-06-25T02:36:12.992Z Fresh sha1 v0.10.6
101372026-06-25T02:36:12.992Z Fresh darling_core v0.20.11
101382026-06-25T02:36:12.992Z Fresh thread-id v5.1.0
101392026-06-25T02:36:12.992Z Fresh bit-vec v0.8.0
101402026-06-25T02:36:12.992Z Fresh icu_locale_core v2.1.1
101412026-06-25T02:36:12.992Z Fresh icu_collections v2.1.1
101422026-06-25T02:36:12.992Z Fresh hyper v1.8.1
101432026-06-25T02:36:12.992Z Fresh aes v0.8.4
101442026-06-25T02:36:12.992Z Fresh pbkdf2 v0.12.2
101452026-06-25T02:36:12.992Z Fresh salsa20 v0.10.2
101462026-06-25T02:36:12.992Z Fresh cbc v0.1.2
101472026-06-25T02:36:12.992Z Fresh pest_derive v2.8.6
101482026-06-25T02:36:12.992Z Fresh rustls-webpki v0.103.9
101492026-06-25T02:36:12.992Z Fresh cookie v0.18.1
101502026-06-25T02:36:12.992Z Fresh paste v1.0.15
101512026-06-25T02:36:12.992Z Fresh flate2 v1.1.9
101522026-06-25T02:36:12.992Z Fresh goblin v0.10.5
101532026-06-25T02:36:12.993Z Fresh base16ct v0.2.0
101542026-06-25T02:36:12.993Z Fresh bit-set v0.8.0
101552026-06-25T02:36:12.993Z Fresh darling_macro v0.20.11
101562026-06-25T02:36:12.993Z Fresh ff v0.13.1
101572026-06-25T02:36:12.993Z Fresh memmap2 v0.9.10
101582026-06-25T02:36:12.993Z Fresh wait-timeout v0.2.1
101592026-06-25T02:36:12.993Z Fresh hkdf v0.12.4
101602026-06-25T02:36:12.993Z Fresh num-iter v0.1.45
101612026-06-25T02:36:12.993Z Fresh crypto-bigint v0.5.5
101622026-06-25T02:36:12.993Z Fresh anstyle-parse v0.2.7
101632026-06-25T02:36:12.993Z Fresh scroll_derive v0.12.1
101642026-06-25T02:36:12.993Z Fresh quick-error v1.2.3
101652026-06-25T02:36:12.993Z Fresh siphasher v1.0.2
101662026-06-25T02:36:12.993Z Fresh icu_provider v2.1.1
101672026-06-25T02:36:12.993Z Fresh hyper-util v0.1.20
101682026-06-25T02:36:12.993Z Fresh scrypt v0.11.0
101692026-06-25T02:36:12.993Z Fresh rustls v0.23.37
101702026-06-25T02:36:12.993Z Fresh dof v0.4.0
101712026-06-25T02:36:12.993Z Fresh dtrace-parser v0.3.0
101722026-06-25T02:36:12.993Z Fresh group v0.13.0
101732026-06-25T02:36:12.993Z Fresh darling v0.20.11
101742026-06-25T02:36:12.993Z Fresh ahash v0.8.12
101752026-06-25T02:36:12.993Z Fresh object v0.37.3
101762026-06-25T02:36:12.993Z Fresh anstream v0.6.21
101772026-06-25T02:36:12.993Z Fresh scroll v0.12.0
101782026-06-25T02:36:12.993Z Fresh rusty-fork v0.3.1
101792026-06-25T02:36:12.993Z Fresh crossbeam-epoch v0.9.18
101802026-06-25T02:36:12.993Z Fresh rand_xorshift v0.4.0
101812026-06-25T02:36:12.993Z Fresh zerocopy-derive v0.7.35
101822026-06-25T02:36:12.993Z Fresh bstr v1.12.1
101832026-06-25T02:36:12.994Z Fresh winnow v0.5.40
101842026-06-25T02:36:12.994Z Fresh unarray v0.1.4
101852026-06-25T02:36:12.994Z Fresh x509-cert v0.2.5
101862026-06-25T02:36:12.994Z Fresh itertools v0.13.0
101872026-06-25T02:36:12.994Z Fresh foreign-types-shared v0.1.1
101882026-06-25T02:36:12.994Z Fresh openssl-sys v0.9.115
101892026-06-25T02:36:12.994Z Fresh dtrace-parser v0.2.0
101902026-06-25T02:36:12.994Z Fresh rfc6979 v0.4.0
101912026-06-25T02:36:12.994Z Fresh openssl-macros v0.1.1
101922026-06-25T02:36:12.994Z Fresh icu_normalizer v2.1.1
101932026-06-25T02:36:12.994Z Fresh icu_properties v2.1.2
101942026-06-25T02:36:12.994Z Fresh pkcs5 v0.7.1
101952026-06-25T02:36:12.994Z Fresh tokio-rustls v0.26.4
101962026-06-25T02:36:12.994Z Fresh rustls-platform-verifier v0.6.2
101972026-06-25T02:36:12.994Z Fresh usdt-impl v0.6.0
101982026-06-25T02:36:12.994Z Fresh derive_builder_core v0.20.2
101992026-06-25T02:36:12.994Z Fresh proptest v1.10.0
102002026-06-25T02:36:12.994Z Fresh rustix v0.38.44
102012026-06-25T02:36:12.995Z Fresh goblin v0.8.2
102022026-06-25T02:36:12.995Z Fresh toml_edit v0.19.15
102032026-06-25T02:36:12.995Z Fresh num-bigint-dig v0.8.6
102042026-06-25T02:36:12.995Z Fresh zerocopy v0.7.35
102052026-06-25T02:36:12.995Z Fresh foreign-types v0.3.2
102062026-06-25T02:36:12.995Z Fresh curve25519-dalek-derive v0.1.1
102072026-06-25T02:36:12.995Z Fresh thread-id v4.2.2
102082026-06-25T02:36:12.995Z Fresh cfg_aliases v0.2.1
102092026-06-25T02:36:12.995Z Fresh daft-derive v0.1.7
102102026-06-25T02:36:12.995Z Fresh cargo-platform v0.3.2
102112026-06-25T02:36:12.995Z Fresh env_filter v1.0.0
102122026-06-25T02:36:12.995Z Fresh same-file v1.0.6
102132026-06-25T02:36:12.995Z Fresh keccak v0.1.6
102142026-06-25T02:36:12.995Z Fresh serde_with_macros v3.17.0
102152026-06-25T02:36:12.995Z Fresh bitflags v1.3.2
102162026-06-25T02:36:12.995Z Fresh idna_adapter v1.2.1
102172026-06-25T02:36:12.995Z Fresh pkcs8 v0.10.2
102182026-06-25T02:36:12.995Z Fresh hyper-rustls v0.27.7
102192026-06-25T02:36:12.995Z Fresh usdt-macro v0.6.0
102202026-06-25T02:36:12.995Z Fresh usdt-attr-macro v0.6.0
102212026-06-25T02:36:12.995Z Fresh derive_builder_macro v0.20.2
102222026-06-25T02:36:12.995Z Fresh memoffset v0.9.1
102232026-06-25T02:36:12.995Z Fresh dof v0.3.0
102242026-06-25T02:36:12.995Z Fresh openssl v0.10.79
102252026-06-25T02:36:12.995Z Fresh curve25519-dalek v4.1.3
102262026-06-25T02:36:12.995Z Fresh walkdir v2.5.0
102272026-06-25T02:36:12.995Z Fresh sha3 v0.10.8
102282026-06-25T02:36:12.995Z Fresh cargo_metadata v0.23.1
102292026-06-25T02:36:12.995Z Fresh env_logger v0.11.9
102302026-06-25T02:36:12.995Z Fresh unicode-normalization v0.1.25
102312026-06-25T02:36:12.999Z Fresh enum-as-inner v0.6.1
102322026-06-25T02:36:12.999Z Fresh managed v0.8.0
102332026-06-25T02:36:12.999Z Fresh phf_shared v0.11.3
102342026-06-25T02:36:12.999Z Fresh ref-cast-impl v1.0.25
102352026-06-25T02:36:13.001Z Fresh precomputed-hash v0.1.1
102362026-06-25T02:36:13.001Z Fresh new_debug_unreachable v1.0.6
102372026-06-25T02:36:13.001Z Fresh toml_write v0.1.2
102382026-06-25T02:36:13.001Z Fresh fixedbitset v0.4.2
102392026-06-25T02:36:13.001Z Fresh idna v1.1.0
102402026-06-25T02:36:13.001Z Fresh sec1 v0.7.3
102412026-06-25T02:36:13.001Z Fresh usdt v0.6.0
102422026-06-25T02:36:13.001Z Fresh pkcs1 v0.7.5
102432026-06-25T02:36:13.001Z Fresh derive_builder v0.20.2
102442026-06-25T02:36:13.001Z Fresh usdt-impl v0.5.0
102452026-06-25T02:36:13.001Z Fresh ed25519 v2.2.3
102462026-06-25T02:36:13.001Z Fresh native-tls v0.2.18
102472026-06-25T02:36:13.001Z Fresh bzip2-sys v0.1.13+1.0.8
102482026-06-25T02:36:13.001Z Fresh string_cache v0.8.9
102492026-06-25T02:36:13.001Z Fresh toml_edit v0.22.27
102502026-06-25T02:36:13.001Z Fresh petgraph v0.6.5
102512026-06-25T02:36:13.001Z Fresh toml v0.7.8
102522026-06-25T02:36:13.001Z Fresh globset v0.4.18
102532026-06-25T02:36:13.001Z Fresh pin-project-internal v1.1.11
102542026-06-25T02:36:13.001Z Fresh foldhash v0.1.5
102552026-06-25T02:36:13.001Z Fresh lalrpop-util v0.19.12
102562026-06-25T02:36:13.001Z Fresh snafu-derive v0.8.9
102572026-06-25T02:36:13.001Z Fresh tokio-stream v0.1.18
102582026-06-25T02:36:13.001Z Fresh serde-big-array v0.5.1
102592026-06-25T02:36:13.001Z Fresh serde_repr v0.1.20
102602026-06-25T02:36:13.001Z Fresh pem v3.0.6
102612026-06-25T02:36:13.002Z Fresh hash32 v0.2.1
102622026-06-25T02:36:13.002Z Fresh libbz2-rs-sys v0.2.2
102632026-06-25T02:36:13.002Z Fresh predicates-core v1.0.10
102642026-06-25T02:36:13.002Z Fresh url v2.5.8
102652026-06-25T02:36:13.002Z Fresh publicsuffix v2.3.0
102662026-06-25T02:36:13.002Z Fresh elliptic-curve v0.13.8
102672026-06-25T02:36:13.002Z Fresh rsa v0.9.10
102682026-06-25T02:36:13.002Z Fresh ed25519-dalek v2.2.0
102692026-06-25T02:36:13.002Z Fresh nix v0.31.2
102702026-06-25T02:36:13.002Z Fresh vergen-lib v9.1.0
102712026-06-25T02:36:13.002Z Fresh tokio-native-tls v0.3.1
102722026-06-25T02:36:13.002Z Fresh signal-hook v0.3.18
102732026-06-25T02:36:13.002Z Fresh bzip2 v0.4.4
102742026-06-25T02:36:13.002Z Fresh ref-cast v1.0.25
102752026-06-25T02:36:13.002Z Fresh pin-project v1.1.11
102762026-06-25T02:36:13.003Z Fresh hashbrown v0.15.5
102772026-06-25T02:36:13.003Z Fresh zstd-sys v2.0.16+zstd.1.5.7
102782026-06-25T02:36:13.003Z Fresh fs-err v3.3.0
102792026-06-25T02:36:13.003Z Fresh unicode-bidi v0.3.18
102802026-06-25T02:36:13.003Z Fresh unicode-properties v0.1.4
102812026-06-25T02:36:13.003Z Fresh bumpalo v3.20.2
102822026-06-25T02:36:13.003Z Fresh bzip2 v0.6.1
102832026-06-25T02:36:13.003Z Fresh olpc-cjson v0.1.4
102842026-06-25T02:36:13.003Z Fresh similar v2.7.0
102852026-06-25T02:36:13.003Z Fresh md-5 v0.10.6
102862026-06-25T02:36:13.003Z Fresh serde_plain v1.0.2
102872026-06-25T02:36:13.003Z Fresh strum_macros v0.27.2
102882026-06-25T02:36:13.003Z Fresh float-cmp v0.10.0
102892026-06-25T02:36:13.003Z Fresh async-recursion v1.1.1
102902026-06-25T02:36:13.003Z Fresh jiff v0.2.21
102912026-06-25T02:36:13.003Z Fresh fallible-iterator v0.2.0
102922026-06-25T02:36:13.003Z Fresh normalize-line-endings v0.3.0
102932026-06-25T02:36:13.003Z Fresh schemars v0.8.22
102942026-06-25T02:36:13.003Z Fresh cookie_store v0.22.1
102952026-06-25T02:36:13.003Z Fresh ecdsa v0.16.9
102962026-06-25T02:36:13.003Z Fresh vergen v9.1.0
102972026-06-25T02:36:13.003Z Fresh hyper-tls v0.6.0
102982026-06-25T02:36:13.003Z Fresh zip v0.6.6
102992026-06-25T02:36:13.003Z Fresh signal-hook-mio v0.2.5
103002026-06-25T02:36:13.003Z Fresh zstd-safe v7.2.4
103012026-06-25T02:36:13.003Z Fresh snafu v0.8.9
103022026-06-25T02:36:13.003Z Fresh zopfli v0.8.3
103032026-06-25T02:36:13.003Z Fresh hickory-proto v0.25.2
103042026-06-25T02:36:13.003Z Fresh heapless v0.7.17
103052026-06-25T02:36:13.003Z Fresh stringprep v0.1.5
103062026-06-25T02:36:13.003Z Fresh typed-path v0.9.3
103072026-06-25T02:36:13.003Z Fresh difflib v0.4.0
103082026-06-25T02:36:13.003Z Fresh strum v0.27.2
103092026-06-25T02:36:13.003Z Fresh phf_shared v0.13.1
103102026-06-25T02:36:13.003Z Fresh buf-list v1.1.2
103112026-06-25T02:36:13.003Z Fresh peg-runtime v0.8.5
103122026-06-25T02:36:13.003Z Fresh fixedbitset v0.5.7
103132026-06-25T02:36:13.004Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
103142026-06-25T02:36:13.004Z Fresh whoami v2.1.0
103152026-06-25T02:36:13.004Z Fresh is-terminal v0.4.17
103162026-06-25T02:36:13.004Z Fresh crossbeam-channel v0.5.15
103172026-06-25T02:36:13.004Z Fresh thread_local v1.1.9
103182026-06-25T02:36:13.004Z Fresh take_mut v0.2.2
103192026-06-25T02:36:13.004Z Fresh term v1.2.1
103202026-06-25T02:36:13.004Z Fresh structmeta-derive v0.3.0
103212026-06-25T02:36:13.004Z Fresh newtype-uuid-macros v0.1.0
103222026-06-25T02:36:13.004Z Fresh match_cfg v0.1.0
103232026-06-25T02:36:13.004Z Fresh ipnetwork v0.21.1
103242026-06-25T02:36:13.004Z Fresh reqwest v0.13.2
103252026-06-25T02:36:13.004Z Fresh newtype-uuid v1.3.2
103262026-06-25T02:36:13.004Z Fresh serde_with v3.17.0
103272026-06-25T02:36:13.004Z Fresh reqwest v0.12.28
103282026-06-25T02:36:13.004Z Fresh crossterm v0.28.1
103292026-06-25T02:36:13.004Z Fresh zstd v0.13.3
103302026-06-25T02:36:13.004Z Fresh postgres-protocol v0.6.10
103312026-06-25T02:36:13.008Z Fresh predicates v3.1.4
103322026-06-25T02:36:13.008Z Fresh smoltcp v0.9.1
103332026-06-25T02:36:13.008Z Fresh phf v0.13.1
103342026-06-25T02:36:13.008Z Fresh petgraph v0.8.3
103352026-06-25T02:36:13.008Z Fresh slog-term v2.9.2
103362026-06-25T02:36:13.008Z Fresh structmeta v0.3.0
103372026-06-25T02:36:13.008Z Fresh hostname v0.3.1
103382026-06-25T02:36:13.008Z Fresh slog-json v2.6.1
103392026-06-25T02:36:13.008Z Fresh debug-ignore v1.0.5
103402026-06-25T02:36:13.008Z Fresh rustls-webpki v0.102.8
103412026-06-25T02:36:13.008Z Fresh serde_path_to_error v0.1.20
103422026-06-25T02:36:13.008Z Fresh toml_datetime v1.0.0+spec-1.1.0
103432026-06-25T02:36:13.008Z Fresh serde_spanned v1.0.4
103442026-06-25T02:36:13.008Z Fresh compression-core v0.4.31
103452026-06-25T02:36:13.008Z Fresh toml_writer v1.0.6+spec-1.1.0
103462026-06-25T02:36:13.008Z Fresh async-stream-impl v0.3.6
103472026-06-25T02:36:13.008Z Fresh dropshot_endpoint v0.17.0
103482026-06-25T02:36:13.008Z Fresh rustls-pemfile v2.2.0
103492026-06-25T02:36:13.008Z Fresh waitgroup v0.1.2
103502026-06-25T02:36:13.008Z Fresh hostname v0.4.2
103512026-06-25T02:36:13.008Z Fresh oxnet v0.1.6
103522026-06-25T02:36:13.008Z Fresh zip v4.6.1
103532026-06-25T02:36:13.009Z Fresh tough v0.22.0
103542026-06-25T02:36:13.009Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
103552026-06-25T02:36:13.009Z Fresh postgres-types v0.2.12
103562026-06-25T02:36:13.009Z Fresh slog-async v2.8.0
103572026-06-25T02:36:13.009Z Fresh slog-bunyan v2.5.0
103582026-06-25T02:36:13.009Z Fresh derive-ex v0.1.8
103592026-06-25T02:36:13.009Z Fresh progenitor-client v0.14.0
103602026-06-25T02:36:13.009Z Fresh compression-codecs v0.4.37
103612026-06-25T02:36:13.009Z Fresh toml v1.0.6+spec-1.1.0
103622026-06-25T02:36:13.009Z Fresh async-stream v0.3.6
103632026-06-25T02:36:13.009Z Fresh itertools v0.14.0
103642026-06-25T02:36:13.009Z Fresh atomicwrites v0.4.4
103652026-06-25T02:36:13.009Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
103662026-06-25T02:36:13.009Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
103672026-06-25T02:36:13.009Z Fresh regress v0.10.5
103682026-06-25T02:36:13.009Z Fresh macaddr v1.0.1
103692026-06-25T02:36:13.009Z Fresh instant v0.1.13
103702026-06-25T02:36:13.009Z Fresh parse-display-derive v0.10.0
103712026-06-25T02:36:13.009Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
103722026-06-25T02:36:13.009Z Fresh backon v1.6.0
103732026-06-25T02:36:13.009Z Fresh humantime v2.3.0
103742026-06-25T02:36:13.009Z Fresh unicode-width v0.2.0
103752026-06-25T02:36:13.009Z Fresh convert_case v0.4.0
103762026-06-25T02:36:13.009Z Fresh regress v0.11.1
103772026-06-25T02:36:13.009Z Fresh half v2.7.1
103782026-06-25T02:36:13.009Z Fresh ciborium-io v0.2.2
103792026-06-25T02:36:13.009Z Fresh secrecy v0.10.3
103802026-06-25T02:36:13.009Z Fresh daft v0.1.7
103812026-06-25T02:36:13.009Z Fresh tokio-postgres v0.7.16
103822026-06-25T02:36:13.009Z Fresh test-strategy v0.4.5
103832026-06-25T02:36:13.009Z Fresh rustls v0.22.4
103842026-06-25T02:36:13.009Z Fresh multer v3.1.0
103852026-06-25T02:36:13.009Z Fresh async-compression v0.4.41
103862026-06-25T02:36:13.009Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
103872026-06-25T02:36:13.009Z Fresh backoff v0.4.0
103882026-06-25T02:36:13.009Z Fresh parse-display v0.10.0
103892026-06-25T02:36:13.009Z Fresh progenitor-extras v0.2.0
103902026-06-25T02:36:13.010Z Fresh derive_more v0.99.20
103912026-06-25T02:36:13.010Z Fresh typify-impl v0.6.2
103922026-06-25T02:36:13.010Z Fresh ciborium-ll v0.2.2
103932026-06-25T02:36:13.010Z Fresh unsafe-libyaml v0.2.11
103942026-06-25T02:36:13.010Z Fresh universal-hash v0.5.1
103952026-06-25T02:36:13.010Z Fresh opaque-debug v0.3.1
103962026-06-25T02:36:13.010Z Fresh indent_write v2.2.0
103972026-06-25T02:36:13.010Z Fresh aead v0.5.2
103982026-06-25T02:36:13.010Z Fresh chacha20 v0.9.1
103992026-06-25T02:36:13.010Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
104002026-06-25T02:36:13.010Z Fresh byte-wrapper v0.1.0
104012026-06-25T02:36:13.010Z Fresh thiserror-impl-no-std v2.0.2
104022026-06-25T02:36:13.010Z Fresh blake2 v0.10.6
104032026-06-25T02:36:13.010Z Fresh password-hash v0.5.0
104042026-06-25T02:36:13.010Z Fresh swrite v0.1.0
104052026-06-25T02:36:13.010Z Fresh camino-tempfile v1.4.1
104062026-06-25T02:36:13.010Z Fresh toml_datetime v0.7.5+spec-1.1.0
104072026-06-25T02:36:13.010Z Fresh glob v0.3.3
104082026-06-25T02:36:13.010Z Fresh crossbeam-deque v0.8.6
104092026-06-25T02:36:13.010Z Fresh iddqd v0.4.2
104102026-06-25T02:36:13.010Z Fresh tokio-rustls v0.25.0
104112026-06-25T02:36:13.011Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
104122026-06-25T02:36:13.011Z Fresh typify-macro v0.6.2
104132026-06-25T02:36:13.011Z Fresh ciborium v0.2.2
104142026-06-25T02:36:13.011Z Fresh serde_yaml v0.9.34+deprecated
104152026-06-25T02:36:13.011Z Fresh poly1305 v0.8.0
104162026-06-25T02:36:13.011Z Fresh thiserror-no-std v2.0.2
104172026-06-25T02:36:13.011Z Fresh argon2 v0.5.3
104182026-06-25T02:36:13.011Z Fresh toml_edit v0.23.10+spec-1.0.0
104192026-06-25T02:36:13.011Z Fresh tabwriter v1.4.1
104202026-06-25T02:36:13.011Z Fresh colored v3.1.1
104212026-06-25T02:36:13.011Z Fresh ingot-macros v0.1.1
104222026-06-25T02:36:13.011Z Fresh hash32 v0.3.1
104232026-06-25T02:36:13.011Z Fresh cpufeatures v0.3.0
104242026-06-25T02:36:13.011Z Fresh cobs v0.3.0
104252026-06-25T02:36:13.011Z Fresh unicode-width v0.1.14
104262026-06-25T02:36:13.011Z Fresh proc-macro-crate v1.3.1
104272026-06-25T02:36:13.011Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
104282026-06-25T02:36:13.011Z Fresh foreign-types-macros v0.2.3
104292026-06-25T02:36:13.011Z Fresh foreign-types-shared v0.3.1
104302026-06-25T02:36:13.011Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
104312026-06-25T02:36:13.015Z Fresh dropshot v0.17.0
104322026-06-25T02:36:13.015Z Fresh typify v0.6.2
104332026-06-25T02:36:13.015Z Fresh crucible-workspace-hack v0.1.0
104342026-06-25T02:36:13.015Z Fresh chacha20poly1305 v0.10.1
104352026-06-25T02:36:13.015Z Fresh vsss-rs v3.3.4
104362026-06-25T02:36:13.015Z Fresh proc-macro-crate v3.4.0
104372026-06-25T02:36:13.015Z Fresh proc-macro-error-attr v1.0.4
104382026-06-25T02:36:13.015Z Fresh ingot-types v0.1.2
104392026-06-25T02:36:13.015Z Fresh postcard v1.1.3
104402026-06-25T02:36:13.015Z Fresh foreign-types v0.5.0
104412026-06-25T02:36:13.015Z Fresh num_enum_derive v0.5.11
104422026-06-25T02:36:13.015Z Fresh chacha20 v0.10.0
104432026-06-25T02:36:13.015Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
104442026-06-25T02:36:13.015Z Fresh cstr-argument v0.1.2
104452026-06-25T02:36:13.015Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
104462026-06-25T02:36:13.015Z Fresh itertools v0.12.1
104472026-06-25T02:36:13.015Z Fresh sigpipe v0.1.3
104482026-06-25T02:36:13.015Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
104492026-06-25T02:36:13.015Z Fresh num-derive v0.4.2
104502026-06-25T02:36:13.015Z Fresh toml v0.8.23
104512026-06-25T02:36:13.015Z Fresh smf v0.2.3
104522026-06-25T02:36:13.015Z Fresh whoami v1.6.1
104532026-06-25T02:36:13.015Z Fresh progenitor-impl v0.14.0
104542026-06-25T02:36:13.015Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
104552026-06-25T02:36:13.015Z Fresh num_enum_derive v0.7.6
104562026-06-25T02:36:13.016Z Fresh proc-macro-error v1.0.4
104572026-06-25T02:36:13.016Z Fresh rayon-core v1.13.0
104582026-06-25T02:36:13.016Z Fresh heapless v0.8.0
104592026-06-25T02:36:13.016Z Fresh ingot v0.1.1
104602026-06-25T02:36:13.016Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
104612026-06-25T02:36:13.016Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
104622026-06-25T02:36:13.016Z Fresh rand v0.10.0
104632026-06-25T02:36:13.016Z Fresh num_enum v0.5.11
104642026-06-25T02:36:13.016Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
104652026-06-25T02:36:13.016Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
104662026-06-25T02:36:13.016Z Fresh console v0.15.11
104672026-06-25T02:36:13.016Z Fresh derive-where v1.6.0
104682026-06-25T02:36:13.016Z Fresh newline-converter v0.3.0
104692026-06-25T02:36:13.016Z Fresh usdt-attr-macro v0.5.0
104702026-06-25T02:36:13.016Z Fresh usdt-macro v0.5.0
104712026-06-25T02:36:13.016Z Fresh memmap v0.7.0
104722026-06-25T02:36:13.016Z Fresh num-rational v0.4.2
104732026-06-25T02:36:13.016Z Fresh libsw-core v0.3.2
104742026-06-25T02:36:13.016Z Fresh num-complex v0.4.6
104752026-06-25T02:36:13.016Z Fresh linear-map v1.2.0
104762026-06-25T02:36:13.016Z Fresh bytecount v0.6.9
104772026-06-25T02:36:13.016Z Fresh float-ord v0.3.2
104782026-06-25T02:36:13.016Z Fresh gethostname v0.5.0
104792026-06-25T02:36:13.016Z Fresh progenitor-macro v0.14.0
104802026-06-25T02:36:13.016Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
104812026-06-25T02:36:13.018Z Fresh num_enum v0.7.6
104822026-06-25T02:36:13.018Z Fresh rayon v1.11.0
104832026-06-25T02:36:13.018Z Fresh smoltcp v0.11.0
104842026-06-25T02:36:13.018Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
104852026-06-25T02:36:13.018Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
104862026-06-25T02:36:13.018Z Fresh zone_cfg_derive v0.3.1
104872026-06-25T02:36:13.018Z Fresh expectorate v1.2.0
104882026-06-25T02:36:13.018Z Fresh usdt v0.5.0
104892026-06-25T02:36:13.018Z Fresh num v0.4.3
104902026-06-25T02:36:13.018Z Fresh libsw v3.5.0
104912026-06-25T02:36:13.018Z Fresh unicode-xid v0.2.6
104922026-06-25T02:36:13.018Z Fresh resolv-conf v0.7.6
104932026-06-25T02:36:13.018Z Fresh unicode-linebreak v0.1.5
104942026-06-25T02:36:13.018Z Fresh smawk v0.3.2
104952026-06-25T02:36:13.018Z Fresh csv-core v0.1.13
104962026-06-25T02:36:13.018Z Fresh minimal-lexical v0.2.1
104972026-06-25T02:36:13.018Z Fresh linked-hash-map v0.5.6
104982026-06-25T02:36:13.018Z Fresh hickory-proto v0.24.4
104992026-06-25T02:36:13.018Z Fresh convert_case v0.10.0
105002026-06-25T02:36:13.018Z Fresh termtree v0.5.1
105012026-06-25T02:36:13.018Z Fresh ar_archive_writer v0.5.1
105022026-06-25T02:36:13.018Z Fresh fd-lock v4.0.4
105032026-06-25T02:36:13.018Z Fresh vte v0.14.1
105042026-06-25T02:36:13.018Z Fresh semver v0.1.20
105052026-06-25T02:36:13.018Z Fresh papergrid v0.11.0
105062026-06-25T02:36:13.018Z Fresh progenitor v0.14.0
105072026-06-25T02:36:13.018Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
105082026-06-25T02:36:13.018Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
105092026-06-25T02:36:13.018Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
105102026-06-25T02:36:13.018Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
105112026-06-25T02:36:13.018Z Fresh zone v0.3.1
105122026-06-25T02:36:13.018Z Fresh cancel-safe-futures v0.1.5
105132026-06-25T02:36:13.018Z Fresh owo-colors v4.3.0
105142026-06-25T02:36:13.018Z Fresh tokio-dtrace v0.1.1
105152026-06-25T02:36:13.018Z Fresh nom v7.1.3
105162026-06-25T02:36:13.018Z Fresh csv v1.4.0
105172026-06-25T02:36:13.018Z Fresh lru-cache v0.1.2
105182026-06-25T02:36:13.019Z Fresh derive_more-impl v2.1.1
105192026-06-25T02:36:13.019Z Fresh strip-ansi-escapes v0.2.1
105202026-06-25T02:36:13.019Z Fresh rustc_version v0.1.7
105212026-06-25T02:36:13.019Z Fresh tabled_derive v0.7.0
105222026-06-25T02:36:13.019Z Fresh nom v8.0.0
105232026-06-25T02:36:13.019Z Fresh nu-ansi-term v0.50.3
105242026-06-25T02:36:13.019Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
105252026-06-25T02:36:13.019Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
105262026-06-25T02:36:13.019Z Fresh prettyplease v0.2.37
105272026-06-25T02:36:13.019Z Fresh oxide-tokio-rt v0.1.4
105282026-06-25T02:36:13.019Z Fresh slog-dtrace v0.3.0
105292026-06-25T02:36:13.019Z Fresh derive_more v2.1.1
105302026-06-25T02:36:13.019Z Fresh hickory-resolver v0.24.4
105312026-06-25T02:36:13.023Z Fresh reedline v0.40.0
105322026-06-25T02:36:13.023Z Fresh tabled v0.15.0
105332026-06-25T02:36:13.023Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
105342026-06-25T02:36:13.023Z Fresh display-error-chain v0.2.2
105352026-06-25T02:36:13.023Z Fresh highway v1.3.0
105362026-06-25T02:36:13.023Z Fresh cfg_aliases v0.1.1
105372026-06-25T02:36:13.023Z Fresh nibble_vec v0.1.0
105382026-06-25T02:36:13.023Z Fresh endian-type v0.1.2
105392026-06-25T02:36:13.023Z Fresh home v0.5.12
105402026-06-25T02:36:13.023Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
105412026-06-25T02:36:13.023Z Fresh textwrap v0.16.2
105422026-06-25T02:36:13.023Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
105432026-06-25T02:36:13.023Z Fresh phf_shared v0.12.1
105442026-06-25T02:36:13.023Z Fresh recursive-proc-macro-impl v0.1.1
105452026-06-25T02:36:13.023Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
105462026-06-25T02:36:13.023Z Fresh crossterm v0.29.0
105472026-06-25T02:36:13.023Z Fresh qorb v0.4.1
105482026-06-25T02:36:13.023Z Fresh psm v0.1.30
105492026-06-25T02:36:13.023Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
105502026-06-25T02:36:13.023Z Fresh radix_trie v0.2.1
105512026-06-25T02:36:13.023Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
105522026-06-25T02:36:13.023Z Fresh phf v0.12.1
105532026-06-25T02:36:13.023Z Fresh const_format_proc_macros v0.2.34
105542026-06-25T02:36:13.023Z Fresh peg-macros v0.8.5
105552026-06-25T02:36:13.023Z Fresh sqlparser_derive v0.5.0
105562026-06-25T02:36:13.023Z Fresh winnow v0.6.26
105572026-06-25T02:36:13.023Z Fresh unicode_categories v0.1.1
105582026-06-25T02:36:13.023Z Fresh bcs v0.1.6
105592026-06-25T02:36:13.023Z Fresh base64 v0.21.7
105602026-06-25T02:36:13.023Z Fresh filetime v0.2.27
105612026-06-25T02:36:13.023Z Fresh xattr v1.6.1
105622026-06-25T02:36:13.023Z Fresh headers-core v0.3.0
105632026-06-25T02:36:13.023Z Fresh subprocess v0.2.15
105642026-06-25T02:36:13.024Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
105652026-06-25T02:36:13.024Z Fresh stacker v0.1.23
105662026-06-25T02:36:13.024Z Fresh newtype_derive v0.1.6
105672026-06-25T02:36:13.024Z Fresh sqlformat v0.3.5
105682026-06-25T02:36:13.024Z Fresh const_format v0.2.35
105692026-06-25T02:36:13.024Z Fresh chrono-tz v0.10.4
105702026-06-25T02:36:13.024Z Fresh peg v0.8.5
105712026-06-25T02:36:13.024Z Fresh tar v0.4.45
105722026-06-25T02:36:13.024Z Fresh headers v0.4.1
105732026-06-25T02:36:13.024Z Fresh dropshot-api-manager-types v0.7.2
105742026-06-25T02:36:13.024Z Fresh yasna v0.5.2
105752026-06-25T02:36:13.024Z Fresh utf-8 v0.7.6
105762026-06-25T02:36:13.024Z Fresh tagptr v0.2.0
105772026-06-25T02:36:13.024Z Fresh bitfield-struct v0.6.2
105782026-06-25T02:36:13.024Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
105792026-06-25T02:36:13.024Z Fresh xshell-macros v0.2.7
105802026-06-25T02:36:13.024Z Fresh tap v1.0.1
105812026-06-25T02:36:13.024Z Fresh recursive v0.1.1
105822026-06-25T02:36:13.024Z Fresh nix v0.28.0
105832026-06-25T02:36:13.024Z Fresh steno v0.4.1
105842026-06-25T02:36:13.024Z Fresh rcgen v0.12.1
105852026-06-25T02:36:13.024Z Fresh moka v0.12.13
105862026-06-25T02:36:13.024Z Fresh tungstenite v0.21.0
105872026-06-25T02:36:13.024Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
105882026-06-25T02:36:13.024Z Fresh xshell v0.2.7
105892026-06-25T02:36:13.024Z Fresh wyz v0.5.1
105902026-06-25T02:36:13.024Z Fresh zerocopy-derive v0.6.6
105912026-06-25T02:36:13.024Z Fresh funty v2.0.0
105922026-06-25T02:36:13.024Z Fresh crc-catalog v2.4.0
105932026-06-25T02:36:13.024Z Fresh packed_struct_codegen v0.10.1
105942026-06-25T02:36:13.024Z Fresh bitfield-macros v0.19.4
105952026-06-25T02:36:13.024Z Fresh nodrop v0.1.14
105962026-06-25T02:36:13.024Z Fresh maplit v1.0.2
105972026-06-25T02:36:13.024Z Fresh hashbrown v0.12.3
105982026-06-25T02:36:13.024Z Fresh ron v0.8.1
105992026-06-25T02:36:13.024Z Fresh rustyline v14.0.0
106002026-06-25T02:36:13.025Z Fresh sqlparser v0.61.0
106012026-06-25T02:36:13.025Z Fresh hickory-resolver v0.25.2
106022026-06-25T02:36:13.025Z Fresh tokio-tungstenite v0.21.0
106032026-06-25T02:36:13.025Z Fresh libefi-sys v0.1.0
106042026-06-25T02:36:13.025Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
106052026-06-25T02:36:13.025Z Fresh radium v0.7.0
106062026-06-25T02:36:13.025Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
106072026-06-25T02:36:13.025Z Fresh maybe-uninit v2.0.0
106082026-06-25T02:36:13.025Z Fresh crc v3.4.0
106092026-06-25T02:36:13.025Z Fresh zerocopy v0.6.6
106102026-06-25T02:36:13.025Z Fresh bitfield v0.19.4
106112026-06-25T02:36:13.025Z Fresh array-init v0.0.4
106122026-06-25T02:36:13.025Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
106132026-06-25T02:36:13.025Z Fresh hashbrown v0.13.2
106142026-06-25T02:36:13.025Z Fresh crc-any v2.5.0
106152026-06-25T02:36:13.025Z Fresh dsl_auto_type v0.2.0
106162026-06-25T02:36:13.025Z Fresh scheduled-thread-pool v0.2.7
106172026-06-25T02:36:13.025Z Fresh diesel_table_macro_syntax v0.3.0
106182026-06-25T02:36:13.025Z Fresh path-slash v0.1.5
106192026-06-25T02:36:13.025Z Fresh downcast-rs v2.0.2
106202026-06-25T02:36:13.025Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
106212026-06-25T02:36:13.025Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
106222026-06-25T02:36:13.025Z Fresh bitvec v1.0.1
106232026-06-25T02:36:13.025Z Fresh smallvec v0.6.14
106242026-06-25T02:36:13.025Z Fresh indexmap v1.9.3
106252026-06-25T02:36:13.025Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
106262026-06-25T02:36:13.025Z Fresh r2d2 v0.8.10
106272026-06-25T02:36:13.025Z Fresh diff v0.1.13
106282026-06-25T02:36:13.025Z Fresh git-stub v1.0.0
106292026-06-25T02:36:13.025Z Fresh proc-macro-error-attr2 v2.0.0
106302026-06-25T02:36:13.025Z Fresh dirs-sys-next v0.1.2
106312026-06-25T02:36:13.029Z Fresh unicase v2.9.0
106322026-06-25T02:36:13.029Z Fresh num-derive v0.3.3
106332026-06-25T02:36:13.029Z Fresh papergrid v0.17.0
106342026-06-25T02:36:13.029Z Fresh testing_table v0.3.0
106352026-06-25T02:36:13.029Z Fresh bit-vec v0.6.3
106362026-06-25T02:36:13.029Z Fresh progenitor-impl v0.13.0
106372026-06-25T02:36:13.029Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
106382026-06-25T02:36:13.029Z Fresh itertools v0.10.5
106392026-06-25T02:36:13.029Z Fresh packed_struct v0.10.1
106402026-06-25T02:36:13.029Z Fresh serde-hex v0.1.0
106412026-06-25T02:36:13.029Z Fresh object v0.30.4
106422026-06-25T02:36:13.029Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
106432026-06-25T02:36:13.029Z Fresh diesel_derives v2.3.7
106442026-06-25T02:36:13.029Z Fresh vergen-lib v0.1.6
106452026-06-25T02:36:13.029Z Fresh proc-macro-error2 v2.0.1
106462026-06-25T02:36:13.030Z Fresh git-stub-vcs v0.1.0
106472026-06-25T02:36:13.030Z Fresh dirs-next v2.0.0
106482026-06-25T02:36:13.030Z Fresh libscf-sys v1.1.0
106492026-06-25T02:36:13.030Z Fresh bit-set v0.5.3
106502026-06-25T02:36:13.030Z Fresh libloading v0.8.9
106512026-06-25T02:36:13.031Z Fresh ena v0.14.4
106522026-06-25T02:36:13.031Z Fresh regex-syntax v0.6.29
106532026-06-25T02:36:13.031Z Fresh progenitor-macro v0.13.0
106542026-06-25T02:36:13.031Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
106552026-06-25T02:36:13.031Z Fresh cexpr v0.6.0
106562026-06-25T02:36:13.031Z Fresh progenitor-client v0.13.0
106572026-06-25T02:36:13.031Z Fresh half v1.8.3
106582026-06-25T02:36:13.031Z Fresh rustc-hash v2.1.1
106592026-06-25T02:36:13.031Z Fresh crc8 v0.1.1
106602026-06-25T02:36:13.031Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
106612026-06-25T02:36:13.031Z Fresh vergen-gitcl v1.0.8
106622026-06-25T02:36:13.031Z Fresh diesel v2.3.7
106632026-06-25T02:36:13.031Z Fresh crunchy v0.2.4
106642026-06-25T02:36:13.031Z Fresh term v0.7.0
106652026-06-25T02:36:13.031Z Fresh tabled_derive v0.11.0
106662026-06-25T02:36:13.031Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
106672026-06-25T02:36:13.031Z Fresh clang-sys v1.8.1
106682026-06-25T02:36:13.031Z Fresh progenitor v0.13.0
106692026-06-25T02:36:13.031Z Fresh serde_cbor v0.11.2
106702026-06-25T02:36:13.031Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
106712026-06-25T02:36:13.031Z Fresh strum_macros v0.24.3
106722026-06-25T02:36:13.031Z Fresh indoc v1.0.9
106732026-06-25T02:36:13.031Z Fresh quick-xml v0.37.5
106742026-06-25T02:36:13.031Z Fresh oso-derive v0.27.3
106752026-06-25T02:36:13.031Z Fresh impl-trait-for-tuples v0.2.3
106762026-06-25T02:36:13.031Z Fresh openssl-probe v0.1.6
106772026-06-25T02:36:13.031Z Fresh trait-variant v0.1.2
106782026-06-25T02:36:13.031Z Fresh primeorder v0.13.6
106792026-06-25T02:36:13.031Z Fresh fxhash v0.2.1
106802026-06-25T02:36:13.031Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
106812026-06-25T02:36:13.031Z Fresh tabled v0.20.0
106822026-06-25T02:36:13.031Z Fresh ascii-canvas v3.0.0
106832026-06-25T02:36:13.031Z Fresh tiny-keccak v2.0.2
106842026-06-25T02:36:13.031Z Fresh bindgen v0.71.1
106852026-06-25T02:36:13.031Z Fresh libxml v0.3.3
106862026-06-25T02:36:13.031Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
106872026-06-25T02:36:13.031Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
106882026-06-25T02:36:13.031Z Fresh bb8 v0.8.6
106892026-06-25T02:36:13.032Z Fresh diesel-dtrace v0.5.0
106902026-06-25T02:36:13.032Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
106912026-06-25T02:36:13.032Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
106922026-06-25T02:36:13.032Z Fresh p384 v0.13.1
106932026-06-25T02:36:13.032Z Fresh arc-swap v1.8.2
106942026-06-25T02:36:13.032Z Fresh nonempty v0.12.0
106952026-06-25T02:36:13.032Z Fresh predicates-tree v1.0.13
106962026-06-25T02:36:13.032Z Fresh kstat-rs v0.2.4
106972026-06-25T02:36:13.032Z Fresh ignore v0.4.25
106982026-06-25T02:36:13.032Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
106992026-06-25T02:36:13.032Z Fresh lalrpop v0.19.12
107002026-06-25T02:36:13.032Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
107012026-06-25T02:36:13.032Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
107022026-06-25T02:36:13.032Z Fresh async-bb8-diesel v0.2.1
107032026-06-25T02:36:13.032Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
107042026-06-25T02:36:13.032Z Fresh slog-scope v4.4.1
107052026-06-25T02:36:13.032Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
107062026-06-25T02:36:13.032Z Fresh globwalk v0.9.1
107072026-06-25T02:36:13.032Z Fresh prefix-trie v0.7.0
107082026-06-25T02:36:13.032Z Fresh parse-size v1.1.0
107092026-06-25T02:36:13.032Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
107102026-06-25T02:36:13.032Z Fresh corncobs v0.1.4
107112026-06-25T02:36:13.032Z Fresh secrecy v0.8.0
107122026-06-25T02:36:13.032Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
107132026-06-25T02:36:13.032Z Fresh salty v0.3.0
107142026-06-25T02:36:13.032Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
107152026-06-25T02:36:13.033Z Fresh slog-stdlog v4.1.1
107162026-06-25T02:36:13.033Z Fresh parking_lot_core v0.8.6
107172026-06-25T02:36:13.033Z Fresh fs-err v2.11.0
107182026-06-25T02:36:13.033Z Fresh camino-tempfile-ext v0.3.3
107192026-06-25T02:36:13.033Z Fresh hickory-server v0.25.2
107202026-06-25T02:36:13.033Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
107212026-06-25T02:36:13.033Z Fresh nanorand v0.7.0
107222026-06-25T02:36:13.033Z Fresh void v1.0.2
107232026-06-25T02:36:13.033Z Fresh http-range v0.1.5
107242026-06-25T02:36:13.033Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
107252026-06-25T02:36:13.033Z Fresh tungstenite v0.23.0
107262026-06-25T02:36:13.033Z Fresh nix v0.27.1
107272026-06-25T02:36:13.033Z Fresh rand_seeder v0.4.0
107282026-06-25T02:36:13.033Z Fresh serde_bytes v0.11.19
107292026-06-25T02:36:13.033Z Fresh samael v0.0.19
107302026-06-25T02:36:13.033Z Fresh slog-envlogger v2.2.0
107312026-06-25T02:36:13.037Z Fresh parking_lot v0.11.2
107322026-06-25T02:36:13.037Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
107332026-06-25T02:36:13.037Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
107342026-06-25T02:36:13.037Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
107352026-06-25T02:36:13.037Z Fresh flume v0.11.1
107362026-06-25T02:36:13.037Z Fresh lzss v0.8.2
107372026-06-25T02:36:13.038Z Fresh atty v0.2.14
107382026-06-25T02:36:13.038Z Fresh tokio-tungstenite v0.23.1
107392026-06-25T02:36:13.038Z Fresh signal-hook-tokio v0.3.1
107402026-06-25T02:36:13.038Z Fresh assert_matches v1.5.0
107412026-06-25T02:36:13.038Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
107422026-06-25T02:36:13.038Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
107432026-06-25T02:36:13.038Z Fresh is_ci v1.2.0
107442026-06-25T02:36:13.038Z Fresh polar-core v0.27.3
107452026-06-25T02:36:13.038Z Fresh sled v0.34.7
107462026-06-25T02:36:13.038Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
107472026-06-25T02:36:13.038Z Fresh illumos-nvpair-sys v0.2.0
107482026-06-25T02:36:13.038Z Fresh mime_guess v2.0.5
107492026-06-25T02:36:13.038Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
107502026-06-25T02:36:13.038Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
107512026-06-25T02:36:13.038Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
107522026-06-25T02:36:13.038Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
107532026-06-25T02:36:13.038Z Fresh yansi v1.0.1
107542026-06-25T02:36:13.038Z Fresh darling_core v0.23.0
107552026-06-25T02:36:13.038Z Fresh indoc v2.0.7
107562026-06-25T02:36:13.038Z Fresh castaway v0.2.4
107572026-06-25T02:36:13.038Z Fresh oso v0.27.3
107582026-06-25T02:36:13.038Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
107592026-06-25T02:36:13.038Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
107602026-06-25T02:36:13.038Z Fresh hyper-staticfile v0.10.1
107612026-06-25T02:36:13.038Z Fresh illumos-nvpair v0.3.0
107622026-06-25T02:36:13.039Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
107632026-06-25T02:36:13.039Z Fresh pretty_assertions v1.4.1
107642026-06-25T02:36:13.039Z Fresh darling_macro v0.23.0
107652026-06-25T02:36:13.039Z Fresh gimli v0.32.3
107662026-06-25T02:36:13.039Z Fresh compact_str v0.8.1
107672026-06-25T02:36:13.039Z Fresh unicode-truncate v1.1.0
107682026-06-25T02:36:13.039Z Fresh console v0.16.2
107692026-06-25T02:36:13.039Z Fresh lru v0.12.5
107702026-06-25T02:36:13.039Z Fresh ordered-float v2.10.1
107712026-06-25T02:36:13.039Z Fresh unit-prefix v0.5.2
107722026-06-25T02:36:13.039Z Fresh cassowary v0.3.0
107732026-06-25T02:36:13.039Z Fresh rustc-demangle v0.1.27
107742026-06-25T02:36:13.039Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
107752026-06-25T02:36:13.039Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
107762026-06-25T02:36:13.039Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
107772026-06-25T02:36:13.039Z Fresh darling v0.23.0
107782026-06-25T02:36:13.039Z Fresh typeid v1.0.3
107792026-06-25T02:36:13.039Z Fresh addr2line v0.25.1
107802026-06-25T02:36:13.039Z Fresh libz-sys v1.1.24
107812026-06-25T02:36:13.039Z Fresh indicatif v0.18.4
107822026-06-25T02:36:13.040Z Fresh serde-value v0.7.0
107832026-06-25T02:36:13.040Z Fresh polyval v0.6.2
107842026-06-25T02:36:13.040Z Fresh concurrent-queue v2.5.0
107852026-06-25T02:36:13.040Z Fresh plotters-backend v0.3.7
107862026-06-25T02:36:13.040Z Fresh parking v2.2.1
107872026-06-25T02:36:13.040Z Fresh supports-color v2.1.0
107882026-06-25T02:36:13.040Z Fresh textwrap v0.15.2
107892026-06-25T02:36:13.040Z Fresh supports-unicode v2.1.0
107902026-06-25T02:36:13.040Z Fresh supports-hyperlinks v2.1.0
107912026-06-25T02:36:13.040Z Fresh hashbrown v0.14.5
107922026-06-25T02:36:13.040Z Fresh ctr v0.9.2
107932026-06-25T02:36:13.040Z Fresh cargo-platform v0.2.0
107942026-06-25T02:36:13.040Z Fresh instability v0.3.11
107952026-06-25T02:36:13.040Z Fresh erased-serde v0.4.9
107962026-06-25T02:36:13.040Z Fresh backtrace v0.3.76
107972026-06-25T02:36:13.040Z Fresh libgit2-sys v0.18.3+1.9.2
107982026-06-25T02:36:13.040Z Fresh event-listener v5.4.1
107992026-06-25T02:36:13.040Z Fresh plotters-svg v0.3.7
108002026-06-25T02:36:13.040Z Fresh ghash v0.5.1
108012026-06-25T02:36:13.040Z Fresh miette-derive v5.10.0
108022026-06-25T02:36:13.040Z Fresh terminal_size v0.1.17
108032026-06-25T02:36:13.040Z Fresh constant_time_eq v0.4.2
108042026-06-25T02:36:13.040Z Fresh shell-words v1.1.1
108052026-06-25T02:36:13.040Z Fresh arrayref v0.3.9
108062026-06-25T02:36:13.040Z Fresh cast v0.3.0
108072026-06-25T02:36:13.041Z Fresh owo-colors v3.5.0
108082026-06-25T02:36:13.041Z Fresh arrayvec v0.7.6
108092026-06-25T02:36:13.041Z Fresh chumsky v0.9.3
108102026-06-25T02:36:13.041Z Fresh supports-color v3.0.2
108112026-06-25T02:36:13.041Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
108122026-06-25T02:36:13.041Z Fresh knuffel-derive v3.2.0
108132026-06-25T02:36:13.041Z Fresh blowfish v0.9.1
108142026-06-25T02:36:13.041Z Fresh ssh-encoding v0.2.0
108152026-06-25T02:36:13.041Z Fresh serde-untagged v0.1.9
108162026-06-25T02:36:13.041Z Fresh ratatui v0.29.0
108172026-06-25T02:36:13.041Z Fresh git2 v0.20.4
108182026-06-25T02:36:13.041Z Fresh backtrace-ext v0.2.1
108192026-06-25T02:36:13.041Z Fresh aes-gcm v0.10.3
108202026-06-25T02:36:13.041Z Fresh criterion-plot v0.6.0
108212026-06-25T02:36:13.041Z Fresh plotters v0.3.7
108222026-06-25T02:36:13.041Z Fresh event-listener-strategy v0.5.4
108232026-06-25T02:36:13.041Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
108242026-06-25T02:36:13.041Z Fresh sct v0.7.1
108252026-06-25T02:36:13.041Z Fresh rustls-webpki v0.101.7
108262026-06-25T02:36:13.041Z Fresh tinytemplate v1.2.1
108272026-06-25T02:36:13.041Z Fresh rtoolbox v0.0.3
108282026-06-25T02:36:13.041Z Fresh futures-timer v3.0.3
108292026-06-25T02:36:13.041Z Fresh oorandom v11.1.5
108302026-06-25T02:36:13.041Z Fresh anes v0.1.6
108312026-06-25T02:36:13.045Z Fresh hex-literal v0.4.1
108322026-06-25T02:36:13.046Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
108332026-06-25T02:36:13.046Z Fresh bcrypt-pbkdf v0.10.0
108342026-06-25T02:36:13.046Z Fresh petname v2.0.2
108352026-06-25T02:36:13.046Z Fresh cargo-util-schemas v0.8.2
108362026-06-25T02:36:13.046Z Fresh miette v5.10.0
108372026-06-25T02:36:13.046Z Fresh vergen-git2 v9.1.0
108382026-06-25T02:36:13.046Z Fresh tui-tree-widget v0.23.1
108392026-06-25T02:36:13.046Z Fresh criterion v0.7.0
108402026-06-25T02:36:13.046Z Fresh rpassword v7.4.0
108412026-06-25T02:36:13.046Z Fresh rustls v0.21.12
108422026-06-25T02:36:13.046Z Fresh async-lock v3.4.2
108432026-06-25T02:36:13.046Z Fresh ssh-cipher v0.2.0
108442026-06-25T02:36:13.046Z Fresh colored v2.2.0
108452026-06-25T02:36:13.046Z Fresh password-hash v0.4.2
108462026-06-25T02:36:13.046Z Fresh sapling-renderdag v0.1.0
108472026-06-25T02:36:13.046Z Fresh sync-ptr v0.1.4
108482026-06-25T02:36:13.046Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
108492026-06-25T02:36:13.046Z Fresh p256 v0.13.2
108502026-06-25T02:36:13.046Z Fresh p521 v0.13.3
108512026-06-25T02:36:13.046Z Fresh rustls-pemfile v1.0.4
108522026-06-25T02:36:13.046Z Fresh cargo_metadata v0.21.0
108532026-06-25T02:36:13.046Z Fresh knuffel v3.2.0
108542026-06-25T02:36:13.047Z Fresh async-object-pool v0.2.0
108552026-06-25T02:36:13.047Z Fresh target-lexicon v0.13.3
108562026-06-25T02:36:13.047Z Fresh ssh-key v0.6.7
108572026-06-25T02:36:13.047Z Fresh tokio-rustls v0.24.1
108582026-06-25T02:36:13.047Z Fresh pbkdf2 v0.11.0
108592026-06-25T02:36:13.047Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
108602026-06-25T02:36:13.047Z Fresh twox-hash v2.1.2
108612026-06-25T02:36:13.047Z Fresh assert-json-diff v2.0.2
108622026-06-25T02:36:13.047Z Fresh serde_regex v1.1.0
108632026-06-25T02:36:13.047Z Fresh russh-cryptovec v0.7.3
108642026-06-25T02:36:13.047Z Fresh path-tree v0.8.3
108652026-06-25T02:36:13.047Z Fresh stringmetrics v2.2.2
108662026-06-25T02:36:13.047Z Fresh md5 v0.7.0
108672026-06-25T02:36:13.047Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
108682026-06-25T02:36:13.047Z Fresh blake3 v1.8.5
108692026-06-25T02:36:13.047Z Fresh cfg-expr v0.20.6
108702026-06-25T02:36:13.047Z Fresh httpmock v0.8.3
108712026-06-25T02:36:13.047Z Fresh guppy-workspace-hack v0.1.0
108722026-06-25T02:36:13.047Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
108732026-06-25T02:36:13.047Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
108742026-06-25T02:36:13.047Z Fresh httptest v0.16.4
108752026-06-25T02:36:13.047Z Fresh fatfs v0.3.6
108762026-06-25T02:36:13.047Z Fresh num-bigint v0.4.6
108772026-06-25T02:36:13.047Z Fresh des v0.8.1
108782026-06-25T02:36:13.047Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
108792026-06-25T02:36:13.047Z Fresh russh-keys v0.45.0
108802026-06-25T02:36:13.047Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
108812026-06-25T02:36:13.047Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
108822026-06-25T02:36:13.047Z Fresh seq-macro v0.3.6
108832026-06-25T02:36:13.047Z Fresh relative-path v1.9.3
108842026-06-25T02:36:13.047Z Fresh topological-sort v0.2.2
108852026-06-25T02:36:13.047Z Fresh escape8259 v0.5.3
108862026-06-25T02:36:13.047Z Fresh target-spec v3.5.7
108872026-06-25T02:36:13.047Z Fresh linkme-impl v0.3.35
108882026-06-25T02:36:13.047Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
108892026-06-25T02:36:13.047Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
108902026-06-25T02:36:13.047Z Fresh blake2b_simd v1.0.4
108912026-06-25T02:36:13.048Z Fresh similar-asserts v1.7.0
108922026-06-25T02:36:13.048Z Fresh fancy-regex v0.14.0
108932026-06-25T02:36:13.048Z Fresh pathdiff v0.2.3
108942026-06-25T02:36:13.048Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
108952026-06-25T02:36:13.048Z Fresh approx v0.5.1
108962026-06-25T02:36:13.048Z Fresh uzers v0.12.2
108972026-06-25T02:36:13.048Z Fresh termcolor v1.4.1
108982026-06-25T02:36:13.048Z Fresh internet-checksum v0.2.1
108992026-06-25T02:36:13.048Z Fresh constant_time_eq v0.3.1
109002026-06-25T02:36:13.048Z Fresh nested v0.1.1
109012026-06-25T02:36:13.048Z Fresh russh v0.45.0
109022026-06-25T02:36:13.048Z Fresh rstest_macros v0.25.0
109032026-06-25T02:36:13.048Z Fresh target-triple v1.0.0
109042026-06-25T02:36:13.048Z Fresh libtest-mimic v0.8.1
109052026-06-25T02:36:13.048Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
109062026-06-25T02:36:13.048Z Fresh omicron-zone-package v0.12.2
109072026-06-25T02:36:13.048Z Fresh guppy v0.17.25
109082026-06-25T02:36:13.048Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
109092026-06-25T02:36:13.048Z Fresh rust-argon2 v2.1.0
109102026-06-25T02:36:13.048Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
109112026-06-25T02:36:13.048Z Fresh hickory-client v0.25.2
109122026-06-25T02:36:13.048Z Fresh partial-io v0.5.4
109132026-06-25T02:36:13.048Z Fresh tokio-test v0.4.5
109142026-06-25T02:36:13.048Z Fresh rand_distr v0.5.1
109152026-06-25T02:36:13.048Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
109162026-06-25T02:36:13.048Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
109172026-06-25T02:36:13.048Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
109182026-06-25T02:36:13.048Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
109192026-06-25T02:36:13.048Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
109202026-06-25T02:36:13.048Z Fresh linkme v0.3.35
109212026-06-25T02:36:13.048Z Fresh datatest-stable v0.3.3
109222026-06-25T02:36:13.048Z Fresh assert_cmd v2.1.2
109232026-06-25T02:36:13.048Z Fresh trybuild v1.0.116
109242026-06-25T02:36:13.048Z Fresh rstest v0.25.0
109252026-06-25T02:36:13.049Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
109262026-06-25T02:36:13.049Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
109272026-06-25T02:36:13.049Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
109282026-06-25T02:36:13.049Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
109292026-06-25T02:36:13.049Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
109302026-06-25T02:36:13.049Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
109312026-06-25T02:36:13.053Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
109322026-06-25T02:36:13.053Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
109332026-06-25T02:36:13.053Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
109342026-06-25T02:36:13.053Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
109352026-06-25T02:36:13.053Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
109362026-06-25T02:36:13.053Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
109372026-06-25T02:36:13.053Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
109382026-06-25T02:36:13.053Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
109392026-06-25T02:36:13.053Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
109402026-06-25T02:36:13.053Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
109412026-06-25T02:36:13.053Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
109422026-06-25T02:36:13.053Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
109432026-06-25T02:36:13.053Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
109442026-06-25T02:36:13.053Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
109452026-06-25T02:36:13.053Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
109462026-06-25T02:36:13.053Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
109472026-06-25T02:36:13.053Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
109482026-06-25T02:36:13.053Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
109492026-06-25T02:36:13.053Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
109502026-06-25T02:36:13.053Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
109512026-06-25T02:36:13.053Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
109522026-06-25T02:36:13.053Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
109532026-06-25T02:36:13.053Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
109542026-06-25T02:36:13.053Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
109552026-06-25T02:36:13.053Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
109562026-06-25T02:36:13.053Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
109572026-06-25T02:36:13.053Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
109582026-06-25T02:36:13.053Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
109592026-06-25T02:36:13.053Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
109602026-06-25T02:36:13.053Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
109612026-06-25T02:36:13.053Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
109622026-06-25T02:36:13.053Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
109632026-06-25T02:36:13.053Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
109642026-06-25T02:36:13.054Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
109652026-06-25T02:36:13.054Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
109662026-06-25T02:36:13.054Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
109672026-06-25T02:36:13.054Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
109682026-06-25T02:36:13.054Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
109692026-06-25T02:36:13.054Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
109702026-06-25T02:36:13.054Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
109712026-06-25T02:36:13.054Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
109722026-06-25T02:36:13.054Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
109732026-06-25T02:36:13.054Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
109742026-06-25T02:36:13.054Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
109752026-06-25T02:36:13.054Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
109762026-06-25T02:36:13.054Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
109772026-06-25T02:36:13.054Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
109782026-06-25T02:36:13.054Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
109792026-06-25T02:36:13.054Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
109802026-06-25T02:36:13.054Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
109812026-06-25T02:36:13.054Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
109822026-06-25T02:36:13.054Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
109832026-06-25T02:36:13.054Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
109842026-06-25T02:36:13.054Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
109852026-06-25T02:36:13.054Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
109862026-06-25T02:36:13.054Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
109872026-06-25T02:36:13.054Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
109882026-06-25T02:36:13.054Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
109892026-06-25T02:36:13.054Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
109902026-06-25T02:36:13.054Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
109912026-06-25T02:36:13.054Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
109922026-06-25T02:36:13.054Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
109932026-06-25T02:36:13.054Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
109942026-06-25T02:36:13.054Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
109952026-06-25T02:36:13.054Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
109962026-06-25T02:36:13.054Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
109972026-06-25T02:36:13.054Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
109982026-06-25T02:36:13.054Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
109992026-06-25T02:36:13.054Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
110002026-06-25T02:36:13.054Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
110012026-06-25T02:36:13.054Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
110022026-06-25T02:36:13.054Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
110032026-06-25T02:36:13.055Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
110042026-06-25T02:36:13.055Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
110052026-06-25T02:36:13.055Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
110062026-06-25T02:36:13.055Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
110072026-06-25T02:36:13.055Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
110082026-06-25T02:36:13.055Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
110092026-06-25T02:36:13.055Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
110102026-06-25T02:36:13.055Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
110112026-06-25T02:36:13.055Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
110122026-06-25T02:36:13.055Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
110132026-06-25T02:36:13.055Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
110142026-06-25T02:36:13.055Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
110152026-06-25T02:36:13.055Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
110162026-06-25T02:36:13.055Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
110172026-06-25T02:36:13.055Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
110182026-06-25T02:36:13.056Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
110192026-06-25T02:36:13.056Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
110202026-06-25T02:36:13.056Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
110212026-06-25T02:36:13.056Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
110222026-06-25T02:36:13.056Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
110232026-06-25T02:36:13.056Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
110242026-06-25T02:36:13.056Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
110252026-06-25T02:36:13.056Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
110262026-06-25T02:36:13.056Z Fresh ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
110272026-06-25T02:36:13.056Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
110282026-06-25T02:36:13.056Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
110292026-06-25T02:36:13.056Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
110302026-06-25T02:36:13.056Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
110312026-06-25T02:36:13.060Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
110322026-06-25T02:36:13.060Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
110332026-06-25T02:36:13.060Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
110342026-06-25T02:36:13.060Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
110352026-06-25T02:36:13.060Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
110362026-06-25T02:36:13.060Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
110372026-06-25T02:36:13.060Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
110382026-06-25T02:36:13.060Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
110392026-06-25T02:36:13.060Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
110402026-06-25T02:36:13.060Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
110412026-06-25T02:36:13.060Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
110422026-06-25T02:36:13.060Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
110432026-06-25T02:36:13.060Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
110442026-06-25T02:36:13.060Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
110452026-06-25T02:36:13.060Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
110462026-06-25T02:36:13.060Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
110472026-06-25T02:36:13.060Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
110482026-06-25T02:36:13.060Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
110492026-06-25T02:36:13.060Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
110502026-06-25T02:36:13.061Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
110512026-06-25T02:36:13.061Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
110522026-06-25T02:36:13.061Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
110532026-06-25T02:36:13.061Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
110542026-06-25T02:36:13.061Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
110552026-06-25T02:36:13.061Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
110562026-06-25T02:36:13.061Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
110572026-06-25T02:36:13.061Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
110582026-06-25T02:36:13.061Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
110592026-06-25T02:36:13.061Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
110602026-06-25T02:36:13.061Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
110612026-06-25T02:36:13.061Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
110622026-06-25T02:36:13.061Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
110632026-06-25T02:36:13.061Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
110642026-06-25T02:36:13.061Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
110652026-06-25T02:36:13.061Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
110662026-06-25T02:36:13.061Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
110672026-06-25T02:36:13.061Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
110682026-06-25T02:36:13.061Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
110692026-06-25T02:36:13.061Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
110702026-06-25T02:36:13.061Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
110712026-06-25T02:36:13.061Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
110722026-06-25T02:36:13.061Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
110732026-06-25T02:36:13.062Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
110742026-06-25T02:36:13.062Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
110752026-06-25T02:36:13.062Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
110762026-06-25T02:36:13.062Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
110772026-06-25T02:36:13.062Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
110782026-06-25T02:36:13.062Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
110792026-06-25T02:36:13.062Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
110802026-06-25T02:36:13.062Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
110812026-06-25T02:36:13.062Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
110822026-06-25T02:36:13.062Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
110832026-06-25T02:36:13.062Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
110842026-06-25T02:36:13.062Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.12s
110852026-06-25T02:36:13.127Z Doc-tests api_identity
110862026-06-25T02:36:13.130Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c510637efa6bb6d1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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`
110872026-06-25T02:36:13.195Z
110882026-06-25T02:36:13.195Zrunning 0 tests
110892026-06-25T02:36:13.195Z
110902026-06-25T02:36:13.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110912026-06-25T02:36:13.195Z
110922026-06-25T02:36:13.203Z Doc-tests authz_macros
110932026-06-25T02:36:13.203Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d7ad7e5fb815daa0.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6d5c246e96be95b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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`
110942026-06-25T02:36:13.688Z
110952026-06-25T02:36:13.688Zrunning 7 tests
110962026-06-25T02:36:13.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
110972026-06-25T02:36:13.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
110982026-06-25T02:36:13.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
110992026-06-25T02:36:13.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
111002026-06-25T02:36:13.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
111012026-06-25T02:36:13.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
111022026-06-25T02:36:13.688Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
111032026-06-25T02:36:13.688Z
111042026-06-25T02:36:13.689Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
111052026-06-25T02:36:13.689Z
111062026-06-25T02:36:13.692Zall doctests ran in 0.41s; merged doctests compilation took 0.41s
111072026-06-25T02:36:13.704Z Doc-tests bootstore
111082026-06-25T02:36:13.704Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3603deb24e30c54c.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a3f161d1eefdddf9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib -L dependency=/work/oxidecomputer/omicron/target/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-06-25T02:36:13.949Z
111102026-06-25T02:36:13.949Zrunning 0 tests
111112026-06-25T02:36:13.949Z
111122026-06-25T02:36:13.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111132026-06-25T02:36:13.949Z
111142026-06-25T02:36:13.969Z Doc-tests bootstrap_agent_api
111152026-06-25T02:36:13.969Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-abc6bae7ee2f7760.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib -L dependency=/work/oxidecomputer/omicron/target/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-06-25T02:36:14.483Z
111172026-06-25T02:36:14.483Zrunning 2 tests
111182026-06-25T02:36:14.483Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 39) ... ignored
111192026-06-25T02:36:14.483Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 45) ... ignored
111202026-06-25T02:36:14.483Z
111212026-06-25T02:36:14.484Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111222026-06-25T02:36:14.484Z
111232026-06-25T02:36:14.487Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
111242026-06-25T02:36:14.507Z Doc-tests bootstrap_agent_client
111252026-06-25T02:36:14.507Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b743ff57bc337f3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111262026-06-25T02:36:14.746Z
111272026-06-25T02:36:14.747Zrunning 0 tests
111282026-06-25T02:36:14.747Z
111292026-06-25T02:36:14.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111302026-06-25T02:36:14.747Z
111312026-06-25T02:36:14.771Z Doc-tests bootstrap_agent_lockstep_api
111322026-06-25T02:36:14.771Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111332026-06-25T02:36:15.313Z
111342026-06-25T02:36:15.313Zrunning 2 tests
111352026-06-25T02:36:15.313Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 28) ... ignored
111362026-06-25T02:36:15.313Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 34) ... ignored
111372026-06-25T02:36:15.313Z
111382026-06-25T02:36:15.313Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111392026-06-25T02:36:15.314Z
111402026-06-25T02:36:15.318Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
111412026-06-25T02:36:15.339Z Doc-tests bootstrap_agent_lockstep_client
111422026-06-25T02:36:15.339Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-27874b6f03c18fb7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111432026-06-25T02:36:15.726Z
111442026-06-25T02:36:15.726Zrunning 0 tests
111452026-06-25T02:36:15.726Z
111462026-06-25T02:36:15.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111472026-06-25T02:36:15.726Z
111482026-06-25T02:36:15.757Z Doc-tests bootstrap_agent_lockstep_types
111492026-06-25T02:36:15.757Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111502026-06-25T02:36:15.994Z
111512026-06-25T02:36:15.994Zrunning 0 tests
111522026-06-25T02:36:15.994Z
111532026-06-25T02:36:15.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111542026-06-25T02:36:15.994Z
111552026-06-25T02:36:16.019Z Doc-tests clickana
111562026-06-25T02:36:16.019Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-2684c855e19031bd.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib -L dependency=/work/oxidecomputer/omicron/target/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-06-25T02:36:16.226Z
111582026-06-25T02:36:16.226Zrunning 0 tests
111592026-06-25T02:36:16.226Z
111602026-06-25T02:36:16.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111612026-06-25T02:36:16.226Z
111622026-06-25T02:36:16.251Z Doc-tests clickhouse_admin_api
111632026-06-25T02:36:16.251Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-891c68924c03ae32.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-05ae2c1fdd0ad2bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111642026-06-25T02:36:16.800Z
111652026-06-25T02:36:16.800Zrunning 6 tests
111662026-06-25T02:36:16.801Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
111672026-06-25T02:36:16.801Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
111682026-06-25T02:36:16.801Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
111692026-06-25T02:36:16.801Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
111702026-06-25T02:36:16.801Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
111712026-06-25T02:36:16.801Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
111722026-06-25T02:36:16.801Z
111732026-06-25T02:36:16.801Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
111742026-06-25T02:36:16.801Z
111752026-06-25T02:36:16.805Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
111762026-06-25T02:36:16.827Z Doc-tests clickhouse_admin_keeper_client
111772026-06-25T02:36:16.827Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/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-06-25T02:36:17.181Z
111792026-06-25T02:36:17.181Zrunning 0 tests
111802026-06-25T02:36:17.181Z
111812026-06-25T02:36:17.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111822026-06-25T02:36:17.181Z
111832026-06-25T02:36:17.211Z Doc-tests clickhouse_admin_server_client
111842026-06-25T02:36:17.211Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111852026-06-25T02:36:17.589Z
111862026-06-25T02:36:17.589Zrunning 0 tests
111872026-06-25T02:36:17.589Z
111882026-06-25T02:36:17.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111892026-06-25T02:36:17.589Z
111902026-06-25T02:36:17.619Z Doc-tests clickhouse_admin_single_client
111912026-06-25T02:36:17.624Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/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-06-25T02:36:17.808Z
111932026-06-25T02:36:17.808Zrunning 0 tests
111942026-06-25T02:36:17.809Z
111952026-06-25T02:36:17.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111962026-06-25T02:36:17.809Z
111972026-06-25T02:36:17.826Z Doc-tests clickhouse_admin_test_utils
111982026-06-25T02:36:17.826Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-562d2fd988649feb.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dc7dea6717b641a2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib -L dependency=/work/oxidecomputer/omicron/target/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-06-25T02:36:17.984Z
112002026-06-25T02:36:17.984Zrunning 0 tests
112012026-06-25T02:36:17.984Z
112022026-06-25T02:36:17.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112032026-06-25T02:36:17.984Z
112042026-06-25T02:36:18.002Z Doc-tests clickhouse_admin_types
112052026-06-25T02:36:18.002Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fce327934ca3c937.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-05ae2c1fdd0ad2bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib -L dependency=/work/oxidecomputer/omicron/target/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-06-25T02:36:18.163Z
112072026-06-25T02:36:18.163Zrunning 0 tests
112082026-06-25T02:36:18.163Z
112092026-06-25T02:36:18.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112102026-06-25T02:36:18.163Z
112112026-06-25T02:36:18.183Z Doc-tests clickhouse_admin_types_versions
112122026-06-25T02:36:18.183Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-05ae2c1fdd0ad2bc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112132026-06-25T02:36:18.953Z
112142026-06-25T02:36:18.953Zrunning 1 test
112152026-06-25T02:36:18.953Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
112162026-06-25T02:36:18.953Z
112172026-06-25T02:36:18.953Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112182026-06-25T02:36:18.953Z
112192026-06-25T02:36:18.956Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
112202026-06-25T02:36:18.990Z Doc-tests cockroach_admin_api
112212026-06-25T02:36:18.990Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9458fa6a72594dba.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5679e242a6c9ea60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112222026-06-25T02:36:19.475Z
112232026-06-25T02:36:19.475Zrunning 2 tests
112242026-06-25T02:36:19.475Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
112252026-06-25T02:36:19.475Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
112262026-06-25T02:36:19.475Z
112272026-06-25T02:36:19.475Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112282026-06-25T02:36:19.475Z
112292026-06-25T02:36:19.479Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
112302026-06-25T02:36:19.498Z Doc-tests cockroach_admin_client
112312026-06-25T02:36:19.498Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112322026-06-25T02:36:19.695Z
112332026-06-25T02:36:19.695Zrunning 0 tests
112342026-06-25T02:36:19.695Z
112352026-06-25T02:36:19.695Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112362026-06-25T02:36:19.695Z
112372026-06-25T02:36:19.714Z Doc-tests cockroach_admin_types
112382026-06-25T02:36:19.717Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b1afcc918b5cf338.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5679e242a6c9ea60.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112392026-06-25T02:36:19.798Z
112402026-06-25T02:36:19.798Zrunning 0 tests
112412026-06-25T02:36:19.798Z
112422026-06-25T02:36:19.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112432026-06-25T02:36:19.799Z
112442026-06-25T02:36:19.809Z Doc-tests cockroach_admin_types_versions
112452026-06-25T02:36:19.809Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5679e242a6c9ea60.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112462026-06-25T02:36:20.295Z
112472026-06-25T02:36:20.295Zrunning 1 test
112482026-06-25T02:36:20.295Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
112492026-06-25T02:36:20.295Z
112502026-06-25T02:36:20.295Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112512026-06-25T02:36:20.295Z
112522026-06-25T02:36:20.298Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
112532026-06-25T02:36:20.315Z Doc-tests db_macros
112542026-06-25T02:36:20.315Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4a619eaf4ba5da0d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-6d5c246e96be95b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-442b89fe9c01b246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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`
112552026-06-25T02:36:20.818Z
112562026-06-25T02:36:20.818Zrunning 3 tests
112572026-06-25T02:36:20.818Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
112582026-06-25T02:36:20.818Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
112592026-06-25T02:36:20.818Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
112602026-06-25T02:36:20.818Z
112612026-06-25T02:36:20.818Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
112622026-06-25T02:36:20.818Z
112632026-06-25T02:36:20.822Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
112642026-06-25T02:36:20.837Z Doc-tests dev_tools_common
112652026-06-25T02:36:20.837Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ccf4358e01f7eab1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112662026-06-25T02:36:20.880Z
112672026-06-25T02:36:20.880Zrunning 0 tests
112682026-06-25T02:36:20.880Z
112692026-06-25T02:36:20.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112702026-06-25T02:36:20.881Z
112712026-06-25T02:36:20.887Z Doc-tests dns_server
112722026-06-25T02:36:20.887Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-48f21a57ed1e232a.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-26f9506feb87ef2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-039dc1660be88d9e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112732026-06-25T02:36:21.100Z
112742026-06-25T02:36:21.100Zrunning 0 tests
112752026-06-25T02:36:21.100Z
112762026-06-25T02:36:21.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112772026-06-25T02:36:21.100Z
112782026-06-25T02:36:21.123Z Doc-tests dns_server_api
112792026-06-25T02:36:21.123Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112802026-06-25T02:36:21.647Z
112812026-06-25T02:36:21.647Zrunning 2 tests
112822026-06-25T02:36:21.647Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
112832026-06-25T02:36:21.647Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
112842026-06-25T02:36:21.647Z
112852026-06-25T02:36:21.647Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112862026-06-25T02:36:21.647Z
112872026-06-25T02:36:21.651Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
112882026-06-25T02:36:21.674Z Doc-tests dns_service_client
112892026-06-25T02:36:21.674Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112902026-06-25T02:36:21.900Z
112912026-06-25T02:36:21.900Zrunning 0 tests
112922026-06-25T02:36:21.900Z
112932026-06-25T02:36:21.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112942026-06-25T02:36:21.900Z
112952026-06-25T02:36:21.926Z Doc-tests end_to_end_tests
112962026-06-25T02:36:21.926Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0db242db6909dbcf.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e660825e936907db.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-c4b323712b2bc6c8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-4ba53c2445ca7526.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c760b4ac83bead61.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-86a70d1c12ca2892.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-65459fd6bd8e1bd3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-23f11847fb7c460d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
112972026-06-25T02:36:22.280Z
112982026-06-25T02:36:22.280Zrunning 0 tests
112992026-06-25T02:36:22.280Z
113002026-06-25T02:36:22.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113012026-06-25T02:36:22.280Z
113022026-06-25T02:36:22.313Z Doc-tests ereport_types
113032026-06-25T02:36:22.313Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113042026-06-25T02:36:22.463Z
113052026-06-25T02:36:22.463Zrunning 0 tests
113062026-06-25T02:36:22.463Z
113072026-06-25T02:36:22.463Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113082026-06-25T02:36:22.463Z
113092026-06-25T02:36:22.479Z Doc-tests gateway_api
113102026-06-25T02:36:22.479Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-63c824bb04f2bed1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113112026-06-25T02:36:23.007Z
113122026-06-25T02:36:23.007Zrunning 2 tests
113132026-06-25T02:36:23.007Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
113142026-06-25T02:36:23.007Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
113152026-06-25T02:36:23.007Z
113162026-06-25T02:36:23.007Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113172026-06-25T02:36:23.008Z
113182026-06-25T02:36:23.011Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
113192026-06-25T02:36:23.029Z Doc-tests gateway_client
113202026-06-25T02:36:23.029Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113212026-06-25T02:36:23.597Z
113222026-06-25T02:36:23.597Zrunning 0 tests
113232026-06-25T02:36:23.597Z
113242026-06-25T02:36:23.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113252026-06-25T02:36:23.597Z
113262026-06-25T02:36:23.628Z Doc-tests gateway_test_utils
113272026-06-25T02:36:23.631Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-562d2fd988649feb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-08236d8022eafe8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113282026-06-25T02:36:24.009Z
113292026-06-25T02:36:24.010Zrunning 0 tests
113302026-06-25T02:36:24.010Z
113312026-06-25T02:36:24.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113322026-06-25T02:36:24.010Z
113332026-06-25T02:36:24.046Z Doc-tests gateway_types
113342026-06-25T02:36:24.046Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a747585241f379b1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.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`
113352026-06-25T02:36:24.180Z
113362026-06-25T02:36:24.180Zrunning 0 tests
113372026-06-25T02:36:24.180Z
113382026-06-25T02:36:24.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113392026-06-25T02:36:24.180Z
113402026-06-25T02:36:24.198Z Doc-tests gateway_types_versions
113412026-06-25T02:36:24.201Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-92f538158b11c638.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
113422026-06-25T02:36:24.960Z
113432026-06-25T02:36:24.960Zrunning 1 test
113442026-06-25T02:36:24.960Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
113452026-06-25T02:36:24.960Z
113462026-06-25T02:36:24.960Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113472026-06-25T02:36:24.960Z
113482026-06-25T02:36:24.964Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
113492026-06-25T02:36:24.994Z Doc-tests gfss
113502026-06-25T02:36:24.994Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2309f276da9dd5d7.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.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`
113512026-06-25T02:36:25.095Z
113522026-06-25T02:36:25.095Zrunning 0 tests
113532026-06-25T02:36:25.095Z
113542026-06-25T02:36:25.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113552026-06-25T02:36:25.095Z
113562026-06-25T02:36:25.108Z Doc-tests illumos_utils
113572026-06-25T02:36:25.111Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-91907947abe51002.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-ba966b139f4b0964.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f78f3e198bce9923.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c5bcc1649424d2b5.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f0da53276b2bc138.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-035dc4789a0a69f4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.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`
113582026-06-25T02:36:25.513Z
113592026-06-25T02:36:25.513Zrunning 0 tests
113602026-06-25T02:36:25.513Z
113612026-06-25T02:36:25.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113622026-06-25T02:36:25.513Z
113632026-06-25T02:36:25.546Z Doc-tests installinator
113642026-06-25T02:36:25.546Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d250d90a870beb8.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f9ca789c62d455bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-09c727e181bf7d11.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.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`
113652026-06-25T02:36:25.923Z
113662026-06-25T02:36:25.923Zrunning 0 tests
113672026-06-25T02:36:25.923Z
113682026-06-25T02:36:25.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113692026-06-25T02:36:25.923Z
113702026-06-25T02:36:25.960Z Doc-tests installinator_api
113712026-06-25T02:36:25.960Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d70c1efdabb25e2.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-87423b04943dac48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113722026-06-25T02:36:26.470Z
113732026-06-25T02:36:26.470Zrunning 2 tests
113742026-06-25T02:36:26.470Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
113752026-06-25T02:36:26.470Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
113762026-06-25T02:36:26.470Z
113772026-06-25T02:36:26.470Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113782026-06-25T02:36:26.470Z
113792026-06-25T02:36:26.473Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
113802026-06-25T02:36:26.494Z Doc-tests installinator_client
113812026-06-25T02:36:26.494Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9ca789c62d455bf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113822026-06-25T02:36:26.769Z
113832026-06-25T02:36:26.769Zrunning 0 tests
113842026-06-25T02:36:26.769Z
113852026-06-25T02:36:26.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113862026-06-25T02:36:26.769Z
113872026-06-25T02:36:26.791Z Doc-tests installinator_common
113882026-06-25T02:36:26.791Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-87423b04943dac48.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113892026-06-25T02:36:27.056Z
113902026-06-25T02:36:27.056Zrunning 0 tests
113912026-06-25T02:36:27.056Z
113922026-06-25T02:36:27.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113932026-06-25T02:36:27.056Z
113942026-06-25T02:36:27.083Z Doc-tests installinator_common_versions
113952026-06-25T02:36:27.083Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-87423b04943dac48.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113962026-06-25T02:36:27.516Z
113972026-06-25T02:36:27.516Zrunning 1 test
113982026-06-25T02:36:27.516Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
113992026-06-25T02:36:27.517Z
114002026-06-25T02:36:27.517Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114012026-06-25T02:36:27.517Z
114022026-06-25T02:36:27.520Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
114032026-06-25T02:36:27.533Z Doc-tests internal_dns_resolver
114042026-06-25T02:36:27.533Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-d8d47b371763de52.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-02bb21dd1aa1a080.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114052026-06-25T02:36:27.733Z
114062026-06-25T02:36:27.733Zrunning 0 tests
114072026-06-25T02:36:27.733Z
114082026-06-25T02:36:27.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114092026-06-25T02:36:27.733Z
114102026-06-25T02:36:27.758Z Doc-tests internal_dns_types
114112026-06-25T02:36:27.758Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114122026-06-25T02:36:27.942Z
114132026-06-25T02:36:27.942Zrunning 0 tests
114142026-06-25T02:36:27.943Z
114152026-06-25T02:36:27.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114162026-06-25T02:36:27.943Z
114172026-06-25T02:36:27.964Z Doc-tests internal_dns_types_versions
114182026-06-25T02:36:27.964Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-2e70e81ffe860602.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114192026-06-25T02:36:28.540Z
114202026-06-25T02:36:28.540Zrunning 1 test
114212026-06-25T02:36:28.540Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
114222026-06-25T02:36:28.540Z
114232026-06-25T02:36:28.540Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114242026-06-25T02:36:28.540Z
114252026-06-25T02:36:28.543Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
114262026-06-25T02:36:28.568Z Doc-tests ipcc
114272026-06-25T02:36:28.568Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fbde0eadaf750fbf.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-7a5a12962580ded3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114282026-06-25T02:36:28.672Z
114292026-06-25T02:36:28.672Zrunning 0 tests
114302026-06-25T02:36:28.672Z
114312026-06-25T02:36:28.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114322026-06-25T02:36:28.672Z
114332026-06-25T02:36:28.684Z Doc-tests key_manager
114342026-06-25T02:36:28.684Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e768ca3d3364e9aa.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114352026-06-25T02:36:28.853Z
114362026-06-25T02:36:28.853Zrunning 0 tests
114372026-06-25T02:36:28.853Z
114382026-06-25T02:36:28.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114392026-06-25T02:36:28.853Z
114402026-06-25T02:36:28.872Z Doc-tests key_manager_types
114412026-06-25T02:36:28.872Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1847af2b7313ad3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114422026-06-25T02:36:28.912Z
114432026-06-25T02:36:28.912Zrunning 0 tests
114442026-06-25T02:36:28.912Z
114452026-06-25T02:36:28.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114462026-06-25T02:36:28.912Z
114472026-06-25T02:36:28.918Z Doc-tests live_tests_macros
114482026-06-25T02:36:28.918Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-080dc075a39179c3.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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`
114492026-06-25T02:36:29.311Z
114502026-06-25T02:36:29.311Zrunning 1 test
114512026-06-25T02:36:29.311Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
114522026-06-25T02:36:29.311Z
114532026-06-25T02:36:29.311Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114542026-06-25T02:36:29.311Z
114552026-06-25T02:36:29.314Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
114562026-06-25T02:36:29.324Z Doc-tests nexus_auth
114572026-06-25T02:36:29.324Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-d7ad7e5fb815daa0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9200a3cb3600bb38.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-27cea35b3f173281.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
114582026-06-25T02:36:29.934Z
114592026-06-25T02:36:29.934Zrunning 0 tests
114602026-06-25T02:36:29.934Z
114612026-06-25T02:36:29.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114622026-06-25T02:36:29.934Z
114632026-06-25T02:36:29.982Z Doc-tests nexus_background_task_interface
114642026-06-25T02:36:29.982Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c486f6e3254e0838.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114652026-06-25T02:36:30.038Z
114662026-06-25T02:36:30.038Zrunning 0 tests
114672026-06-25T02:36:30.038Z
114682026-06-25T02:36:30.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114692026-06-25T02:36:30.038Z
114702026-06-25T02:36:30.045Z Doc-tests nexus_client
114712026-06-25T02:36:30.045Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114722026-06-25T02:36:30.568Z
114732026-06-25T02:36:30.568Zrunning 0 tests
114742026-06-25T02:36:30.569Z
114752026-06-25T02:36:30.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114762026-06-25T02:36:30.569Z
114772026-06-25T02:36:30.608Z Doc-tests nexus_config
114782026-06-25T02:36:30.608Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114792026-06-25T02:36:31.120Z
114802026-06-25T02:36:31.120Zrunning 0 tests
114812026-06-25T02:36:31.120Z
114822026-06-25T02:36:31.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114832026-06-25T02:36:31.120Z
114842026-06-25T02:36:31.160Z Doc-tests nexus_db_errors
114852026-06-25T02:36:31.160Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bf7fd2eae9f4a885.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114862026-06-25T02:36:31.470Z
114872026-06-25T02:36:31.470Zrunning 0 tests
114882026-06-25T02:36:31.470Z
114892026-06-25T02:36:31.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114902026-06-25T02:36:31.470Z
114912026-06-25T02:36:31.504Z Doc-tests nexus_db_fixed_data
114922026-06-25T02:36:31.504Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9200a3cb3600bb38.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
114932026-06-25T02:36:31.772Z
114942026-06-25T02:36:31.772Zrunning 0 tests
114952026-06-25T02:36:31.772Z
114962026-06-25T02:36:31.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114972026-06-25T02:36:31.772Z
114982026-06-25T02:36:31.800Z Doc-tests nexus_db_lookup
114992026-06-25T02:36:31.800Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-63c019c9c93fc671.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
115002026-06-25T02:36:32.280Z
115012026-06-25T02:36:32.280Zrunning 0 tests
115022026-06-25T02:36:32.280Z
115032026-06-25T02:36:32.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115042026-06-25T02:36:32.281Z
115052026-06-25T02:36:32.323Z Doc-tests nexus_db_model
115062026-06-25T02:36:32.323Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-e11f7ef7f7c790cf.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-9e4b9badca4a4bd2.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
115072026-06-25T02:36:48.262Z
115082026-06-25T02:36:48.262Zrunning 4 tests
115092026-06-25T02:36:48.276Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
115102026-06-25T02:36:48.285Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
115112026-06-25T02:36:48.289Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
115122026-06-25T02:36:48.289Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
115132026-06-25T02:36:48.289Z
115142026-06-25T02:36:48.289Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
115152026-06-25T02:36:48.289Z
115162026-06-25T02:36:48.318Zall doctests ran in 13.25s; merged doctests compilation took 13.18s
115172026-06-25T02:36:48.432Z Doc-tests nexus_db_queries
115182026-06-25T02:36:48.436Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4a619eaf4ba5da0d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-63c019c9c93fc671.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-abf4369e9f0c1271.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-9200a3cb3600bb38.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-1ce7785574bd563b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-27cea35b3f173281.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02c0614aa789d576.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5833ffc7a2215a45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
115192026-06-25T02:36:54.256Z
115202026-06-25T02:36:54.256Zrunning 4 tests
115212026-06-25T02:36:54.259Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 70) ... ignored
115222026-06-25T02:36:54.259Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 432) ... ignored
115232026-06-25T02:36:54.259Ztest nexus/db-queries/src/db/sitrep_guard.rs - db::sitrep_guard::SitrepGuardedResource (line 54) ... ignored
115242026-06-25T02:36:54.262Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
115252026-06-25T02:36:54.263Z
115262026-06-25T02:36:54.263Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
115272026-06-25T02:36:54.263Z
115282026-06-25T02:36:54.271Zall doctests ran in 4.33s; merged doctests compilation took 4.31s
115292026-06-25T02:36:54.374Z Doc-tests nexus_db_schema
115302026-06-25T02:36:54.374Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-562d2fd988649feb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-f21b83dfd0ad6c4e.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-f480de7d16f6e5f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.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`
115312026-06-25T02:36:59.388Z
115322026-06-25T02:36:59.388Zrunning 0 tests
115332026-06-25T02:36:59.388Z
115342026-06-25T02:36:59.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115352026-06-25T02:36:59.388Z
115362026-06-25T02:36:59.604Z Doc-tests nexus_defaults
115372026-06-25T02:36:59.605Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7adb400651ff5497.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115382026-06-25T02:36:59.765Z
115392026-06-25T02:36:59.765Zrunning 0 tests
115402026-06-25T02:36:59.765Z
115412026-06-25T02:36:59.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115422026-06-25T02:36:59.765Z
115432026-06-25T02:36:59.784Z Doc-tests nexus_external_api
115442026-06-25T02:36:59.784Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115452026-06-25T02:37:00.805Z
115462026-06-25T02:37:00.805Zrunning 2 tests
115472026-06-25T02:37:00.805Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 206) ... ignored
115482026-06-25T02:37:00.805Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 212) ... ignored
115492026-06-25T02:37:00.805Z
115502026-06-25T02:37:00.805Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115512026-06-25T02:37:00.805Z
115522026-06-25T02:37:00.810Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
115532026-06-25T02:37:00.855Z Doc-tests nexus_fm
115542026-06-25T02:37:00.856Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.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`
115552026-06-25T02:37:01.191Z
115562026-06-25T02:37:01.191Zrunning 0 tests
115572026-06-25T02:37:01.191Z
115582026-06-25T02:37:01.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115592026-06-25T02:37:01.192Z
115602026-06-25T02:37:01.226Z Doc-tests nexus_internal_api
115612026-06-25T02:37:01.226Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115622026-06-25T02:37:01.895Z
115632026-06-25T02:37:01.895Zrunning 2 tests
115642026-06-25T02:37:01.895Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
115652026-06-25T02:37:01.895Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
115662026-06-25T02:37:01.895Z
115672026-06-25T02:37:01.895Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115682026-06-25T02:37:01.895Z
115692026-06-25T02:37:01.899Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
115702026-06-25T02:37:01.934Z Doc-tests nexus_inventory
115712026-06-25T02:37:01.934Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
115722026-06-25T02:37:02.227Z
115732026-06-25T02:37:02.227Zrunning 0 tests
115742026-06-25T02:37:02.227Z
115752026-06-25T02:37:02.227Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115762026-06-25T02:37:02.227Z
115772026-06-25T02:37:02.257Z Doc-tests nexus_lockstep_api
115782026-06-25T02:37:02.257Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06644ec3ac706c1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115792026-06-25T02:37:02.922Z
115802026-06-25T02:37:02.922Zrunning 2 tests
115812026-06-25T02:37:02.923Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 66) ... ignored
115822026-06-25T02:37:02.923Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 72) ... ignored
115832026-06-25T02:37:02.923Z
115842026-06-25T02:37:02.923Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
115852026-06-25T02:37:02.923Z
115862026-06-25T02:37:02.926Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
115872026-06-25T02:37:02.960Z Doc-tests nexus_lockstep_client
115882026-06-25T02:37:02.960Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f99ccd630f0d76d1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115892026-06-25T02:37:04.542Z
115902026-06-25T02:37:04.542Zrunning 0 tests
115912026-06-25T02:37:04.542Z
115922026-06-25T02:37:04.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115932026-06-25T02:37:04.542Z
115942026-06-25T02:37:04.608Z Doc-tests nexus_macros_common
115952026-06-25T02:37:04.608Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6d5c246e96be95b8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115962026-06-25T02:37:04.651Z
115972026-06-25T02:37:04.652Zrunning 0 tests
115982026-06-25T02:37:04.652Z
115992026-06-25T02:37:04.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116002026-06-25T02:37:04.652Z
116012026-06-25T02:37:04.657Z Doc-tests nexus_metrics_producer_gc
116022026-06-25T02:37:04.658Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c0dfbdfa03f9ae45.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
116032026-06-25T02:37:05.021Z
116042026-06-25T02:37:05.021Zrunning 0 tests
116052026-06-25T02:37:05.021Z
116062026-06-25T02:37:05.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116072026-06-25T02:37:05.022Z
116082026-06-25T02:37:05.060Z Doc-tests nexus_mgs_updates
116092026-06-25T02:37:05.060Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116102026-06-25T02:37:05.399Z
116112026-06-25T02:37:05.399Zrunning 0 tests
116122026-06-25T02:37:05.399Z
116132026-06-25T02:37:05.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116142026-06-25T02:37:05.399Z
116152026-06-25T02:37:05.433Z Doc-tests nexus_networking
116162026-06-25T02:37:05.433Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
116172026-06-25T02:37:05.810Z
116182026-06-25T02:37:05.810Zrunning 0 tests
116192026-06-25T02:37:05.810Z
116202026-06-25T02:37:05.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116212026-06-25T02:37:05.811Z
116222026-06-25T02:37:05.850Z Doc-tests nexus_reconfigurator_blippy
116232026-06-25T02:37:05.850Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-98b415d82811981a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116242026-06-25T02:37:06.122Z
116252026-06-25T02:37:06.123Zrunning 0 tests
116262026-06-25T02:37:06.123Z
116272026-06-25T02:37:06.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116282026-06-25T02:37:06.123Z
116292026-06-25T02:37:06.152Z Doc-tests nexus_reconfigurator_execution
116302026-06-25T02:37:06.152Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
116312026-06-25T02:37:06.544Z
116322026-06-25T02:37:06.544Zrunning 0 tests
116332026-06-25T02:37:06.544Z
116342026-06-25T02:37:06.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116352026-06-25T02:37:06.544Z
116362026-06-25T02:37:06.583Z Doc-tests nexus_reconfigurator_planning
116372026-06-25T02:37:06.583Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116382026-06-25T02:37:07.048Z
116392026-06-25T02:37:07.048Zrunning 0 tests
116402026-06-25T02:37:07.048Z
116412026-06-25T02:37:07.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116422026-06-25T02:37:07.048Z
116432026-06-25T02:37:07.090Z Doc-tests nexus_reconfigurator_preparation
116442026-06-25T02:37:07.090Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.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`
116452026-06-25T02:37:07.451Z
116462026-06-25T02:37:07.451Zrunning 0 tests
116472026-06-25T02:37:07.451Z
116482026-06-25T02:37:07.451Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116492026-06-25T02:37:07.452Z
116502026-06-25T02:37:07.489Z Doc-tests nexus_reconfigurator_rendezvous
116512026-06-25T02:37:07.489Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
116522026-06-25T02:37:07.848Z
116532026-06-25T02:37:07.848Zrunning 0 tests
116542026-06-25T02:37:07.848Z
116552026-06-25T02:37:07.848Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116562026-06-25T02:37:07.848Z
116572026-06-25T02:37:07.886Z Doc-tests nexus_reconfigurator_simulation
116582026-06-25T02:37:07.886Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-829749b3e193cca5.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-e1c52404592ebf14.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-33ed94d1e4b28a56.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116592026-06-25T02:37:08.229Z
116602026-06-25T02:37:08.229Zrunning 0 tests
116612026-06-25T02:37:08.229Z
116622026-06-25T02:37:08.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116632026-06-25T02:37:08.229Z
116642026-06-25T02:37:08.265Z Doc-tests nexus_saga_recovery
116652026-06-25T02:37:08.269Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
116662026-06-25T02:37:08.568Z
116672026-06-25T02:37:08.568Zrunning 0 tests
116682026-06-25T02:37:08.568Z
116692026-06-25T02:37:08.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116702026-06-25T02:37:08.568Z
116712026-06-25T02:37:08.602Z Doc-tests nexus_test_interface
116722026-06-25T02:37:08.602Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e768ca3d3364e9aa.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
116732026-06-25T02:37:08.956Z
116742026-06-25T02:37:08.956Zrunning 0 tests
116752026-06-25T02:37:08.956Z
116762026-06-25T02:37:08.956Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116772026-06-25T02:37:08.956Z
116782026-06-25T02:37:08.994Z Doc-tests nexus_test_utils
116792026-06-25T02:37:08.994Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-323c50397615127f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
116802026-06-25T02:37:09.515Z
116812026-06-25T02:37:09.515Zrunning 0 tests
116822026-06-25T02:37:09.515Z
116832026-06-25T02:37:09.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
116842026-06-25T02:37:09.516Z
116852026-06-25T02:37:09.564Z Doc-tests nexus_test_utils_macros
116862026-06-25T02:37:09.564Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-15a45a4e9606db22.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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`
116872026-06-25T02:37:09.612Z
116882026-06-25T02:37:09.612Zrunning 1 test
116892026-06-25T02:37:09.615Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
116902026-06-25T02:37:09.615Z
116912026-06-25T02:37:09.615Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
116922026-06-25T02:37:09.615Z
116932026-06-25T02:37:09.618Z Doc-tests nexus_types
116942026-06-25T02:37:09.618Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116952026-06-25T02:37:20.908Z
116962026-06-25T02:37:20.908Zrunning 4 tests
116972026-06-25T02:37:20.912Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3159) ... ignored
116982026-06-25T02:37:20.912Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3031) ... ignored
116992026-06-25T02:37:20.912Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1900) ... ignored
117002026-06-25T02:37:20.918Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 233) ... ok
117012026-06-25T02:37:20.918Z
117022026-06-25T02:37:20.918Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
117032026-06-25T02:37:20.918Z
117042026-06-25T02:37:20.943Zall doctests ran in 9.51s; merged doctests compilation took 9.47s
117052026-06-25T02:37:21.040Z Doc-tests nexus_types_versions
117062026-06-25T02:37:21.040Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117072026-06-25T02:37:23.915Z
117082026-06-25T02:37:23.916Zrunning 1 test
117092026-06-25T02:37:23.916Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
117102026-06-25T02:37:23.916Z
117112026-06-25T02:37:23.916Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117122026-06-25T02:37:23.916Z
117132026-06-25T02:37:23.920Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
117142026-06-25T02:37:24.021Z Doc-tests ntp_admin_api
117152026-06-25T02:37:24.021Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-47002dc87905f603.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-e4b4f52f794e08b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117162026-06-25T02:37:24.499Z
117172026-06-25T02:37:24.499Zrunning 2 tests
117182026-06-25T02:37:24.499Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
117192026-06-25T02:37:24.499Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
117202026-06-25T02:37:24.499Z
117212026-06-25T02:37:24.499Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117222026-06-25T02:37:24.499Z
117232026-06-25T02:37:24.503Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
117242026-06-25T02:37:24.520Z Doc-tests ntp_admin_client
117252026-06-25T02:37:24.523Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117262026-06-25T02:37:24.664Z
117272026-06-25T02:37:24.664Zrunning 0 tests
117282026-06-25T02:37:24.664Z
117292026-06-25T02:37:24.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117302026-06-25T02:37:24.664Z
117312026-06-25T02:37:24.681Z Doc-tests ntp_admin_types
117322026-06-25T02:37:24.681Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9e5a52e461e58ec7.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-e4b4f52f794e08b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117332026-06-25T02:37:24.740Z
117342026-06-25T02:37:24.740Zrunning 0 tests
117352026-06-25T02:37:24.740Z
117362026-06-25T02:37:24.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117372026-06-25T02:37:24.740Z
117382026-06-25T02:37:24.749Z Doc-tests ntp_admin_types_versions
117392026-06-25T02:37:24.749Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e4b4f52f794e08b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117402026-06-25T02:37:25.183Z
117412026-06-25T02:37:25.183Zrunning 1 test
117422026-06-25T02:37:25.183Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
117432026-06-25T02:37:25.183Z
117442026-06-25T02:37:25.183Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117452026-06-25T02:37:25.183Z
117462026-06-25T02:37:25.186Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
117472026-06-25T02:37:25.199Z Doc-tests ntp_admin_v1_client
117482026-06-25T02:37:25.202Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-7564c83ea2d66464.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117492026-06-25T02:37:25.338Z
117502026-06-25T02:37:25.339Zrunning 0 tests
117512026-06-25T02:37:25.339Z
117522026-06-25T02:37:25.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117532026-06-25T02:37:25.339Z
117542026-06-25T02:37:25.355Z Doc-tests omicron_certificates
117552026-06-25T02:37:25.355Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-14ab0a870e93f34c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-547f3fbc6c8f0677.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-faab0251d033bc5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117562026-06-25T02:37:25.525Z
117572026-06-25T02:37:25.525Zrunning 0 tests
117582026-06-25T02:37:25.525Z
117592026-06-25T02:37:25.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117602026-06-25T02:37:25.525Z
117612026-06-25T02:37:25.545Z Doc-tests omicron_clickhouse_admin
117622026-06-25T02:37:25.548Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-891c68924c03ae32.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-dc7dea6717b641a2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-a5296aac340f5f4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117632026-06-25T02:37:25.864Z
117642026-06-25T02:37:25.864Zrunning 0 tests
117652026-06-25T02:37:25.864Z
117662026-06-25T02:37:25.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117672026-06-25T02:37:25.864Z
117682026-06-25T02:37:25.900Z Doc-tests omicron_cockroach_admin
117692026-06-25T02:37:25.900Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9458fa6a72594dba.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-5679e242a6c9ea60.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-d44de127714625c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-323c50397615127f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.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`
117702026-06-25T02:37:26.148Z
117712026-06-25T02:37:26.148Zrunning 0 tests
117722026-06-25T02:37:26.149Z
117732026-06-25T02:37:26.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117742026-06-25T02:37:26.149Z
117752026-06-25T02:37:26.175Z Doc-tests omicron_cockroach_metrics
117762026-06-25T02:37:26.175Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-b1afcc918b5cf338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117772026-06-25T02:37:28.354Z
117782026-06-25T02:37:28.354Zrunning 1 test
117792026-06-25T02:37:28.358Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
117802026-06-25T02:37:28.358Z
117812026-06-25T02:37:28.358Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117822026-06-25T02:37:28.358Z
117832026-06-25T02:37:28.361Zall doctests ran in 2.03s; merged doctests compilation took 2.02s
117842026-06-25T02:37:28.386Z Doc-tests omicron_common
117852026-06-25T02:37:28.386Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-c510637efa6bb6d1.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-d72fcee7056e8422.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-4bec6c222c3fad06.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-3176a776c4f1df5f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
117862026-06-25T02:37:33.401Z
117872026-06-25T02:37:33.401Zrunning 3 tests
117882026-06-25T02:37:33.404Ztest common/src/lib.rs - FileKv (line 36) ... ignored
117892026-06-25T02:37:33.408Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
117902026-06-25T02:37:33.408Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
117912026-06-25T02:37:33.408Z
117922026-06-25T02:37:33.408Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
117932026-06-25T02:37:33.409Z
117942026-06-25T02:37:33.420Zall doctests ran in 4.18s; merged doctests compilation took 4.16s
117952026-06-25T02:37:33.473Z Doc-tests omicron_ddm_admin_client
117962026-06-25T02:37:33.473Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c5f44c3f2ee06ad8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117972026-06-25T02:37:33.665Z
117982026-06-25T02:37:33.665Zrunning 0 tests
117992026-06-25T02:37:33.665Z
118002026-06-25T02:37:33.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118012026-06-25T02:37:33.665Z
118022026-06-25T02:37:33.688Z Doc-tests omicron_deployment_graph
118032026-06-25T02:37:33.688Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-41ce9ae558386487.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118042026-06-25T02:37:33.740Z
118052026-06-25T02:37:33.740Zrunning 0 tests
118062026-06-25T02:37:33.740Z
118072026-06-25T02:37:33.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118082026-06-25T02:37:33.741Z
118092026-06-25T02:37:33.747Z Doc-tests omicron_dev_lib
118102026-06-25T02:37:33.747Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0a491e02bb33227a.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bba609730a2fa7e6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118112026-06-25T02:37:34.016Z
118122026-06-25T02:37:34.016Zrunning 0 tests
118132026-06-25T02:37:34.016Z
118142026-06-25T02:37:34.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118152026-06-25T02:37:34.016Z
118162026-06-25T02:37:34.047Z Doc-tests omicron_gateway
118172026-06-25T02:37:34.047Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-63c824bb04f2bed1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-29bc24d22b205480.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-68e6f0179928b37d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-ec2eb79b6750af54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-08236d8022eafe8b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-40d2dcdf581fd16f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b51ef283de185974.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118182026-06-25T02:37:34.552Z
118192026-06-25T02:37:34.552Zrunning 0 tests
118202026-06-25T02:37:34.552Z
118212026-06-25T02:37:34.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118222026-06-25T02:37:34.553Z
118232026-06-25T02:37:34.599Z Doc-tests omicron_git_version
118242026-06-25T02:37:34.599Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e11f7ef7f7c790cf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118252026-06-25T02:37:34.671Z
118262026-06-25T02:37:34.671Zrunning 0 tests
118272026-06-25T02:37:34.671Z
118282026-06-25T02:37:34.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118292026-06-25T02:37:34.671Z
118302026-06-25T02:37:34.680Z Doc-tests omicron_ledger
118312026-06-25T02:37:34.681Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118322026-06-25T02:37:34.753Z
118332026-06-25T02:37:34.753Zrunning 0 tests
118342026-06-25T02:37:34.753Z
118352026-06-25T02:37:34.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118362026-06-25T02:37:34.753Z
118372026-06-25T02:37:34.762Z Doc-tests omicron_ls_apis
118382026-06-25T02:37:34.762Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-41ce9ae558386487.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-ec9ab25923789786.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed330bc94eb2b9e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118392026-06-25T02:37:34.922Z
118402026-06-25T02:37:34.922Zrunning 0 tests
118412026-06-25T02:37:34.922Z
118422026-06-25T02:37:34.922Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118432026-06-25T02:37:34.922Z
118442026-06-25T02:37:34.938Z Doc-tests omicron_nexus
118452026-06-25T02:37:34.941Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-c0dfbdfa03f9ae45.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c6aeda0fe12123e9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-37b5854ca225bc9a.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-ff2b68a116eef9bb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-1daba3450262b828.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ea43ed7604ff8080.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-bf7fd2eae9f4a885.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c47283ccd1ef45d1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-3407814f712285ef.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bc1562b31f46f16d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-2a336cdc92a30432.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-6cfdacca87bf4b29.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-c486f6e3254e0838.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bf69f0a9e673ffac.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-ea72984ae07cea0c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-2dac6efe16a717dd.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-b52938b43fcd6855.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-bb0cb4d0505dff5d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-40f614abdf4ceac1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-a0ec93491ae0ce3e.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-e1b12c19c4bf667a.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-c3494864a3b31f2a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ce17fc014916ea81.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-168fe78ed4875e3e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-55c2e4b9aeb63db6.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-16d88a4aecc09c73.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-15a45a4e9606db22.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-bd97b081b6b48e75.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-d4af279267537770.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-a0f900dd493c5509.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-e7421b1683d923a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-c284a64865ca3e78.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-42ec8e2ef2fa8c8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-e2851e984531bf71.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-9f51c04a398be634.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-60a3782de2d2dc48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-197664b9a2d4f0b0.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-63e44ce42fb7989b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-dc4e636cc68a193e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-5e366f35dcb08aef.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-f480de7d16f6e5f1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-f4a21da694dfbdc2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5833ffc7a2215a45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-cf82d114b19928fb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.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`
118462026-06-25T02:37:42.630Z
118472026-06-25T02:37:42.630Zrunning 6 tests
118482026-06-25T02:37:42.634Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
118492026-06-25T02:37:42.635Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
118502026-06-25T02:37:42.638Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1057) ... ok
118512026-06-25T02:37:42.641Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1027) ... ok
118522026-06-25T02:37:42.641Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 985) ... ok
118532026-06-25T02:37:42.641Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 963) ... ok
118542026-06-25T02:37:42.641Z
118552026-06-25T02:37:42.641Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
118562026-06-25T02:37:42.641Z
118572026-06-25T02:37:42.648Zall doctests ran in 5.65s; merged doctests compilation took 5.62s
118582026-06-25T02:37:42.770Z Doc-tests omicron_ntp_admin
118592026-06-25T02:37:42.770Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-477749628f2f18ad.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-47002dc87905f603.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-9e5a52e461e58ec7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-f109bdc79ab49e5f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.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`
118602026-06-25T02:37:42.973Z
118612026-06-25T02:37:42.973Zrunning 1 test
118622026-06-25T02:37:42.976Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
118632026-06-25T02:37:42.976Z
118642026-06-25T02:37:42.976Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118652026-06-25T02:37:42.976Z
118662026-06-25T02:37:42.997Z Doc-tests omicron_package
118672026-06-25T02:37:42.997Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ccf4358e01f7eab1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7ca2286bfa95eac7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-e43581ce0fe40fc7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-0ceaa7ddc515eb84.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118682026-06-25T02:37:43.149Z
118692026-06-25T02:37:43.149Zrunning 0 tests
118702026-06-25T02:37:43.149Z
118712026-06-25T02:37:43.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118722026-06-25T02:37:43.150Z
118732026-06-25T02:37:43.164Z Doc-tests omicron_passwords
118742026-06-25T02:37:43.164Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-640d0897c12fbf77.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-ff5dc55a5241ec0d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118752026-06-25T02:37:43.252Z
118762026-06-25T02:37:43.252Zrunning 0 tests
118772026-06-25T02:37:43.252Z
118782026-06-25T02:37:43.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118792026-06-25T02:37:43.252Z
118802026-06-25T02:37:43.262Z Doc-tests omicron_pins
118812026-06-25T02:37:43.263Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-9204a743d8c4fed3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-87c2f02fa6057bd8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118822026-06-25T02:37:43.331Z
118832026-06-25T02:37:43.331Zrunning 0 tests
118842026-06-25T02:37:43.331Z
118852026-06-25T02:37:43.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118862026-06-25T02:37:43.331Z
118872026-06-25T02:37:43.340Z Doc-tests omicron_repl_utils
118882026-06-25T02:37:43.340Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118892026-06-25T02:37:43.393Z
118902026-06-25T02:37:43.394Zrunning 0 tests
118912026-06-25T02:37:43.394Z
118922026-06-25T02:37:43.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118932026-06-25T02:37:43.394Z
118942026-06-25T02:37:43.401Z Doc-tests omicron_rpaths
118952026-06-25T02:37:43.401Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d5d0be468eb7f5cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118962026-06-25T02:37:43.438Z
118972026-06-25T02:37:43.438Zrunning 0 tests
118982026-06-25T02:37:43.438Z
118992026-06-25T02:37:43.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119002026-06-25T02:37:43.438Z
119012026-06-25T02:37:43.443Z Doc-tests omicron_sled_agent
119022026-06-25T02:37:43.447Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-abc6bae7ee2f7760.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f634080f576455bd.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e651eb70f64e2fee.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a5b53a6f97c2a3eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4c1a1efc4f5d095f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-faaa3992b070234e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-5ff9d85285a167ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-19d77e6e10d40e96.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-910db772d39fd146.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-03cc804304d7209b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6caaf052ecdff0ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-998c5e5a1134f974.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-95254111285d7e11.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a8c27f7bc4d484b5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-06ac8b7176767158.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.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`
119032026-06-25T02:37:44.465Z
119042026-06-25T02:37:44.465Zrunning 0 tests
119052026-06-25T02:37:44.465Z
119062026-06-25T02:37:44.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119072026-06-25T02:37:44.465Z
119082026-06-25T02:37:44.533Z Doc-tests omicron_test_utils
119092026-06-25T02:37:44.533Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-53d1ea163e5e6af5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1dbee1d4cf02dc06.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d8d4befdeb63c81.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-c38757e6b377bbce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-c7fdb6985885a29b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e998d2544464e46c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-434b711b4996382b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-8ffb35ac9261c5de.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`
119102026-06-25T02:37:55.198Z
119112026-06-25T02:37:55.198Zrunning 2 tests
119122026-06-25T02:37:55.214Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
119132026-06-25T02:37:55.217Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
119142026-06-25T02:37:55.217Z
119152026-06-25T02:37:55.217Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
119162026-06-25T02:37:55.217Z
119172026-06-25T02:37:55.239Z
119182026-06-25T02:37:55.239Zrunning 1 test
119192026-06-25T02:37:55.242Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
119202026-06-25T02:37:55.242Z
119212026-06-25T02:37:55.242Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119222026-06-25T02:37:55.242Z
119232026-06-25T02:37:55.243Zall doctests ran in 10.37s; merged doctests compilation took 10.32s
119242026-06-25T02:37:55.288Z Doc-tests omicron_uuid_kinds
119252026-06-25T02:37:55.291Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-92f538158b11c638.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-d5b925750e49983c.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3fc9acbf79b183c5.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.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`
119262026-06-25T02:37:55.415Z
119272026-06-25T02:37:55.415Zrunning 0 tests
119282026-06-25T02:37:55.415Z
119292026-06-25T02:37:55.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119302026-06-25T02:37:55.415Z
119312026-06-25T02:37:55.430Z Doc-tests omicron_workspace_hack
119322026-06-25T02:37:55.434Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e090a8b1c7fa15c6.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-238300f45ec449d7.rlib --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-8e6df892e9db3127.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-a3a8176ed0afd916.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-07bcabaf355624ab.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-240e0e80aa5269af.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b64518119679e82b.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-d50e7edc619f54dd.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-77daaa4a65a99897.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f2e174cbeddcc6ec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4ee8b0fcd12c320b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-d436b99edfb9995a.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4e9a298328afa731.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-a86e796c0dcfd39c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6fbbf9369777186b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-27adb8c919c7af88.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-7c043111850507f2.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-efcfc38c596a3371.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-93d2b9d63d89e7e5.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-f21f2b9576297e8e.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-2309f276da9dd5d7.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-f156bca6f113325b.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3a9767d5d345c73.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-399fecdbfe877ab9.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6bbc3fc68977ac69.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-39aca10a7b8826e0.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-de5cd9a42c69b510.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-973e4e85fa469df0.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-ebbbee32e7ba430f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-defe37921f9f47ba.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27bb048c672f3d09.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ac248e6f5137723e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-991ddb2d4d829d86.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dec297b34435b525.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-2c27a9e96c8c5036.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-44bdca7574896a1f.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65c27be266adf027.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d43305386c924578.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-4b5ec270e9a44300.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4909561cb0d33eaa.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3bfccc171e222750.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5b4b9fa595bec91d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6e2dd591106424d5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-87b6a94fd1f337aa.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-23351edb4869bc58.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-15643fc258ddbe74.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-e1a1b71b3e15e361.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-98b415d82811981a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-419e7fde99412e95.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cc6d18688c16c6c0.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-896bffe8bba5ebcc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-b9a77a9d7eb488c5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-a137f4f18d895b63.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-8b27dd15c4f0e20b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-12f02e270ef6a5a5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-147e518cd7dbb452.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-db6dcd1131b9fccc.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-cefb468d433ee3ee.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e74fea9de7e992ee.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f0856fdfa7ef8446.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9708fa75b7affac0.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-899432ca8e43bc0c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-f125e9fd8b9b921c.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-263ac2ca51d8f908.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-05b2983138d8abca.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-a73cc4a879c1ea4c.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7f3b84b43481767f.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-d6035fb930d6e895.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-02c0614aa789d576.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-66b921f4b1f016d5.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-759223904ec00abe.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-e2febd525ca5c7de.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-65dfda94b3ca35e0.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-5a50f365cea2bff6.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-acd532262efce067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-27f493e8478e9714.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-ea494fe6e57247cc.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-0c9e93a36ca1b178.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-6043e565730f8a05.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-6263b9b64e8d90b8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-61888eb32b9c78fb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-56db10b8a3f2757d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-02bde7438f0315f7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-5288e5ea8b29d524.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f1ab03fc45e418e1.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-689a1c4591ad9ae0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7d89882f517ce1e6.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c2c1f09bfe592314.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-0542764afceee4e2.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-356650b986415abf.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d32f8ec4017ac065.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0fe44dff38ff81c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5d37c67518ef7d19.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ca9e2852663a0a9a.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b472047b56a28f75.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ad5607d419f2909e.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-cb69f911da81ee43.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-97ff1580916ea491.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-421d0e5486eaa861.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-e6823057054425a6.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-67bdb8002bc29752.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-90990c74e5a3a2a4.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2e185c6067fd8a5d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-e83dc8f5eae51e63.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-186a2859cbe72f39.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119332026-06-25T02:37:55.469Z
119342026-06-25T02:37:55.469Zrunning 0 tests
119352026-06-25T02:37:55.470Z
119362026-06-25T02:37:55.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119372026-06-25T02:37:55.470Z
119382026-06-25T02:37:55.476Z Doc-tests oxide_client
119392026-06-25T02:37:55.476Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-5a8060673a41ce66.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-6c836a5ee90d1dda.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119402026-06-25T02:37:59.766Z
119412026-06-25T02:37:59.767Zrunning 317 tests
119422026-06-25T02:37:59.767Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
119432026-06-25T02:37:59.767Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
119442026-06-25T02:37:59.767Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
119452026-06-25T02:37:59.773Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
119462026-06-25T02:37:59.773Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
119472026-06-25T02:37:59.773Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
119482026-06-25T02:37:59.773Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
119492026-06-25T02:37:59.773Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
119502026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
119512026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
119522026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
119532026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
119542026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
119552026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
119562026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
119572026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
119582026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
119592026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
119602026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
119612026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
119622026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
119632026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
119642026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
119652026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
119662026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
119672026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
119682026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
119692026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
119702026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
119712026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
119722026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
119732026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
119742026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
119752026-06-25T02:37:59.774Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
119762026-06-25T02:37:59.775Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
119772026-06-25T02:37:59.775Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
119782026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
119792026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
119802026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
119812026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
119822026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
119832026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
119842026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
119852026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
119862026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
119872026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
119882026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
119892026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
119902026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
119912026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
119922026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
119932026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
119942026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
119952026-06-25T02:37:59.776Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
119962026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
119972026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
119982026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
119992026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
120002026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
120012026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
120022026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
120032026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
120042026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
120052026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
120062026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
120072026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
120082026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
120092026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
120102026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
120112026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
120122026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
120132026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
120142026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
120152026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
120162026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
120172026-06-25T02:37:59.777Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
120182026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
120192026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
120202026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
120212026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
120222026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
120232026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
120242026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
120252026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
120262026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
120272026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
120282026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
120292026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
120302026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
120312026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
120322026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
120332026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
120342026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
120352026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
120362026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
120372026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
120382026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
120392026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
120402026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
120412026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
120422026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
120432026-06-25T02:37:59.778Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
120442026-06-25T02:37:59.779Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
120452026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
120462026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
120472026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
120482026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
120492026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
120502026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
120512026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
120522026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
120532026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
120542026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
120552026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
120562026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
120572026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
120582026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
120592026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
120602026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
120612026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
120622026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
120632026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
120642026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
120652026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
120662026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
120672026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
120682026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
120692026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
120702026-06-25T02:37:59.784Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
120712026-06-25T02:37:59.785Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
120722026-06-25T02:37:59.785Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
120732026-06-25T02:37:59.785Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
120742026-06-25T02:37:59.785Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
120752026-06-25T02:37:59.785Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
120762026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
120772026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
120782026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
120792026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
120802026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
120812026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
120822026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
120832026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
120842026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
120852026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
120862026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
120872026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
120882026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
120892026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
120902026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
120912026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
120922026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
120932026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
120942026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
120952026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
120962026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
120972026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
120982026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
120992026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
121002026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
121012026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
121022026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
121032026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
121042026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
121052026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
121062026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
121072026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
121082026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
121092026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
121102026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
121112026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
121122026-06-25T02:37:59.786Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
121132026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
121142026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
121152026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
121162026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
121172026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
121182026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
121192026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
121202026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
121212026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
121222026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
121232026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
121242026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
121252026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
121262026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
121272026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
121282026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
121292026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
121302026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
121312026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
121322026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
121332026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
121342026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
121352026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
121362026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
121372026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
121382026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
121392026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
121402026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
121412026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
121422026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
121432026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
121442026-06-25T02:37:59.787Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
121452026-06-25T02:37:59.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
121462026-06-25T02:37:59.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
121472026-06-25T02:37:59.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
121482026-06-25T02:37:59.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
121492026-06-25T02:37:59.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
121502026-06-25T02:37:59.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
121512026-06-25T02:37:59.792Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
121522026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
121532026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
121542026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
121552026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
121562026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
121572026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
121582026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
121592026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
121602026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
121612026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
121622026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
121632026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
121642026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
121652026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
121662026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
121672026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
121682026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
121692026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
121702026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
121712026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
121722026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
121732026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
121742026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
121752026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
121762026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
121772026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
121782026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
121792026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
121802026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
121812026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
121822026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
121832026-06-25T02:37:59.793Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
121842026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
121852026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
121862026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
121872026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
121882026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
121892026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
121902026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
121912026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
121922026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
121932026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
121942026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
121952026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
121962026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
121972026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
121982026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
121992026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
122002026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
122012026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
122022026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
122032026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
122042026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
122052026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
122062026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
122072026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
122082026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
122092026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
122102026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
122112026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
122122026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
122132026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
122142026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
122152026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
122162026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
122172026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
122182026-06-25T02:37:59.794Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
122192026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
122202026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
122212026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
122222026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
122232026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
122242026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
122252026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
122262026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
122272026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
122282026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
122292026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
122302026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
122312026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
122322026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
122332026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
122342026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
122352026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
122362026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
122372026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
122382026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
122392026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
122402026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
122412026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
122422026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
122432026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
122442026-06-25T02:37:59.795Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
122452026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
122462026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
122472026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
122482026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
122492026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
122502026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
122512026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
122522026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
122532026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
122542026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
122552026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
122562026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
122572026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
122582026-06-25T02:37:59.799Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
122592026-06-25T02:37:59.799Z
122602026-06-25T02:37:59.799Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
122612026-06-25T02:37:59.799Z
122622026-06-25T02:37:59.800Zall doctests ran in 0.60s; merged doctests compilation took 0.59s
122632026-06-25T02:37:59.889Z Doc-tests oximeter
122642026-06-25T02:37:59.889Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b4875d39b6049568.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-16b08c3e9e9b6401.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122652026-06-25T02:38:04.242Z
122662026-06-25T02:38:04.242Zrunning 2 tests
122672026-06-25T02:38:04.245Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
122682026-06-25T02:38:04.248Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
122692026-06-25T02:38:04.248Z
122702026-06-25T02:38:04.248Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
122712026-06-25T02:38:04.249Z
122722026-06-25T02:38:04.261Zall doctests ran in 4.18s; merged doctests compilation took 4.15s
122732026-06-25T02:38:04.296Z Doc-tests oximeter_api
122742026-06-25T02:38:04.296Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122752026-06-25T02:38:04.830Z
122762026-06-25T02:38:04.830Zrunning 2 tests
122772026-06-25T02:38:04.830Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
122782026-06-25T02:38:04.830Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
122792026-06-25T02:38:04.830Z
122802026-06-25T02:38:04.831Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122812026-06-25T02:38:04.831Z
122822026-06-25T02:38:04.834Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
122832026-06-25T02:38:04.855Z Doc-tests oximeter_client
122842026-06-25T02:38:04.855Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-189079cb77e25919.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122852026-06-25T02:38:05.113Z
122862026-06-25T02:38:05.113Zrunning 0 tests
122872026-06-25T02:38:05.113Z
122882026-06-25T02:38:05.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122892026-06-25T02:38:05.113Z
122902026-06-25T02:38:05.139Z Doc-tests oximeter_collector
122912026-06-25T02:38:05.139Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-dda63e2e30cd8b05.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-130b4c79fb599ee0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-564a33bf0ab10a44.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-68314f64691181cd.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122922026-06-25T02:38:05.576Z
122932026-06-25T02:38:05.577Zrunning 0 tests
122942026-06-25T02:38:05.577Z
122952026-06-25T02:38:05.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122962026-06-25T02:38:05.577Z
122972026-06-25T02:38:05.619Z Doc-tests oximeter_db
122982026-06-25T02:38:05.624Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4b3357ddf7060100.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-58d9e959baff0c16.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-fce327934ca3c937.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-c4a2d3cb4639f564.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-dbb1ae1b769dc319.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-7041a0257fa3c647.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-f1a957948b57edb3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-6b0603657d78564a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-e73107cd33a831bf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ab6d119f93ba22a3.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-9e4b9badca4a4bd2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0b198e101b0b4339.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-46bb2aed68a41de3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
122992026-06-25T02:38:06.650Z
123002026-06-25T02:38:06.650Zrunning 3 tests
123012026-06-25T02:38:06.650Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
123022026-06-25T02:38:06.650Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
123032026-06-25T02:38:06.650Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
123042026-06-25T02:38:06.650Z
123052026-06-25T02:38:06.650Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
123062026-06-25T02:38:06.650Z
123072026-06-25T02:38:06.654Z
123082026-06-25T02:38:06.654Zrunning 2 tests
123092026-06-25T02:38:06.654Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
123102026-06-25T02:38:06.654Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
123112026-06-25T02:38:06.654Z
123122026-06-25T02:38:06.654Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123132026-06-25T02:38:06.654Z
123142026-06-25T02:38:06.654Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
123152026-06-25T02:38:06.703Z Doc-tests oximeter_instruments
123162026-06-25T02:38:06.703Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-240daed079fdb8ae.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d630709da88608b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
123172026-06-25T02:38:07.050Z
123182026-06-25T02:38:07.050Zrunning 0 tests
123192026-06-25T02:38:07.050Z
123202026-06-25T02:38:07.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123212026-06-25T02:38:07.050Z
123222026-06-25T02:38:07.084Z Doc-tests oximeter_macro_impl
123232026-06-25T02:38:07.084Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32d2c7b2aa9c2014.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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`
123242026-06-25T02:38:07.140Z
123252026-06-25T02:38:07.140Zrunning 0 tests
123262026-06-25T02:38:07.140Z
123272026-06-25T02:38:07.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123282026-06-25T02:38:07.140Z
123292026-06-25T02:38:07.148Z Doc-tests oximeter_producer
123302026-06-25T02:38:07.148Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-463298e59503569a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-72653b9594d3402b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-fc46ab36d8ca11c4.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1ac0ba8b30373ed2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123312026-06-25T02:38:07.475Z
123322026-06-25T02:38:07.475Zrunning 0 tests
123332026-06-25T02:38:07.475Z
123342026-06-25T02:38:07.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123352026-06-25T02:38:07.475Z
123362026-06-25T02:38:07.510Z Doc-tests oximeter_producer_api
123372026-06-25T02:38:07.510Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06644ec3ac706c1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-1ac0ba8b30373ed2.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123382026-06-25T02:38:08.033Z
123392026-06-25T02:38:08.033Zrunning 2 tests
123402026-06-25T02:38:08.033Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 25) ... ignored
123412026-06-25T02:38:08.033Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 31) ... ignored
123422026-06-25T02:38:08.033Z
123432026-06-25T02:38:08.033Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
123442026-06-25T02:38:08.033Z
123452026-06-25T02:38:08.037Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
123462026-06-25T02:38:08.059Z Doc-tests oximeter_schema
123472026-06-25T02:38:08.059Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-38a052c675cb2417.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b4875d39b6049568.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b396c94185cfcf08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123482026-06-25T02:38:08.267Z
123492026-06-25T02:38:08.268Zrunning 0 tests
123502026-06-25T02:38:08.268Z
123512026-06-25T02:38:08.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123522026-06-25T02:38:08.268Z
123532026-06-25T02:38:08.289Z Doc-tests oximeter_test_utils
123542026-06-25T02:38:08.289Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-dbde77dacd950643.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-cd2a530393b035b6.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-a16f6faf6d5c6421.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123552026-06-25T02:38:08.624Z
123562026-06-25T02:38:08.624Zrunning 0 tests
123572026-06-25T02:38:08.624Z
123582026-06-25T02:38:08.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123592026-06-25T02:38:08.624Z
123602026-06-25T02:38:08.663Z Doc-tests oximeter_timeseries_macro
123612026-06-25T02:38:08.663Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32d2c7b2aa9c2014.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-e042be4f088ee9f7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-16b08c3e9e9b6401.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-389ff32aeb6269b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ddbd926ac260bdaa.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-abcfb25046650ad4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-6715a9bcae73140d.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`
123622026-06-25T02:38:08.828Z
123632026-06-25T02:38:08.828Zrunning 0 tests
123642026-06-25T02:38:08.828Z
123652026-06-25T02:38:08.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
123662026-06-25T02:38:08.828Z
123672026-06-25T02:38:08.848Z Doc-tests oximeter_types
123682026-06-25T02:38:08.848Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7e4ac9dff1b11365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-d285ddd951a00dfe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-6f8619ac3ac8fffd.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-aeab6d2a61d1000c.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-389fb4b426a7040a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123692026-06-25T02:38:09.464Z
123702026-06-25T02:38:09.464Zrunning 11 tests
123712026-06-25T02:38:09.836Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
123722026-06-25T02:38:09.842Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
123732026-06-25T02:38:14.202Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
123742026-06-25T02:38:14.288Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
123752026-06-25T02:38:14.327Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
123762026-06-25T02:38:14.359Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
123772026-06-25T02:38:14.376Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
123782026-06-25T02:38:14.403Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
123792026-06-25T02:38:14.422Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
123802026-06-25T02:38:14.437Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
123812026-06-25T02:38:18.709Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
123822026-06-25T02:38:18.709Z
123832026-06-25T02:38:18.709Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.24s
123842026-06-25T02:38:18.709Z
123852026-06-25T02:38:18.712Zall doctests ran in 9.70s; merged doctests compilation took 0.46s
123862026-06-25T02:38:18.736Z Doc-tests oximeter_types_versions
123872026-06-25T02:38:18.736Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7e4ac9dff1b11365.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-491b7b713b94bc9a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-953554b456fe3544.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-deefa5a2e2e1968c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2d11acdb54476a41.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123882026-06-25T02:38:19.494Z
123892026-06-25T02:38:19.494Zrunning 1 test
123902026-06-25T02:38:19.494Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
123912026-06-25T02:38:19.494Z
123922026-06-25T02:38:19.494Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
123932026-06-25T02:38:19.494Z
123942026-06-25T02:38:19.498Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
123952026-06-25T02:38:19.531Z Doc-tests oxlog
123962026-06-25T02:38:19.531Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f0da53276b2bc138.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-f382b6ba088320d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
123972026-06-25T02:38:19.577Z
123982026-06-25T02:38:19.577Zrunning 0 tests
123992026-06-25T02:38:19.578Z
124002026-06-25T02:38:19.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124012026-06-25T02:38:19.578Z
124022026-06-25T02:38:19.587Z Doc-tests oxql_types
124032026-06-25T02:38:19.587Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-f43a238e6ddb09ce.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-2e6ec3a4e75af6ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f924c652b37da994.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8c765532969670fc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124042026-06-25T02:38:19.830Z
124052026-06-25T02:38:19.830Zrunning 0 tests
124062026-06-25T02:38:19.830Z
124072026-06-25T02:38:19.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124082026-06-25T02:38:19.831Z
124092026-06-25T02:38:19.854Z Doc-tests parallel_task_set
124102026-06-25T02:38:19.854Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32d2c7b2aa9c2014.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124112026-06-25T02:38:19.900Z
124122026-06-25T02:38:19.900Zrunning 0 tests
124132026-06-25T02:38:19.900Z
124142026-06-25T02:38:19.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124152026-06-25T02:38:19.900Z
124162026-06-25T02:38:19.907Z Doc-tests range_requests
124172026-06-25T02:38:19.907Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-970ff05a54ff65c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23e6c1157a4db62.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-8afc92ef28e89b5b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-926056afc6cb71c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124182026-06-25T02:38:20.027Z
124192026-06-25T02:38:20.027Zrunning 0 tests
124202026-06-25T02:38:20.028Z
124212026-06-25T02:38:20.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124222026-06-25T02:38:20.028Z
124232026-06-25T02:38:20.042Z Doc-tests reconfigurator_cli
124242026-06-25T02:38:20.043Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8a6793ab653f427e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8bdbf43e37a761ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-73ae211314ca5391.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5228bce4b39de21f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-16a596ca4d0faca4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-7b396238ead25034.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-37ef25cc103788df.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-4d75ba6bdceaf03c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
124252026-06-25T02:38:20.537Z
124262026-06-25T02:38:20.537Zrunning 0 tests
124272026-06-25T02:38:20.537Z
124282026-06-25T02:38:20.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124292026-06-25T02:38:20.537Z
124302026-06-25T02:38:20.557Z Doc-tests repo_depot_api
124312026-06-25T02:38:20.557Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-a26d1e026b96d943.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124322026-06-25T02:38:21.054Z
124332026-06-25T02:38:21.054Zrunning 2 tests
124342026-06-25T02:38:21.054Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
124352026-06-25T02:38:21.054Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
124362026-06-25T02:38:21.054Z
124372026-06-25T02:38:21.055Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
124382026-06-25T02:38:21.055Z
124392026-06-25T02:38:21.058Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
124402026-06-25T02:38:21.078Z Doc-tests repo_depot_client
124412026-06-25T02:38:21.078Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-4629b7bebbcba8ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124422026-06-25T02:38:21.211Z
124432026-06-25T02:38:21.211Zrunning 0 tests
124442026-06-25T02:38:21.211Z
124452026-06-25T02:38:21.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124462026-06-25T02:38:21.211Z
124472026-06-25T02:38:21.227Z Doc-tests sled_agent_api
124482026-06-25T02:38:21.227Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-155d4a1cbab362a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-07642f245855b5ae.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124492026-06-25T02:38:21.865Z
124502026-06-25T02:38:21.865Zrunning 2 tests
124512026-06-25T02:38:21.865Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 116) ... ignored
124522026-06-25T02:38:21.865Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 122) ... ignored
124532026-06-25T02:38:21.865Z
124542026-06-25T02:38:21.865Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
124552026-06-25T02:38:21.865Z
124562026-06-25T02:38:21.869Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
124572026-06-25T02:38:21.895Z Doc-tests sled_agent_client
124582026-06-25T02:38:21.895Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c805add530b4dece.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124592026-06-25T02:38:23.457Z
124602026-06-25T02:38:23.457Zrunning 0 tests
124612026-06-25T02:38:23.457Z
124622026-06-25T02:38:23.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124632026-06-25T02:38:23.457Z
124642026-06-25T02:38:23.514Z Doc-tests sled_agent_config_reconciler
124652026-06-25T02:38:23.514Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-bd7036c9d6d405ff.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ec65eb5379cae5fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1847af2b7313ad3c.rlib --extern ntp_admin_v1_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_v1_client-7564c83ea2d66464.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-61888eb32b9c78fb.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-784a9ba5f7ae3be2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.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`
124662026-06-25T02:38:23.958Z
124672026-06-25T02:38:23.958Zrunning 0 tests
124682026-06-25T02:38:23.958Z
124692026-06-25T02:38:23.958Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124702026-06-25T02:38:23.958Z
124712026-06-25T02:38:23.996Z Doc-tests sled_agent_early_networking
124722026-06-25T02:38:23.996Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-62264fc41e04016b.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-be27feb98e921642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-d27dd854ec78767b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124732026-06-25T02:38:24.276Z
124742026-06-25T02:38:24.276Zrunning 0 tests
124752026-06-25T02:38:24.276Z
124762026-06-25T02:38:24.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124772026-06-25T02:38:24.276Z
124782026-06-25T02:38:24.305Z Doc-tests sled_agent_health_monitor
124792026-06-25T02:38:24.305Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-dac5d9072281d2b0.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-09b42048f1a96a81.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124802026-06-25T02:38:24.505Z
124812026-06-25T02:38:24.505Zrunning 0 tests
124822026-06-25T02:38:24.505Z
124832026-06-25T02:38:24.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124842026-06-25T02:38:24.505Z
124852026-06-25T02:38:24.528Z Doc-tests sled_agent_measurements
124862026-06-25T02:38:24.528Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.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`
124872026-06-25T02:38:24.774Z
124882026-06-25T02:38:24.774Zrunning 0 tests
124892026-06-25T02:38:24.774Z
124902026-06-25T02:38:24.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124912026-06-25T02:38:24.774Z
124922026-06-25T02:38:24.801Z Doc-tests sled_agent_rack_setup
124932026-06-25T02:38:24.801Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-f99ccd630f0d76d1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-6c700b37414e1ef8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-bd7841cf70da2ce4.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-42f540de81bca9dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a57eb2d03616473c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-defbd5113028913d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-c9282b6ee4cf391c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
124942026-06-25T02:38:25.172Z
124952026-06-25T02:38:25.172Zrunning 0 tests
124962026-06-25T02:38:25.172Z
124972026-06-25T02:38:25.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
124982026-06-25T02:38:25.172Z
124992026-06-25T02:38:25.208Z Doc-tests sled_agent_resolvable_files
125002026-06-25T02:38:25.208Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-562d2fd988649feb.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ec65eb5379cae5fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-1c65932c8f3bbb14.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d19b6701e0fd383c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125012026-06-25T02:38:25.461Z
125022026-06-25T02:38:25.461Zrunning 0 tests
125032026-06-25T02:38:25.461Z
125042026-06-25T02:38:25.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125052026-06-25T02:38:25.461Z
125062026-06-25T02:38:25.488Z Doc-tests sled_agent_resolvable_files_examples
125072026-06-25T02:38:25.488Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-562d2fd988649feb.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ec65eb5379cae5fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125082026-06-25T02:38:25.669Z
125092026-06-25T02:38:25.669Zrunning 0 tests
125102026-06-25T02:38:25.669Z
125112026-06-25T02:38:25.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125122026-06-25T02:38:25.669Z
125132026-06-25T02:38:25.689Z Doc-tests sled_agent_types
125142026-06-25T02:38:25.690Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-9fa276ac6b680ff6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
125152026-06-25T02:38:25.935Z
125162026-06-25T02:38:25.935Zrunning 0 tests
125172026-06-25T02:38:25.935Z
125182026-06-25T02:38:25.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125192026-06-25T02:38:25.935Z
125202026-06-25T02:38:25.958Z Doc-tests sled_agent_types_versions
125212026-06-25T02:38:25.958Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-9fa276ac6b680ff6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7adb400651ff5497.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-1dd0f8f4420190d7.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-f2f2b238d2018acf.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-82e0e834f7ff0a3a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5f56c3a81155c68a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.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`
125222026-06-25T02:38:28.045Z
125232026-06-25T02:38:28.045Zrunning 1 test
125242026-06-25T02:38:28.045Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
125252026-06-25T02:38:28.045Z
125262026-06-25T02:38:28.045Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
125272026-06-25T02:38:28.045Z
125282026-06-25T02:38:28.049Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
125292026-06-25T02:38:28.122Z Doc-tests sled_diagnostics
125302026-06-25T02:38:28.122Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-794bc09d32b7eff4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f0da53276b2bc138.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d404995cf67c4a48.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-3a32b08ac4c1c145.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125312026-06-25T02:38:28.366Z
125322026-06-25T02:38:28.366Zrunning 0 tests
125332026-06-25T02:38:28.366Z
125342026-06-25T02:38:28.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125352026-06-25T02:38:28.366Z
125362026-06-25T02:38:28.392Z Doc-tests sled_hardware
125372026-06-25T02:38:28.392Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-9dc074d3bdad5bbe.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-968d9c9b91cbd3da.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-0a491e02bb33227a.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-19cce3555d172577.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-6d978df577fd64f5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-bfbd4ed4a5968054.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-83e085bf14d0b9a9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.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`
125382026-06-25T02:38:28.673Z
125392026-06-25T02:38:28.673Zrunning 0 tests
125402026-06-25T02:38:28.673Z
125412026-06-25T02:38:28.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125422026-06-25T02:38:28.673Z
125432026-06-25T02:38:28.701Z Doc-tests sled_hardware_types
125442026-06-25T02:38:28.701Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-92f538158b11c638.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.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`
125452026-06-25T02:38:28.812Z
125462026-06-25T02:38:28.812Zrunning 0 tests
125472026-06-25T02:38:28.812Z
125482026-06-25T02:38:28.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125492026-06-25T02:38:28.812Z
125502026-06-25T02:38:28.826Z Doc-tests sled_storage
125512026-06-25T02:38:28.830Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-91616001ffac1a2d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-d10186eee2d4e120.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-8419b2bca7c21193.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-784a9ba5f7ae3be2.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`
125522026-06-25T02:38:29.073Z
125532026-06-25T02:38:29.074Zrunning 0 tests
125542026-06-25T02:38:29.074Z
125552026-06-25T02:38:29.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125562026-06-25T02:38:29.074Z
125572026-06-25T02:38:29.101Z Doc-tests sp_sim
125582026-06-25T02:38:29.101Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-c6d79d4b0c092850.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-df4e2bbe9c6d9059.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c19a8935b7277c62.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3a36d3ee5f7ebd33.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2a745e12494d9053.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125592026-06-25T02:38:29.552Z
125602026-06-25T02:38:29.552Zrunning 0 tests
125612026-06-25T02:38:29.552Z
125622026-06-25T02:38:29.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125632026-06-25T02:38:29.552Z
125642026-06-25T02:38:29.592Z Doc-tests support_bundle_collection
125652026-06-25T02:38:29.592Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-bb6476f3650a5c75.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-f7c4ef9ec582c6e1.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-764eaafcbec0b4fc.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-20e3a08b6df0f06c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2ee075e9804206f7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d176758122baf2d4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-c3e5627ca8688d13.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3c238c2c10280133.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-9cea2dc73562f94f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-f8d5114343c86463.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0199ad9a3be461f3.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`
125662026-06-25T02:38:30.008Z
125672026-06-25T02:38:30.008Zrunning 0 tests
125682026-06-25T02:38:30.008Z
125692026-06-25T02:38:30.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125702026-06-25T02:38:30.008Z
125712026-06-25T02:38:30.048Z Doc-tests transient_dns_server
125722026-06-25T02:38:30.048Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5de34c3a11912d4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-25abc5a99be75bfa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-f8857a1edd265c9a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-2a87dd0578017f2a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125732026-06-25T02:38:30.236Z
125742026-06-25T02:38:30.236Zrunning 0 tests
125752026-06-25T02:38:30.236Z
125762026-06-25T02:38:30.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125772026-06-25T02:38:30.237Z
125782026-06-25T02:38:30.257Z Doc-tests trust_quorum
125792026-06-25T02:38:30.257Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-3603deb24e30c54c.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7c5fff3a5bf3d7d0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-4ff9bf607e86fc4d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-235f14bbd58e48d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-148c19f6e17a73ed.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-8cab61bdecd66c85.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-3d89f8767bce714b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ea960872ec5adcf1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125802026-06-25T02:38:30.584Z
125812026-06-25T02:38:30.584Zrunning 0 tests
125822026-06-25T02:38:30.584Z
125832026-06-25T02:38:30.585Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125842026-06-25T02:38:30.585Z
125852026-06-25T02:38:30.617Z Doc-tests trust_quorum_protocol
125862026-06-25T02:38:30.617Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3603deb24e30c54c.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-7c5fff3a5bf3d7d0.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-90ea55a0bc5a88ee.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dc8f59465b34b114.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-b0a05a1d128a3d45.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-02dde271b903f51d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-f64910b0ad407305.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d00a944a66929ca1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-133eae73435ee7b9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ea960872ec5adcf1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.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`
125872026-06-25T02:38:30.846Z
125882026-06-25T02:38:30.846Zrunning 0 tests
125892026-06-25T02:38:30.846Z
125902026-06-25T02:38:30.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125912026-06-25T02:38:30.846Z
125922026-06-25T02:38:30.866Z Doc-tests trust_quorum_test_utils
125932026-06-25T02:38:30.866Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-90ea55a0bc5a88ee.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-edb34a6c717611eb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-3dfdfc378463dbf4.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-ea960872ec5adcf1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
125942026-06-25T02:38:31.027Z
125952026-06-25T02:38:31.027Zrunning 0 tests
125962026-06-25T02:38:31.027Z
125972026-06-25T02:38:31.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
125982026-06-25T02:38:31.027Z
125992026-06-25T02:38:31.043Z Doc-tests trust_quorum_types
126002026-06-25T02:38:31.043Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32d2c7b2aa9c2014.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-c1c9e2e117ac43a3.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5f56c3a81155c68a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126012026-06-25T02:38:31.131Z
126022026-06-25T02:38:31.131Zrunning 0 tests
126032026-06-25T02:38:31.131Z
126042026-06-25T02:38:31.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126052026-06-25T02:38:31.131Z
126062026-06-25T02:38:31.142Z Doc-tests trust_quorum_types_versions
126072026-06-25T02:38:31.142Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9fa276ac6b680ff6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-92f538158b11c638.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-26f090fecaa63ab4.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2eba7f751da97bae.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0fe390bf653f1472.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5f56c3a81155c68a.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`
126082026-06-25T02:38:31.703Z
126092026-06-25T02:38:31.703Zrunning 1 test
126102026-06-25T02:38:31.703Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
126112026-06-25T02:38:31.704Z
126122026-06-25T02:38:31.704Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
126132026-06-25T02:38:31.704Z
126142026-06-25T02:38:31.707Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
126152026-06-25T02:38:31.727Z Doc-tests typed_rng
126162026-06-25T02:38:31.727Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-73ae211314ca5391.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-7f302ca2c29ddcb0.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5c14eddcc93dac3b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3af4eace3cf84041.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126172026-06-25T02:38:31.793Z
126182026-06-25T02:38:31.794Zrunning 0 tests
126192026-06-25T02:38:31.794Z
126202026-06-25T02:38:31.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126212026-06-25T02:38:31.794Z
126222026-06-25T02:38:31.802Z Doc-tests update_common
126232026-06-25T02:38:31.802Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b94dcb685f4d23f4.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126242026-06-25T02:38:32.029Z
126252026-06-25T02:38:32.029Zrunning 0 tests
126262026-06-25T02:38:32.029Z
126272026-06-25T02:38:32.029Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126282026-06-25T02:38:32.030Z
126292026-06-25T02:38:32.053Z Doc-tests update_engine
126302026-06-25T02:38:32.053Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-8c1eab1e2986e3bc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-0af06d21d3ed8df7.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fb3e7401d5771778.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-dd73aa556f1f4be8.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-1a5b3d380de2857f.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-4622fed73797dc37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-7f283b959b66fa17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-86f4be13663c180c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-22b9024b609827c9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126312026-06-25T02:38:33.343Z
126322026-06-25T02:38:33.343Zrunning 4 tests
126332026-06-25T02:38:33.346Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
126342026-06-25T02:38:33.346Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
126352026-06-25T02:38:33.346Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
126362026-06-25T02:38:33.349Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
126372026-06-25T02:38:33.349Z
126382026-06-25T02:38:33.349Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
126392026-06-25T02:38:33.349Z
126402026-06-25T02:38:33.352Zall doctests ran in 1.03s; merged doctests compilation took 1.02s
126412026-06-25T02:38:33.377Z Doc-tests wicket
126422026-06-25T02:38:33.380Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ae43e4d1017cfb38.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-db9f52e349e92912.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af5a086eec9099c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f09a381d4aff1dd6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-16e52375369f5adb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-030507905f4b171c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-0f8d58952f3b1651.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-01d67905ca577f0c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9213ca631e786e0e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2bf837a93d216a7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-4a3e6daa1a85e039.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-88b5bbe74a22ad6b.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0965392548846a76.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-50d9753e585d8818.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-5c33355b3167655e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126432026-06-25T02:38:33.888Z
126442026-06-25T02:38:33.888Zrunning 0 tests
126452026-06-25T02:38:33.888Z
126462026-06-25T02:38:33.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126472026-06-25T02:38:33.888Z
126482026-06-25T02:38:33.930Z Doc-tests wicket_common
126492026-06-25T02:38:33.930Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-fc39300b5333ad79.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126502026-06-25T02:38:34.360Z
126512026-06-25T02:38:34.360Zrunning 0 tests
126522026-06-25T02:38:34.360Z
126532026-06-25T02:38:34.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126542026-06-25T02:38:34.360Z
126552026-06-25T02:38:34.393Z Doc-tests wicket_dbg
126562026-06-25T02:38:34.393Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-fbde0eadaf750fbf.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8406076f86aceaa3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-77a10a4f2a00f41c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-db68774cd73f21df.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ab038aef89b7c190.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126572026-06-25T02:38:34.666Z
126582026-06-25T02:38:34.666Zrunning 0 tests
126592026-06-25T02:38:34.666Z
126602026-06-25T02:38:34.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126612026-06-25T02:38:34.666Z
126622026-06-25T02:38:34.697Z Doc-tests wicketd
126632026-06-25T02:38:34.700Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e16e913afb634424.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b743ff57bc337f3a.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-27874b6f03c18fb7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-13a16db8a8b874db.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-970ff05a54ff65c4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-ecd04288345cfc70.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-14ab0a870e93f34c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-e7a4e0443b413038.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-90c7861c57f356f2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-b9a9003eb317d1ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-987f0999fd52dcc3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4aee81c54af083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-cb51df150e08dfcf.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-ee3343c5b77d7c58.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-a747585241f379b1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-d44ed04d38091e95.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-06b0848a6a318e9d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-d78395098e4ac36c.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-8c5fcd024caa9e03.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0273a3ac4b958b25.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-72d1c2a1500ef9fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6d250d90a870beb8.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0d70c1efdabb25e2.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-f9ca789c62d455bf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9a86f0cca3274a59.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-219461c6e9c319e0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0e7babf33fbdc59b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-513cb3de25230f56.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-a2e04f6af4f39b9f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9116f398bf003c01.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-40b162898639929a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fe1e4a7fbaf87e19.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee8e568890fb4b56.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-673c911a9168575b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-469ab2a6ab582481.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-744b0724c2b8c638.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-d34a7fa14b983246.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b37e82c9e85b478d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-06e41ca5efeebe87.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-22b76bff6116d7d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-e564f061c3dcca2c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d458fda55ad09d65.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d5d4980b5b623d5c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-19157d886bdcf517.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-c9c741760b4e5506.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-38e7dbac54a1e92a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b3d0f3b88047743a.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-7818489a22be1dfe.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0692c69d2cdda6e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-544b67bff8cbcf30.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cd17c73da11d4349.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126642026-06-25T02:38:35.159Z
126652026-06-25T02:38:35.159Zrunning 0 tests
126662026-06-25T02:38:35.159Z
126672026-06-25T02:38:35.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126682026-06-25T02:38:35.159Z
126692026-06-25T02:38:35.199Z Doc-tests wicketd_api
126702026-06-25T02:38:35.199Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-27874b6f03c18fb7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a4e22e6ac56f15b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ddff2c74be8aec97.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-71f3fa1ad7bf2dde.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-cd17c73da11d4349.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126712026-06-25T02:38:35.867Z
126722026-06-25T02:38:35.867Zrunning 2 tests
126732026-06-25T02:38:35.867Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 56) ... ignored
126742026-06-25T02:38:35.867Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 62) ... ignored
126752026-06-25T02:38:35.867Z
126762026-06-25T02:38:35.867Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
126772026-06-25T02:38:35.867Z
126782026-06-25T02:38:35.871Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
126792026-06-25T02:38:35.901Z Doc-tests wicketd_client
126802026-06-25T02:38:35.902Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f99ccd630f0d76d1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-189079cb77e25919.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3a06d1d0820a61af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-947a95b00f956bf5.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-32db1675968aebbb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-9d5bd8cd8b1e3221.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-d7a1351b7bb68540.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e20aea4cd5f81559.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3408e469a1941060.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-261a0d0a04eb5ae1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-826a67e4352fd0aa.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-b990e4b5f3608752.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126812026-06-25T02:38:37.135Z
126822026-06-25T02:38:37.135Zrunning 0 tests
126832026-06-25T02:38:37.135Z
126842026-06-25T02:38:37.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
126852026-06-25T02:38:37.135Z
126862026-06-25T02:38:37.186Z Doc-tests xtask_downloader
126872026-06-25T02:38:37.187Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c055750970f43abb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-84aef0af6b885cb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-cf5bb342af5a7b8c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-a3c6bcc06ebd1607.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-91d3a4e70ed1c8d8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-26629a069388502f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5af884929d67270e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-b53f7eb30c001f78.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-ff7f960ef9bfb075.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-378911d4a0bb72a0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126882026-06-25T02:38:37.302Z
126892026-06-25T02:38:37.302Zrunning 1 test
126902026-06-25T02:38:37.305Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
126912026-06-25T02:38:37.305Z
126922026-06-25T02:38:37.306Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
126932026-06-25T02:38:37.306Z
126942026-06-25T02:38:37.313Z Doc-tests zfs_test_harness
126952026-06-25T02:38:37.313Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e768ca3d3364e9aa.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-fcba2ea5ff939c56.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f4943bd1b8361a8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-2b369751336e8c03.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-e1dc5dc79354662f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-6738aa04a734527b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-a18d1d2aa4cb864d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
126962026-06-25T02:38:37.535Z
126972026-06-25T02:38:37.535Zrunning 0 tests
126982026-06-25T02:38:37.535Z
126992026-06-25T02:38:37.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127002026-06-25T02:38:37.535Z
127012026-06-25T02:38:37.561Z Doc-tests zone_setup
127022026-06-25T02:38:37.565Z Running `/home/build/.rustup/toolchains/1.96.0-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-08ebd71d08b94ffe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8865c95ba26d8a64/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-a4269058e11c9017/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-881dfc3d6d78c117/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-09db7ebfd07ac1c7/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-bd57a4a7742f761e/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-0745a9a77e7ed667/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-e6de9d0162b5f3ca/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-326471e70b816d29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-562d2fd988649feb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-3881cb578bbb5583.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-06644ec3ac706c1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df16eb2112dcd4c3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-73cf3e4a5ec3c86c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32d2c7b2aa9c2014.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-c9af9ce7a9813d03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-438f09b2696d70db.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-ca8d2a24f04998f4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9c4b3468d7040197.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-76c6f30a9d14db55.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-2b3289fa0218d705.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-e171bce0a57b295b.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-cdcbe7f04478be67.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-3b0fde165989c2c8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-19daa1749cc7128f.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
127032026-06-25T02:38:37.765Z
127042026-06-25T02:38:37.765Zrunning 0 tests
127052026-06-25T02:38:37.765Z
127062026-06-25T02:38:37.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
127072026-06-25T02:38:37.765Z
127082026-06-25T02:38:37.863Z
127092026-06-25T02:38:37.866Zreal 2:25.968721005
127102026-06-25T02:38:37.866Zuser 1:53.578673683
127112026-06-25T02:38:37.866Zsys 55.652208410
127122026-06-25T02:38:37.866Ztrap 0.014755140
127132026-06-25T02:38:37.866Ztflt 1.008071640
127142026-06-25T02:38:37.866Zdflt 0.528132890
127152026-06-25T02:38:37.866Zkflt 0.000052250
127162026-06-25T02:38:37.866Zlock 6:52.461862928
127172026-06-25T02:38:37.866Zslp 13:50.229011611
127182026-06-25T02:38:37.866Zlat 0.431713076
127192026-06-25T02:38:37.866Zstop 4.274584142
127202026-06-25T02:38:37.866Z+ banner 'check schema migration cleanup'
127212026-06-25T02:38:37.870Z
127222026-06-25T02:38:37.870Z #### # # ###### #### # # #### #### # # ######
127232026-06-25T02:38:37.870Z # # # # # # # # # # # # # # #
127242026-06-25T02:38:37.870Z # ###### ##### # #### #### # ###### #####
127252026-06-25T02:38:37.870Z # # # # # # # # # # # #
127262026-06-25T02:38:37.870Z # # # # # # # # # # # # # # # #
127272026-06-25T02:38:37.870Z #### # # ###### #### # # #### #### # # ######
127282026-06-25T02:38:37.870Z
127292026-06-25T02:38:37.870Z+ ptime -m cargo xtask schema old-migrations
127302026-06-25T02:38:38.352Z Compiling libc v0.2.185
127312026-06-25T02:38:38.352Z Compiling serde v1.0.228
127322026-06-25T02:38:38.355Z Compiling serde_core v1.0.228
127332026-06-25T02:38:38.355Z Compiling rustix v1.1.3
127342026-06-25T02:38:38.357Z Compiling bitflags v2.11.0
127352026-06-25T02:38:38.357Z Compiling serde_json v1.0.149
127362026-06-25T02:38:38.471Z Compiling num-traits v0.2.19
127372026-06-25T02:38:38.474Z Compiling smallvec v1.15.1
127382026-06-25T02:38:38.474Z Compiling usdt-impl v0.5.0
127392026-06-25T02:38:38.474Z Compiling indexmap v2.14.0
127402026-06-25T02:38:38.538Z Compiling syn v1.0.109
127412026-06-25T02:38:38.552Z Compiling log v0.4.29
127422026-06-25T02:38:38.555Z Compiling getrandom v0.4.1
127432026-06-25T02:38:38.611Z Compiling percent-encoding v2.3.2
127442026-06-25T02:38:38.627Z Compiling syn v2.0.117
127452026-06-25T02:38:38.645Z Compiling fs-err v3.3.0
127462026-06-25T02:38:38.675Z Compiling once_cell v1.21.3
127472026-06-25T02:38:38.678Z Compiling heck v0.4.1
127482026-06-25T02:38:38.704Z Compiling anyhow v1.0.102
127492026-06-25T02:38:38.774Z Compiling form_urlencoded v1.2.2
127502026-06-25T02:38:39.311Z Compiling errno v0.3.14
127512026-06-25T02:38:39.311Z Compiling thread-id v4.2.2
127522026-06-25T02:38:39.311Z Compiling memmap v0.7.0
127532026-06-25T02:38:39.515Z Compiling ordered-float v2.10.1
127542026-06-25T02:38:40.083Z Compiling proc-macro-error v1.0.4
127552026-06-25T02:38:40.187Z Compiling terminal_size v0.4.3
127562026-06-25T02:38:40.187Z Compiling tempfile v3.25.0
127572026-06-25T02:38:40.291Z Compiling clap_builder v4.6.0
127582026-06-25T02:38:40.291Z Compiling textwrap v0.16.2
127592026-06-25T02:38:40.404Z Compiling camino-tempfile v1.4.1
127602026-06-25T02:38:40.417Z Compiling tabled_derive v0.7.0
127612026-06-25T02:38:41.016Z Compiling synstructure v0.13.2
127622026-06-25T02:38:41.016Z Compiling pest_generator v2.8.6
127632026-06-25T02:38:41.213Z Compiling tabled v0.15.0
127642026-06-25T02:38:41.564Z Compiling serde_derive v1.0.228
127652026-06-25T02:38:41.564Z Compiling zerofrom-derive v0.1.6
127662026-06-25T02:38:41.568Z Compiling yoke-derive v0.8.1
127672026-06-25T02:38:41.568Z Compiling zerovec-derive v0.11.2
127682026-06-25T02:38:41.568Z Compiling displaydoc v0.2.5
127692026-06-25T02:38:41.568Z Compiling thiserror-impl v1.0.69
127702026-06-25T02:38:41.568Z Compiling zerocopy-derive v0.7.35
127712026-06-25T02:38:41.568Z Compiling pest_derive v2.8.6
127722026-06-25T02:38:41.568Z Compiling scroll_derive v0.12.1
127732026-06-25T02:38:41.568Z Compiling thiserror-impl v2.0.18
127742026-06-25T02:38:41.568Z Compiling clap_derive v4.6.1
127752026-06-25T02:38:42.402Z Compiling scroll v0.12.0
127762026-06-25T02:38:42.491Z Compiling zerocopy v0.7.35
127772026-06-25T02:38:42.632Z Compiling goblin v0.8.2
127782026-06-25T02:38:42.771Z Compiling thiserror v1.0.69
127792026-06-25T02:38:42.808Z Compiling zerofrom v0.1.6
127802026-06-25T02:38:42.849Z Compiling thiserror v2.0.18
127812026-06-25T02:38:42.863Z Compiling dtrace-parser v0.2.0
127822026-06-25T02:38:42.918Z Compiling yoke v0.8.1
127832026-06-25T02:38:43.071Z Compiling clap v4.6.1
127842026-06-25T02:38:43.082Z Compiling zerovec v0.11.5
127852026-06-25T02:38:43.085Z Compiling zerotrie v0.2.3
127862026-06-25T02:38:43.497Z Compiling tinystr v0.8.2
127872026-06-25T02:38:43.497Z Compiling potential_utf v0.1.4
127882026-06-25T02:38:43.628Z Compiling icu_collections v2.1.1
127892026-06-25T02:38:43.659Z Compiling icu_locale_core v2.1.1
127902026-06-25T02:38:44.132Z Compiling toml_datetime v0.6.11
127912026-06-25T02:38:44.132Z Compiling serde_spanned v0.6.9
127922026-06-25T02:38:44.136Z Compiling serde-value v0.7.0
127932026-06-25T02:38:44.136Z Compiling cargo-platform v0.2.0
127942026-06-25T02:38:44.136Z Compiling macaddr v1.0.1
127952026-06-25T02:38:44.145Z Compiling dof v0.3.0
127962026-06-25T02:38:44.148Z Compiling serde_tokenstream v0.2.3
127972026-06-25T02:38:44.199Z Compiling icu_provider v2.1.1
127982026-06-25T02:38:44.404Z Compiling toml_edit v0.22.27
127992026-06-25T02:38:44.448Z Compiling icu_properties v2.1.2
128002026-06-25T02:38:44.448Z Compiling icu_normalizer v2.1.1
128012026-06-25T02:38:44.878Z Compiling usdt-attr-macro v0.5.0
128022026-06-25T02:38:44.882Z Compiling usdt-macro v0.5.0
128032026-06-25T02:38:45.251Z Compiling idna_adapter v1.2.1
128042026-06-25T02:38:45.364Z Compiling idna v1.1.0
128052026-06-25T02:38:45.626Z Compiling url v2.5.8
128062026-06-25T02:38:45.639Z Compiling toml v0.8.23
128072026-06-25T02:38:45.654Z Compiling usdt v0.5.0
128082026-06-25T02:38:45.980Z Compiling cargo_toml v0.21.0
128092026-06-25T02:38:46.044Z Compiling cargo-util-schemas v0.8.2
128102026-06-25T02:38:46.862Z Compiling cargo_metadata v0.21.0
128112026-06-25T02:38:47.810Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
128122026-06-25T02:38:50.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
128132026-06-25T02:38:50.427Z Running `target/debug/xtask schema old-migrations`
128142026-06-25T02:38:51.293Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
128152026-06-25T02:38:51.426Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
128162026-06-25T02:38:51.441Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
128172026-06-25T02:38:51.462Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
128182026-06-25T02:38:52.016Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
128192026-06-25T02:38:52.016Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
128202026-06-25T02:38:59.059Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
128212026-06-25T02:38:59.059Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
128222026-06-25T02:38:59.886Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
128232026-06-25T02:38:59.887Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
128242026-06-25T02:38:59.890Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
128252026-06-25T02:38:59.890Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
128262026-06-25T02:39:08.394Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
128272026-06-25T02:39:16.367Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
128282026-06-25T02:39:17.957Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
128292026-06-25T02:39:52.712Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
128302026-06-25T02:40:04.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
128312026-06-25T02:40:04.396Z Running `target/debug/schema old-migrations`
128322026-06-25T02:40:04.455ZIdentifying old migrations that can be removed
128332026-06-25T02:40:04.561ZBase schema version: 148.0.0
128342026-06-25T02:40:04.564ZOK: No old migrations found
128352026-06-25T02:40:04.567Z
128362026-06-25T02:40:04.567Zreal 1:26.691031213
128372026-06-25T02:40:04.567Zuser 2:49.470615866
128382026-06-25T02:40:04.567Zsys 31.291187268
128392026-06-25T02:40:04.567Ztrap 0.024340484
128402026-06-25T02:40:04.567Ztflt 0.850691179
128412026-06-25T02:40:04.567Zdflt 2.010134257
128422026-06-25T02:40:04.567Zkflt 0.000054560
128432026-06-25T02:40:04.567Zlock 9:54.330462819
128442026-06-25T02:40:04.567Zslp 5:55.329033024
128452026-06-25T02:40:04.567Zlat 0.400029646
128462026-06-25T02:40:04.567Zstop 20.854315893
128472026-06-25T02:40:04.567Z+ [[ illumos == \i\l\l\u\m\o\s ]]
128482026-06-25T02:40:04.567Z+ banner live-test
128492026-06-25T02:40:04.571Z
128502026-06-25T02:40:04.571Z # # # # ###### ##### ###### #### #####
128512026-06-25T02:40:04.571Z # # # # # # # # #
128522026-06-25T02:40:04.571Z # # # # ##### ##### # ##### #### #
128532026-06-25T02:40:04.571Z # # # # # # # # #
128542026-06-25T02:40:04.571Z # # # # # # # # # #
128552026-06-25T02:40:04.571Z ###### # ## ###### # ###### #### #
128562026-06-25T02:40:04.571Z
128572026-06-25T02:40:04.571Z+ ptime -m cargo xtask live-tests
128582026-06-25T02:40:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
128592026-06-25T02:40:05.065Z Running `target/debug/xtask live-tests`
128602026-06-25T02:40:05.105Zusing temporary directory: /var/tmp/omicron_tmp/.tmpJNp8GA
128612026-06-25T02:40:05.105Zwill create archive file: /var/tmp/omicron_tmp/.tmpJNp8GA/live-tests-archive/omicron-live-tests.tar.zst
128622026-06-25T02:40:05.105Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
128632026-06-25T02:40:05.105Z
128642026-06-25T02:40:05.109Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpJNp8GA/live-tests-archive/omicron-live-tests.tar.zst"
128652026-06-25T02:40:06.933Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
128662026-06-25T02:40:07.057Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
128672026-06-25T02:40:07.079Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
128682026-06-25T02:40:07.092Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
128692026-06-25T02:40:07.092Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
128702026-06-25T02:40:07.096Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
128712026-06-25T02:40:07.144Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
128722026-06-25T02:40:07.171Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
128732026-06-25T02:40:07.174Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
128742026-06-25T02:40:07.174Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
128752026-06-25T02:40:07.174Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
128762026-06-25T02:40:07.174Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
128772026-06-25T02:40:08.211Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
128782026-06-25T02:40:08.892Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
128792026-06-25T02:40:12.631Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
128802026-06-25T02:40:12.631Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
128812026-06-25T02:40:13.686Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
128822026-06-25T02:40:45.006Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
128832026-06-25T02:40:45.550Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
128842026-06-25T02:40:47.839Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
128852026-06-25T02:40:48.416Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
128862026-06-25T02:41:16.197Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
128872026-06-25T02:41:23.442Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
128882026-06-25T02:41:47.577Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 41s
128892026-06-25T02:41:47.774Zinfo: experimental features enabled: setup-scripts, benchmarks
128902026-06-25T02:41:47.780Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpJNp8GA/live-tests-archive/omicron-live-tests.tar.zst
128912026-06-25T02:41:48.480Z Archived 434 files to /var/tmp/omicron_tmp/.tmpJNp8GA/live-tests-archive/omicron-live-tests.tar.zst in 0.70s
128922026-06-25T02:41:48.568Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpJNp8GA/live-tests-archive\""
128932026-06-25T02:41:48.580Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpJNp8GA" "live-tests-archive"
128942026-06-25T02:41:48.785Zcreated:
128952026-06-25T02:41:48.785ZTo use this:
128962026-06-25T02:41:48.785Z
128972026-06-25T02:41:48.785Z1. Copy the tarball to the switch zone in a deployed Omicron system.
128982026-06-25T02:41:48.785Z
128992026-06-25T02:41:48.785Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
129002026-06-25T02:41:48.789Z e.g., scp \
129012026-06-25T02:41:48.789Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
129022026-06-25T02:41:48.789Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
129032026-06-25T02:41:48.789Z
129042026-06-25T02:41:48.789Z2. Copy the `cargo-nextest` binary to the same place.
129052026-06-25T02:41:48.789Z
129062026-06-25T02:41:48.789Z e.g., scp \
129072026-06-25T02:41:48.789Z $(which cargo-nextest) \
129082026-06-25T02:41:48.789Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
129092026-06-25T02:41:48.789Z
129102026-06-25T02:41:48.789Z3. From the switch zone on that system, unpack the tarball with:
129112026-06-25T02:41:48.789Z
129122026-06-25T02:41:48.789Z tar xzf live-tests-archive.tgz
129132026-06-25T02:41:48.789Z
129142026-06-25T02:41:48.789Z4. From the switch zone on that system, run tests with:
129152026-06-25T02:41:48.789Z
129162026-06-25T02:41:48.789Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
129172026-06-25T02:41:48.789Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
129182026-06-25T02:41:48.789Z --workspace-remap live-tests-archive
129192026-06-25T02:41:48.789Z
129202026-06-25T02:41:48.789Z
129212026-06-25T02:41:48.789Zreal 1:44.213004682
129222026-06-25T02:41:48.789Zuser 2:47.073288341
129232026-06-25T02:41:48.789Zsys 29.001460644
129242026-06-25T02:41:48.789Ztrap 0.023110307
129252026-06-25T02:41:48.789Ztflt 0.282569679
129262026-06-25T02:41:48.789Zdflt 1.470812449
129272026-06-25T02:41:48.789Zkflt 0.000000000
129282026-06-25T02:41:48.789Zlock 13:04.134342139
129292026-06-25T02:41:48.789Zslp 10:37.038971470
129302026-06-25T02:41:48.789Zlat 0.238784840
129312026-06-25T02:41:48.789Zstop 5.309766112
129322026-06-25T02:41:48.789Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
129332026-06-25T02:41:48.793Z+ unset TMPDIR
129342026-06-25T02:41:48.793Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
129352026-06-25T02:41:48.793Zfiles in /var/tmp/omicron_tmp (none expected on success):
129362026-06-25T02:41:48.793Z+ find /var/tmp/omicron_tmp -ls
129372026-06-25T02:41:48.795Z134974 46 drwxr-xr-x 2 build build 2 Jun 25 02:41 /var/tmp/omicron_tmp
129382026-06-25T02:41:48.795Z+ rmdir /var/tmp/omicron_tmp
129392026-06-25T02:41:48.798Zprocess exited: duration 2146136 ms, exit code 0
 
129402026-06-25T02:41:48.811Zfound 6 output files
129412026-06-25T02:41:48.811Zuploading: /work/cargo-build-analysis.jsonl (1010046 bytes)
129422026-06-25T02:41:49.833Zuploaded: /work/cargo-build-analysis.jsonl
129432026-06-25T02:41:49.834Zuploading: /work/environment.json (108 bytes)
129442026-06-25T02:41:50.844Zuploaded: /work/environment.json
129452026-06-25T02:41:50.844Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (590223 bytes)
129462026-06-25T02:41:51.861Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
129472026-06-25T02:41:51.862Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (291032576 bytes)
129482026-06-25T02:41:56.122Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
129492026-06-25T02:41:56.122Zuploading: /tmp/nextest-run-archive.zip (2926062 bytes)
129502026-06-25T02:41:57.156Zuploaded: /tmp/nextest-run-archive.zip
129512026-06-25T02:41:57.156Zuploading: /tmp/nextest-chrome-trace.json (3760745 bytes)
129522026-06-25T02:41:58.192Zuploaded: /tmp/nextest-chrome-trace.json